@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.
- package/dist/orcha.cjs.js +94 -222
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +48062 -25896
- package/dist/orcha.umd.js +95 -223
- package/dist/src/components/AoActivityDetails.vue.d.ts +138 -49
- package/dist/src/components/AoActivityDetailsComments.vue.d.ts +39 -34
- package/dist/src/components/AoActivityDetailsFiles.vue.d.ts +24 -24
- package/dist/src/components/AoActivityTasks.vue.d.ts +47 -22
- package/dist/src/components/AoAddTemplateModal.vue.d.ts +28 -20
- package/dist/src/components/AoAvatar.vue.d.ts +45 -36
- package/dist/src/components/AoBadge.vue.d.ts +11 -13
- package/dist/src/components/AoButton.vue.d.ts +83 -56
- package/dist/src/components/AoButtonCard.vue.d.ts +70 -53
- package/dist/src/components/AoButtonCheck.vue.d.ts +24 -21
- package/dist/src/components/AoCard.vue.d.ts +41 -41
- package/dist/src/components/AoCardFeed.vue.d.ts +128 -39
- package/dist/src/components/AoCardHoriz.vue.d.ts +60 -31
- package/dist/src/components/AoCardProjectItemMilestone.vue.d.ts +104 -35
- package/dist/src/components/AoCardProjectItemPhase.vue.d.ts +78 -36
- package/dist/src/components/AoCardTemplate.vue.d.ts +55 -23
- package/dist/src/components/AoCardTemplateItem.vue.d.ts +34 -16
- package/dist/src/components/AoCardTemplateItemActivity.vue.d.ts +17 -17
- package/dist/src/components/AoCardTemplateItemMilestone.vue.d.ts +11 -16
- package/dist/src/components/AoCardTemplateItemPhase.vue.d.ts +25 -18
- package/dist/src/components/AoCheckboxField.vue.d.ts +45 -41
- package/dist/src/components/AoColHeader.vue.d.ts +17 -13
- package/dist/src/components/AoColorPicker.vue.d.ts +16 -20
- package/dist/src/components/AoComment.vue.d.ts +52 -19
- package/dist/src/components/AoCondensedCardProjectItemPhase.vue.d.ts +77 -35
- package/dist/src/components/AoField.vue.d.ts +24 -31
- package/dist/src/components/AoIcon.vue.d.ts +22 -29
- package/dist/src/components/AoInputField.vue.d.ts +61 -49
- package/dist/src/components/AoListKanban.vue.d.ts +22 -13
- package/dist/src/components/AoMarkdownContent.vue.d.ts +24 -0
- package/dist/src/components/AoModal.vue.d.ts +18 -26
- package/dist/src/components/AoMultiselect.vue.d.ts +16 -17
- package/dist/src/components/AoPageHeader.vue.d.ts +14 -13
- package/dist/src/components/AoProgress.vue.d.ts +24 -16
- package/dist/src/components/AoProjectPhase.vue.d.ts +60 -28
- package/dist/src/components/AoProjectPhases.vue.d.ts +61 -29
- package/dist/src/components/AoRichTextEditor.vue.d.ts +27 -42
- package/dist/src/components/AoRuleLine.vue.d.ts +47 -31
- package/dist/src/components/AoSaveTemplateModal.vue.d.ts +15 -17
- package/dist/src/components/AoSearchField.vue.d.ts +31 -32
- package/dist/src/components/AoTabBar.vue.d.ts +3 -3
- package/dist/src/components/AoTag.vue.d.ts +51 -23
- package/dist/src/components/AoTemplateDetailsActivities.vue.d.ts +39 -21
- package/dist/src/components/AoTemplateDetailsMilestones.vue.d.ts +29 -19
- package/dist/src/components/AoTemplateRules.vue.d.ts +44 -18
- package/dist/src/components/AoTitle.vue.d.ts +51 -39
- package/dist/src/components/icons/AccountBoxSharp.vue.d.ts +2 -1
- package/dist/src/components/icons/AccountCircle.vue.d.ts +2 -1
- package/dist/src/components/icons/AccountTreeOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/AccountTreeRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Add.vue.d.ts +2 -1
- package/dist/src/components/icons/AddBoxOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArchiveOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArrowBackRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArrowDropDownRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ArrowForwardRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/AssignmentOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/AttachFileRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/CalendarTodayOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/CancelRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ChatOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckBoxOutlineBlank.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckBoxOutlineBlankSharp.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckBoxOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/CheckSmallRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ChecklistRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ChevronLeft.vue.d.ts +2 -1
- package/dist/src/components/icons/ChevronRight.vue.d.ts +2 -1
- package/dist/src/components/icons/CloseRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ContactsOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ContentCopyOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/DeleteOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/DragIndicator.vue.d.ts +2 -1
- package/dist/src/components/icons/EditDocumentRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/EditOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/ErrorOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/FilterListRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/FlagRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/FlowsheetOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/GifBox.vue.d.ts +2 -1
- package/dist/src/components/icons/GroupsOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/HomeOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ImageRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Info.vue.d.ts +2 -1
- package/dist/src/components/icons/KeyboardArrowDown.vue.d.ts +2 -1
- package/dist/src/components/icons/KeyboardArrowUp.vue.d.ts +2 -1
- package/dist/src/components/icons/Loading.vue.d.ts +1 -1
- package/dist/src/components/icons/Lock.vue.d.ts +2 -1
- package/dist/src/components/icons/LogoutRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Menu.vue.d.ts +2 -1
- package/dist/src/components/icons/MoreHoriz.vue.d.ts +2 -1
- package/dist/src/components/icons/MoreTimeRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/MoreVert.vue.d.ts +2 -1
- package/dist/src/components/icons/MountainFlagOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/PersonAddOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/PictureAsPdfRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/RadioButtonChecked.vue.d.ts +2 -1
- package/dist/src/components/icons/RadioButtonCheckedOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/RadioButtonUnchecked.vue.d.ts +2 -1
- package/dist/src/components/icons/RemoveRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/SearchRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/SelectCheckBox.vue.d.ts +2 -1
- package/dist/src/components/icons/SendRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Settings.vue.d.ts +2 -1
- package/dist/src/components/icons/SlideshowRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/Target.vue.d.ts +2 -1
- package/dist/src/components/icons/TaskOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/TextSnippetRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/TimerOutline.vue.d.ts +2 -1
- package/dist/src/components/icons/ViewComfyAltRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ViewCompactAltRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/ViewTimelineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/WarningOutlineRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/WarningRounded.vue.d.ts +2 -1
- package/dist/src/components/icons/WaterfallChartRounded.vue.d.ts +2 -1
- package/dist/src/composables/useDetachedOptions.d.ts +1 -2
- package/dist/src/composables/useGetDefaultRankAndName.d.ts +1 -2
- package/dist/src/composables/useIsEditing.d.ts +1 -2
- package/dist/src/composables/useSearchField.d.ts +1 -1
- package/dist/src/composables/useSelectAddedElement.d.ts +1 -2
- package/dist/src/helpers.d.ts +4 -5
- package/dist/src/i18n/i18next.d.ts +2 -3
- package/dist/src/main.d.ts +0 -1
- package/dist/src/router/routes.d.ts +1 -2
- package/dist/src/types/components.d.ts +2 -3
- package/dist/src/types/styles.d.ts +1 -1
- package/dist/src/types/utils.d.ts +1 -2
- package/dist/src/views/AoFeed.vue.d.ts +153 -61
- package/dist/src/views/AoMapping.vue.d.ts +113 -42
- package/dist/src/views/AoProjectOverviewActivityDetails.vue.d.ts +121 -39
- package/dist/src/views/AoProjectOverviewMilestoneDetails.vue.d.ts +68 -27
- package/dist/src/views/AoProjectOverviewProject.vue.d.ts +139 -63
- package/dist/src/views/AoTemplateDetails.vue.d.ts +66 -40
- package/dist/src/views/AoTemplates.vue.d.ts +11 -15
- package/dist/src/views/AoTemplatesList.vue.d.ts +13 -17
- package/package.json +7 -4
- 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
|
-
|
|
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
|
-
}
|
|
17
|
-
expose(exposed:
|
|
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:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
|
|
2
|
-
size
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
type
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
type: import(
|
|
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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
16
|
-
archivePhase: (payload: {
|
|
30
|
+
archiveMilestone: (payload: {
|
|
17
31
|
id: Id;
|
|
18
32
|
}) => void;
|
|
19
|
-
|
|
33
|
+
unarchiveMilestone: (payload: {
|
|
20
34
|
id: Id;
|
|
21
35
|
}) => void;
|
|
22
|
-
|
|
36
|
+
updatePhase: (payload: UpdatePhasePayload) => void;
|
|
37
|
+
archivePhase: (payload: {
|
|
23
38
|
id: Id;
|
|
24
39
|
}) => void;
|
|
25
|
-
|
|
40
|
+
unarchivePhase: (payload: {
|
|
26
41
|
id: Id;
|
|
27
42
|
}) => void;
|
|
28
|
-
}, string, import(
|
|
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(
|
|
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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
16
|
-
addPhase: (payload: AddPhasePayload) => void;
|
|
17
|
-
archivePhase: (payload: {
|
|
30
|
+
archiveMilestone: (payload: {
|
|
18
31
|
id: Id;
|
|
19
32
|
}) => void;
|
|
20
|
-
|
|
33
|
+
unarchiveMilestone: (payload: {
|
|
21
34
|
id: Id;
|
|
22
35
|
}) => void;
|
|
23
|
-
|
|
36
|
+
addPhase: (payload: AddPhasePayload) => void;
|
|
37
|
+
updatePhase: (payload: UpdatePhasePayload) => void;
|
|
38
|
+
archivePhase: (payload: {
|
|
24
39
|
id: Id;
|
|
25
40
|
}) => void;
|
|
26
|
-
|
|
41
|
+
unarchivePhase: (payload: {
|
|
27
42
|
id: Id;
|
|
28
43
|
}) => void;
|
|
29
|
-
}, string, import(
|
|
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(
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
templateActivities
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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;
|