@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.
Files changed (141) hide show
  1. package/dist/orcha.cjs.js +94 -222
  2. package/dist/orcha.css +1 -1
  3. package/dist/orcha.es.js +48062 -25896
  4. package/dist/orcha.umd.js +95 -223
  5. package/dist/src/components/AoActivityDetails.vue.d.ts +138 -49
  6. package/dist/src/components/AoActivityDetailsComments.vue.d.ts +39 -34
  7. package/dist/src/components/AoActivityDetailsFiles.vue.d.ts +24 -24
  8. package/dist/src/components/AoActivityTasks.vue.d.ts +47 -22
  9. package/dist/src/components/AoAddTemplateModal.vue.d.ts +28 -20
  10. package/dist/src/components/AoAvatar.vue.d.ts +45 -36
  11. package/dist/src/components/AoBadge.vue.d.ts +11 -13
  12. package/dist/src/components/AoButton.vue.d.ts +83 -56
  13. package/dist/src/components/AoButtonCard.vue.d.ts +70 -53
  14. package/dist/src/components/AoButtonCheck.vue.d.ts +24 -21
  15. package/dist/src/components/AoCard.vue.d.ts +41 -41
  16. package/dist/src/components/AoCardFeed.vue.d.ts +128 -39
  17. package/dist/src/components/AoCardHoriz.vue.d.ts +60 -31
  18. package/dist/src/components/AoCardProjectItemMilestone.vue.d.ts +104 -35
  19. package/dist/src/components/AoCardProjectItemPhase.vue.d.ts +78 -36
  20. package/dist/src/components/AoCardTemplate.vue.d.ts +55 -23
  21. package/dist/src/components/AoCardTemplateItem.vue.d.ts +34 -16
  22. package/dist/src/components/AoCardTemplateItemActivity.vue.d.ts +17 -17
  23. package/dist/src/components/AoCardTemplateItemMilestone.vue.d.ts +11 -16
  24. package/dist/src/components/AoCardTemplateItemPhase.vue.d.ts +25 -18
  25. package/dist/src/components/AoCheckboxField.vue.d.ts +45 -41
  26. package/dist/src/components/AoColHeader.vue.d.ts +17 -13
  27. package/dist/src/components/AoColorPicker.vue.d.ts +16 -20
  28. package/dist/src/components/AoComment.vue.d.ts +52 -19
  29. package/dist/src/components/AoCondensedCardProjectItemPhase.vue.d.ts +77 -35
  30. package/dist/src/components/AoField.vue.d.ts +24 -31
  31. package/dist/src/components/AoIcon.vue.d.ts +22 -29
  32. package/dist/src/components/AoInputField.vue.d.ts +61 -49
  33. package/dist/src/components/AoListKanban.vue.d.ts +22 -13
  34. package/dist/src/components/AoMarkdownContent.vue.d.ts +24 -0
  35. package/dist/src/components/AoModal.vue.d.ts +18 -26
  36. package/dist/src/components/AoMultiselect.vue.d.ts +16 -17
  37. package/dist/src/components/AoPageHeader.vue.d.ts +14 -13
  38. package/dist/src/components/AoProgress.vue.d.ts +24 -16
  39. package/dist/src/components/AoProjectPhase.vue.d.ts +60 -28
  40. package/dist/src/components/AoProjectPhases.vue.d.ts +61 -29
  41. package/dist/src/components/AoRichTextEditor.vue.d.ts +27 -42
  42. package/dist/src/components/AoRuleLine.vue.d.ts +47 -31
  43. package/dist/src/components/AoSaveTemplateModal.vue.d.ts +15 -17
  44. package/dist/src/components/AoSearchField.vue.d.ts +31 -32
  45. package/dist/src/components/AoTabBar.vue.d.ts +3 -3
  46. package/dist/src/components/AoTag.vue.d.ts +51 -23
  47. package/dist/src/components/AoTemplateDetailsActivities.vue.d.ts +39 -21
  48. package/dist/src/components/AoTemplateDetailsMilestones.vue.d.ts +29 -19
  49. package/dist/src/components/AoTemplateRules.vue.d.ts +44 -18
  50. package/dist/src/components/AoTitle.vue.d.ts +51 -39
  51. package/dist/src/components/icons/AccountBoxSharp.vue.d.ts +2 -1
  52. package/dist/src/components/icons/AccountCircle.vue.d.ts +2 -1
  53. package/dist/src/components/icons/AccountTreeOutlineRounded.vue.d.ts +2 -1
  54. package/dist/src/components/icons/AccountTreeRounded.vue.d.ts +2 -1
  55. package/dist/src/components/icons/Add.vue.d.ts +2 -1
  56. package/dist/src/components/icons/AddBoxOutlineRounded.vue.d.ts +2 -1
  57. package/dist/src/components/icons/ArchiveOutlineRounded.vue.d.ts +2 -1
  58. package/dist/src/components/icons/ArrowBackRounded.vue.d.ts +2 -1
  59. package/dist/src/components/icons/ArrowDropDownRounded.vue.d.ts +2 -1
  60. package/dist/src/components/icons/ArrowForwardRounded.vue.d.ts +2 -1
  61. package/dist/src/components/icons/AssignmentOutlineRounded.vue.d.ts +2 -1
  62. package/dist/src/components/icons/AttachFileRounded.vue.d.ts +2 -1
  63. package/dist/src/components/icons/CalendarTodayOutlineRounded.vue.d.ts +2 -1
  64. package/dist/src/components/icons/CancelRounded.vue.d.ts +2 -1
  65. package/dist/src/components/icons/ChatOutline.vue.d.ts +2 -1
  66. package/dist/src/components/icons/CheckBoxOutlineBlank.vue.d.ts +2 -1
  67. package/dist/src/components/icons/CheckBoxOutlineBlankSharp.vue.d.ts +2 -1
  68. package/dist/src/components/icons/CheckBoxOutlineRounded.vue.d.ts +2 -1
  69. package/dist/src/components/icons/CheckSmallRounded.vue.d.ts +2 -1
  70. package/dist/src/components/icons/ChecklistRounded.vue.d.ts +2 -1
  71. package/dist/src/components/icons/ChevronLeft.vue.d.ts +2 -1
  72. package/dist/src/components/icons/ChevronRight.vue.d.ts +2 -1
  73. package/dist/src/components/icons/CloseRounded.vue.d.ts +2 -1
  74. package/dist/src/components/icons/ContactsOutlineRounded.vue.d.ts +2 -1
  75. package/dist/src/components/icons/ContentCopyOutline.vue.d.ts +2 -1
  76. package/dist/src/components/icons/DeleteOutlineRounded.vue.d.ts +2 -1
  77. package/dist/src/components/icons/DragIndicator.vue.d.ts +2 -1
  78. package/dist/src/components/icons/EditDocumentRounded.vue.d.ts +2 -1
  79. package/dist/src/components/icons/EditOutline.vue.d.ts +2 -1
  80. package/dist/src/components/icons/ErrorOutlineRounded.vue.d.ts +2 -1
  81. package/dist/src/components/icons/FilterListRounded.vue.d.ts +2 -1
  82. package/dist/src/components/icons/FlagRounded.vue.d.ts +2 -1
  83. package/dist/src/components/icons/FlowsheetOutlineRounded.vue.d.ts +2 -1
  84. package/dist/src/components/icons/GifBox.vue.d.ts +2 -1
  85. package/dist/src/components/icons/GroupsOutline.vue.d.ts +2 -1
  86. package/dist/src/components/icons/HomeOutlineRounded.vue.d.ts +2 -1
  87. package/dist/src/components/icons/ImageRounded.vue.d.ts +2 -1
  88. package/dist/src/components/icons/Info.vue.d.ts +2 -1
  89. package/dist/src/components/icons/KeyboardArrowDown.vue.d.ts +2 -1
  90. package/dist/src/components/icons/KeyboardArrowUp.vue.d.ts +2 -1
  91. package/dist/src/components/icons/Loading.vue.d.ts +1 -1
  92. package/dist/src/components/icons/Lock.vue.d.ts +2 -1
  93. package/dist/src/components/icons/LogoutRounded.vue.d.ts +2 -1
  94. package/dist/src/components/icons/Menu.vue.d.ts +2 -1
  95. package/dist/src/components/icons/MoreHoriz.vue.d.ts +2 -1
  96. package/dist/src/components/icons/MoreTimeRounded.vue.d.ts +2 -1
  97. package/dist/src/components/icons/MoreVert.vue.d.ts +2 -1
  98. package/dist/src/components/icons/MountainFlagOutlineRounded.vue.d.ts +2 -1
  99. package/dist/src/components/icons/PersonAddOutlineRounded.vue.d.ts +2 -1
  100. package/dist/src/components/icons/PictureAsPdfRounded.vue.d.ts +2 -1
  101. package/dist/src/components/icons/RadioButtonChecked.vue.d.ts +2 -1
  102. package/dist/src/components/icons/RadioButtonCheckedOutline.vue.d.ts +2 -1
  103. package/dist/src/components/icons/RadioButtonUnchecked.vue.d.ts +2 -1
  104. package/dist/src/components/icons/RemoveRounded.vue.d.ts +2 -1
  105. package/dist/src/components/icons/SearchRounded.vue.d.ts +2 -1
  106. package/dist/src/components/icons/SelectCheckBox.vue.d.ts +2 -1
  107. package/dist/src/components/icons/SendRounded.vue.d.ts +2 -1
  108. package/dist/src/components/icons/Settings.vue.d.ts +2 -1
  109. package/dist/src/components/icons/SlideshowRounded.vue.d.ts +2 -1
  110. package/dist/src/components/icons/Target.vue.d.ts +2 -1
  111. package/dist/src/components/icons/TaskOutlineRounded.vue.d.ts +2 -1
  112. package/dist/src/components/icons/TextSnippetRounded.vue.d.ts +2 -1
  113. package/dist/src/components/icons/TimerOutline.vue.d.ts +2 -1
  114. package/dist/src/components/icons/ViewComfyAltRounded.vue.d.ts +2 -1
  115. package/dist/src/components/icons/ViewCompactAltRounded.vue.d.ts +2 -1
  116. package/dist/src/components/icons/ViewTimelineRounded.vue.d.ts +2 -1
  117. package/dist/src/components/icons/WarningOutlineRounded.vue.d.ts +2 -1
  118. package/dist/src/components/icons/WarningRounded.vue.d.ts +2 -1
  119. package/dist/src/components/icons/WaterfallChartRounded.vue.d.ts +2 -1
  120. package/dist/src/composables/useDetachedOptions.d.ts +1 -2
  121. package/dist/src/composables/useGetDefaultRankAndName.d.ts +1 -2
  122. package/dist/src/composables/useIsEditing.d.ts +1 -2
  123. package/dist/src/composables/useSearchField.d.ts +1 -1
  124. package/dist/src/composables/useSelectAddedElement.d.ts +1 -2
  125. package/dist/src/helpers.d.ts +4 -5
  126. package/dist/src/i18n/i18next.d.ts +2 -3
  127. package/dist/src/main.d.ts +0 -1
  128. package/dist/src/router/routes.d.ts +1 -2
  129. package/dist/src/types/components.d.ts +2 -3
  130. package/dist/src/types/styles.d.ts +1 -1
  131. package/dist/src/types/utils.d.ts +1 -2
  132. package/dist/src/views/AoFeed.vue.d.ts +153 -61
  133. package/dist/src/views/AoMapping.vue.d.ts +113 -42
  134. package/dist/src/views/AoProjectOverviewActivityDetails.vue.d.ts +121 -39
  135. package/dist/src/views/AoProjectOverviewMilestoneDetails.vue.d.ts +68 -27
  136. package/dist/src/views/AoProjectOverviewProject.vue.d.ts +139 -63
  137. package/dist/src/views/AoTemplateDetails.vue.d.ts +66 -40
  138. package/dist/src/views/AoTemplates.vue.d.ts +11 -15
  139. package/dist/src/views/AoTemplatesList.vue.d.ts +13 -17
  140. package/package.json +7 -4
  141. 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.