@26lights/orcha 0.9.12 → 0.9.13
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 +1 -1
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +1049 -1014
- package/dist/orcha.umd.js +2 -2
- package/dist/src/components/AoActivityDetails.vue.d.ts +0 -2
- package/dist/src/components/AoCardHoriz.vue.d.ts +6 -0
- package/dist/src/components/AoCardTemplate.vue.d.ts +8 -2
- package/dist/src/composables/useGetDefaultRankAndName.d.ts +1 -1
- package/dist/src/types/components.d.ts +1 -0
- package/dist/src/types/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -30,7 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
userId: {
|
|
32
32
|
type: import("vue").PropType<string>;
|
|
33
|
-
required: true;
|
|
34
33
|
};
|
|
35
34
|
isTaskCheckable: {
|
|
36
35
|
type: import("vue").PropType<(task: Subtask) => boolean>;
|
|
@@ -82,7 +81,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
82
81
|
};
|
|
83
82
|
userId: {
|
|
84
83
|
type: import("vue").PropType<string>;
|
|
85
|
-
required: true;
|
|
86
84
|
};
|
|
87
85
|
isTaskCheckable: {
|
|
88
86
|
type: import("vue").PropType<(task: Subtask) => boolean>;
|
|
@@ -2,6 +2,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
2
2
|
title: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
};
|
|
5
|
+
id: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
};
|
|
5
8
|
icon: {
|
|
6
9
|
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "CancelRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlagRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PersonAddOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
7
10
|
};
|
|
@@ -27,6 +30,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
30
|
title: {
|
|
28
31
|
type: import("vue").PropType<string>;
|
|
29
32
|
};
|
|
33
|
+
id: {
|
|
34
|
+
type: import("vue").PropType<string>;
|
|
35
|
+
};
|
|
30
36
|
icon: {
|
|
31
37
|
type: import("vue").PropType<"AccountBoxSharp" | "AccountCircle" | "AccountTreeOutlineRounded" | "AccountTreeRounded" | "Add" | "AddBoxOutlineRounded" | "ArchiveOutlineRounded" | "ArrowBackRounded" | "ArrowDropDownRounded" | "ArrowForwardRounded" | "AssignmentOutlineRounded" | "AttachFileRounded" | "CalendarTodayOutlineRounded" | "CancelRounded" | "ChatOutline" | "CheckBoxOutlineBlank" | "CheckBoxOutlineBlankSharp" | "CheckBoxOutlineRounded" | "CheckSmallRounded" | "ChecklistRounded" | "ChevronLeft" | "ChevronRight" | "CloseRounded" | "ContactsOutlineRounded" | "ContentCopyOutline" | "DeleteOutlineRounded" | "DragIndicator" | "EditDocumentRounded" | "EditOutline" | "ErrorOutlineRounded" | "FilterListRounded" | "FlagRounded" | "FlowsheetOutlineRounded" | "GifBox" | "GroupsOutline" | "HomeOutlineRounded" | "ImageRounded" | "Info" | "KeyboardArrowDown" | "KeyboardArrowUp" | "LogoutRounded" | "Menu" | "MoreHoriz" | "MoreTimeRounded" | "MoreVert" | "MountainFlagOutlineRounded" | "PersonAddOutlineRounded" | "PictureAsPdfRounded" | "RadioButtonChecked" | "RadioButtonCheckedOutline" | "RadioButtonUnchecked" | "RemoveRounded" | "SearchRounded" | "SelectCheckBox" | "SendRounded" | "Settings" | "SlideshowRounded" | "Target" | "TaskOutlineRounded" | "TextSnippetRounded" | "TimerOutline" | "ViewComfyAltRounded" | "ViewCompactAltRounded" | "ViewTimelineRounded" | "WarningOutlineRounded" | "WarningRounded" | "WaterfallChartRounded" | "Loading">;
|
|
32
38
|
};
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { type Phase } from '../types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
|
|
3
|
+
id: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
|
+
title: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
};
|
|
7
10
|
activities: {
|
|
8
11
|
type: import("vue").PropType<number>;
|
|
9
12
|
required: true;
|
|
@@ -24,10 +27,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
27
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
28
|
updateTitle: (title: string) => void;
|
|
26
29
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
-
|
|
30
|
+
id: {
|
|
28
31
|
type: import("vue").PropType<string>;
|
|
29
32
|
required: true;
|
|
30
33
|
};
|
|
34
|
+
title: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
};
|
|
31
37
|
activities: {
|
|
32
38
|
type: import("vue").PropType<number>;
|
|
33
39
|
required: true;
|
|
@@ -189,7 +189,7 @@ export interface AddItemPayload {
|
|
|
189
189
|
export interface AddPhasePayload {
|
|
190
190
|
name: string;
|
|
191
191
|
rank: string;
|
|
192
|
-
projectId
|
|
192
|
+
projectId?: string;
|
|
193
193
|
}
|
|
194
194
|
export interface AddMilestonePayload {
|
|
195
195
|
name: string;
|
|
@@ -270,7 +270,7 @@ export interface UpdateActivityPayload {
|
|
|
270
270
|
statusId?: string;
|
|
271
271
|
deadline?: string;
|
|
272
272
|
typeId?: Id;
|
|
273
|
-
assigneeId?: Id;
|
|
273
|
+
assigneeId?: Id | null;
|
|
274
274
|
projectId?: Id;
|
|
275
275
|
}
|
|
276
276
|
export interface AddRulePayload {
|