@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,7 +1,6 @@
1
- import { Activity, ActivityFeedStatus, ActivityStatus, ChangeFeedActivitiesPayload, Id, StartTimerPayload, UpdateActivityPayload, User } from '../types';
2
-
3
- declare const _default: <T extends ActivityFeedStatus>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<any & {
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: (typeof __VLS_setup)["props"] & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<typeof __VLS_setup, "attrs" | "emit" | "slots">, __VLS_setup?: {
3
+ props: {
5
4
  list: Activity[];
6
5
  status: ActivityStatus;
7
6
  users: User[];
@@ -13,19 +12,29 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: Awaited<type
13
12
  noMoreLabel?: string;
14
13
  isEditable: boolean | "only-own";
15
14
  tagType?: "project" | "milestone";
16
- }, keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>> & {} & (import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps);
17
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
15
+ };
16
+ expose(exposed: {}): void;
18
17
  attrs: any;
19
18
  slots: ReturnType<() => {
20
19
  header?(_: {}): any;
21
20
  footer?(_: {}): any;
22
21
  }>;
23
- emit: ((evt: "add", args_0: void) => void) & ((evt: "updateActivity", input: UpdateActivityPayload) => void) & ((evt: "startTimer", payload: StartTimerPayload) => void) & ((evt: "update:list", value: unknown[]) => void) & ((evt: "change:list", value: ChangeFeedActivitiesPayload) => void) & ((evt: "loadMore", args_0: void) => void) & ((evt: "selectActivity", activityId: string) => void) & ((evt: "archiveActivity", payload: {
24
- id: Id;
25
- }) => void) & ((evt: "unarchiveActivity", payload: {
26
- id: Id;
27
- }) => void);
28
- }>) => import('vue').VNode & {
29
- __ctx?: Awaited<typeof __VLS_setup>;
22
+ emit: {
23
+ add: [void];
24
+ 'update:list': [value: unknown[]];
25
+ 'change:list': [value: ChangeFeedActivitiesPayload];
26
+ loadMore: [void];
27
+ selectActivity: [activityId: Id];
28
+ archiveActivity: [payload: {
29
+ id: Id;
30
+ }];
31
+ unarchiveActivity: [payload: {
32
+ id: Id;
33
+ }];
34
+ updateActivity: [input: UpdateActivityPayload];
35
+ startTimer: [payload: StartTimerPayload];
36
+ };
37
+ }) => import("vue").VNode & {
38
+ __ctx?: typeof __VLS_setup;
30
39
  };
31
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,35 +1,27 @@
1
- type Props = {
2
- size?: 'sm' | 'md';
3
- };
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ size: {
3
+ type: import("vue").PropType<"sm" | "md">;
4
+ default: string;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ close: (args_0: void) => void;
8
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ size: {
10
+ type: import("vue").PropType<"sm" | "md">;
11
+ default: string;
12
+ };
13
+ }>> & Readonly<{
14
+ onClose?: ((args_0?: void | undefined) => any) | undefined;
15
+ }>, {
16
+ size: "sm" | "md";
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
18
  declare function __VLS_template(): {
5
19
  header?(_: {}): any;
6
20
  default?(_: {}): any;
7
21
  footer?(_: {}): any;
8
22
  };
9
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- size: string;
11
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
12
- size: "sm" | "md";
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
15
24
  export default _default;
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
- type __VLS_Prettify<T> = {
31
- [K in keyof T]: T[K];
32
- } & {};
33
25
  type __VLS_WithTemplateSlots<T, S> = T & {
34
26
  new (): {
35
27
  $slots: S;
@@ -1,22 +1,21 @@
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ detached: {
3
+ type: import("vue").PropType<boolean>;
4
+ };
5
+ appendTo: {
6
+ type: import("vue").PropType<string | HTMLElement>;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ detached: {
10
+ type: import("vue").PropType<boolean>;
11
+ };
12
+ appendTo: {
13
+ type: import("vue").PropType<string | HTMLElement>;
14
+ };
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
16
  declare function __VLS_template(): Partial<Record<NonNullable<string | number>, (_: any) => any>>;
2
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
- detached?: boolean;
4
- appendTo?: string | HTMLElement;
5
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- detached?: boolean;
7
- appendTo?: string | HTMLElement;
8
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
10
18
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToRuntimeProps<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
20
19
  type __VLS_WithTemplateSlots<T, S> = T & {
21
20
  new (): {
22
21
  $slots: S;
@@ -1,21 +1,22 @@
1
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ canGoBack: {
3
+ type: import("vue").PropType<boolean>;
4
+ };
5
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ goBack: (args_0: void) => void;
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
+ canGoBack: {
9
+ type: import("vue").PropType<boolean>;
10
+ };
11
+ }>> & Readonly<{
12
+ onGoBack?: ((args_0?: void | undefined) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
14
  declare function __VLS_template(): {
2
15
  primary?(_: {}): any;
3
16
  secondary?(_: {}): any;
4
17
  };
5
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- canGoBack?: boolean;
7
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_publicComponent, ReturnType<typeof __VLS_template>>;
9
19
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
19
20
  type __VLS_WithTemplateSlots<T, S> = T & {
20
21
  new (): {
21
22
  $slots: S;
@@ -1,18 +1,26 @@
1
- import { StatusValues } from '../types/styles';
2
-
3
- interface ProgressBarProps {
4
- percentages: number | number[];
5
- status?: StatusValues;
6
- color?: string;
7
- }
8
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ProgressBarProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ProgressBarProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
1
+ import { type StatusValues } from '../types/styles';
2
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ percentages: {
4
+ type: import("vue").PropType<number | number[]>;
5
+ required: true;
6
+ };
7
+ status: {
8
+ type: import("vue").PropType<StatusValues>;
9
+ };
10
+ color: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ percentages: {
15
+ type: import("vue").PropType<number | number[]>;
16
16
  required: true;
17
17
  };
18
- };
18
+ status: {
19
+ type: import("vue").PropType<StatusValues>;
20
+ };
21
+ color: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ declare const _default: typeof __VLS_publicComponent;
26
+ export default _default;
@@ -1,31 +1,71 @@
1
- import { Phase, Id, AddMilestonePayload, UpdatePhasePayload, UpdateMilestonePayload, ActivityStatus, User, TimeTracking } from '../types';
2
-
3
- type Props = {
4
- phase: Phase;
5
- closedStatus: ActivityStatus;
6
- users: User[];
7
- isEditable?: boolean;
8
- readonly?: boolean;
9
- timeTrackingData?: Record<Id, TimeTracking>;
10
- estimationUnit?: 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, 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
+ phase: {
4
+ type: import("vue").PropType<Phase>;
5
+ required: true;
6
+ };
7
+ closedStatus: {
8
+ type: import("vue").PropType<ActivityStatus>;
9
+ required: true;
10
+ };
11
+ users: {
12
+ type: import("vue").PropType<User[]>;
13
+ required: true;
14
+ };
15
+ isEditable: {
16
+ type: import("vue").PropType<boolean>;
17
+ };
18
+ readonly: {
19
+ type: import("vue").PropType<boolean>;
20
+ };
21
+ timeTrackingData: {
22
+ type: import("vue").PropType<Record<string, TimeTracking>>;
23
+ };
24
+ estimationUnit: {
25
+ type: import("vue").PropType<string>;
26
+ };
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
28
  addMilestone: (payload: AddMilestonePayload) => void;
14
29
  updateMilestone: (payload: UpdateMilestonePayload) => void;
15
- updatePhase: (payload: UpdatePhasePayload) => void;
16
- archivePhase: (payload: {
30
+ archiveMilestone: (payload: {
17
31
  id: Id;
18
32
  }) => void;
19
- unarchivePhase: (payload: {
33
+ unarchiveMilestone: (payload: {
20
34
  id: Id;
21
35
  }) => void;
22
- archiveMilestone: (payload: {
36
+ updatePhase: (payload: UpdatePhasePayload) => void;
37
+ archivePhase: (payload: {
23
38
  id: Id;
24
39
  }) => void;
25
- unarchiveMilestone: (payload: {
40
+ unarchivePhase: (payload: {
26
41
  id: Id;
27
42
  }) => void;
28
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
43
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ phase: {
45
+ type: import("vue").PropType<Phase>;
46
+ required: true;
47
+ };
48
+ closedStatus: {
49
+ type: import("vue").PropType<ActivityStatus>;
50
+ required: true;
51
+ };
52
+ users: {
53
+ type: import("vue").PropType<User[]>;
54
+ required: true;
55
+ };
56
+ isEditable: {
57
+ type: import("vue").PropType<boolean>;
58
+ };
59
+ readonly: {
60
+ type: import("vue").PropType<boolean>;
61
+ };
62
+ timeTrackingData: {
63
+ type: import("vue").PropType<Record<string, TimeTracking>>;
64
+ };
65
+ estimationUnit: {
66
+ type: import("vue").PropType<string>;
67
+ };
68
+ }>> & Readonly<{
29
69
  onAddMilestone?: ((payload: AddMilestonePayload) => any) | undefined;
30
70
  onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
31
71
  onUpdatePhase?: ((payload: UpdatePhasePayload) => any) | undefined;
@@ -41,14 +81,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
41
81
  onUnarchiveMilestone?: ((payload: {
42
82
  id: Id;
43
83
  }) => any) | undefined;
44
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
84
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
85
+ declare const _default: typeof __VLS_publicComponent;
45
86
  export default _default;
46
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
47
- type __VLS_TypePropsToRuntimeProps<T> = {
48
- [K in keyof T]-?: {} extends Pick<T, K> ? {
49
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
50
- } : {
51
- type: import('vue').PropType<T[K]>;
52
- required: true;
53
- };
54
- };
@@ -1,32 +1,72 @@
1
- import { ActivityStatus, AddMilestonePayload, AddPhasePayload, Id, Phase, UpdateMilestonePayload, UpdatePhasePayload, User, TimeTracking } from '../types';
2
-
3
- type Props = {
4
- phases: Phase[];
5
- closedStatus: ActivityStatus;
6
- isEditable?: boolean;
7
- users: User[];
8
- readonly?: boolean;
9
- timeTrackingData?: Record<Id, TimeTracking>;
10
- estimationUnit?: string;
11
- };
12
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
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
+ phases: {
4
+ type: import("vue").PropType<Phase[]>;
5
+ required: true;
6
+ };
7
+ closedStatus: {
8
+ type: import("vue").PropType<ActivityStatus>;
9
+ required: true;
10
+ };
11
+ isEditable: {
12
+ type: import("vue").PropType<boolean>;
13
+ };
14
+ users: {
15
+ type: import("vue").PropType<User[]>;
16
+ required: true;
17
+ };
18
+ readonly: {
19
+ type: import("vue").PropType<boolean>;
20
+ };
21
+ timeTrackingData: {
22
+ type: import("vue").PropType<Record<string, TimeTracking>>;
23
+ };
24
+ estimationUnit: {
25
+ type: import("vue").PropType<string>;
26
+ };
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
28
  addMilestone: (payload: AddMilestonePayload) => void;
14
29
  updateMilestone: (payload: UpdateMilestonePayload) => void;
15
- updatePhase: (payload: UpdatePhasePayload) => void;
16
- addPhase: (payload: AddPhasePayload) => void;
17
- archivePhase: (payload: {
30
+ archiveMilestone: (payload: {
18
31
  id: Id;
19
32
  }) => void;
20
- unarchivePhase: (payload: {
33
+ unarchiveMilestone: (payload: {
21
34
  id: Id;
22
35
  }) => void;
23
- archiveMilestone: (payload: {
36
+ addPhase: (payload: AddPhasePayload) => void;
37
+ updatePhase: (payload: UpdatePhasePayload) => void;
38
+ archivePhase: (payload: {
24
39
  id: Id;
25
40
  }) => void;
26
- unarchiveMilestone: (payload: {
41
+ unarchivePhase: (payload: {
27
42
  id: Id;
28
43
  }) => void;
29
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
44
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
+ phases: {
46
+ type: import("vue").PropType<Phase[]>;
47
+ required: true;
48
+ };
49
+ closedStatus: {
50
+ type: import("vue").PropType<ActivityStatus>;
51
+ required: true;
52
+ };
53
+ isEditable: {
54
+ type: import("vue").PropType<boolean>;
55
+ };
56
+ users: {
57
+ type: import("vue").PropType<User[]>;
58
+ required: true;
59
+ };
60
+ readonly: {
61
+ type: import("vue").PropType<boolean>;
62
+ };
63
+ timeTrackingData: {
64
+ type: import("vue").PropType<Record<string, TimeTracking>>;
65
+ };
66
+ estimationUnit: {
67
+ type: import("vue").PropType<string>;
68
+ };
69
+ }>> & Readonly<{
30
70
  onAddMilestone?: ((payload: AddMilestonePayload) => any) | undefined;
31
71
  onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
32
72
  onUpdatePhase?: ((payload: UpdatePhasePayload) => any) | undefined;
@@ -43,14 +83,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
43
83
  onUnarchiveMilestone?: ((payload: {
44
84
  id: Id;
45
85
  }) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
86
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
+ declare const _default: typeof __VLS_publicComponent;
47
88
  export default _default;
48
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
- type __VLS_TypePropsToRuntimeProps<T> = {
50
- [K in keyof T]-?: {} extends Pick<T, K> ? {
51
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
52
- } : {
53
- type: import('vue').PropType<T[K]>;
54
- required: true;
55
- };
56
- };
@@ -1,45 +1,30 @@
1
-
2
- type Props = {
3
- modelValue?: string;
4
- readonly?: boolean;
5
- placeholder?: string;
6
- };
7
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
- modelValue: string;
9
- readonly: boolean;
10
- placeholder: string;
11
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
- blur: (value: string) => void;
13
- focus: () => void;
14
- "update:modelValue": (value: string) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
- modelValue: string;
17
- readonly: boolean;
18
- placeholder: string;
19
- }>>> & Readonly<{
20
- onBlur?: ((value: string) => any) | undefined;
21
- onFocus?: (() => any) | undefined;
22
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
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;
23
25
  }>, {
24
26
  placeholder: string;
25
- modelValue: string;
26
- readonly: boolean;
27
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
+ initialMarkdown: string;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
+ declare const _default: typeof __VLS_publicComponent;
28
30
  export default _default;
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToRuntimeProps<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
- type __VLS_WithDefaults<P, D> = {
39
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
- default: D[K];
41
- }> : P[K];
42
- };
43
- type __VLS_Prettify<T> = {
44
- [K in keyof T]: T[K];
45
- } & {};
@@ -1,33 +1,49 @@
1
- import { Activity, Milestone, Phase, Rule } from '../types';
2
- import { HTMLElementTagNameType } from '../types/utils';
3
-
4
- interface Props {
5
- rule: Rule;
6
- templatePhases?: Phase[];
7
- templateMilestones?: Milestone[];
8
- templateActivities?: Activity[];
9
- tagName?: HTMLElementTagNameType;
10
- }
11
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- tagName: string;
13
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
14
- tagName: HTMLElementTagNameType;
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
- export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
1
+ import { type Activity, type Milestone, type Phase, type Rule, type UpdateRulePayload } from '../types';
2
+ import { type HTMLElementTagNameType } from '../types/utils';
3
+ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ tagName: {
5
+ type: import("vue").PropType<keyof HTMLElementTagNameMap>;
6
+ default: string;
7
+ };
8
+ templateActivities: {
9
+ type: import("vue").PropType<Activity[]>;
10
+ };
11
+ templateMilestones: {
12
+ type: import("vue").PropType<Milestone[]>;
13
+ };
14
+ rule: {
15
+ type: import("vue").PropType<Rule>;
16
+ required: true;
17
+ };
18
+ templatePhases: {
19
+ type: import("vue").PropType<Phase[]>;
20
+ };
21
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ 'update:rule': (payload: UpdateRulePayload) => void;
23
+ close: (args_0: void) => void;
24
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ tagName: {
26
+ type: import("vue").PropType<keyof HTMLElementTagNameMap>;
27
+ default: string;
28
+ };
29
+ templateActivities: {
30
+ type: import("vue").PropType<Activity[]>;
31
+ };
32
+ templateMilestones: {
33
+ type: import("vue").PropType<Milestone[]>;
34
+ };
35
+ rule: {
36
+ type: import("vue").PropType<Rule>;
23
37
  required: true;
24
38
  };
25
- };
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_Prettify<T> = {
32
- [K in keyof T]: T[K];
33
- } & {};
39
+ templatePhases: {
40
+ type: import("vue").PropType<Phase[]>;
41
+ };
42
+ }>> & Readonly<{
43
+ onClose?: ((args_0?: void | undefined) => any) | undefined;
44
+ "onUpdate:rule"?: ((payload: UpdateRulePayload) => any) | undefined;
45
+ }>, {
46
+ tagName: HTMLElementTagNameType;
47
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
+ declare const _default: typeof __VLS_publicComponent;
49
+ export default _default;