@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 Activity, ActivityStatus, UpdateMilestonePayload, type User, type TimeTracking } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { type Activity, ActivityStatus, Id, UpdateMilestonePayload, type User, type TimeTracking } from '../types';
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;
@@ -47,15 +47,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
47
47
  estimationUnit: {
48
48
  type: import("vue").PropType<string>;
49
49
  };
50
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
50
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
51
51
  updateMilestone: (payload: UpdateMilestonePayload) => void;
52
52
  archiveMilestone: (payload: {
53
- id: string;
53
+ id: Id;
54
54
  }) => void;
55
55
  unarchiveMilestone: (payload: {
56
- id: string;
56
+ id: Id;
57
57
  }) => void;
58
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
58
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
59
  id: {
60
60
  type: import("vue").PropType<string>;
61
61
  required: true;
@@ -103,17 +103,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
103
103
  estimationUnit: {
104
104
  type: import("vue").PropType<string>;
105
105
  };
106
- }>> & {
106
+ }>> & Readonly<{
107
107
  onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
108
108
  onArchiveMilestone?: ((payload: {
109
- id: string;
109
+ id: Id;
110
110
  }) => any) | undefined;
111
111
  onUnarchiveMilestone?: ((payload: {
112
- id: string;
112
+ id: Id;
113
113
  }) => any) | undefined;
114
- }, {}, {}>, {
114
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
115
+ declare function __VLS_template(): {
115
116
  secondary?(_: {}): any;
116
- }>;
117
+ };
118
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
117
119
  export default _default;
118
120
  type __VLS_WithTemplateSlots<T, S> = T & {
119
121
  new (): {
@@ -1,5 +1,5 @@
1
- import { type Milestone, type TimeTracking } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { Id, type Milestone, type TimeTracking } from '../types';
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;
@@ -31,20 +31,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
31
31
  estimationUnit: {
32
32
  type: import("vue").PropType<string>;
33
33
  };
34
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
35
  'update:title': (v: string) => void;
36
36
  'update:deadline': (v: string) => void;
37
37
  archivePhase: (payload: {
38
- id: string;
38
+ id: Id;
39
39
  }) => void;
40
40
  unarchivePhase: (payload: {
41
- id: string;
41
+ id: Id;
42
42
  }) => void;
43
43
  updatePhase: (payload: {
44
- id: string;
45
- color?: string | undefined;
44
+ id: Id;
45
+ color?: string;
46
46
  }) => void;
47
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
47
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
48
  id: {
49
49
  type: import("vue").PropType<string>;
50
50
  required: true;
@@ -76,22 +76,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
76
76
  estimationUnit: {
77
77
  type: import("vue").PropType<string>;
78
78
  };
79
- }>> & {
79
+ }>> & Readonly<{
80
80
  "onUpdate:title"?: ((v: string) => any) | undefined;
81
81
  onUpdatePhase?: ((payload: {
82
- id: string;
83
- color?: string | undefined;
82
+ id: Id;
83
+ color?: string;
84
84
  }) => any) | undefined;
85
85
  "onUpdate:deadline"?: ((v: string) => any) | undefined;
86
86
  onArchivePhase?: ((payload: {
87
- id: string;
87
+ id: Id;
88
88
  }) => any) | undefined;
89
89
  onUnarchivePhase?: ((payload: {
90
- id: string;
90
+ id: Id;
91
91
  }) => any) | undefined;
92
- }, {}, {}>, {
92
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
+ declare function __VLS_template(): {
93
94
  secondary?(_: {}): any;
94
- }>;
95
+ };
96
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
95
97
  export default _default;
96
98
  type __VLS_WithTemplateSlots<T, S> = T & {
97
99
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type Phase } from '../types';
2
- declare const _default: 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;
@@ -24,10 +24,10 @@ declare const _default: import("vue").DefineComponent<{
24
24
  updatedBy: {
25
25
  type: import("vue").PropType<string>;
26
26
  };
27
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
28
  updateTitle: (title: string) => void;
29
29
  deleteItem: (id: string, name?: string | undefined) => void;
30
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  id: {
32
32
  type: import("vue").PropType<string>;
33
33
  required: true;
@@ -52,8 +52,9 @@ declare const _default: import("vue").DefineComponent<{
52
52
  updatedBy: {
53
53
  type: import("vue").PropType<string>;
54
54
  };
55
- }>> & {
55
+ }>> & Readonly<{
56
56
  onUpdateTitle?: ((title: string) => any) | undefined;
57
57
  onDeleteItem?: ((id: string, name?: string | undefined) => any) | undefined;
58
- }, {}, {}>;
58
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
+ declare const _default: typeof __VLS_publicComponent;
59
60
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  milestones: {
3
3
  type: import("vue").PropType<number>;
4
4
  };
@@ -11,10 +11,10 @@ declare const _default: import("vue").DefineComponent<{
11
11
  rules: {
12
12
  type: import("vue").PropType<number>;
13
13
  };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
15
  'update:title': (payload: string) => void;
16
16
  remove: (args_0: void) => void;
17
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  milestones: {
19
19
  type: import("vue").PropType<number>;
20
20
  };
@@ -27,8 +27,9 @@ declare const _default: import("vue").DefineComponent<{
27
27
  rules: {
28
28
  type: import("vue").PropType<number>;
29
29
  };
30
- }>> & {
31
- "onUpdate:title"?: ((payload: string) => any) | undefined;
30
+ }>> & Readonly<{
32
31
  onRemove?: ((args_0?: void | undefined) => any) | undefined;
33
- }, {}, {}>;
32
+ "onUpdate:title"?: ((payload: string) => any) | undefined;
33
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
+ declare const _default: typeof __VLS_publicComponent;
34
35
  export default _default;
@@ -1,21 +1,23 @@
1
1
  import { type Subtask } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  name: {
4
4
  type: import("vue").PropType<string>;
5
5
  };
6
6
  tasks: {
7
7
  type: import("vue").PropType<Subtask[]>;
8
8
  };
9
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  name: {
11
11
  type: import("vue").PropType<string>;
12
12
  };
13
13
  tasks: {
14
14
  type: import("vue").PropType<Subtask[]>;
15
15
  };
16
- }>>, {}, {}>, {
16
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
+ declare function __VLS_template(): {
17
18
  default?(_: {}): any;
18
- }>;
19
+ };
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
19
21
  export default _default;
20
22
  type __VLS_WithTemplateSlots<T, S> = T & {
21
23
  new (): {
@@ -1,15 +1,17 @@
1
1
  import { type Activity } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  activities: {
4
4
  type: import("vue").PropType<Activity[]>;
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
  activities: {
8
8
  type: import("vue").PropType<Activity[]>;
9
9
  };
10
- }>>, {}, {}>, {
10
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ declare function __VLS_template(): {
11
12
  default?(_: {}): any;
12
- }>;
13
+ };
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
13
15
  export default _default;
14
16
  type __VLS_WithTemplateSlots<T, S> = T & {
15
17
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type Milestone } 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;
@@ -10,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
10
  milestones: {
11
11
  type: import("vue").PropType<Milestone[]>;
12
12
  };
13
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  id: {
15
15
  type: import("vue").PropType<string>;
16
16
  required: true;
@@ -21,9 +21,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
21
21
  milestones: {
22
22
  type: import("vue").PropType<Milestone[]>;
23
23
  };
24
- }>>, {}, {}>, {
24
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ declare function __VLS_template(): {
25
26
  default?(_: {}): any;
26
- }>;
27
+ };
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
27
29
  export default _default;
28
30
  type __VLS_WithTemplateSlots<T, S> = T & {
29
31
  new (): {
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  label: {
3
3
  type: import("vue").PropType<string>;
4
4
  required: true;
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  required: true;
20
20
  default: boolean;
21
21
  };
22
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  label: {
24
24
  type: import("vue").PropType<string>;
25
25
  required: true;
@@ -40,12 +40,13 @@ declare const _default: import("vue").DefineComponent<{
40
40
  required: true;
41
41
  default: boolean;
42
42
  };
43
- }>> & {
43
+ }>> & Readonly<{
44
44
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
- }, {
45
+ }>, {
46
46
  label: string;
47
47
  modelValue: boolean;
48
48
  isReadonly: boolean;
49
49
  isDisabled: boolean;
50
- }, {}>;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
+ declare const _default: typeof __VLS_publicComponent;
51
52
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: 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
  required: true;
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
6
6
  items: {
7
7
  type: import("vue").PropType<number>;
8
8
  };
9
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  title: {
11
11
  type: import("vue").PropType<string>;
12
12
  required: true;
@@ -14,5 +14,6 @@ declare const _default: import("vue").DefineComponent<{
14
14
  items: {
15
15
  type: import("vue").PropType<number>;
16
16
  };
17
- }>>, {}, {}>;
17
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ declare const _default: typeof __VLS_publicComponent;
18
19
  export default _default;
@@ -1,23 +1,25 @@
1
- declare const _default: __VLS_WithTemplateSlots<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, {
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  "update:color": (value: string) => void;
8
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
9
  color: {
10
10
  type: import("vue").PropType<string>;
11
11
  required: true;
12
12
  };
13
- }>> & {
13
+ }>> & Readonly<{
14
14
  "onUpdate:color"?: ((value: string) => any) | undefined;
15
- }, {}, {}>, {
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ declare function __VLS_template(): {
16
17
  clickable?(_: {
17
18
  openPicker: (trigger: HTMLElement) => Promise<void>;
18
19
  bgColor: string;
19
20
  }): any;
20
- }>;
21
+ };
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
21
23
  export default _default;
22
24
  type __VLS_WithTemplateSlots<T, S> = T & {
23
25
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type User } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  user: {
4
4
  type: import("vue").PropType<User>;
5
5
  };
@@ -21,10 +21,10 @@ declare const _default: import("vue").DefineComponent<{
21
21
  type: import("vue").PropType<User[]>;
22
22
  required: true;
23
23
  };
24
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
25
  edit: (value: string) => void;
26
26
  remove: (args_0: void) => void;
27
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  user: {
29
29
  type: import("vue").PropType<User>;
30
30
  };
@@ -46,8 +46,9 @@ declare const _default: import("vue").DefineComponent<{
46
46
  type: import("vue").PropType<User[]>;
47
47
  required: true;
48
48
  };
49
- }>> & {
49
+ }>> & Readonly<{
50
50
  onRemove?: ((args_0?: void | undefined) => any) | undefined;
51
51
  onEdit?: ((value: string) => any) | undefined;
52
- }, {}, {}>;
52
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
+ declare const _default: typeof __VLS_publicComponent;
53
54
  export default _default;
@@ -1,5 +1,5 @@
1
- import { type Milestone, type TimeTracking } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ import { Id, type Milestone, type TimeTracking } from '../types';
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;
@@ -31,20 +31,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
31
31
  estimationUnit: {
32
32
  type: import("vue").PropType<string>;
33
33
  };
34
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
35
  'update:title': (v: string) => void;
36
36
  'update:deadline': (v: string) => void;
37
37
  archivePhase: (payload: {
38
- id: string;
38
+ id: Id;
39
39
  }) => void;
40
40
  updatePhase: (payload: {
41
- id: string;
42
- color?: string | undefined;
41
+ id: Id;
42
+ color?: string;
43
43
  }) => void;
44
44
  unarchivePhase: (payload: {
45
- id: string;
45
+ id: Id;
46
46
  }) => void;
47
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
47
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
48
  id: {
49
49
  type: import("vue").PropType<string>;
50
50
  required: true;
@@ -76,22 +76,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
76
76
  estimationUnit: {
77
77
  type: import("vue").PropType<string>;
78
78
  };
79
- }>> & {
79
+ }>> & Readonly<{
80
80
  "onUpdate:title"?: ((v: string) => any) | undefined;
81
81
  onUpdatePhase?: ((payload: {
82
- id: string;
83
- color?: string | undefined;
82
+ id: Id;
83
+ color?: string;
84
84
  }) => any) | undefined;
85
85
  "onUpdate:deadline"?: ((v: string) => any) | undefined;
86
86
  onArchivePhase?: ((payload: {
87
- id: string;
87
+ id: Id;
88
88
  }) => any) | undefined;
89
89
  onUnarchivePhase?: ((payload: {
90
- id: string;
90
+ id: Id;
91
91
  }) => any) | undefined;
92
- }, {}, {}>, {
92
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
+ declare function __VLS_template(): {
93
94
  secondary?(_: {}): any;
94
- }>;
95
+ };
96
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
95
97
  export default _default;
96
98
  type __VLS_WithTemplateSlots<T, S> = T & {
97
99
  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
  label: {
3
3
  type: import("vue").PropType<string>;
4
4
  required: true;
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8
8
  required: true;
9
9
  default: boolean;
10
10
  };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  label: {
13
13
  type: import("vue").PropType<string>;
14
14
  required: true;
@@ -18,11 +18,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
18
18
  required: true;
19
19
  default: boolean;
20
20
  };
21
- }>>, {
21
+ }>> & Readonly<{}>, {
22
22
  isMultiselect: boolean;
23
- }, {}>, {
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
+ declare function __VLS_template(): {
24
25
  default?(_: {}): any;
25
- }>;
26
+ };
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
26
28
  export default _default;
27
29
  type __VLS_WithTemplateSlots<T, S> = T & {
28
30
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type SizeValues } from '../types/styles';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  name: {
4
4
  type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "CancelRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlagRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "Lock" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PersonAddOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
5
5
  required: true;
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  type: import("vue").PropType<SizeValues>;
9
9
  default: "md";
10
10
  };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  name: {
13
13
  type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "CancelRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlagRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "Lock" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PersonAddOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
14
14
  required: true;
@@ -17,7 +17,8 @@ declare const _default: import("vue").DefineComponent<{
17
17
  type: import("vue").PropType<SizeValues>;
18
18
  default: "md";
19
19
  };
20
- }>>, {
20
+ }>> & Readonly<{}>, {
21
21
  size: SizeValues;
22
- }, {}>;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
+ declare const _default: typeof __VLS_publicComponent;
23
24
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  label: {
3
3
  type: import("vue").PropType<string>;
4
4
  required: true;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  required: true;
28
28
  default: () => {};
29
29
  };
30
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  label: {
32
32
  type: import("vue").PropType<string>;
33
33
  required: true;
@@ -56,14 +56,15 @@ declare const _default: import("vue").DefineComponent<{
56
56
  required: true;
57
57
  default: () => {};
58
58
  };
59
- }>> & {
59
+ }>> & Readonly<{
60
60
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
- }, {
61
+ }>, {
62
62
  label: string;
63
63
  type: string;
64
64
  modelValue: string | number;
65
65
  isReadonly: boolean;
66
66
  isDisabled: boolean;
67
67
  modelModifiers: Record<string, boolean>;
68
- }, {}>;
68
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
69
+ declare const _default: typeof __VLS_publicComponent;
69
70
  export default _default;