@26lights/orcha 0.42.45 → 0.42.47

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 +49400 -7296
  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,5 +1,5 @@
1
- import { type ActivityFeed, type Milestone, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User, type AddFilesPayload, type RemoveFilePayload, type UpdateActivityPayload, type Activity, type Subtask, type ActivityStatus, type AddCommentPayload, type RemoveCommentPayload, type UpdateCommentPayload, type ActivityType, type Project, type TimeTracking } from '../types/index';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { type ActivityFeed, type Milestone, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type Id, type User, type AddFilesPayload, type RemoveFilePayload, type UpdateActivityPayload, type Activity, type Subtask, type ActivityStatus, type AddCommentPayload, type RemoveCommentPayload, type UpdateCommentPayload, type ActivityType, type Project, type TimeTracking } from '../types/index';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  isEditable: {
4
4
  type: import("vue").PropType<boolean | "only-own">;
5
5
  required: true;
@@ -51,21 +51,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
51
51
  timeTrackingData: {
52
52
  type: import("vue").PropType<Record<string, TimeTracking>>;
53
53
  };
54
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
54
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
55
55
  'update:activity': (payload: UpdateActivityPayload) => void;
56
56
  close: (args_0: void) => void;
57
57
  addSubtask: (payload: AddSubtaskPayload) => void;
58
58
  updateSubtask: (payload: UpdateSubtaskFieldPayload) => void;
59
59
  deleteSubtask: (payload: {
60
- id: string;
60
+ id: Id;
61
61
  }) => void;
62
62
  addFiles: (payload: AddFilesPayload) => void;
63
63
  removeFile: (payload: RemoveFilePayload) => void;
64
64
  addComment: (payload: AddCommentPayload) => void;
65
65
  updateComment: (payload: UpdateCommentPayload) => void;
66
66
  removeComment: (payload: RemoveCommentPayload) => void;
67
- toast: (messageKey: string, type: "success" | "error") => void;
68
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
67
+ toast: (messageKey: string, type: "error" | "success") => void;
68
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
69
69
  isEditable: {
70
70
  type: import("vue").PropType<boolean | "only-own">;
71
71
  required: true;
@@ -117,29 +117,31 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117
117
  timeTrackingData: {
118
118
  type: import("vue").PropType<Record<string, TimeTracking>>;
119
119
  };
120
- }>> & {
120
+ }>> & Readonly<{
121
121
  onClose?: ((args_0?: void | undefined) => any) | undefined;
122
- onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
123
- onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
124
122
  onDeleteSubtask?: ((payload: {
125
- id: string;
123
+ id: Id;
126
124
  }) => any) | undefined;
127
125
  onRemoveFile?: ((payload: RemoveFilePayload) => any) | undefined;
126
+ onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
127
+ onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
128
128
  "onUpdate:activity"?: ((payload: UpdateActivityPayload) => any) | undefined;
129
129
  onAddSubtask?: ((payload: AddSubtaskPayload) => any) | undefined;
130
130
  onUpdateSubtask?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
131
131
  onAddFiles?: ((payload: AddFilesPayload) => any) | undefined;
132
132
  onAddComment?: ((payload: AddCommentPayload) => any) | undefined;
133
- onToast?: ((messageKey: string, type: "success" | "error") => any) | undefined;
134
- }, {
133
+ onToast?: ((messageKey: string, type: "error" | "success") => any) | undefined;
134
+ }>, {
135
135
  projects: Project[];
136
- }, {}>, {
136
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
137
+ declare function __VLS_template(): {
137
138
  header(): any;
138
139
  default(props: {
139
140
  activity: Activity;
140
141
  }): any;
141
142
  footer(): any;
142
- }>;
143
+ };
144
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
143
145
  export default _default;
144
146
  type __VLS_WithTemplateSlots<T, S> = T & {
145
147
  new (): {
@@ -1,5 +1,5 @@
1
- import { type Comment, type User } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
1
+ import { type Comment, type Id, type User } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  comments: {
4
4
  type: import("vue").PropType<Comment[]>;
5
5
  default: () => never[];
@@ -16,21 +16,21 @@ declare const _default: import("vue").DefineComponent<{
16
16
  type: import("vue").PropType<string>;
17
17
  default: string;
18
18
  };
19
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
20
  createComment: (payload: {
21
21
  authorId: string;
22
22
  message: string;
23
- mentionedUserIds: string[];
23
+ mentionedUserIds: Id[];
24
24
  }) => void;
25
25
  updateComment: (payload: {
26
- id: string;
26
+ id: Id;
27
27
  message: string;
28
- mentionedUserIds: string[];
28
+ mentionedUserIds: Id[];
29
29
  }) => void;
30
30
  removeComment: (payload: {
31
- id: string;
31
+ id: Id;
32
32
  }) => void;
33
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
33
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
34
  comments: {
35
35
  type: import("vue").PropType<Comment[]>;
36
36
  default: () => never[];
@@ -47,22 +47,23 @@ declare const _default: import("vue").DefineComponent<{
47
47
  type: import("vue").PropType<string>;
48
48
  default: string;
49
49
  };
50
- }>> & {
50
+ }>> & Readonly<{
51
51
  onCreateComment?: ((payload: {
52
52
  authorId: string;
53
53
  message: string;
54
- mentionedUserIds: string[];
54
+ mentionedUserIds: Id[];
55
55
  }) => any) | undefined;
56
56
  onUpdateComment?: ((payload: {
57
- id: string;
57
+ id: Id;
58
58
  message: string;
59
- mentionedUserIds: string[];
59
+ mentionedUserIds: Id[];
60
60
  }) => any) | undefined;
61
61
  onRemoveComment?: ((payload: {
62
- id: string;
62
+ id: Id;
63
63
  }) => any) | undefined;
64
- }, {
64
+ }>, {
65
65
  comments: Comment[];
66
66
  newComment: string;
67
- }, {}>;
67
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
68
+ declare const _default: typeof __VLS_publicComponent;
68
69
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { type Attachment } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  attachments: {
4
4
  type: import("vue").PropType<[] | Attachment[] | undefined>;
5
5
  required: true;
@@ -7,11 +7,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
7
7
  isEditable: {
8
8
  type: import("vue").PropType<boolean>;
9
9
  };
10
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  add: (value: [] | File[]) => void;
12
12
  toggleIsDropActive: (value: boolean) => void;
13
13
  remove: (value: Attachment) => void;
14
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  attachments: {
16
16
  type: import("vue").PropType<[] | Attachment[] | undefined>;
17
17
  required: true;
@@ -19,13 +19,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
19
19
  isEditable: {
20
20
  type: import("vue").PropType<boolean>;
21
21
  };
22
- }>> & {
23
- onAdd?: ((value: [] | File[]) => any) | undefined;
22
+ }>> & Readonly<{
24
23
  onRemove?: ((value: Attachment) => any) | undefined;
24
+ onAdd?: ((value: [] | File[]) => any) | undefined;
25
25
  onToggleIsDropActive?: ((value: boolean) => any) | undefined;
26
- }, {}, {}>, {
26
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ declare function __VLS_template(): {
27
28
  default?(_: {}): any;
28
- }>;
29
+ };
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
29
31
  export default _default;
30
32
  type __VLS_WithTemplateSlots<T, S> = T & {
31
33
  new (): {
@@ -1,5 +1,5 @@
1
- import { type Subtask, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
1
+ import { type Id, type Subtask, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  activityId: {
4
4
  type: import("vue").PropType<string>;
5
5
  required: true;
@@ -20,13 +20,13 @@ declare const _default: import("vue").DefineComponent<{
20
20
  isTemplate: {
21
21
  type: import("vue").PropType<boolean>;
22
22
  };
23
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
24
  add: (payload: AddSubtaskPayload) => void;
25
25
  delete: (payload: {
26
- id: string;
26
+ id: Id;
27
27
  }) => void;
28
28
  update: (payload: UpdateSubtaskFieldPayload) => void;
29
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
30
  activityId: {
31
31
  type: import("vue").PropType<string>;
32
32
  required: true;
@@ -47,11 +47,12 @@ declare const _default: import("vue").DefineComponent<{
47
47
  isTemplate: {
48
48
  type: import("vue").PropType<boolean>;
49
49
  };
50
- }>> & {
51
- onUpdate?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
50
+ }>> & Readonly<{
52
51
  onAdd?: ((payload: AddSubtaskPayload) => any) | undefined;
53
52
  onDelete?: ((payload: {
54
- id: string;
53
+ id: Id;
55
54
  }) => any) | undefined;
56
- }, {}, {}>;
55
+ onUpdate?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
56
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
+ declare const _default: typeof __VLS_publicComponent;
57
58
  export default _default;
@@ -1,30 +1,32 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ import { type Id } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
3
  projectId: {
3
4
  type: import("vue").PropType<string>;
4
5
  required: true;
5
6
  };
6
7
  templates: {
7
8
  type: import("vue").PropType<{
8
- id: string;
9
+ id: Id;
9
10
  name: string;
10
11
  }[]>;
11
12
  required: true;
12
13
  };
13
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
15
  apply: (templateId: string, projectId: string) => void;
15
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
17
  projectId: {
17
18
  type: import("vue").PropType<string>;
18
19
  required: true;
19
20
  };
20
21
  templates: {
21
22
  type: import("vue").PropType<{
22
- id: string;
23
+ id: Id;
23
24
  name: string;
24
25
  }[]>;
25
26
  required: true;
26
27
  };
27
- }>> & {
28
+ }>> & Readonly<{
28
29
  onApply?: ((templateId: string, projectId: string) => any) | undefined;
29
- }, {}, {}>;
30
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
+ declare const _default: typeof __VLS_publicComponent;
30
32
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { type SizeValues } from '../types/styles';
2
2
  import { type ColorValues } from '../types/styles';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  color: {
5
5
  type: import("vue").PropType<ColorValues>;
6
6
  default: string;
@@ -19,9 +19,9 @@ declare const _default: import("vue").DefineComponent<{
19
19
  isClosable: {
20
20
  type: import("vue").PropType<boolean>;
21
21
  };
22
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
23
  close: (event: Event) => void;
24
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  color: {
26
26
  type: import("vue").PropType<ColorValues>;
27
27
  default: string;
@@ -40,10 +40,11 @@ declare const _default: import("vue").DefineComponent<{
40
40
  isClosable: {
41
41
  type: import("vue").PropType<boolean>;
42
42
  };
43
- }>> & {
43
+ }>> & Readonly<{
44
44
  onClose?: ((event: Event) => any) | undefined;
45
- }, {
45
+ }>, {
46
46
  color: ColorValues;
47
47
  size: SizeValues;
48
- }, {}>;
48
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
+ declare const _default: typeof __VLS_publicComponent;
49
50
  export default _default;
@@ -1,12 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  color: {
3
3
  type: import("vue").PropType<string>;
4
4
  required: true;
5
5
  };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  color: {
8
8
  type: import("vue").PropType<string>;
9
9
  required: true;
10
10
  };
11
- }>>, {}, {}>;
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ declare const _default: typeof __VLS_publicComponent;
12
13
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { type ButtonColorValues, type ButtonVariantValues, type IconPositionValues, type SizeValues, type CornerRadiusValues } from '../types/styles';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  footer: {
4
4
  type: import("vue").PropType<boolean>;
5
5
  default: () => false;
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
12
12
  type: import("vue").PropType<ButtonColorValues>;
13
13
  };
14
14
  type: {
15
- type: import("vue").PropType<"button" | "submit" | "reset">;
15
+ type: import("vue").PropType<"reset" | "submit" | "button">;
16
16
  default: () => "button";
17
17
  };
18
18
  size: {
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
37
37
  type: import("vue").PropType<CornerRadiusValues>;
38
38
  default: () => "rounded";
39
39
  };
40
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
40
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
41
  footer: {
42
42
  type: import("vue").PropType<boolean>;
43
43
  default: () => false;
@@ -50,7 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
50
50
  type: import("vue").PropType<ButtonColorValues>;
51
51
  };
52
52
  type: {
53
- type: import("vue").PropType<"button" | "submit" | "reset">;
53
+ type: import("vue").PropType<"reset" | "submit" | "button">;
54
54
  default: () => "button";
55
55
  };
56
56
  size: {
@@ -75,17 +75,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
75
75
  type: import("vue").PropType<CornerRadiusValues>;
76
76
  default: () => "rounded";
77
77
  };
78
- }>>, {
78
+ }>> & Readonly<{}>, {
79
79
  footer: boolean;
80
80
  label: string | null;
81
- type: "button" | "submit" | "reset";
81
+ type: "reset" | "submit" | "button";
82
82
  size: SizeValues;
83
83
  variant: ButtonVariantValues;
84
84
  isLoading: boolean;
85
85
  corners: CornerRadiusValues;
86
- }, {}>, {
86
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
+ declare function __VLS_template(): {
87
88
  default?(_: {}): any;
88
- }>;
89
+ };
90
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
89
91
  export default _default;
90
92
  type __VLS_WithTemplateSlots<T, S> = T & {
91
93
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type ColorValues, type IconPositionValues, type SizeValues, type CornerRadiusValues } from '../types/styles';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  label: {
4
4
  type: import("vue").PropType<string | null>;
5
5
  default: () => "";
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9
9
  default: () => "black";
10
10
  };
11
11
  type: {
12
- type: import("vue").PropType<"button" | "submit" | "reset">;
12
+ type: import("vue").PropType<"reset" | "submit" | "button">;
13
13
  default: () => "button";
14
14
  };
15
15
  size: {
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
30
30
  type: import("vue").PropType<CornerRadiusValues>;
31
31
  default: () => "rounded";
32
32
  };
33
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
33
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
34
  label: {
35
35
  type: import("vue").PropType<string | null>;
36
36
  default: () => "";
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
40
40
  default: () => "black";
41
41
  };
42
42
  type: {
43
- type: import("vue").PropType<"button" | "submit" | "reset">;
43
+ type: import("vue").PropType<"reset" | "submit" | "button">;
44
44
  default: () => "button";
45
45
  };
46
46
  size: {
@@ -61,16 +61,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
61
61
  type: import("vue").PropType<CornerRadiusValues>;
62
62
  default: () => "rounded";
63
63
  };
64
- }>>, {
64
+ }>> & Readonly<{}>, {
65
65
  label: string | null;
66
66
  color: ColorValues;
67
- type: "button" | "submit" | "reset";
67
+ type: "reset" | "submit" | "button";
68
68
  size: SizeValues;
69
69
  isLoading: boolean;
70
70
  corners: CornerRadiusValues;
71
- }, {}>, {
71
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
72
+ declare function __VLS_template(): {
72
73
  default?(_: {}): any;
73
- }>;
74
+ };
75
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
74
76
  export default _default;
75
77
  type __VLS_WithTemplateSlots<T, S> = T & {
76
78
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type ButtonColorValues } from '../types/styles';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  modelValue: {
4
4
  type: import("vue").PropType<boolean>;
5
5
  required: true;
@@ -8,9 +8,9 @@ declare const _default: import("vue").DefineComponent<{
8
8
  type: import("vue").PropType<ButtonColorValues>;
9
9
  required: true;
10
10
  };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  'update:modelValue': (modelValue: boolean) => void;
13
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  modelValue: {
15
15
  type: import("vue").PropType<boolean>;
16
16
  required: true;
@@ -19,7 +19,8 @@ declare const _default: import("vue").DefineComponent<{
19
19
  type: import("vue").PropType<ButtonColorValues>;
20
20
  required: true;
21
21
  };
22
- }>> & {
22
+ }>> & Readonly<{
23
23
  "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
24
- }, {}, {}>;
24
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ declare const _default: typeof __VLS_publicComponent;
25
26
  export default _default;
@@ -1,4 +1,5 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { HTMLElementTagNameType } from '../types/utils';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
3
  color: {
3
4
  type: import("vue").PropType<string>;
4
5
  };
@@ -16,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
16
17
  type: import("vue").PropType<boolean>;
17
18
  default: boolean;
18
19
  };
19
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
21
  color: {
21
22
  type: import("vue").PropType<string>;
22
23
  };
@@ -34,14 +35,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
34
35
  type: import("vue").PropType<boolean>;
35
36
  default: boolean;
36
37
  };
37
- }>>, {
38
- tagName: keyof HTMLElementTagNameMap;
38
+ }>> & Readonly<{}>, {
39
+ tagName: HTMLElementTagNameType;
39
40
  withLeftBorder: boolean;
40
- }, {}>, {
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ declare function __VLS_template(): {
41
43
  header?(_: {}): any;
42
44
  default?(_: {}): any;
43
45
  footer?(_: {}): any;
44
- }>;
46
+ };
47
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
45
48
  export default _default;
46
49
  type __VLS_WithTemplateSlots<T, S> = T & {
47
50
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type StartTimerPayload, type Subtask, type UpdateActivityPayload, type User } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  id: {
4
4
  type: import("vue").PropType<string>;
5
5
  required: true;
@@ -59,11 +59,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
59
59
  tagType: {
60
60
  type: import("vue").PropType<"project" | "milestone">;
61
61
  };
62
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
62
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
63
63
  removeAssignee: (assigneeId: string) => void;
64
64
  updateActivity: (payload: UpdateActivityPayload) => void;
65
65
  startTimer: (payload: StartTimerPayload) => void;
66
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
66
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
67
  id: {
68
68
  type: import("vue").PropType<string>;
69
69
  required: true;
@@ -123,13 +123,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
123
123
  tagType: {
124
124
  type: import("vue").PropType<"project" | "milestone">;
125
125
  };
126
- }>> & {
126
+ }>> & Readonly<{
127
127
  onRemoveAssignee?: ((assigneeId: string) => any) | undefined;
128
128
  onUpdateActivity?: ((payload: UpdateActivityPayload) => any) | undefined;
129
129
  onStartTimer?: ((payload: StartTimerPayload) => any) | undefined;
130
- }, {}, {}>, {
130
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
131
+ declare function __VLS_template(): {
131
132
  secondary?(_: {}): any;
132
- }>;
133
+ };
134
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
133
135
  export default _default;
134
136
  type __VLS_WithTemplateSlots<T, S> = T & {
135
137
  new (): {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  title: {
3
3
  type: import("vue").PropType<string>;
4
4
  };
@@ -15,18 +15,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
15
  isEditing: {
16
16
  type: import("vue").PropType<boolean>;
17
17
  };
18
- subtitle: {
19
- type: import("vue").PropType<string>;
20
- };
21
18
  isActive: {
22
19
  type: import("vue").PropType<boolean>;
23
20
  };
21
+ subtitle: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
24
  isDraggable: {
25
25
  type: import("vue").PropType<boolean>;
26
26
  };
27
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
- "update:title": (value: string) => void;
29
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
+ "update:title": ((value: string) => void) & ((value: string) => void) & ((value: string) => void) & ((value: string) => void) & ((value: string) => void) & ((value: string) => void) & ((value: string) => void) & ((value: string) => void);
29
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
30
  title: {
31
31
  type: import("vue").PropType<string>;
32
32
  };
@@ -43,26 +43,28 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
43
43
  isEditing: {
44
44
  type: import("vue").PropType<boolean>;
45
45
  };
46
- subtitle: {
47
- type: import("vue").PropType<string>;
48
- };
49
46
  isActive: {
50
47
  type: import("vue").PropType<boolean>;
51
48
  };
49
+ subtitle: {
50
+ type: import("vue").PropType<string>;
51
+ };
52
52
  isDraggable: {
53
53
  type: import("vue").PropType<boolean>;
54
54
  };
55
- }>> & {
55
+ }>> & Readonly<{
56
56
  "onUpdate:title"?: ((value: string) => any) | undefined;
57
- }, {
58
- tagName: keyof HTMLElementTagNameMap;
59
- }, {}>, {
57
+ }>, {
58
+ tagName: import("../types/utils").HTMLElementTagNameType;
59
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
60
+ declare function __VLS_template(): {
60
61
  subtitle?(_: {}): any;
61
62
  header?(_: {}): any;
62
63
  default?(_: {}): any;
63
64
  footer?(_: {}): any;
64
65
  secondary?(_: {}): any;
65
- }>;
66
+ };
67
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
66
68
  export default _default;
67
69
  type __VLS_WithTemplateSlots<T, S> = T & {
68
70
  new (): {