@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,71 +1,24 @@
1
1
  import { type Activity, type ActivityFeedStatus, type ActivityStatus, type ChangeFeedActivitiesPayload, type Id, type StartTimerPayload, type UpdateActivityPayload, User } from '../types';
2
- declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
3
- list: Activity[];
4
- status: ActivityStatus;
5
- users: User[];
6
- userId?: string | undefined;
7
- title?: string | undefined;
8
- footerLabel?: string | undefined;
9
- isLoading?: boolean | undefined;
10
- hasMore?: boolean | undefined;
11
- noMoreLabel?: string | undefined;
12
- isEditable: boolean | 'only-own';
13
- tagType?: "project" | "milestone" | undefined;
14
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
2
+ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: (typeof __VLS_setup)["props"] & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<typeof __VLS_setup, "attrs" | "emit" | "slots">, __VLS_setup?: {
15
3
  props: {
16
4
  list: Activity[];
17
5
  status: ActivityStatus;
18
6
  users: User[];
19
- userId?: string | undefined;
20
- title?: string | undefined;
21
- footerLabel?: string | undefined;
22
- isLoading?: boolean | undefined;
23
- hasMore?: boolean | undefined;
24
- noMoreLabel?: string | undefined;
25
- isEditable: boolean | 'only-own';
26
- tagType?: "project" | "milestone" | undefined;
7
+ userId?: string;
8
+ title?: string;
9
+ footerLabel?: string;
10
+ isLoading?: boolean;
11
+ hasMore?: boolean;
12
+ noMoreLabel?: string;
13
+ isEditable: boolean | "only-own";
14
+ tagType?: "project" | "milestone";
27
15
  };
28
16
  expose(exposed: {}): void;
29
17
  attrs: any;
30
- slots: {
18
+ slots: ReturnType<() => {
31
19
  header?(_: {}): any;
32
20
  footer?(_: {}): any;
33
- };
34
- emit: {
35
- add: [void];
36
- 'update:list': [value: unknown[]];
37
- 'change:list': [value: ChangeFeedActivitiesPayload];
38
- loadMore: [void];
39
- selectActivity: [activityId: Id];
40
- archiveActivity: [payload: {
41
- id: Id;
42
- }];
43
- unarchiveActivity: [payload: {
44
- id: Id;
45
- }];
46
- updateActivity: [input: UpdateActivityPayload];
47
- startTimer: [payload: StartTimerPayload];
48
- };
49
- }, "slots" | "attrs" | "emit"> | undefined, __VLS_setup?: {
50
- props: {
51
- list: Activity[];
52
- status: ActivityStatus;
53
- users: User[];
54
- userId?: string | undefined;
55
- title?: string | undefined;
56
- footerLabel?: string | undefined;
57
- isLoading?: boolean | undefined;
58
- hasMore?: boolean | undefined;
59
- noMoreLabel?: string | undefined;
60
- isEditable: boolean | 'only-own';
61
- tagType?: "project" | "milestone" | undefined;
62
- };
63
- expose(exposed: {}): void;
64
- attrs: any;
65
- slots: {
66
- header?(_: {}): any;
67
- footer?(_: {}): any;
68
- };
21
+ }>;
69
22
  emit: {
70
23
  add: [void];
71
24
  'update:list': [value: unknown[]];
@@ -81,44 +34,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
81
34
  updateActivity: [input: UpdateActivityPayload];
82
35
  startTimer: [payload: StartTimerPayload];
83
36
  };
84
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
85
- [key: string]: any;
86
- }> & {
87
- __ctx?: {
88
- props: {
89
- list: Activity[];
90
- status: ActivityStatus;
91
- users: User[];
92
- userId?: string | undefined;
93
- title?: string | undefined;
94
- footerLabel?: string | undefined;
95
- isLoading?: boolean | undefined;
96
- hasMore?: boolean | undefined;
97
- noMoreLabel?: string | undefined;
98
- isEditable: boolean | 'only-own';
99
- tagType?: "project" | "milestone" | undefined;
100
- };
101
- expose(exposed: {}): void;
102
- attrs: any;
103
- slots: {
104
- header?(_: {}): any;
105
- footer?(_: {}): any;
106
- };
107
- emit: {
108
- add: [void];
109
- 'update:list': [value: unknown[]];
110
- 'change:list': [value: ChangeFeedActivitiesPayload];
111
- loadMore: [void];
112
- selectActivity: [activityId: Id];
113
- archiveActivity: [payload: {
114
- id: Id;
115
- }];
116
- unarchiveActivity: [payload: {
117
- id: Id;
118
- }];
119
- updateActivity: [input: UpdateActivityPayload];
120
- startTimer: [payload: StartTimerPayload];
121
- };
122
- } | undefined;
37
+ }) => import("vue").VNode & {
38
+ __ctx?: typeof __VLS_setup;
123
39
  };
124
40
  export default _default;
@@ -0,0 +1,24 @@
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ placeholder: {
3
+ type: import("vue").PropType<string>;
4
+ default: string;
5
+ };
6
+ content: {
7
+ type: import("vue").PropType<string | null>;
8
+ default: string;
9
+ };
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ placeholder: {
12
+ type: import("vue").PropType<string>;
13
+ default: string;
14
+ };
15
+ content: {
16
+ type: import("vue").PropType<string | null>;
17
+ default: string;
18
+ };
19
+ }>> & Readonly<{}>, {
20
+ placeholder: string;
21
+ content: string | null;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
+ declare const _default: typeof __VLS_publicComponent;
24
+ export default _default;
@@ -1,24 +1,26 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  size: {
3
3
  type: import("vue").PropType<"sm" | "md">;
4
4
  default: string;
5
5
  };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  close: (args_0: void) => 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
  size: {
10
10
  type: import("vue").PropType<"sm" | "md">;
11
11
  default: string;
12
12
  };
13
- }>> & {
13
+ }>> & Readonly<{
14
14
  onClose?: ((args_0?: void | undefined) => any) | undefined;
15
- }, {
15
+ }>, {
16
16
  size: "sm" | "md";
17
- }, {}>, {
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ declare function __VLS_template(): {
18
19
  header?(_: {}): any;
19
20
  default?(_: {}): any;
20
21
  footer?(_: {}): any;
21
- }>;
22
+ };
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
22
24
  export default _default;
23
25
  type __VLS_WithTemplateSlots<T, S> = T & {
24
26
  new (): {
@@ -1,18 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  detached: {
3
3
  type: import("vue").PropType<boolean>;
4
4
  };
5
5
  appendTo: {
6
6
  type: import("vue").PropType<string | HTMLElement>;
7
7
  };
8
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
9
  detached: {
10
10
  type: import("vue").PropType<boolean>;
11
11
  };
12
12
  appendTo: {
13
13
  type: import("vue").PropType<string | HTMLElement>;
14
14
  };
15
- }>>, {}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: any) => any>>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
16
18
  export default _default;
17
19
  type __VLS_WithTemplateSlots<T, S> = T & {
18
20
  new (): {
@@ -1,19 +1,21 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  canGoBack: {
3
3
  type: import("vue").PropType<boolean>;
4
4
  };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  goBack: (args_0: void) => void;
7
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
8
  canGoBack: {
9
9
  type: import("vue").PropType<boolean>;
10
10
  };
11
- }>> & {
11
+ }>> & Readonly<{
12
12
  onGoBack?: ((args_0?: void | undefined) => any) | undefined;
13
- }, {}, {}>, {
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ declare function __VLS_template(): {
14
15
  primary?(_: {}): any;
15
16
  secondary?(_: {}): any;
16
- }>;
17
+ };
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
17
19
  export default _default;
18
20
  type __VLS_WithTemplateSlots<T, S> = T & {
19
21
  new (): {
@@ -1,5 +1,5 @@
1
1
  import { type StatusValues } from '../types/styles';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  percentages: {
4
4
  type: import("vue").PropType<number | number[]>;
5
5
  required: true;
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
10
10
  color: {
11
11
  type: import("vue").PropType<string>;
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
  percentages: {
15
15
  type: import("vue").PropType<number | number[]>;
16
16
  required: true;
@@ -21,5 +21,6 @@ declare const _default: import("vue").DefineComponent<{
21
21
  color: {
22
22
  type: import("vue").PropType<string>;
23
23
  };
24
- }>>, {}, {}>;
24
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ declare const _default: typeof __VLS_publicComponent;
25
26
  export default _default;
@@ -1,5 +1,5 @@
1
- import { type Phase, type AddMilestonePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type ActivityStatus, type User, type TimeTracking } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
1
+ import { type Phase, type Id, type AddMilestonePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type ActivityStatus, type User, type TimeTracking } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  phase: {
4
4
  type: import("vue").PropType<Phase>;
5
5
  required: true;
@@ -24,23 +24,23 @@ declare const _default: import("vue").DefineComponent<{
24
24
  estimationUnit: {
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
  addMilestone: (payload: AddMilestonePayload) => void;
29
29
  updateMilestone: (payload: UpdateMilestonePayload) => void;
30
30
  archiveMilestone: (payload: {
31
- id: string;
31
+ id: Id;
32
32
  }) => void;
33
33
  unarchiveMilestone: (payload: {
34
- id: string;
34
+ id: Id;
35
35
  }) => void;
36
36
  updatePhase: (payload: UpdatePhasePayload) => 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
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
44
  phase: {
45
45
  type: import("vue").PropType<Phase>;
46
46
  required: true;
@@ -65,21 +65,22 @@ declare const _default: import("vue").DefineComponent<{
65
65
  estimationUnit: {
66
66
  type: import("vue").PropType<string>;
67
67
  };
68
- }>> & {
68
+ }>> & Readonly<{
69
69
  onAddMilestone?: ((payload: AddMilestonePayload) => any) | undefined;
70
70
  onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
71
71
  onUpdatePhase?: ((payload: UpdatePhasePayload) => any) | undefined;
72
72
  onArchivePhase?: ((payload: {
73
- id: string;
73
+ id: Id;
74
74
  }) => any) | undefined;
75
75
  onUnarchivePhase?: ((payload: {
76
- id: string;
76
+ id: Id;
77
77
  }) => any) | undefined;
78
78
  onArchiveMilestone?: ((payload: {
79
- id: string;
79
+ id: Id;
80
80
  }) => any) | undefined;
81
81
  onUnarchiveMilestone?: ((payload: {
82
- id: string;
82
+ id: Id;
83
83
  }) => any) | undefined;
84
- }, {}, {}>;
84
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
85
+ declare const _default: typeof __VLS_publicComponent;
85
86
  export default _default;
@@ -1,5 +1,5 @@
1
- import { type ActivityStatus, type AddMilestonePayload, type AddPhasePayload, type Phase, type UpdateMilestonePayload, type UpdatePhasePayload, type User, type TimeTracking } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
1
+ import { type ActivityStatus, type AddMilestonePayload, type AddPhasePayload, type Id, type Phase, type UpdateMilestonePayload, type UpdatePhasePayload, type User, type TimeTracking } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  phases: {
4
4
  type: import("vue").PropType<Phase[]>;
5
5
  required: true;
@@ -24,24 +24,24 @@ declare const _default: import("vue").DefineComponent<{
24
24
  estimationUnit: {
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
  addMilestone: (payload: AddMilestonePayload) => void;
29
29
  updateMilestone: (payload: UpdateMilestonePayload) => void;
30
30
  archiveMilestone: (payload: {
31
- id: string;
31
+ id: Id;
32
32
  }) => void;
33
33
  unarchiveMilestone: (payload: {
34
- id: string;
34
+ id: Id;
35
35
  }) => void;
36
36
  addPhase: (payload: AddPhasePayload) => void;
37
37
  updatePhase: (payload: UpdatePhasePayload) => void;
38
38
  archivePhase: (payload: {
39
- id: string;
39
+ id: Id;
40
40
  }) => void;
41
41
  unarchivePhase: (payload: {
42
- id: string;
42
+ id: Id;
43
43
  }) => 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
  phases: {
46
46
  type: import("vue").PropType<Phase[]>;
47
47
  required: true;
@@ -66,22 +66,23 @@ declare const _default: import("vue").DefineComponent<{
66
66
  estimationUnit: {
67
67
  type: import("vue").PropType<string>;
68
68
  };
69
- }>> & {
69
+ }>> & Readonly<{
70
70
  onAddMilestone?: ((payload: AddMilestonePayload) => any) | undefined;
71
71
  onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
72
72
  onUpdatePhase?: ((payload: UpdatePhasePayload) => any) | undefined;
73
+ onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
73
74
  onArchivePhase?: ((payload: {
74
- id: string;
75
+ id: Id;
75
76
  }) => any) | undefined;
76
77
  onUnarchivePhase?: ((payload: {
77
- id: string;
78
+ id: Id;
78
79
  }) => any) | undefined;
79
80
  onArchiveMilestone?: ((payload: {
80
- id: string;
81
+ id: Id;
81
82
  }) => any) | undefined;
82
83
  onUnarchiveMilestone?: ((payload: {
83
- id: string;
84
+ id: Id;
84
85
  }) => any) | undefined;
85
- onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
86
- }, {}, {}>;
86
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
+ declare const _default: typeof __VLS_publicComponent;
87
88
  export default _default;
@@ -0,0 +1,30 @@
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ placeholder: {
3
+ type: import("vue").PropType<string>;
4
+ default: string;
5
+ };
6
+ initialMarkdown: {
7
+ type: import("vue").PropType<string>;
8
+ default: string;
9
+ };
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ save: (markdown: string) => void;
12
+ cancel: (args_0: void) => void;
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ placeholder: {
15
+ type: import("vue").PropType<string>;
16
+ default: string;
17
+ };
18
+ initialMarkdown: {
19
+ type: import("vue").PropType<string>;
20
+ default: string;
21
+ };
22
+ }>> & Readonly<{
23
+ onCancel?: ((args_0?: void | undefined) => any) | undefined;
24
+ onSave?: ((markdown: string) => any) | undefined;
25
+ }>, {
26
+ placeholder: string;
27
+ initialMarkdown: string;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
+ declare const _default: typeof __VLS_publicComponent;
30
+ export default _default;
@@ -1,5 +1,6 @@
1
1
  import { type Activity, type Milestone, type Phase, type Rule, type UpdateRulePayload } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ import { type HTMLElementTagNameType } from '../types/utils';
3
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
4
  tagName: {
4
5
  type: import("vue").PropType<keyof HTMLElementTagNameMap>;
5
6
  default: string;
@@ -17,10 +18,10 @@ declare const _default: import("vue").DefineComponent<{
17
18
  templatePhases: {
18
19
  type: import("vue").PropType<Phase[]>;
19
20
  };
20
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
22
  'update:rule': (payload: UpdateRulePayload) => void;
22
23
  close: (args_0: void) => void;
23
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
25
  tagName: {
25
26
  type: import("vue").PropType<keyof HTMLElementTagNameMap>;
26
27
  default: string;
@@ -38,10 +39,11 @@ declare const _default: import("vue").DefineComponent<{
38
39
  templatePhases: {
39
40
  type: import("vue").PropType<Phase[]>;
40
41
  };
41
- }>> & {
42
+ }>> & Readonly<{
42
43
  onClose?: ((args_0?: void | undefined) => any) | undefined;
43
44
  "onUpdate:rule"?: ((payload: UpdateRulePayload) => any) | undefined;
44
- }, {
45
- tagName: keyof HTMLElementTagNameMap;
46
- }, {}>;
45
+ }>, {
46
+ tagName: HTMLElementTagNameType;
47
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
+ declare const _default: typeof __VLS_publicComponent;
47
49
  export default _default;
@@ -1,17 +1,18 @@
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
  phases: {
4
4
  type: import("vue").PropType<Phase[]>;
5
5
  required: true;
6
6
  };
7
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  save: (templateName: string, phaseIds: string[]) => void;
9
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  phases: {
11
11
  type: import("vue").PropType<Phase[]>;
12
12
  required: true;
13
13
  };
14
- }>> & {
14
+ }>> & Readonly<{
15
15
  onSave?: ((templateName: string, phaseIds: string[]) => any) | undefined;
16
- }, {}, {}>;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
+ declare const _default: typeof __VLS_publicComponent;
17
18
  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
  placeholder: {
3
3
  type: import("vue").PropType<string>;
4
4
  default: string;
@@ -11,10 +11,10 @@ declare const _default: import("vue").DefineComponent<{
11
11
  type: import("vue").PropType<number>;
12
12
  default: number;
13
13
  };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
15
  'update:modelValue': (value: string, e?: Event | undefined) => void;
16
16
  clear: (e: Event) => 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
  placeholder: {
19
19
  type: import("vue").PropType<string>;
20
20
  default: string;
@@ -27,11 +27,12 @@ declare const _default: import("vue").DefineComponent<{
27
27
  type: import("vue").PropType<number>;
28
28
  default: number;
29
29
  };
30
- }>> & {
31
- "onUpdate:modelValue"?: ((value: string, e?: Event | undefined) => any) | undefined;
30
+ }>> & Readonly<{
32
31
  onClear?: ((e: Event) => any) | undefined;
33
- }, {
32
+ "onUpdate:modelValue"?: ((value: string, e?: Event | undefined) => any) | undefined;
33
+ }>, {
34
34
  placeholder: string;
35
35
  delay: number;
36
- }, {}>;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
+ declare const _default: typeof __VLS_publicComponent;
37
38
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  modelValue: {
3
3
  type: (StringConstructor | NumberConstructor)[];
4
4
  required: true;
@@ -16,9 +16,9 @@ declare const _default: import("vue").DefineComponent<{
16
16
  default: undefined;
17
17
  validator: (value: string) => boolean;
18
18
  };
19
- }, unknown, unknown, {}, {
19
+ }>, {}, {}, {}, {
20
20
  selectTab(value: string | number): void;
21
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  modelValue: {
23
23
  type: (StringConstructor | NumberConstructor)[];
24
24
  required: true;
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<{
36
36
  default: undefined;
37
37
  validator: (value: string) => boolean;
38
38
  };
39
- }>> & {
39
+ }>> & Readonly<{
40
40
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
41
- }, {
41
+ }>, {
42
42
  variant: string;
43
- }, {}>;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
44
44
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { type ColorValues, type TagVariant } from '../types/styles';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  label: {
4
4
  type: import("vue").PropType<string | number>;
5
5
  required: true;
@@ -22,10 +22,10 @@ declare const _default: import("vue").DefineComponent<{
22
22
  iconName: {
23
23
  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">;
24
24
  };
25
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
26
  click: (event: Event) => void;
27
27
  close: (event: Event) => void;
28
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  label: {
30
30
  type: import("vue").PropType<string | number>;
31
31
  required: true;
@@ -48,8 +48,9 @@ declare const _default: import("vue").DefineComponent<{
48
48
  iconName: {
49
49
  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">;
50
50
  };
51
- }>> & {
51
+ }>> & Readonly<{
52
52
  onClick?: ((event: Event) => any) | undefined;
53
53
  onClose?: ((event: Event) => any) | undefined;
54
- }, {}, {}>;
54
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
+ declare const _default: typeof __VLS_publicComponent;
55
56
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { type Milestone, type AddActivityPayload } from '../types';
2
2
  import { type UpdateActivityPayload, type RemoveActivityPayload } from '../types';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  templateId: {
5
5
  type: import("vue").PropType<string>;
6
6
  required: true;
@@ -16,12 +16,12 @@ declare const _default: import("vue").DefineComponent<{
16
16
  activityId: {
17
17
  type: import("vue").PropType<string>;
18
18
  };
19
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
20
  addActivity: (payload: Pick<AddActivityPayload, "milestoneId">) => void;
21
21
  updateActivity: (payload: UpdateActivityPayload) => void;
22
22
  updateMilestone: (payload: UpdateActivityPayload) => void;
23
23
  removeActivity: (payload: RemoveActivityPayload) => 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
  templateId: {
26
26
  type: import("vue").PropType<string>;
27
27
  required: true;
@@ -37,10 +37,11 @@ declare const _default: import("vue").DefineComponent<{
37
37
  activityId: {
38
38
  type: import("vue").PropType<string>;
39
39
  };
40
- }>> & {
40
+ }>> & Readonly<{
41
41
  onUpdateActivity?: ((payload: UpdateActivityPayload) => any) | undefined;
42
42
  onUpdateMilestone?: ((payload: UpdateActivityPayload) => any) | undefined;
43
43
  onAddActivity?: ((payload: Pick<AddActivityPayload, "milestoneId">) => any) | undefined;
44
44
  onRemoveActivity?: ((payload: RemoveActivityPayload) => any) | undefined;
45
- }, {}, {}>;
45
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
46
+ declare const _default: typeof __VLS_publicComponent;
46
47
  export default _default;