@26lights/orcha 0.42.44 → 0.42.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/orcha.cjs.js +94 -222
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +48062 -25896
- package/dist/orcha.umd.js +95 -223
- package/dist/src/components/AoActivityDetails.vue.d.ts +138 -49
- package/dist/src/components/AoActivityDetailsComments.vue.d.ts +39 -34
- package/dist/src/components/AoActivityDetailsFiles.vue.d.ts +24 -24
- package/dist/src/components/AoActivityTasks.vue.d.ts +47 -22
- package/dist/src/components/AoAddTemplateModal.vue.d.ts +28 -20
- package/dist/src/components/AoAvatar.vue.d.ts +45 -36
- package/dist/src/components/AoBadge.vue.d.ts +11 -13
- package/dist/src/components/AoButton.vue.d.ts +83 -56
- package/dist/src/components/AoButtonCard.vue.d.ts +70 -53
- package/dist/src/components/AoButtonCheck.vue.d.ts +24 -21
- package/dist/src/components/AoCard.vue.d.ts +41 -41
- package/dist/src/components/AoCardFeed.vue.d.ts +128 -39
- package/dist/src/components/AoCardHoriz.vue.d.ts +60 -31
- package/dist/src/components/AoCardProjectItemMilestone.vue.d.ts +104 -35
- package/dist/src/components/AoCardProjectItemPhase.vue.d.ts +78 -36
- package/dist/src/components/AoCardTemplate.vue.d.ts +55 -23
- package/dist/src/components/AoCardTemplateItem.vue.d.ts +34 -16
- package/dist/src/components/AoCardTemplateItemActivity.vue.d.ts +17 -17
- package/dist/src/components/AoCardTemplateItemMilestone.vue.d.ts +11 -16
- package/dist/src/components/AoCardTemplateItemPhase.vue.d.ts +25 -18
- package/dist/src/components/AoCheckboxField.vue.d.ts +45 -41
- package/dist/src/components/AoColHeader.vue.d.ts +17 -13
- package/dist/src/components/AoColorPicker.vue.d.ts +16 -20
- package/dist/src/components/AoComment.vue.d.ts +52 -19
- package/dist/src/components/AoCondensedCardProjectItemPhase.vue.d.ts +77 -35
- package/dist/src/components/AoField.vue.d.ts +24 -31
- package/dist/src/components/AoIcon.vue.d.ts +22 -29
- package/dist/src/components/AoInputField.vue.d.ts +61 -49
- package/dist/src/components/AoListKanban.vue.d.ts +22 -13
- package/dist/src/components/AoMarkdownContent.vue.d.ts +24 -0
- package/dist/src/components/AoModal.vue.d.ts +18 -26
- package/dist/src/components/AoMultiselect.vue.d.ts +16 -17
- package/dist/src/components/AoPageHeader.vue.d.ts +14 -13
- package/dist/src/components/AoProgress.vue.d.ts +24 -16
- package/dist/src/components/AoProjectPhase.vue.d.ts +60 -28
- package/dist/src/components/AoProjectPhases.vue.d.ts +61 -29
- package/dist/src/components/AoRichTextEditor.vue.d.ts +27 -42
- package/dist/src/components/AoRuleLine.vue.d.ts +47 -31
- package/dist/src/components/AoSaveTemplateModal.vue.d.ts +15 -17
- package/dist/src/components/AoSearchField.vue.d.ts +31 -32
- package/dist/src/components/AoTabBar.vue.d.ts +3 -3
- package/dist/src/components/AoTag.vue.d.ts +51 -23
- package/dist/src/components/AoTemplateDetailsActivities.vue.d.ts +39 -21
- package/dist/src/components/AoTemplateDetailsMilestones.vue.d.ts +29 -19
- package/dist/src/components/AoTemplateRules.vue.d.ts +44 -18
- package/dist/src/components/AoTitle.vue.d.ts +51 -39
- package/dist/src/components/icons/AccountBoxSharp.vue.d.ts +2 -1
- package/dist/src/components/icons/AccountCircle.vue.d.ts +2 -1
- package/dist/src/components/icons/AccountTreeOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/AccountTreeRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Add.vue.d.ts +2 -1
- package/dist/src/components/icons/AddBoxOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArchiveOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArrowBackRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArrowDropDownRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArrowForwardRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/AssignmentOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/AttachFileRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/CalendarTodayOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/CancelRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ChatOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckBoxOutlineBlank.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckBoxOutlineBlankSharp.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckBoxOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckSmallRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ChecklistRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ChevronLeft.vue.d.ts +2 -1
- package/dist/src/components/icons/ChevronRight.vue.d.ts +2 -1
- package/dist/src/components/icons/CloseRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ContactsOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ContentCopyOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/DeleteOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/DragIndicator.vue.d.ts +2 -1
- package/dist/src/components/icons/EditDocumentRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/EditOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/ErrorOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/FilterListRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/FlagRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/FlowsheetOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/GifBox.vue.d.ts +2 -1
- package/dist/src/components/icons/GroupsOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/HomeOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ImageRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Info.vue.d.ts +2 -1
- package/dist/src/components/icons/KeyboardArrowDown.vue.d.ts +2 -1
- package/dist/src/components/icons/KeyboardArrowUp.vue.d.ts +2 -1
- package/dist/src/components/icons/Loading.vue.d.ts +1 -1
- package/dist/src/components/icons/Lock.vue.d.ts +2 -1
- package/dist/src/components/icons/LogoutRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Menu.vue.d.ts +2 -1
- package/dist/src/components/icons/MoreHoriz.vue.d.ts +2 -1
- package/dist/src/components/icons/MoreTimeRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/MoreVert.vue.d.ts +2 -1
- package/dist/src/components/icons/MountainFlagOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/PersonAddOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/PictureAsPdfRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/RadioButtonChecked.vue.d.ts +2 -1
- package/dist/src/components/icons/RadioButtonCheckedOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/RadioButtonUnchecked.vue.d.ts +2 -1
- package/dist/src/components/icons/RemoveRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/SearchRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/SelectCheckBox.vue.d.ts +2 -1
- package/dist/src/components/icons/SendRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Settings.vue.d.ts +2 -1
- package/dist/src/components/icons/SlideshowRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Target.vue.d.ts +2 -1
- package/dist/src/components/icons/TaskOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/TextSnippetRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/TimerOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/ViewComfyAltRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ViewCompactAltRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ViewTimelineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/WarningOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/WarningRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/WaterfallChartRounded.vue.d.ts +2 -1
- package/dist/src/composables/useDetachedOptions.d.ts +1 -2
- package/dist/src/composables/useGetDefaultRankAndName.d.ts +1 -2
- package/dist/src/composables/useIsEditing.d.ts +1 -2
- package/dist/src/composables/useSearchField.d.ts +1 -1
- package/dist/src/composables/useSelectAddedElement.d.ts +1 -2
- package/dist/src/helpers.d.ts +4 -5
- package/dist/src/i18n/i18next.d.ts +2 -3
- package/dist/src/main.d.ts +0 -1
- package/dist/src/router/routes.d.ts +1 -2
- package/dist/src/types/components.d.ts +2 -3
- package/dist/src/types/styles.d.ts +1 -1
- package/dist/src/types/utils.d.ts +1 -2
- package/dist/src/views/AoFeed.vue.d.ts +153 -61
- package/dist/src/views/AoMapping.vue.d.ts +113 -42
- package/dist/src/views/AoProjectOverviewActivityDetails.vue.d.ts +121 -39
- package/dist/src/views/AoProjectOverviewMilestoneDetails.vue.d.ts +68 -27
- package/dist/src/views/AoProjectOverviewProject.vue.d.ts +139 -63
- package/dist/src/views/AoTemplateDetails.vue.d.ts +66 -40
- package/dist/src/views/AoTemplates.vue.d.ts +11 -15
- package/dist/src/views/AoTemplatesList.vue.d.ts +13 -17
- package/package.json +7 -4
- package/dist/src/components/AoRichTextContent.vue.d.ts +0 -37
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.