@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
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_publicComponent;
2
3
  export default _default;
@@ -1,8 +1,8 @@
1
1
  import { type Ref } from 'vue';
2
2
  export default function useIsEditing(target: Ref<HTMLElement | null>): {
3
- isEditing: Ref<boolean>;
3
+ isEditing: Ref<boolean, boolean>;
4
4
  setIsEditing: (v: boolean) => void;
5
5
  toggleIsEditing: () => void;
6
- onUpdate: (cb?: ((v: string, e?: any) => void) | undefined) => (e: Event) => Promise<void>;
6
+ onUpdate: (cb?: (v: string, e?: event) => void) => (e: Event) => Promise<void>;
7
7
  onDiscard: (cb?: () => void) => () => Promise<void>;
8
8
  };
@@ -1,4 +1,4 @@
1
1
  export default function useSearchField(): {
2
- searchText: import("vue").Ref<string>;
2
+ searchText: import("vue").Ref<string, string>;
3
3
  clearSearchText: () => void;
4
4
  };
@@ -29,16 +29,22 @@ export declare function milestoneWithStatus(milestone: Milestone, closedStatus:
29
29
  export declare const getUserName: (user: User | undefined | null) => string;
30
30
  export declare function lightenColor(color: string, alpha?: number): string;
31
31
  export declare function useMentions(textareaRef: Ref<HTMLTextAreaElement | null | undefined>, messageModel: Ref<string>, allUsers: Ref<User[]>): {
32
- showMentionList: Ref<boolean>;
32
+ showMentionList: Ref<boolean, boolean>;
33
33
  mentionListPosition: Ref<{
34
34
  top: number;
35
35
  left: number;
36
+ }, {
37
+ top: number;
38
+ left: number;
39
+ } | {
40
+ top: number;
41
+ left: number;
36
42
  }>;
37
43
  filteredUsers: import("vue").ComputedRef<{
38
44
  id: string;
39
45
  name: string;
40
46
  }[]>;
41
- mentionQuery: Ref<string>;
47
+ mentionQuery: Ref<string, string>;
42
48
  handleInput: (event: Event) => void;
43
49
  handleKeydown: (event: KeyboardEvent) => void;
44
50
  selectUserMention: (name: string) => void;
@@ -1,6 +1,6 @@
1
1
  import type { TimeTracking } from '../types';
2
- import { type Activity, type ActivityStatus, type ActivityType, type AddActivityFeedPayload, type AddCommentPayload, type AddFilesPayload, type AddSubtaskPayload, type ChangeFeedActivitiesPayload, type FeedFilters, type Project, type RemoveCommentPayload, type RemoveFilePayload, type StartTimerPayload, type Subtask, type UpdateActivityPayload, type UpdateCommentPayload, type UpdateSubtaskFieldPayload, type User } from '../types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ import { type Activity, type ActivityStatus, type ActivityType, type AddActivityFeedPayload, type AddCommentPayload, type AddFilesPayload, type AddSubtaskPayload, type ChangeFeedActivitiesPayload, type FeedFilters, type Id, type Project, type RemoveCommentPayload, type RemoveFilePayload, type StartTimerPayload, type Subtask, type UpdateActivityPayload, type UpdateCommentPayload, type UpdateSubtaskFieldPayload, type User } from '../types';
3
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  filters: {
5
5
  type: import("vue").PropType<FeedFilters>;
6
6
  required: true;
@@ -71,17 +71,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
71
71
  type: import("vue").PropType<boolean>;
72
72
  required: true;
73
73
  };
74
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
74
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
75
75
  "change:activities": (payload: ChangeFeedActivitiesPayload) => void;
76
76
  addActivity: (payload: AddActivityFeedPayload) => void;
77
77
  "update:filters": (value: FeedFilters) => void;
78
78
  selectActivity: (activityId: string | null, activitySlug: string | null) => void;
79
79
  "update:activity": (payload: UpdateActivityPayload) => void;
80
80
  archiveActivity: (payload: {
81
- id: string;
81
+ id: Id;
82
82
  }) => void;
83
83
  unarchiveActivity: (payload: {
84
- id: string;
84
+ id: Id;
85
85
  }) => void;
86
86
  "update:searchText": (value: string) => void;
87
87
  "clear:searchText": (event: Event) => void;
@@ -91,16 +91,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
91
91
  addSubtask: (payload: AddSubtaskPayload) => void;
92
92
  updateSubtask: (payload: UpdateSubtaskFieldPayload) => void;
93
93
  deleteSubtask: (payload: {
94
- id: string;
94
+ id: Id;
95
95
  }) => void;
96
96
  addFiles: (payload: AddFilesPayload) => void;
97
97
  removeFile: (payload: RemoveFilePayload) => void;
98
98
  addComment: (payload: AddCommentPayload) => void;
99
99
  updateComment: (payload: UpdateCommentPayload) => void;
100
100
  removeComment: (payload: RemoveCommentPayload) => void;
101
- toast: (message: string, type: "success" | "error") => void;
101
+ toast: (message: string, type: "error" | "success") => void;
102
102
  startTimer: (payload: StartTimerPayload) => void;
103
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
103
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
104
104
  filters: {
105
105
  type: import("vue").PropType<FeedFilters>;
106
106
  required: true;
@@ -171,27 +171,27 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
171
171
  type: import("vue").PropType<boolean>;
172
172
  required: true;
173
173
  };
174
- }>> & {
174
+ }>> & Readonly<{
175
175
  onStartTimer?: ((payload: StartTimerPayload) => any) | undefined;
176
176
  onSelectActivity?: ((activityId: string | null, activitySlug: string | null) => any) | undefined;
177
177
  onArchiveActivity?: ((payload: {
178
- id: string;
178
+ id: Id;
179
179
  }) => any) | undefined;
180
180
  onUnarchiveActivity?: ((payload: {
181
- id: string;
181
+ id: Id;
182
182
  }) => any) | undefined;
183
- onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
184
- onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
185
183
  onDeleteSubtask?: ((payload: {
186
- id: string;
184
+ id: Id;
187
185
  }) => any) | undefined;
188
186
  onRemoveFile?: ((payload: RemoveFilePayload) => any) | undefined;
187
+ onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
188
+ onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
189
189
  "onUpdate:activity"?: ((payload: UpdateActivityPayload) => any) | undefined;
190
190
  onAddSubtask?: ((payload: AddSubtaskPayload) => any) | undefined;
191
191
  onUpdateSubtask?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
192
192
  onAddFiles?: ((payload: AddFilesPayload) => any) | undefined;
193
193
  onAddComment?: ((payload: AddCommentPayload) => any) | undefined;
194
- onToast?: ((message: string, type: "success" | "error") => any) | undefined;
194
+ onToast?: ((message: string, type: "error" | "success") => any) | undefined;
195
195
  onAddActivity?: ((payload: AddActivityFeedPayload) => any) | undefined;
196
196
  "onChange:activities"?: ((payload: ChangeFeedActivitiesPayload) => any) | undefined;
197
197
  "onUpdate:filters"?: ((value: FeedFilters) => any) | undefined;
@@ -200,15 +200,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
200
200
  "onUpdate:showsArchivedActivities"?: ((value: boolean) => any) | undefined;
201
201
  "onUpdate:showsOnlyImportant"?: ((value: boolean) => any) | undefined;
202
202
  "onUpdate:showsOnlyNonAssigned"?: ((value: boolean) => any) | undefined;
203
- }, {
203
+ }>, {
204
204
  isTaskCheckable: (task: Subtask) => boolean;
205
205
  attachmentEnabled: boolean;
206
206
  searchText: string;
207
- }, {}>, {
207
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
208
+ declare function __VLS_template(): {
208
209
  activityDetailsBody(props: {
209
210
  activity: Activity;
210
211
  }): any;
211
- }>;
212
+ };
213
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
212
214
  export default _default;
213
215
  type __VLS_WithTemplateSlots<T, S> = T & {
214
216
  new (): {
@@ -1,5 +1,5 @@
1
- import { type Project, type User, type AddPhasePayload, type Phase, type ApplyTemplatePayload, type UpdatePhasePayload, type Subtask, type ActivityStatus, type Activity, type ActivityType, type SaveTemplatePayload } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { type Project, type User, type AddPhasePayload, type Id, type Phase, type ApplyTemplatePayload, type UpdatePhasePayload, type Subtask, type ActivityStatus, type Activity, type ActivityType, type SaveTemplatePayload } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  project: {
4
4
  type: import("vue").PropType<Project>;
5
5
  required: true;
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
22
22
  };
23
23
  templates: {
24
24
  type: import("vue").PropType<{
25
- id: string;
25
+ id: Id;
26
26
  name: string;
27
27
  }[]>;
28
28
  required: true;
@@ -50,22 +50,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
50
50
  type: import("vue").PropType<boolean>;
51
51
  required: true;
52
52
  };
53
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
53
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
54
54
  addPhase: (payload: AddPhasePayload) => void;
55
55
  updatePhase: (payload: UpdatePhasePayload) => void;
56
56
  archivePhase: (payload: {
57
- id: string;
57
+ id: Id;
58
58
  }) => void;
59
59
  unarchivePhase: (payload: {
60
- id: string;
60
+ id: Id;
61
61
  }) => void;
62
62
  copyPhaseToTemplate: (payload: {
63
- id: string;
63
+ id: Id;
64
64
  }) => void;
65
65
  applyTemplate: (payload: ApplyTemplatePayload) => void;
66
66
  saveTemplate: (payload: SaveTemplatePayload) => void;
67
67
  'update:showsArchived': (value: boolean) => void;
68
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
68
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
69
69
  project: {
70
70
  type: import("vue").PropType<Project>;
71
71
  required: true;
@@ -88,7 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
88
88
  };
89
89
  templates: {
90
90
  type: import("vue").PropType<{
91
- id: string;
91
+ id: Id;
92
92
  name: string;
93
93
  }[]>;
94
94
  required: true;
@@ -116,26 +116,28 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
116
116
  type: import("vue").PropType<boolean>;
117
117
  required: true;
118
118
  };
119
- }>> & {
119
+ }>> & Readonly<{
120
120
  onUpdatePhase?: ((payload: UpdatePhasePayload) => any) | undefined;
121
+ onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
121
122
  onArchivePhase?: ((payload: {
122
- id: string;
123
+ id: Id;
123
124
  }) => any) | undefined;
124
125
  onUnarchivePhase?: ((payload: {
125
- id: string;
126
+ id: Id;
126
127
  }) => any) | undefined;
127
- onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
128
128
  onCopyPhaseToTemplate?: ((payload: {
129
- id: string;
129
+ id: Id;
130
130
  }) => any) | undefined;
131
131
  onApplyTemplate?: ((payload: ApplyTemplatePayload) => any) | undefined;
132
132
  onSaveTemplate?: ((payload: SaveTemplatePayload) => any) | undefined;
133
133
  "onUpdate:showsArchived"?: ((value: boolean) => any) | undefined;
134
- }, {}, {}>, {
134
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
135
+ declare function __VLS_template(): {
135
136
  activityDetailsBody(props: {
136
137
  activity: Activity;
137
138
  }): any;
138
- }>;
139
+ };
140
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
139
141
  export default _default;
140
142
  type __VLS_WithTemplateSlots<T, S> = T & {
141
143
  new (): {
@@ -1,5 +1,5 @@
1
- import { type Activity, type UpdateActivityPayload, type AddSubtaskPayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type Subtask, type ActivityStatus, type Phase, type User, type ActivityType, type UpdateSubtaskFieldPayload, type AddFilesPayload, type RemoveFilePayload, type Project, type TimeTracking } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { type Activity, type Id, type UpdateActivityPayload, type AddSubtaskPayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type Subtask, type ActivityStatus, type Phase, type User, type ActivityType, type UpdateSubtaskFieldPayload, type AddFilesPayload, type RemoveFilePayload, type Project, type TimeTracking } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  phaseId: {
4
4
  type: import("vue").PropType<string>;
5
5
  required: true;
@@ -53,19 +53,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
53
53
  timeTrackingData: {
54
54
  type: import("vue").PropType<Record<string, TimeTracking>>;
55
55
  };
56
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
56
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
57
  'update:activity': (payload: UpdateActivityPayload) => void;
58
58
  addSubtask: (payload: AddSubtaskPayload) => void;
59
59
  updateSubtask: (payload: UpdateSubtaskFieldPayload) => void;
60
60
  deleteSubtask: (payload: {
61
- id: string;
61
+ id: Id;
62
62
  }) => void;
63
63
  addFiles: (payload: AddFilesPayload) => void;
64
64
  removeFile: (payload: RemoveFilePayload) => void;
65
65
  addComment: (payload: AddCommentPayload) => void;
66
66
  updateComment: (payload: UpdateCommentPayload) => void;
67
67
  removeComment: (payload: RemoveCommentPayload) => void;
68
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
68
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
69
69
  phaseId: {
70
70
  type: import("vue").PropType<string>;
71
71
  required: true;
@@ -119,23 +119,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
119
119
  timeTrackingData: {
120
120
  type: import("vue").PropType<Record<string, TimeTracking>>;
121
121
  };
122
- }>> & {
123
- onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
124
- onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
122
+ }>> & Readonly<{
125
123
  onDeleteSubtask?: ((payload: {
126
- id: string;
124
+ id: Id;
127
125
  }) => any) | undefined;
128
126
  onRemoveFile?: ((payload: RemoveFilePayload) => any) | undefined;
127
+ onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
128
+ onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
129
129
  "onUpdate:activity"?: ((payload: UpdateActivityPayload) => any) | undefined;
130
130
  onAddSubtask?: ((payload: AddSubtaskPayload) => any) | undefined;
131
131
  onUpdateSubtask?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
132
132
  onAddFiles?: ((payload: AddFilesPayload) => any) | undefined;
133
133
  onAddComment?: ((payload: AddCommentPayload) => any) | undefined;
134
- }, {}, {}>, {
135
- default?(_: {
136
- activity: Activity;
137
- }): any;
138
- }>;
134
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
135
+ declare function __VLS_template(): {
136
+ default?(_: any): any;
137
+ };
138
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
139
139
  export default _default;
140
140
  type __VLS_WithTemplateSlots<T, S> = T & {
141
141
  new (): {
@@ -1,5 +1,5 @@
1
- import { type ActivityStatus, type AddActivityPayload, type Phase, type StartTimerPayload, type UpdateActivityPayload, type UpdateMilestonePayload, type User, type TimeTracking } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
1
+ import { type ActivityStatus, type AddActivityPayload, type Id, type Phase, type StartTimerPayload, type UpdateActivityPayload, type UpdateMilestonePayload, type User, type TimeTracking } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  milestoneId: {
4
4
  type: import("vue").PropType<string>;
5
5
  required: true;
@@ -29,19 +29,19 @@ declare const _default: import("vue").DefineComponent<{
29
29
  timeTrackingData: {
30
30
  type: import("vue").PropType<Record<string, TimeTracking>>;
31
31
  };
32
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  close: (e: Event) => void;
34
34
  addActivity: (args_0: AddActivityPayload) => void;
35
35
  updateMilestone: (args_0: UpdateMilestonePayload) => void;
36
36
  updateActivity: (args_0: UpdateActivityPayload) => void;
37
37
  archiveActivity: (payload: {
38
- id: string;
38
+ id: Id;
39
39
  }) => void;
40
40
  unarchiveActivity: (payload: {
41
- id: string;
41
+ id: Id;
42
42
  }) => void;
43
43
  startTimer: (payload: StartTimerPayload) => void;
44
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
45
  milestoneId: {
46
46
  type: import("vue").PropType<string>;
47
47
  required: true;
@@ -71,17 +71,18 @@ declare const _default: import("vue").DefineComponent<{
71
71
  timeTrackingData: {
72
72
  type: import("vue").PropType<Record<string, TimeTracking>>;
73
73
  };
74
- }>> & {
74
+ }>> & Readonly<{
75
75
  onClose?: ((e: Event) => any) | undefined;
76
76
  onUpdateActivity?: ((args_0: UpdateActivityPayload) => any) | undefined;
77
77
  onStartTimer?: ((payload: StartTimerPayload) => any) | undefined;
78
78
  onArchiveActivity?: ((payload: {
79
- id: string;
79
+ id: Id;
80
80
  }) => any) | undefined;
81
81
  onUnarchiveActivity?: ((payload: {
82
- id: string;
82
+ id: Id;
83
83
  }) => any) | undefined;
84
84
  onUpdateMilestone?: ((args_0: UpdateMilestonePayload) => any) | undefined;
85
85
  onAddActivity?: ((args_0: AddActivityPayload) => any) | undefined;
86
- }, {}, {}>;
86
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
+ declare const _default: typeof __VLS_publicComponent;
87
88
  export default _default;
@@ -1,5 +1,5 @@
1
- import { type Project, type User, type AddActivityPayload, type UpdateActivityPayload, type AddSubtaskPayload, type AddFilesPayload, type RemoveFilePayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type AddPhasePayload, type AddMilestonePayload, type Phase, type ApplyTemplatePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type Subtask, type ActivityStatus, type UpdateSubtaskFieldPayload, type Activity, type ActivityType, type SaveTemplatePayload, type TimeTracking } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { type Project, type User, type AddActivityPayload, type UpdateActivityPayload, type AddSubtaskPayload, type AddFilesPayload, type RemoveFilePayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type AddPhasePayload, type AddMilestonePayload, type Id, type Phase, type ApplyTemplatePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type Subtask, type ActivityStatus, type UpdateSubtaskFieldPayload, type Activity, type ActivityType, type SaveTemplatePayload, type TimeTracking } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  project: {
4
4
  type: import("vue").PropType<Project>;
5
5
  required: true;
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
22
22
  };
23
23
  templates: {
24
24
  type: import("vue").PropType<{
25
- id: string;
25
+ id: Id;
26
26
  name: string;
27
27
  }[]>;
28
28
  required: true;
@@ -53,38 +53,38 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
53
53
  timeTrackingData: {
54
54
  type: import("vue").PropType<Record<string, TimeTracking>>;
55
55
  };
56
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
56
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
57
  addPhase: (payload: AddPhasePayload) => void;
58
58
  updatePhase: (payload: UpdatePhasePayload) => void;
59
59
  archivePhase: (payload: {
60
- id: string;
60
+ id: Id;
61
61
  }) => void;
62
62
  unarchivePhase: (payload: {
63
- id: string;
63
+ id: Id;
64
64
  }) => void;
65
65
  addMilestone: (payload: AddMilestonePayload) => void;
66
66
  updateMilestone: (payload: UpdateMilestonePayload) => void;
67
67
  archiveMilestone: (payload: {
68
- id: string;
68
+ id: Id;
69
69
  }) => void;
70
70
  unarchiveMilestone: (payload: {
71
- id: string;
71
+ id: Id;
72
72
  }) => void;
73
73
  addActivity: (payload: AddActivityPayload) => void;
74
74
  'update:activity': (payload: UpdateActivityPayload) => void;
75
75
  archiveActivity: (payload: {
76
- id: string;
76
+ id: Id;
77
77
  }) => void;
78
78
  copyPhaseToTemplate: (payload: {
79
- id: string;
79
+ id: Id;
80
80
  }) => void;
81
81
  unarchiveActivity: (payload: {
82
- id: string;
82
+ id: Id;
83
83
  }) => void;
84
84
  addSubtask: (payload: AddSubtaskPayload) => void;
85
85
  updateSubtask: (payload: UpdateSubtaskFieldPayload) => void;
86
86
  deleteSubtask: (payload: {
87
- id: string;
87
+ id: Id;
88
88
  }) => void;
89
89
  addFiles: (payload: AddFilesPayload) => void;
90
90
  removeFile: (payload: RemoveFilePayload) => void;
@@ -94,7 +94,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
94
94
  applyTemplate: (payload: ApplyTemplatePayload) => void;
95
95
  saveTemplate: (payload: SaveTemplatePayload) => void;
96
96
  'update:showsArchived': (value: boolean) => void;
97
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
97
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
98
98
  project: {
99
99
  type: import("vue").PropType<Project>;
100
100
  required: true;
@@ -117,7 +117,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117
117
  };
118
118
  templates: {
119
119
  type: import("vue").PropType<{
120
- id: string;
120
+ id: Id;
121
121
  name: string;
122
122
  }[]>;
123
123
  required: true;
@@ -148,19 +148,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
148
148
  timeTrackingData: {
149
149
  type: import("vue").PropType<Record<string, TimeTracking>>;
150
150
  };
151
- }>> & {
151
+ }>> & Readonly<{
152
152
  onArchiveActivity?: ((payload: {
153
- id: string;
153
+ id: Id;
154
154
  }) => any) | undefined;
155
155
  onUnarchiveActivity?: ((payload: {
156
- id: string;
156
+ id: Id;
157
157
  }) => any) | undefined;
158
- onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
159
- onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
160
158
  onDeleteSubtask?: ((payload: {
161
- id: string;
159
+ id: Id;
162
160
  }) => any) | undefined;
163
161
  onRemoveFile?: ((payload: RemoveFilePayload) => any) | undefined;
162
+ onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
163
+ onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
164
164
  "onUpdate:activity"?: ((payload: UpdateActivityPayload) => any) | undefined;
165
165
  onAddSubtask?: ((payload: AddSubtaskPayload) => any) | undefined;
166
166
  onUpdateSubtask?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
@@ -170,30 +170,32 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
170
170
  onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
171
171
  onUpdatePhase?: ((payload: UpdatePhasePayload) => any) | undefined;
172
172
  onAddActivity?: ((payload: AddActivityPayload) => any) | undefined;
173
+ onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
173
174
  onArchivePhase?: ((payload: {
174
- id: string;
175
+ id: Id;
175
176
  }) => any) | undefined;
176
177
  onUnarchivePhase?: ((payload: {
177
- id: string;
178
+ id: Id;
178
179
  }) => any) | undefined;
179
180
  onArchiveMilestone?: ((payload: {
180
- id: string;
181
+ id: Id;
181
182
  }) => any) | undefined;
182
183
  onUnarchiveMilestone?: ((payload: {
183
- id: string;
184
+ id: Id;
184
185
  }) => any) | undefined;
185
- onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
186
186
  onCopyPhaseToTemplate?: ((payload: {
187
- id: string;
187
+ id: Id;
188
188
  }) => any) | undefined;
189
189
  onApplyTemplate?: ((payload: ApplyTemplatePayload) => any) | undefined;
190
190
  onSaveTemplate?: ((payload: SaveTemplatePayload) => any) | undefined;
191
191
  "onUpdate:showsArchived"?: ((value: boolean) => any) | undefined;
192
- }, {}, {}>, {
192
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
193
+ declare function __VLS_template(): {
193
194
  activityDetailsBody(props: {
194
195
  activity: Activity;
195
196
  }): any;
196
- }>;
197
+ };
198
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
197
199
  export default _default;
198
200
  type __VLS_WithTemplateSlots<T, S> = T & {
199
201
  new (): {