@26lights/orcha 0.42.44 → 0.42.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist/orcha.cjs.js +94 -222
  2. package/dist/orcha.css +1 -1
  3. package/dist/orcha.es.js +48062 -25896
  4. package/dist/orcha.umd.js +95 -223
  5. package/dist/src/components/AoActivityDetails.vue.d.ts +138 -49
  6. package/dist/src/components/AoActivityDetailsComments.vue.d.ts +39 -34
  7. package/dist/src/components/AoActivityDetailsFiles.vue.d.ts +24 -24
  8. package/dist/src/components/AoActivityTasks.vue.d.ts +47 -22
  9. package/dist/src/components/AoAddTemplateModal.vue.d.ts +28 -20
  10. package/dist/src/components/AoAvatar.vue.d.ts +45 -36
  11. package/dist/src/components/AoBadge.vue.d.ts +11 -13
  12. package/dist/src/components/AoButton.vue.d.ts +83 -56
  13. package/dist/src/components/AoButtonCard.vue.d.ts +70 -53
  14. package/dist/src/components/AoButtonCheck.vue.d.ts +24 -21
  15. package/dist/src/components/AoCard.vue.d.ts +41 -41
  16. package/dist/src/components/AoCardFeed.vue.d.ts +128 -39
  17. package/dist/src/components/AoCardHoriz.vue.d.ts +60 -31
  18. package/dist/src/components/AoCardProjectItemMilestone.vue.d.ts +104 -35
  19. package/dist/src/components/AoCardProjectItemPhase.vue.d.ts +78 -36
  20. package/dist/src/components/AoCardTemplate.vue.d.ts +55 -23
  21. package/dist/src/components/AoCardTemplateItem.vue.d.ts +34 -16
  22. package/dist/src/components/AoCardTemplateItemActivity.vue.d.ts +17 -17
  23. package/dist/src/components/AoCardTemplateItemMilestone.vue.d.ts +11 -16
  24. package/dist/src/components/AoCardTemplateItemPhase.vue.d.ts +25 -18
  25. package/dist/src/components/AoCheckboxField.vue.d.ts +45 -41
  26. package/dist/src/components/AoColHeader.vue.d.ts +17 -13
  27. package/dist/src/components/AoColorPicker.vue.d.ts +16 -20
  28. package/dist/src/components/AoComment.vue.d.ts +52 -19
  29. package/dist/src/components/AoCondensedCardProjectItemPhase.vue.d.ts +77 -35
  30. package/dist/src/components/AoField.vue.d.ts +24 -31
  31. package/dist/src/components/AoIcon.vue.d.ts +22 -29
  32. package/dist/src/components/AoInputField.vue.d.ts +61 -49
  33. package/dist/src/components/AoListKanban.vue.d.ts +22 -13
  34. package/dist/src/components/AoMarkdownContent.vue.d.ts +24 -0
  35. package/dist/src/components/AoModal.vue.d.ts +18 -26
  36. package/dist/src/components/AoMultiselect.vue.d.ts +16 -17
  37. package/dist/src/components/AoPageHeader.vue.d.ts +14 -13
  38. package/dist/src/components/AoProgress.vue.d.ts +24 -16
  39. package/dist/src/components/AoProjectPhase.vue.d.ts +60 -28
  40. package/dist/src/components/AoProjectPhases.vue.d.ts +61 -29
  41. package/dist/src/components/AoRichTextEditor.vue.d.ts +27 -42
  42. package/dist/src/components/AoRuleLine.vue.d.ts +47 -31
  43. package/dist/src/components/AoSaveTemplateModal.vue.d.ts +15 -17
  44. package/dist/src/components/AoSearchField.vue.d.ts +31 -32
  45. package/dist/src/components/AoTabBar.vue.d.ts +3 -3
  46. package/dist/src/components/AoTag.vue.d.ts +51 -23
  47. package/dist/src/components/AoTemplateDetailsActivities.vue.d.ts +39 -21
  48. package/dist/src/components/AoTemplateDetailsMilestones.vue.d.ts +29 -19
  49. package/dist/src/components/AoTemplateRules.vue.d.ts +44 -18
  50. package/dist/src/components/AoTitle.vue.d.ts +51 -39
  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/useDetachedOptions.d.ts +1 -2
  121. package/dist/src/composables/useGetDefaultRankAndName.d.ts +1 -2
  122. package/dist/src/composables/useIsEditing.d.ts +1 -2
  123. package/dist/src/composables/useSearchField.d.ts +1 -1
  124. package/dist/src/composables/useSelectAddedElement.d.ts +1 -2
  125. package/dist/src/helpers.d.ts +4 -5
  126. package/dist/src/i18n/i18next.d.ts +2 -3
  127. package/dist/src/main.d.ts +0 -1
  128. package/dist/src/router/routes.d.ts +1 -2
  129. package/dist/src/types/components.d.ts +2 -3
  130. package/dist/src/types/styles.d.ts +1 -1
  131. package/dist/src/types/utils.d.ts +1 -2
  132. package/dist/src/views/AoFeed.vue.d.ts +153 -61
  133. package/dist/src/views/AoMapping.vue.d.ts +113 -42
  134. package/dist/src/views/AoProjectOverviewActivityDetails.vue.d.ts +121 -39
  135. package/dist/src/views/AoProjectOverviewMilestoneDetails.vue.d.ts +68 -27
  136. package/dist/src/views/AoProjectOverviewProject.vue.d.ts +139 -63
  137. package/dist/src/views/AoTemplateDetails.vue.d.ts +66 -40
  138. package/dist/src/views/AoTemplates.vue.d.ts +11 -15
  139. package/dist/src/views/AoTemplatesList.vue.d.ts +13 -17
  140. package/package.json +7 -4
  141. package/dist/src/components/AoRichTextContent.vue.d.ts +0 -37
@@ -1,5 +1,62 @@
1
- import { CardProps } from '../types/components';
2
-
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: {
3
+ type: import("vue").PropType<string>;
4
+ };
5
+ id: {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ icon: {
9
+ 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">;
10
+ };
11
+ tagName: {
12
+ type: import("vue").PropType<keyof HTMLElementTagNameMap>;
13
+ default: string;
14
+ };
15
+ isEditing: {
16
+ type: import("vue").PropType<boolean>;
17
+ };
18
+ isActive: {
19
+ type: import("vue").PropType<boolean>;
20
+ };
21
+ subtitle: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
+ isDraggable: {
25
+ type: import("vue").PropType<boolean>;
26
+ };
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
+ title: {
31
+ type: import("vue").PropType<string>;
32
+ };
33
+ id: {
34
+ type: import("vue").PropType<string>;
35
+ };
36
+ icon: {
37
+ 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">;
38
+ };
39
+ tagName: {
40
+ type: import("vue").PropType<keyof HTMLElementTagNameMap>;
41
+ default: string;
42
+ };
43
+ isEditing: {
44
+ type: import("vue").PropType<boolean>;
45
+ };
46
+ isActive: {
47
+ type: import("vue").PropType<boolean>;
48
+ };
49
+ subtitle: {
50
+ type: import("vue").PropType<string>;
51
+ };
52
+ isDraggable: {
53
+ type: import("vue").PropType<boolean>;
54
+ };
55
+ }>> & Readonly<{
56
+ "onUpdate:title"?: ((value: string) => any) | undefined;
57
+ }>, {
58
+ tagName: import("../types/utils").HTMLElementTagNameType;
59
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3
60
  declare function __VLS_template(): {
4
61
  subtitle?(_: {}): any;
5
62
  header?(_: {}): any;
@@ -7,36 +64,8 @@ declare function __VLS_template(): {
7
64
  footer?(_: {}): any;
8
65
  secondary?(_: {}): any;
9
66
  };
10
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardProps>, {
11
- tagName: string;
12
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
- "update:title": (value: string) => void;
14
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardProps>, {
15
- tagName: string;
16
- }>>> & Readonly<{
17
- "onUpdate:title"?: ((value: string) => any) | undefined;
18
- }>, {
19
- tagName: import('../types/utils').HTMLElementTagNameType;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
67
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
22
68
  export default _default;
23
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- type __VLS_TypePropsToRuntimeProps<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: import('vue').PropType<T[K]>;
29
- required: true;
30
- };
31
- };
32
- type __VLS_WithDefaults<P, D> = {
33
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
- default: D[K];
35
- }> : P[K];
36
- };
37
- type __VLS_Prettify<T> = {
38
- [K in keyof T]: T[K];
39
- } & {};
40
69
  type __VLS_WithTemplateSlots<T, S> = T & {
41
70
  new (): {
42
71
  $slots: S;
@@ -1,26 +1,53 @@
1
- import { Activity, ActivityStatus, Id, UpdateMilestonePayload, User, TimeTracking } from '../types';
2
-
3
- interface Props {
4
- id: string;
5
- name?: string;
6
- color?: string;
7
- phaseColor?: string;
8
- activities?: Activity[];
9
- closedStatus: ActivityStatus;
10
- isEditable?: boolean;
11
- deadline?: string;
12
- active?: boolean;
13
- isSelected?: boolean;
14
- assignee?: User;
15
- important?: boolean;
16
- readonly?: boolean;
17
- timeTrackingData?: Record<Id, TimeTracking>;
18
- estimationUnit?: string;
19
- }
20
- declare function __VLS_template(): {
21
- secondary?(_: {}): any;
22
- };
23
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
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
+ id: {
4
+ type: import("vue").PropType<string>;
5
+ required: true;
6
+ };
7
+ name: {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ color: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ phaseColor: {
14
+ type: import("vue").PropType<string>;
15
+ };
16
+ activities: {
17
+ type: import("vue").PropType<Activity[]>;
18
+ };
19
+ closedStatus: {
20
+ type: import("vue").PropType<ActivityStatus>;
21
+ required: true;
22
+ };
23
+ isEditable: {
24
+ type: import("vue").PropType<boolean>;
25
+ };
26
+ deadline: {
27
+ type: import("vue").PropType<string>;
28
+ };
29
+ active: {
30
+ type: import("vue").PropType<boolean>;
31
+ };
32
+ isSelected: {
33
+ type: import("vue").PropType<boolean>;
34
+ };
35
+ assignee: {
36
+ type: import("vue").PropType<User>;
37
+ };
38
+ important: {
39
+ type: import("vue").PropType<boolean>;
40
+ };
41
+ readonly: {
42
+ type: import("vue").PropType<boolean>;
43
+ };
44
+ timeTrackingData: {
45
+ type: import("vue").PropType<Record<string, TimeTracking>>;
46
+ };
47
+ estimationUnit: {
48
+ type: import("vue").PropType<string>;
49
+ };
50
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
51
  updateMilestone: (payload: UpdateMilestonePayload) => void;
25
52
  archiveMilestone: (payload: {
26
53
  id: Id;
@@ -28,7 +55,55 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
28
55
  unarchiveMilestone: (payload: {
29
56
  id: Id;
30
57
  }) => void;
31
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
58
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
+ id: {
60
+ type: import("vue").PropType<string>;
61
+ required: true;
62
+ };
63
+ name: {
64
+ type: import("vue").PropType<string>;
65
+ };
66
+ color: {
67
+ type: import("vue").PropType<string>;
68
+ };
69
+ phaseColor: {
70
+ type: import("vue").PropType<string>;
71
+ };
72
+ activities: {
73
+ type: import("vue").PropType<Activity[]>;
74
+ };
75
+ closedStatus: {
76
+ type: import("vue").PropType<ActivityStatus>;
77
+ required: true;
78
+ };
79
+ isEditable: {
80
+ type: import("vue").PropType<boolean>;
81
+ };
82
+ deadline: {
83
+ type: import("vue").PropType<string>;
84
+ };
85
+ active: {
86
+ type: import("vue").PropType<boolean>;
87
+ };
88
+ isSelected: {
89
+ type: import("vue").PropType<boolean>;
90
+ };
91
+ assignee: {
92
+ type: import("vue").PropType<User>;
93
+ };
94
+ important: {
95
+ type: import("vue").PropType<boolean>;
96
+ };
97
+ readonly: {
98
+ type: import("vue").PropType<boolean>;
99
+ };
100
+ timeTrackingData: {
101
+ type: import("vue").PropType<Record<string, TimeTracking>>;
102
+ };
103
+ estimationUnit: {
104
+ type: import("vue").PropType<string>;
105
+ };
106
+ }>> & Readonly<{
32
107
  onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
33
108
  onArchiveMilestone?: ((payload: {
34
109
  id: Id;
@@ -36,18 +111,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
36
111
  onUnarchiveMilestone?: ((payload: {
37
112
  id: Id;
38
113
  }) => any) | undefined;
39
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
41
- export default _default;
42
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
- type __VLS_TypePropsToRuntimeProps<T> = {
44
- [K in keyof T]-?: {} extends Pick<T, K> ? {
45
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
- } : {
47
- type: import('vue').PropType<T[K]>;
48
- required: true;
49
- };
114
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
115
+ declare function __VLS_template(): {
116
+ secondary?(_: {}): any;
50
117
  };
118
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
119
+ export default _default;
51
120
  type __VLS_WithTemplateSlots<T, S> = T & {
52
121
  new (): {
53
122
  $slots: S;
@@ -1,34 +1,82 @@
1
- import { Id, Milestone, TimeTracking } from '../types';
2
-
3
- interface Props {
4
- id: string;
5
- projectName?: string;
6
- name?: string;
7
- milestones?: Milestone[];
8
- isEditable?: boolean;
9
- deadline?: string;
10
- active?: boolean;
11
- color?: string;
12
- timeTrackingData?: Record<string, TimeTracking>;
13
- estimationUnit?: string;
14
- }
15
- declare function __VLS_template(): {
16
- secondary?(_: {}): any;
17
- };
18
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
- "update:title": (v: string) => void;
20
- updatePhase: (payload: {
21
- id: Id;
22
- color?: string;
23
- }) => void;
24
- "update:deadline": (v: string) => void;
1
+ import { Id, type Milestone, type TimeTracking } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ id: {
4
+ type: import("vue").PropType<string>;
5
+ required: true;
6
+ };
7
+ projectName: {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ name: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ milestones: {
14
+ type: import("vue").PropType<Milestone[]>;
15
+ };
16
+ isEditable: {
17
+ type: import("vue").PropType<boolean>;
18
+ };
19
+ deadline: {
20
+ type: import("vue").PropType<string>;
21
+ };
22
+ active: {
23
+ type: import("vue").PropType<boolean>;
24
+ };
25
+ color: {
26
+ type: import("vue").PropType<string>;
27
+ };
28
+ timeTrackingData: {
29
+ type: import("vue").PropType<Record<string, TimeTracking>>;
30
+ };
31
+ estimationUnit: {
32
+ type: import("vue").PropType<string>;
33
+ };
34
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
+ 'update:title': (v: string) => void;
36
+ 'update:deadline': (v: string) => void;
25
37
  archivePhase: (payload: {
26
38
  id: Id;
27
39
  }) => void;
28
40
  unarchivePhase: (payload: {
29
41
  id: Id;
30
42
  }) => void;
31
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
43
+ updatePhase: (payload: {
44
+ id: Id;
45
+ color?: string;
46
+ }) => void;
47
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
+ id: {
49
+ type: import("vue").PropType<string>;
50
+ required: true;
51
+ };
52
+ projectName: {
53
+ type: import("vue").PropType<string>;
54
+ };
55
+ name: {
56
+ type: import("vue").PropType<string>;
57
+ };
58
+ milestones: {
59
+ type: import("vue").PropType<Milestone[]>;
60
+ };
61
+ isEditable: {
62
+ type: import("vue").PropType<boolean>;
63
+ };
64
+ deadline: {
65
+ type: import("vue").PropType<string>;
66
+ };
67
+ active: {
68
+ type: import("vue").PropType<boolean>;
69
+ };
70
+ color: {
71
+ type: import("vue").PropType<string>;
72
+ };
73
+ timeTrackingData: {
74
+ type: import("vue").PropType<Record<string, TimeTracking>>;
75
+ };
76
+ estimationUnit: {
77
+ type: import("vue").PropType<string>;
78
+ };
79
+ }>> & Readonly<{
32
80
  "onUpdate:title"?: ((v: string) => any) | undefined;
33
81
  onUpdatePhase?: ((payload: {
34
82
  id: Id;
@@ -41,18 +89,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
41
89
  onUnarchivePhase?: ((payload: {
42
90
  id: Id;
43
91
  }) => any) | undefined;
44
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
46
- export default _default;
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToRuntimeProps<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
92
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
+ declare function __VLS_template(): {
94
+ secondary?(_: {}): any;
55
95
  };
96
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
97
+ export default _default;
56
98
  type __VLS_WithTemplateSlots<T, S> = T & {
57
99
  new (): {
58
100
  $slots: S;
@@ -1,28 +1,60 @@
1
- import { Phase } from '../types';
2
-
3
- interface Props {
4
- id: string;
5
- title?: string;
6
- activities: number;
7
- milestones: number;
8
- phases?: Phase[];
9
- updatedAt?: string;
10
- updatedBy?: string;
11
- }
12
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1
+ import { type Phase } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ id: {
4
+ type: import("vue").PropType<string>;
5
+ required: true;
6
+ };
7
+ title: {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ activities: {
11
+ type: import("vue").PropType<number>;
12
+ required: true;
13
+ };
14
+ milestones: {
15
+ type: import("vue").PropType<number>;
16
+ required: true;
17
+ };
18
+ phases: {
19
+ type: import("vue").PropType<Phase[]>;
20
+ };
21
+ updatedAt: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
+ updatedBy: {
25
+ type: import("vue").PropType<string>;
26
+ };
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
28
  updateTitle: (title: string) => void;
14
29
  deleteItem: (id: string, name?: string | undefined) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
30
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
+ id: {
32
+ type: import("vue").PropType<string>;
33
+ required: true;
34
+ };
35
+ title: {
36
+ type: import("vue").PropType<string>;
37
+ };
38
+ activities: {
39
+ type: import("vue").PropType<number>;
40
+ required: true;
41
+ };
42
+ milestones: {
43
+ type: import("vue").PropType<number>;
44
+ required: true;
45
+ };
46
+ phases: {
47
+ type: import("vue").PropType<Phase[]>;
48
+ };
49
+ updatedAt: {
50
+ type: import("vue").PropType<string>;
51
+ };
52
+ updatedBy: {
53
+ type: import("vue").PropType<string>;
54
+ };
55
+ }>> & Readonly<{
16
56
  onUpdateTitle?: ((title: string) => any) | undefined;
17
57
  onDeleteItem?: ((id: string, name?: string | undefined) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
58
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
+ declare const _default: typeof __VLS_publicComponent;
19
60
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
27
- };
28
- };
@@ -1,17 +1,35 @@
1
- interface Props {
2
- milestones?: number;
3
- activities?: number;
4
- tasks?: number;
5
- rules?: number;
6
- }
7
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ milestones: {
3
+ type: import("vue").PropType<number>;
4
+ };
5
+ activities: {
6
+ type: import("vue").PropType<number>;
7
+ };
8
+ tasks: {
9
+ type: import("vue").PropType<number>;
10
+ };
11
+ rules: {
12
+ type: import("vue").PropType<number>;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ 'update:title': (payload: string) => void;
16
+ remove: (args_0: void) => void;
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ milestones: {
19
+ type: import("vue").PropType<number>;
20
+ };
21
+ activities: {
22
+ type: import("vue").PropType<number>;
23
+ };
24
+ tasks: {
25
+ type: import("vue").PropType<number>;
26
+ };
27
+ rules: {
28
+ type: import("vue").PropType<number>;
29
+ };
30
+ }>> & Readonly<{
31
+ onRemove?: ((args_0?: void | undefined) => any) | undefined;
32
+ "onUpdate:title"?: ((payload: string) => any) | undefined;
33
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
+ declare const _default: typeof __VLS_publicComponent;
8
35
  export default _default;
9
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToRuntimeProps<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: import('vue').PropType<T[K]>;
15
- required: true;
16
- };
17
- };
@@ -1,24 +1,24 @@
1
- import { Subtask } from '../types';
2
-
3
- interface Props {
4
- name?: string;
5
- tasks?: Subtask[];
6
- }
1
+ import { type Subtask } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ name: {
4
+ type: import("vue").PropType<string>;
5
+ };
6
+ tasks: {
7
+ type: import("vue").PropType<Subtask[]>;
8
+ };
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ name: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ tasks: {
14
+ type: import("vue").PropType<Subtask[]>;
15
+ };
16
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
17
  declare function __VLS_template(): {
8
18
  default?(_: {}): any;
9
19
  };
10
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
12
21
  export default _default;
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToRuntimeProps<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
22
22
  type __VLS_WithTemplateSlots<T, S> = T & {
23
23
  new (): {
24
24
  $slots: S;
@@ -1,23 +1,18 @@
1
- import { Activity } from '../types';
2
-
3
- interface Props {
4
- activities?: Activity[];
5
- }
1
+ import { type Activity } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ activities: {
4
+ type: import("vue").PropType<Activity[]>;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ activities: {
8
+ type: import("vue").PropType<Activity[]>;
9
+ };
10
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
11
  declare function __VLS_template(): {
7
12
  default?(_: {}): any;
8
13
  };
9
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
11
15
  export default _default;
12
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
- type __VLS_TypePropsToRuntimeProps<T> = {
14
- [K in keyof T]-?: {} extends Pick<T, K> ? {
15
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
- } : {
17
- type: import('vue').PropType<T[K]>;
18
- required: true;
19
- };
20
- };
21
16
  type __VLS_WithTemplateSlots<T, S> = T & {
22
17
  new (): {
23
18
  $slots: S;
@@ -1,25 +1,32 @@
1
- import { Milestone } from '../types';
2
-
3
- interface Props {
4
- id: string;
5
- name?: string;
6
- milestones?: Milestone[];
7
- }
1
+ import { type Milestone } from '../types';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ id: {
4
+ type: import("vue").PropType<string>;
5
+ required: true;
6
+ };
7
+ name: {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ milestones: {
11
+ type: import("vue").PropType<Milestone[]>;
12
+ };
13
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ id: {
15
+ type: import("vue").PropType<string>;
16
+ required: true;
17
+ };
18
+ name: {
19
+ type: import("vue").PropType<string>;
20
+ };
21
+ milestones: {
22
+ type: import("vue").PropType<Milestone[]>;
23
+ };
24
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
25
  declare function __VLS_template(): {
9
26
  default?(_: {}): any;
10
27
  };
11
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
13
29
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
30
  type __VLS_WithTemplateSlots<T, S> = T & {
24
31
  new (): {
25
32
  $slots: S;