@26lights/orcha 0.42.45 → 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 (131) hide show
  1. package/dist/orcha.cjs.js +101 -2
  2. package/dist/orcha.css +1 -1
  3. package/dist/orcha.es.js +49409 -7303
  4. package/dist/orcha.umd.js +102 -3
  5. package/dist/src/components/AoActivityDetails.vue.d.ts +16 -14
  6. package/dist/src/components/AoActivityDetailsComments.vue.d.ts +16 -15
  7. package/dist/src/components/AoActivityDetailsFiles.vue.d.ts +9 -7
  8. package/dist/src/components/AoActivityTasks.vue.d.ts +10 -9
  9. package/dist/src/components/AoAddTemplateModal.vue.d.ts +9 -7
  10. package/dist/src/components/AoAvatar.vue.d.ts +7 -6
  11. package/dist/src/components/AoBadge.vue.d.ts +4 -3
  12. package/dist/src/components/AoButton.vue.d.ts +10 -8
  13. package/dist/src/components/AoButtonCard.vue.d.ts +10 -8
  14. package/dist/src/components/AoButtonCheck.vue.d.ts +6 -5
  15. package/dist/src/components/AoCard.vue.d.ts +9 -6
  16. package/dist/src/components/AoCardFeed.vue.d.ts +8 -6
  17. package/dist/src/components/AoCardHoriz.vue.d.ts +17 -15
  18. package/dist/src/components/AoCardProjectItemMilestone.vue.d.ts +13 -11
  19. package/dist/src/components/AoCardProjectItemPhase.vue.d.ts +17 -15
  20. package/dist/src/components/AoCardTemplate.vue.d.ts +6 -5
  21. package/dist/src/components/AoCardTemplateItem.vue.d.ts +7 -6
  22. package/dist/src/components/AoCardTemplateItemActivity.vue.d.ts +6 -4
  23. package/dist/src/components/AoCardTemplateItemMilestone.vue.d.ts +6 -4
  24. package/dist/src/components/AoCardTemplateItemPhase.vue.d.ts +6 -4
  25. package/dist/src/components/AoCheckboxField.vue.d.ts +6 -5
  26. package/dist/src/components/AoColHeader.vue.d.ts +4 -3
  27. package/dist/src/components/AoColorPicker.vue.d.ts +8 -6
  28. package/dist/src/components/AoComment.vue.d.ts +6 -5
  29. package/dist/src/components/AoCondensedCardProjectItemPhase.vue.d.ts +17 -15
  30. package/dist/src/components/AoField.vue.d.ts +7 -5
  31. package/dist/src/components/AoIcon.vue.d.ts +5 -4
  32. package/dist/src/components/AoInputField.vue.d.ts +6 -5
  33. package/dist/src/components/AoListKanban.vue.d.ts +13 -97
  34. package/dist/src/components/AoMarkdownContent.vue.d.ts +24 -0
  35. package/dist/src/components/AoModal.vue.d.ts +9 -7
  36. package/dist/src/components/AoMultiselect.vue.d.ts +5 -3
  37. package/dist/src/components/AoPageHeader.vue.d.ts +8 -6
  38. package/dist/src/components/AoProgress.vue.d.ts +4 -3
  39. package/dist/src/components/AoProjectPhase.vue.d.ts +15 -14
  40. package/dist/src/components/AoProjectPhases.vue.d.ts +16 -15
  41. package/dist/src/components/AoRichTextEditor.vue.d.ts +30 -0
  42. package/dist/src/components/AoRuleLine.vue.d.ts +9 -7
  43. package/dist/src/components/AoSaveTemplateModal.vue.d.ts +6 -5
  44. package/dist/src/components/AoSearchField.vue.d.ts +8 -7
  45. package/dist/src/components/AoTabBar.vue.d.ts +6 -6
  46. package/dist/src/components/AoTag.vue.d.ts +6 -5
  47. package/dist/src/components/AoTemplateDetailsActivities.vue.d.ts +6 -5
  48. package/dist/src/components/AoTemplateDetailsMilestones.vue.d.ts +6 -5
  49. package/dist/src/components/AoTemplateRules.vue.d.ts +6 -5
  50. package/dist/src/components/AoTitle.vue.d.ts +13 -12
  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/useIsEditing.d.ts +2 -2
  121. package/dist/src/composables/useSearchField.d.ts +1 -1
  122. package/dist/src/helpers.d.ts +8 -2
  123. package/dist/src/views/AoFeed.vue.d.ts +20 -18
  124. package/dist/src/views/AoMapping.vue.d.ts +18 -16
  125. package/dist/src/views/AoProjectOverviewActivityDetails.vue.d.ts +14 -14
  126. package/dist/src/views/AoProjectOverviewMilestoneDetails.vue.d.ts +11 -10
  127. package/dist/src/views/AoProjectOverviewProject.vue.d.ts +30 -28
  128. package/dist/src/views/AoTemplateDetails.vue.d.ts +11 -9
  129. package/dist/src/views/AoTemplates.vue.d.ts +4 -3
  130. package/dist/src/views/AoTemplatesList.vue.d.ts +6 -5
  131. package/package.json +7 -3

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.