@26lights/orcha 0.1.0
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/LICENSE +86 -0
- package/README.md +52 -0
- package/dist/favicon.ico +0 -0
- package/dist/fonts/KumbhSans-VariableFont_YOPQ-wght.ttf +0 -0
- package/dist/locales/en/translation.json +22 -0
- package/dist/phamilact.cjs.js +1 -0
- package/dist/phamilact.css +1 -0
- package/dist/phamilact.d.ts +1 -0
- package/dist/phamilact.es.js +4224 -0
- package/dist/phamilact.umd.js +2 -0
- package/dist/src/components/AoActivityDetails.vue.d.ts +63 -0
- package/dist/src/components/AoAvatar.vue.d.ts +33 -0
- package/dist/src/components/AoButton.vue.d.ts +97 -0
- package/dist/src/components/AoButtonCard.vue.d.ts +79 -0
- package/dist/src/components/AoCardHoriz.vue.d.ts +64 -0
- package/dist/src/components/AoCardTemplate.vue.d.ts +47 -0
- package/dist/src/components/AoCardTemplateItem.vue.d.ts +32 -0
- package/dist/src/components/AoCardTemplateItemActivity.vue.d.ts +24 -0
- package/dist/src/components/AoCardTemplateItemMilestone.vue.d.ts +18 -0
- package/dist/src/components/AoCardTemplateItemPhase.vue.d.ts +32 -0
- package/dist/src/components/AoIcon.vue.d.ts +30 -0
- package/dist/src/components/AoModal.vue.d.ts +14 -0
- package/dist/src/components/AoRuleLine.vue.d.ts +47 -0
- package/dist/src/components/AoTag.vue.d.ts +43 -0
- package/dist/src/components/AoTemplateDetailsActivities.vue.d.ts +44 -0
- package/dist/src/components/AoTemplateDetailsMilestones.vue.d.ts +39 -0
- package/dist/src/components/AoTemplateRules.vue.d.ts +45 -0
- package/dist/src/components/AoTitle.vue.d.ts +50 -0
- package/dist/src/components/icons/AccountBoxSharp.vue.d.ts +2 -0
- package/dist/src/components/icons/AccountCircle.vue.d.ts +2 -0
- package/dist/src/components/icons/AccountTreeOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/AccountTreeRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/Add.vue.d.ts +2 -0
- package/dist/src/components/icons/AddBoxOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ArchiveOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ArrowBackRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ArrowDropDownRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ArrowForwardRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/AssignmentOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/AttachFileRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/CalendarTodayOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ChatOutline.vue.d.ts +2 -0
- package/dist/src/components/icons/CheckBoxOutlineBlank.vue.d.ts +2 -0
- package/dist/src/components/icons/CheckBoxOutlineBlankSharp.vue.d.ts +2 -0
- package/dist/src/components/icons/CheckBoxOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/CheckSmallRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ChecklistRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ChevronLeft.vue.d.ts +2 -0
- package/dist/src/components/icons/ChevronRight.vue.d.ts +2 -0
- package/dist/src/components/icons/CloseRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ContactsOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ContentCopyOutline.vue.d.ts +2 -0
- package/dist/src/components/icons/DeleteOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/DragIndicator.vue.d.ts +2 -0
- package/dist/src/components/icons/EditDocumentRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/EditOutline.vue.d.ts +2 -0
- package/dist/src/components/icons/ErrorOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/FilterListRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/FlowsheetOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/GifBox.vue.d.ts +2 -0
- package/dist/src/components/icons/GroupsOutline.vue.d.ts +2 -0
- package/dist/src/components/icons/HomeOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ImageRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/Info.vue.d.ts +2 -0
- package/dist/src/components/icons/KeyboardArrowDown.vue.d.ts +2 -0
- package/dist/src/components/icons/KeyboardArrowUp.vue.d.ts +2 -0
- package/dist/src/components/icons/Loading.vue.d.ts +2 -0
- package/dist/src/components/icons/LogoutRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/Menu.vue.d.ts +2 -0
- package/dist/src/components/icons/MoreHoriz.vue.d.ts +2 -0
- package/dist/src/components/icons/MoreTimeRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/MoreVert.vue.d.ts +2 -0
- package/dist/src/components/icons/MountainFlagOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/PictureAsPdfRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/RadioButtonChecked.vue.d.ts +2 -0
- package/dist/src/components/icons/RadioButtonCheckedOutline.vue.d.ts +2 -0
- package/dist/src/components/icons/RadioButtonUnchecked.vue.d.ts +2 -0
- package/dist/src/components/icons/RemoveRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/SearchRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/SelectCheckBox.vue.d.ts +2 -0
- package/dist/src/components/icons/SendRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/Settings.vue.d.ts +2 -0
- package/dist/src/components/icons/SlideshowRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/Target.vue.d.ts +2 -0
- package/dist/src/components/icons/TaskOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/TextSnippetRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/TimerOutline.vue.d.ts +2 -0
- package/dist/src/components/icons/ViewComfyAltRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ViewCompactAltRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/ViewTimelineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/WarningOutlineRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/WarningRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/WaterfallChartRounded.vue.d.ts +2 -0
- package/dist/src/components/icons/index.d.ts +65 -0
- package/dist/src/helpers.d.ts +5 -0
- package/dist/src/i18n/i18next.d.ts +2 -0
- package/dist/src/main.d.ts +4 -0
- package/dist/src/router/routes.d.ts +7 -0
- package/dist/src/types/components.d.ts +11 -0
- package/dist/src/types/index.d.ts +173 -0
- package/dist/src/types/styles.d.ts +42 -0
- package/dist/src/types/utils.d.ts +1 -0
- package/dist/src/views/AoTemplateDetails.vue.d.ts +55 -0
- package/dist/src/views/AoTemplates.vue.d.ts +11 -0
- package/dist/src/views/AoTemplatesList.vue.d.ts +17 -0
- package/package.json +75 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { type ColorValues, type ButtonVariantValues, type IconPositionValues, type SizeValues, type CornerRadiusValues } from '../types/styles';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
footer: {
|
|
4
|
+
type: import("vue").PropType<boolean>;
|
|
5
|
+
default: () => false;
|
|
6
|
+
};
|
|
7
|
+
label: {
|
|
8
|
+
type: import("vue").PropType<string | null>;
|
|
9
|
+
default: () => "";
|
|
10
|
+
};
|
|
11
|
+
color: {
|
|
12
|
+
type: import("vue").PropType<ColorValues>;
|
|
13
|
+
default: () => "neutral";
|
|
14
|
+
};
|
|
15
|
+
type: {
|
|
16
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
17
|
+
default: () => "button";
|
|
18
|
+
};
|
|
19
|
+
size: {
|
|
20
|
+
type: import("vue").PropType<SizeValues>;
|
|
21
|
+
default: () => "md";
|
|
22
|
+
};
|
|
23
|
+
variant: {
|
|
24
|
+
type: import("vue").PropType<ButtonVariantValues>;
|
|
25
|
+
default: () => "solid";
|
|
26
|
+
};
|
|
27
|
+
iconName: {
|
|
28
|
+
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
29
|
+
};
|
|
30
|
+
iconPosition: {
|
|
31
|
+
type: import("vue").PropType<IconPositionValues>;
|
|
32
|
+
};
|
|
33
|
+
isLoading: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
|
+
default: () => false;
|
|
36
|
+
};
|
|
37
|
+
corners: {
|
|
38
|
+
type: import("vue").PropType<CornerRadiusValues>;
|
|
39
|
+
default: () => "rounded";
|
|
40
|
+
};
|
|
41
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
footer: {
|
|
43
|
+
type: import("vue").PropType<boolean>;
|
|
44
|
+
default: () => false;
|
|
45
|
+
};
|
|
46
|
+
label: {
|
|
47
|
+
type: import("vue").PropType<string | null>;
|
|
48
|
+
default: () => "";
|
|
49
|
+
};
|
|
50
|
+
color: {
|
|
51
|
+
type: import("vue").PropType<ColorValues>;
|
|
52
|
+
default: () => "neutral";
|
|
53
|
+
};
|
|
54
|
+
type: {
|
|
55
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
56
|
+
default: () => "button";
|
|
57
|
+
};
|
|
58
|
+
size: {
|
|
59
|
+
type: import("vue").PropType<SizeValues>;
|
|
60
|
+
default: () => "md";
|
|
61
|
+
};
|
|
62
|
+
variant: {
|
|
63
|
+
type: import("vue").PropType<ButtonVariantValues>;
|
|
64
|
+
default: () => "solid";
|
|
65
|
+
};
|
|
66
|
+
iconName: {
|
|
67
|
+
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
68
|
+
};
|
|
69
|
+
iconPosition: {
|
|
70
|
+
type: import("vue").PropType<IconPositionValues>;
|
|
71
|
+
};
|
|
72
|
+
isLoading: {
|
|
73
|
+
type: import("vue").PropType<boolean>;
|
|
74
|
+
default: () => false;
|
|
75
|
+
};
|
|
76
|
+
corners: {
|
|
77
|
+
type: import("vue").PropType<CornerRadiusValues>;
|
|
78
|
+
default: () => "rounded";
|
|
79
|
+
};
|
|
80
|
+
}>>, {
|
|
81
|
+
footer: boolean;
|
|
82
|
+
label: string | null;
|
|
83
|
+
color: ColorValues;
|
|
84
|
+
type: "button" | "submit" | "reset";
|
|
85
|
+
size: SizeValues;
|
|
86
|
+
variant: ButtonVariantValues;
|
|
87
|
+
isLoading: boolean;
|
|
88
|
+
corners: CornerRadiusValues;
|
|
89
|
+
}, {}>, {
|
|
90
|
+
default?(_: {}): any;
|
|
91
|
+
}>;
|
|
92
|
+
export default _default;
|
|
93
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
94
|
+
new (): {
|
|
95
|
+
$slots: S;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { type ColorValues, type IconPositionValues, type SizeValues, type CornerRadiusValues } from '../types/styles';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
label: {
|
|
4
|
+
type: import("vue").PropType<string | null>;
|
|
5
|
+
default: () => "";
|
|
6
|
+
};
|
|
7
|
+
color: {
|
|
8
|
+
type: import("vue").PropType<ColorValues>;
|
|
9
|
+
default: () => "black";
|
|
10
|
+
};
|
|
11
|
+
type: {
|
|
12
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
13
|
+
default: () => "button";
|
|
14
|
+
};
|
|
15
|
+
size: {
|
|
16
|
+
type: import("vue").PropType<SizeValues>;
|
|
17
|
+
default: () => "md";
|
|
18
|
+
};
|
|
19
|
+
iconName: {
|
|
20
|
+
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
21
|
+
};
|
|
22
|
+
iconPosition: {
|
|
23
|
+
type: import("vue").PropType<IconPositionValues>;
|
|
24
|
+
};
|
|
25
|
+
isLoading: {
|
|
26
|
+
type: import("vue").PropType<boolean>;
|
|
27
|
+
default: () => false;
|
|
28
|
+
};
|
|
29
|
+
corners: {
|
|
30
|
+
type: import("vue").PropType<CornerRadiusValues>;
|
|
31
|
+
default: () => "rounded";
|
|
32
|
+
};
|
|
33
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
label: {
|
|
35
|
+
type: import("vue").PropType<string | null>;
|
|
36
|
+
default: () => "";
|
|
37
|
+
};
|
|
38
|
+
color: {
|
|
39
|
+
type: import("vue").PropType<ColorValues>;
|
|
40
|
+
default: () => "black";
|
|
41
|
+
};
|
|
42
|
+
type: {
|
|
43
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
44
|
+
default: () => "button";
|
|
45
|
+
};
|
|
46
|
+
size: {
|
|
47
|
+
type: import("vue").PropType<SizeValues>;
|
|
48
|
+
default: () => "md";
|
|
49
|
+
};
|
|
50
|
+
iconName: {
|
|
51
|
+
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
52
|
+
};
|
|
53
|
+
iconPosition: {
|
|
54
|
+
type: import("vue").PropType<IconPositionValues>;
|
|
55
|
+
};
|
|
56
|
+
isLoading: {
|
|
57
|
+
type: import("vue").PropType<boolean>;
|
|
58
|
+
default: () => false;
|
|
59
|
+
};
|
|
60
|
+
corners: {
|
|
61
|
+
type: import("vue").PropType<CornerRadiusValues>;
|
|
62
|
+
default: () => "rounded";
|
|
63
|
+
};
|
|
64
|
+
}>>, {
|
|
65
|
+
label: string | null;
|
|
66
|
+
color: ColorValues;
|
|
67
|
+
type: "button" | "submit" | "reset";
|
|
68
|
+
size: SizeValues;
|
|
69
|
+
isLoading: boolean;
|
|
70
|
+
corners: CornerRadiusValues;
|
|
71
|
+
}, {}>, {
|
|
72
|
+
default?(_: {}): any;
|
|
73
|
+
}>;
|
|
74
|
+
export default _default;
|
|
75
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
76
|
+
new (): {
|
|
77
|
+
$slots: S;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
5
|
+
icon: {
|
|
6
|
+
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
7
|
+
};
|
|
8
|
+
isEditing: {
|
|
9
|
+
type: import("vue").PropType<boolean>;
|
|
10
|
+
};
|
|
11
|
+
subtitle: {
|
|
12
|
+
type: import("vue").PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
isActive: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
};
|
|
17
|
+
tagName: {
|
|
18
|
+
type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
isDraggable: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
};
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
"update:title": (value: string) => void;
|
|
26
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
title: {
|
|
28
|
+
type: import("vue").PropType<string>;
|
|
29
|
+
};
|
|
30
|
+
icon: {
|
|
31
|
+
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
32
|
+
};
|
|
33
|
+
isEditing: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
|
+
};
|
|
36
|
+
subtitle: {
|
|
37
|
+
type: import("vue").PropType<string>;
|
|
38
|
+
};
|
|
39
|
+
isActive: {
|
|
40
|
+
type: import("vue").PropType<boolean>;
|
|
41
|
+
};
|
|
42
|
+
tagName: {
|
|
43
|
+
type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
isDraggable: {
|
|
47
|
+
type: import("vue").PropType<boolean>;
|
|
48
|
+
};
|
|
49
|
+
}>> & {
|
|
50
|
+
"onUpdate:title"?: ((value: string) => any) | undefined;
|
|
51
|
+
}, {
|
|
52
|
+
tagName: keyof HTMLElementTagNameMap;
|
|
53
|
+
}, {}>, {
|
|
54
|
+
subtitle?(_: {}): any;
|
|
55
|
+
header?(_: {}): any;
|
|
56
|
+
default?(_: {}): any;
|
|
57
|
+
footer?(_: {}): any;
|
|
58
|
+
}>;
|
|
59
|
+
export default _default;
|
|
60
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
+
new (): {
|
|
62
|
+
$slots: S;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { type Phase } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
activities: {
|
|
8
|
+
type: import("vue").PropType<number>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
milestones: {
|
|
12
|
+
type: import("vue").PropType<number>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
phases: {
|
|
16
|
+
type: import("vue").PropType<Phase[]>;
|
|
17
|
+
};
|
|
18
|
+
updatedAt: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
};
|
|
21
|
+
updatedBy: {
|
|
22
|
+
type: import("vue").PropType<string>;
|
|
23
|
+
};
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
title: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
activities: {
|
|
30
|
+
type: import("vue").PropType<number>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
milestones: {
|
|
34
|
+
type: import("vue").PropType<number>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
phases: {
|
|
38
|
+
type: import("vue").PropType<Phase[]>;
|
|
39
|
+
};
|
|
40
|
+
updatedAt: {
|
|
41
|
+
type: import("vue").PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
updatedBy: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
};
|
|
46
|
+
}>>, {}, {}>;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
milestones: {
|
|
3
|
+
type: import("vue").PropType<number>;
|
|
4
|
+
};
|
|
5
|
+
activities: {
|
|
6
|
+
type: import("vue").PropType<number>;
|
|
7
|
+
};
|
|
8
|
+
subtasks: {
|
|
9
|
+
type: import("vue").PropType<number>;
|
|
10
|
+
};
|
|
11
|
+
rules: {
|
|
12
|
+
type: import("vue").PropType<number>;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
'update:title': (payload: string) => void;
|
|
16
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
milestones: {
|
|
18
|
+
type: import("vue").PropType<number>;
|
|
19
|
+
};
|
|
20
|
+
activities: {
|
|
21
|
+
type: import("vue").PropType<number>;
|
|
22
|
+
};
|
|
23
|
+
subtasks: {
|
|
24
|
+
type: import("vue").PropType<number>;
|
|
25
|
+
};
|
|
26
|
+
rules: {
|
|
27
|
+
type: import("vue").PropType<number>;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
"onUpdate:title"?: ((payload: string) => any) | undefined;
|
|
31
|
+
}, {}, {}>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { type Subtask } from '../types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
name: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
subtasks: {
|
|
7
|
+
type: import("vue").PropType<Subtask[]>;
|
|
8
|
+
};
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
name: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
};
|
|
13
|
+
subtasks: {
|
|
14
|
+
type: import("vue").PropType<Subtask[]>;
|
|
15
|
+
};
|
|
16
|
+
}>>, {}, {}>, {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type Activity } from '../types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
activities: {
|
|
4
|
+
type: import("vue").PropType<Activity[]>;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
activities: {
|
|
8
|
+
type: import("vue").PropType<Activity[]>;
|
|
9
|
+
};
|
|
10
|
+
}>>, {}, {}>, {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { type Milestone } from '../types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
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
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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
|
+
}>>, {}, {}>, {
|
|
25
|
+
default?(_: {}): any;
|
|
26
|
+
}>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import { type IconNames, type SizeValues } from '../types/styles';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
name: {
|
|
5
|
+
type: PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
6
|
+
required: true;
|
|
7
|
+
validator: (name: IconNames) => boolean;
|
|
8
|
+
};
|
|
9
|
+
size: {
|
|
10
|
+
type: PropType<SizeValues>;
|
|
11
|
+
default: "md";
|
|
12
|
+
validator: (size: SizeValues) => boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
icon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
16
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
name: {
|
|
18
|
+
type: PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
19
|
+
required: true;
|
|
20
|
+
validator: (name: IconNames) => boolean;
|
|
21
|
+
};
|
|
22
|
+
size: {
|
|
23
|
+
type: PropType<SizeValues>;
|
|
24
|
+
default: "md";
|
|
25
|
+
validator: (size: SizeValues) => boolean;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
size: SizeValues;
|
|
29
|
+
}, {}>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
close: (args_0: void) => void;
|
|
3
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
4
|
+
onClose?: ((args_0?: void | undefined) => any) | undefined;
|
|
5
|
+
}, {}, {}>, {
|
|
6
|
+
header?(_: {}): any;
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { type Activity, type Milestone, type Phase, type Rule, type UpdateRulePayload } from '../types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
templateActivities: {
|
|
4
|
+
type: import("vue").PropType<Activity[]>;
|
|
5
|
+
};
|
|
6
|
+
templateMilestones: {
|
|
7
|
+
type: import("vue").PropType<Milestone[]>;
|
|
8
|
+
};
|
|
9
|
+
tagName: {
|
|
10
|
+
type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
rule: {
|
|
14
|
+
type: import("vue").PropType<Rule>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
templatePhases: {
|
|
18
|
+
type: import("vue").PropType<Phase[]>;
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
'update:rule': (payload: UpdateRulePayload) => void;
|
|
22
|
+
close: (args_0: void) => void;
|
|
23
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
templateActivities: {
|
|
25
|
+
type: import("vue").PropType<Activity[]>;
|
|
26
|
+
};
|
|
27
|
+
templateMilestones: {
|
|
28
|
+
type: import("vue").PropType<Milestone[]>;
|
|
29
|
+
};
|
|
30
|
+
tagName: {
|
|
31
|
+
type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
rule: {
|
|
35
|
+
type: import("vue").PropType<Rule>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
templatePhases: {
|
|
39
|
+
type: import("vue").PropType<Phase[]>;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
onClose?: ((args_0?: void | undefined) => any) | undefined;
|
|
43
|
+
"onUpdate:rule"?: ((payload: UpdateRulePayload) => any) | undefined;
|
|
44
|
+
}, {
|
|
45
|
+
tagName: keyof HTMLElementTagNameMap;
|
|
46
|
+
}, {}>;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { type ColorValues, type TagVariant } from '../types/styles';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
label: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
color: {
|
|
8
|
+
type: import("vue").PropType<ColorValues>;
|
|
9
|
+
};
|
|
10
|
+
clickable: {
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
closable: {
|
|
14
|
+
type: import("vue").PropType<boolean>;
|
|
15
|
+
};
|
|
16
|
+
variant: {
|
|
17
|
+
type: import("vue").PropType<TagVariant>;
|
|
18
|
+
};
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
click: (event: Event) => void;
|
|
21
|
+
close: (event: Event) => void;
|
|
22
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
label: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
color: {
|
|
28
|
+
type: import("vue").PropType<ColorValues>;
|
|
29
|
+
};
|
|
30
|
+
clickable: {
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
32
|
+
};
|
|
33
|
+
closable: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
|
+
};
|
|
36
|
+
variant: {
|
|
37
|
+
type: import("vue").PropType<TagVariant>;
|
|
38
|
+
};
|
|
39
|
+
}>> & {
|
|
40
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
41
|
+
onClose?: ((event: Event) => any) | undefined;
|
|
42
|
+
}, {}, {}>;
|
|
43
|
+
export default _default;
|