@xy-planning-network/trees 0.6.6 → 0.6.8
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/style.css +1 -1
- package/dist/trees.es.js +3616 -3183
- package/dist/trees.umd.js +8 -8
- package/package.json +8 -7
- package/src/lib-components/forms/BaseInput.vue +2 -2
- package/src/lib-components/forms/TextArea.vue +2 -2
- package/src/lib-components/lists/DataTable.vue +1 -1
- package/src/lib-components/lists/DynamicTable.vue +1 -1
- package/src/lib-components/navigation/ActionsDropdown.vue +42 -30
- package/src/lib-components/overlays/Popover/Popover.vue +35 -193
- package/src/lib-components/overlays/Tooltip.vue +39 -9
- package/types/composables/useActionItems.d.ts +1 -1
- package/types/composables/useTable.d.ts +1 -1
- package/types/lib-components/forms/BaseInput.vue.d.ts +10 -11
- package/types/lib-components/forms/Checkbox.vue.d.ts +7 -8
- package/types/lib-components/forms/DateRangePicker.vue.d.ts +9 -10
- package/types/lib-components/forms/FieldsetLegend.vue.d.ts +5 -5
- package/types/lib-components/forms/InputHelp.vue.d.ts +6 -6
- package/types/lib-components/forms/InputLabel.vue.d.ts +8 -8
- package/types/lib-components/forms/MultiCheckboxes.vue.d.ts +10 -13
- package/types/lib-components/forms/Radio.vue.d.ts +12 -14
- package/types/lib-components/forms/RadioCards.vue.d.ts +12 -14
- package/types/lib-components/forms/Select.vue.d.ts +13 -15
- package/types/lib-components/forms/TextArea.vue.d.ts +10 -10
- package/types/lib-components/forms/Toggle.vue.d.ts +5 -5
- package/types/lib-components/forms/YesOrNoRadio.vue.d.ts +10 -11
- package/types/lib-components/indicators/XYSpinner.vue.d.ts +1 -1
- package/types/lib-components/layout/DateFilter.vue.d.ts +4 -8
- package/types/lib-components/layout/SidebarLayout.vue.d.ts +6 -9
- package/types/lib-components/layout/StackedLayout.vue.d.ts +7 -11
- package/types/lib-components/lists/Cards.vue.d.ts +2 -4
- package/types/lib-components/lists/DataTable.vue.d.ts +9 -8
- package/types/lib-components/lists/DetailList.vue.d.ts +6 -8
- package/types/lib-components/lists/DownloadCell.vue.d.ts +2 -5
- package/types/lib-components/lists/DynamicTable.vue.d.ts +9 -8
- package/types/lib-components/lists/TableActionButtons.vue.d.ts +7 -7
- package/types/lib-components/navigation/ActionsDropdown.vue.d.ts +6 -6
- package/types/lib-components/navigation/Paginator.vue.d.ts +3 -5
- package/types/lib-components/navigation/Steps.vue.d.ts +9 -11
- package/types/lib-components/navigation/Tabs.vue.d.ts +8 -10
- package/types/lib-components/overlays/ContentModal.vue.d.ts +6 -7
- package/types/lib-components/overlays/Flash.vue.d.ts +1 -1
- package/types/lib-components/overlays/Modal.vue.d.ts +11 -12
- package/types/lib-components/overlays/Popover/Popover.vue.d.ts +10 -10
- package/types/lib-components/overlays/Popover/PopoverContent.vue.d.ts +1 -1
- package/types/lib-components/overlays/Slideover.vue.d.ts +4 -8
- package/types/lib-components/overlays/Spinner.vue.d.ts +1 -1
- package/types/lib-components/overlays/Tooltip.vue.d.ts +10 -10
|
@@ -2,13 +2,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
2
2
|
tag?: string | undefined;
|
|
3
3
|
}>, {
|
|
4
4
|
tag: string;
|
|
5
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
6
|
-
tag?:
|
|
7
|
-
}
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
tag?: string | undefined;
|
|
7
|
+
}>, {
|
|
8
8
|
tag: string;
|
|
9
|
-
}
|
|
9
|
+
}>>>, {
|
|
10
10
|
tag: string;
|
|
11
|
-
}>, {
|
|
11
|
+
}, {}>, {
|
|
12
12
|
default: (_: {}) => any;
|
|
13
13
|
}>;
|
|
14
14
|
export default _default;
|
|
@@ -4,16 +4,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
}>, {
|
|
5
5
|
tag: string;
|
|
6
6
|
text: string;
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
8
|
-
tag?:
|
|
9
|
-
text?:
|
|
10
|
-
}
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
tag?: string | undefined;
|
|
9
|
+
text?: string | undefined;
|
|
10
|
+
}>, {
|
|
11
11
|
tag: string;
|
|
12
12
|
text: string;
|
|
13
|
-
}
|
|
13
|
+
}>>>, {
|
|
14
14
|
tag: string;
|
|
15
15
|
text: string;
|
|
16
|
-
}>;
|
|
16
|
+
}, {}>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,19 +6,19 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
label: string;
|
|
8
8
|
tag: string;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
tag?:
|
|
13
|
-
}
|
|
14
|
-
label: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
disabled?: boolean | undefined;
|
|
11
|
+
label?: string | undefined;
|
|
12
|
+
tag?: string | undefined;
|
|
13
|
+
}>, {
|
|
15
14
|
disabled: boolean;
|
|
15
|
+
label: string;
|
|
16
16
|
tag: string;
|
|
17
|
-
}
|
|
17
|
+
}>>>, {
|
|
18
18
|
label: string;
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
tag: string;
|
|
21
|
-
}>;
|
|
21
|
+
}, {}>;
|
|
22
22
|
export default _default;
|
|
23
23
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
24
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -15,31 +15,28 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
columns: undefined;
|
|
16
16
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
"update:modelValue": (modelValue: (string | number)[]) => void;
|
|
18
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
19
|
-
legend?: unknown;
|
|
20
|
-
help?: unknown;
|
|
21
|
-
modelValue?: unknown;
|
|
22
|
-
options?: unknown;
|
|
23
|
-
columns?: unknown;
|
|
24
|
-
} & {
|
|
25
|
-
legend: string;
|
|
26
|
-
help: string;
|
|
27
|
-
modelValue: (string | number)[];
|
|
18
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
28
19
|
options: {
|
|
29
20
|
disabled?: boolean | undefined;
|
|
30
21
|
help?: string | undefined;
|
|
31
22
|
label: string;
|
|
32
23
|
value: string | number;
|
|
33
24
|
}[];
|
|
34
|
-
|
|
25
|
+
help?: string | undefined;
|
|
26
|
+
legend?: string | undefined;
|
|
27
|
+
modelValue: (string | number)[];
|
|
35
28
|
columns?: 2 | 3 | 4 | undefined;
|
|
36
|
-
}
|
|
29
|
+
}>, {
|
|
30
|
+
help: string;
|
|
31
|
+
legend: string;
|
|
32
|
+
columns: undefined;
|
|
33
|
+
}>>> & {
|
|
37
34
|
"onUpdate:modelValue"?: ((modelValue: (string | number)[]) => any) | undefined;
|
|
38
35
|
}, {
|
|
39
36
|
legend: string;
|
|
40
37
|
help: string;
|
|
41
38
|
columns: 2 | 3 | 4;
|
|
42
|
-
}>, {
|
|
39
|
+
}, {}>, {
|
|
43
40
|
legend: (_: {}) => any;
|
|
44
41
|
}>;
|
|
45
42
|
export default _default;
|
|
@@ -14,32 +14,30 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
14
14
|
legend: string;
|
|
15
15
|
modelValue: undefined;
|
|
16
16
|
columns: undefined;
|
|
17
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
18
|
-
legend?: unknown;
|
|
19
|
-
help?: unknown;
|
|
20
|
-
modelValue?: unknown;
|
|
21
|
-
options?: unknown;
|
|
22
|
-
columns?: unknown;
|
|
23
|
-
} & {
|
|
24
|
-
legend: string;
|
|
25
|
-
help: string;
|
|
17
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
26
18
|
options: {
|
|
27
|
-
disabled?: boolean
|
|
28
|
-
help?: string
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
help?: string;
|
|
29
21
|
label: string;
|
|
30
22
|
value: string | number;
|
|
31
23
|
}[];
|
|
32
|
-
|
|
24
|
+
help?: string | undefined;
|
|
25
|
+
legend?: string | undefined;
|
|
33
26
|
modelValue?: string | number | undefined;
|
|
34
27
|
columns?: 2 | 3 | 4 | undefined;
|
|
35
|
-
}
|
|
28
|
+
}>, {
|
|
29
|
+
help: string;
|
|
30
|
+
legend: string;
|
|
31
|
+
modelValue: undefined;
|
|
32
|
+
columns: undefined;
|
|
33
|
+
}>>> & {
|
|
36
34
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
37
35
|
}, {
|
|
38
36
|
legend: string;
|
|
39
37
|
help: string;
|
|
40
38
|
modelValue: string | number;
|
|
41
39
|
columns: 2 | 3 | 4;
|
|
42
|
-
}>, {
|
|
40
|
+
}, {}>, {
|
|
43
41
|
legend: (_: {}) => any;
|
|
44
42
|
}>;
|
|
45
43
|
export default _default;
|
|
@@ -17,15 +17,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
17
|
modelValue: undefined;
|
|
18
18
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
19
|
"update:modelValue": (modelValue: string | number) => void;
|
|
20
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
21
|
-
|
|
22
|
-
help?:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
columns?: unknown;
|
|
26
|
-
} & {
|
|
27
|
-
legend: string;
|
|
28
|
-
help: string;
|
|
20
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
+
columns?: 2 | 3 | undefined;
|
|
22
|
+
help?: string | undefined;
|
|
23
|
+
legend?: string | undefined;
|
|
24
|
+
modelValue?: (string | number) | undefined;
|
|
29
25
|
options: {
|
|
30
26
|
disabled?: boolean | undefined;
|
|
31
27
|
help?: string | undefined;
|
|
@@ -33,17 +29,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
29
|
sublabel?: string | undefined;
|
|
34
30
|
value: string | number;
|
|
35
31
|
}[];
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
}>, {
|
|
33
|
+
columns: undefined;
|
|
34
|
+
help: string;
|
|
35
|
+
legend: string;
|
|
36
|
+
modelValue: undefined;
|
|
37
|
+
}>>> & {
|
|
40
38
|
"onUpdate:modelValue"?: ((modelValue: string | number) => any) | undefined;
|
|
41
39
|
}, {
|
|
42
40
|
legend: string;
|
|
43
41
|
help: string;
|
|
44
42
|
modelValue: string | number;
|
|
45
43
|
columns: 2 | 3;
|
|
46
|
-
}>, {
|
|
44
|
+
}, {}>, {
|
|
47
45
|
sublabel: (_: {
|
|
48
46
|
active: any;
|
|
49
47
|
checked: any;
|
|
@@ -13,31 +13,29 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
13
13
|
label: string;
|
|
14
14
|
help: string;
|
|
15
15
|
placeholder: string;
|
|
16
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
placeholder?:
|
|
21
|
-
options?: unknown;
|
|
22
|
-
design?: unknown;
|
|
23
|
-
} & {
|
|
24
|
-
label: string;
|
|
25
|
-
help: string;
|
|
26
|
-
modelValue: string | number | undefined;
|
|
27
|
-
placeholder: string;
|
|
16
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
|
+
design?: "standard" | "compressed" | undefined;
|
|
18
|
+
label?: string | undefined;
|
|
19
|
+
help?: string | undefined;
|
|
20
|
+
placeholder?: string | undefined;
|
|
28
21
|
options: {
|
|
29
22
|
label: string;
|
|
30
23
|
value: string | number;
|
|
31
24
|
}[];
|
|
32
|
-
|
|
33
|
-
}
|
|
25
|
+
modelValue: string | number | undefined;
|
|
26
|
+
}>, {
|
|
27
|
+
design: string;
|
|
28
|
+
label: string;
|
|
29
|
+
help: string;
|
|
30
|
+
placeholder: string;
|
|
31
|
+
}>>> & {
|
|
34
32
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
35
33
|
}, {
|
|
36
34
|
label: string;
|
|
37
35
|
help: string;
|
|
38
36
|
placeholder: string;
|
|
39
37
|
design: "standard" | "compressed";
|
|
40
|
-
}>;
|
|
38
|
+
}, {}>;
|
|
41
39
|
export default _default;
|
|
42
40
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
41
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,21 +6,21 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
6
6
|
help: string;
|
|
7
7
|
label: string;
|
|
8
8
|
modelValue: string;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
modelValue?:
|
|
13
|
-
}
|
|
14
|
-
label: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
help?: string | undefined;
|
|
11
|
+
label?: string | undefined;
|
|
12
|
+
modelValue?: string | number | undefined;
|
|
13
|
+
}>, {
|
|
15
14
|
help: string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
label: string;
|
|
16
|
+
modelValue: string;
|
|
17
|
+
}>>> & {
|
|
18
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
label: string;
|
|
21
21
|
help: string;
|
|
22
22
|
modelValue: string | number;
|
|
23
|
-
}>;
|
|
23
|
+
}, {}>;
|
|
24
24
|
export default _default;
|
|
25
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
26
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,15 +2,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
2
2
|
modelValue: boolean;
|
|
3
3
|
}>, {
|
|
4
4
|
modelValue: boolean;
|
|
5
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
6
|
-
modelValue?: unknown;
|
|
7
|
-
} & {
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
6
|
modelValue: boolean;
|
|
9
|
-
}
|
|
7
|
+
}>, {
|
|
8
|
+
modelValue: boolean;
|
|
9
|
+
}>>> & {
|
|
10
10
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
}, {
|
|
12
12
|
modelValue: boolean;
|
|
13
|
-
}>;
|
|
13
|
+
}, {}>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -8,25 +8,24 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
help: string;
|
|
9
9
|
legend: string;
|
|
10
10
|
name: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
12
|
-
|
|
13
|
-
help?:
|
|
14
|
-
|
|
15
|
-
name?:
|
|
16
|
-
}
|
|
17
|
-
|
|
11
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
modelValue?: boolean | undefined;
|
|
13
|
+
help?: string | undefined;
|
|
14
|
+
legend?: string | undefined;
|
|
15
|
+
name?: string | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
modelValue: undefined;
|
|
18
18
|
help: string;
|
|
19
|
+
legend: string;
|
|
19
20
|
name: string;
|
|
20
|
-
} & {
|
|
21
|
-
modelValue?: boolean | undefined;
|
|
22
|
-
}> & {
|
|
21
|
+
}>>> & {
|
|
23
22
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
24
23
|
}, {
|
|
25
24
|
legend: string;
|
|
26
25
|
help: string;
|
|
27
26
|
modelValue: boolean;
|
|
28
27
|
name: string;
|
|
29
|
-
}>;
|
|
28
|
+
}, {}>;
|
|
30
29
|
export default _default;
|
|
31
30
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
31
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default: (_: {}) => any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -7,18 +7,14 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
7
7
|
"sort-dir-changed": (val: string) => void;
|
|
8
8
|
} & {
|
|
9
9
|
"date-range-changed": (val: DateRange) => void;
|
|
10
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
11
|
-
dateRange?: unknown;
|
|
12
|
-
sortDir?: unknown;
|
|
13
|
-
title?: unknown;
|
|
14
|
-
} & {
|
|
15
|
-
title: string;
|
|
10
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
16
11
|
dateRange: DateRange;
|
|
17
12
|
sortDir: string;
|
|
18
|
-
|
|
13
|
+
title: string;
|
|
14
|
+
}>>> & {
|
|
19
15
|
"onSort-dir-changed"?: ((val: string) => any) | undefined;
|
|
20
16
|
"onDate-range-changed"?: ((val: DateRange) => any) | undefined;
|
|
21
|
-
}, {}>;
|
|
17
|
+
}, {}, {}>;
|
|
22
18
|
export default _default;
|
|
23
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
20
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,19 +6,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
6
6
|
userNavigation: NavTypes.Item[];
|
|
7
7
|
}>, {
|
|
8
8
|
activeUrl: string;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
10
|
-
activeUrl?:
|
|
11
|
-
iconUrl?: unknown;
|
|
12
|
-
navigation?: unknown;
|
|
13
|
-
userNavigation?: unknown;
|
|
14
|
-
} & {
|
|
15
|
-
activeUrl: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
activeUrl?: string | undefined;
|
|
16
11
|
iconUrl: string;
|
|
17
12
|
navigation: NavTypes.Item[];
|
|
18
13
|
userNavigation: NavTypes.Item[];
|
|
19
|
-
} & {}>, {
|
|
20
|
-
activeUrl: string;
|
|
21
14
|
}>, {
|
|
15
|
+
activeUrl: string;
|
|
16
|
+
}>>>, {
|
|
17
|
+
activeUrl: string;
|
|
18
|
+
}, {}>, {
|
|
22
19
|
'sidebar-bottom': (_: {}) => any;
|
|
23
20
|
header: (_: {}) => any;
|
|
24
21
|
default: (_: {}) => any;
|
|
@@ -8,21 +8,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
userNavigation: NavTypes.Item[];
|
|
9
9
|
}>, {
|
|
10
10
|
activeUrl: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
-
activeUrl?:
|
|
13
|
-
|
|
14
|
-
navigation?: unknown;
|
|
15
|
-
userNavigation?: unknown;
|
|
16
|
-
currentUser?: unknown;
|
|
17
|
-
} & {
|
|
18
|
-
activeUrl: string;
|
|
11
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
activeUrl?: string | undefined;
|
|
13
|
+
currentUser: User;
|
|
19
14
|
iconUrl: string;
|
|
20
15
|
navigation: NavTypes.Item[];
|
|
21
16
|
userNavigation: NavTypes.Item[];
|
|
22
|
-
currentUser: User;
|
|
23
|
-
} & {}>, {
|
|
24
|
-
activeUrl: string;
|
|
25
17
|
}>, {
|
|
18
|
+
activeUrl: string;
|
|
19
|
+
}>>>, {
|
|
20
|
+
activeUrl: string;
|
|
21
|
+
}, {}>, {
|
|
26
22
|
header: (_: {}) => any;
|
|
27
23
|
default: (_: {}) => any;
|
|
28
24
|
}>;
|
|
@@ -3,14 +3,12 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
3
3
|
primary: string;
|
|
4
4
|
secondary: string;
|
|
5
5
|
}[];
|
|
6
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
-
cards?: unknown;
|
|
8
|
-
} & {
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
7
|
cards: {
|
|
10
8
|
primary: string;
|
|
11
9
|
secondary: string;
|
|
12
10
|
}[];
|
|
13
|
-
}
|
|
11
|
+
}>>>, {}, {}>;
|
|
14
12
|
export default _default;
|
|
15
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -8,17 +8,18 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
type: string;
|
|
9
9
|
actions: never[];
|
|
10
10
|
};
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
-
tableActions?:
|
|
13
|
-
tableColumns?: unknown;
|
|
14
|
-
tableData?: unknown;
|
|
15
|
-
} & {
|
|
16
|
-
tableActions: TableActions<any>;
|
|
11
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
tableActions?: TableActions<any> | undefined;
|
|
17
13
|
tableColumns: TableColumns<any>;
|
|
18
14
|
tableData: TableRowsData;
|
|
19
|
-
}
|
|
15
|
+
}>, {
|
|
16
|
+
tableActions: () => {
|
|
17
|
+
type: string;
|
|
18
|
+
actions: never[];
|
|
19
|
+
};
|
|
20
|
+
}>>>, {
|
|
20
21
|
tableActions: TableActions<any>;
|
|
21
|
-
}>;
|
|
22
|
+
}, {}>;
|
|
22
23
|
export default _default;
|
|
23
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
25
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,20 +6,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
6
6
|
}>, {
|
|
7
7
|
refreshTrigger: number;
|
|
8
8
|
reloadTrigger: number;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
refreshTrigger?: unknown;
|
|
13
|
-
reloadTrigger?: unknown;
|
|
14
|
-
} & {
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
refreshTrigger?: number | undefined;
|
|
11
|
+
reloadTrigger?: number | undefined;
|
|
15
12
|
title: string;
|
|
16
13
|
url: string;
|
|
14
|
+
}>, {
|
|
17
15
|
refreshTrigger: number;
|
|
18
16
|
reloadTrigger: number;
|
|
19
|
-
}
|
|
17
|
+
}>>>, {
|
|
20
18
|
refreshTrigger: number;
|
|
21
19
|
reloadTrigger: number;
|
|
22
|
-
}>, {
|
|
20
|
+
}, {}>, {
|
|
23
21
|
default: (_: {
|
|
24
22
|
item: any;
|
|
25
23
|
}) => any;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
propsData: Record<string, unknown>;
|
|
3
3
|
attribute: string;
|
|
4
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
5
|
-
propsData?: unknown;
|
|
6
|
-
attribute?: unknown;
|
|
7
|
-
} & {
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
5
|
propsData: Record<string, unknown>;
|
|
9
6
|
attribute: string;
|
|
10
|
-
}
|
|
7
|
+
}>>>, {}, {}>;
|
|
11
8
|
export default _default;
|
|
12
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -13,19 +13,20 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
13
13
|
reset: () => void;
|
|
14
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
15
|
"click:row": (v: any) => void;
|
|
16
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
17
|
-
tableActions?:
|
|
18
|
-
tableColumns?: unknown;
|
|
19
|
-
tableOptions?: unknown;
|
|
20
|
-
} & {
|
|
21
|
-
tableActions: TableActions<any>;
|
|
16
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
|
+
tableActions?: TableActions<any> | undefined;
|
|
22
18
|
tableColumns: TableColumns<any>;
|
|
23
19
|
tableOptions: DynamicTableOptions;
|
|
24
|
-
}
|
|
20
|
+
}>, {
|
|
21
|
+
tableActions: () => {
|
|
22
|
+
type: string;
|
|
23
|
+
actions: never[];
|
|
24
|
+
};
|
|
25
|
+
}>>> & {
|
|
25
26
|
"onClick:row"?: ((v: any) => any) | undefined;
|
|
26
27
|
}, {
|
|
27
28
|
tableActions: TableActions<any>;
|
|
28
|
-
}>;
|
|
29
|
+
}, {}>;
|
|
29
30
|
export default _default;
|
|
30
31
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
32
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,13 +3,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
3
3
|
actions?: TableActionItem<import("../../composables").TableRowData>[] | undefined;
|
|
4
4
|
}>, {
|
|
5
5
|
actions: () => never[];
|
|
6
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
-
actions?:
|
|
8
|
-
}
|
|
9
|
-
actions:
|
|
10
|
-
}
|
|
11
|
-
actions: TableActionItem
|
|
12
|
-
}>;
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
actions?: TableActionItem<import("../../composables").TableRowData>[] | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
actions: () => never[];
|
|
10
|
+
}>>>, {
|
|
11
|
+
actions: TableActionItem[];
|
|
12
|
+
}, {}>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,13 +3,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
3
3
|
actions?: ActionItem[] | undefined;
|
|
4
4
|
}>, {
|
|
5
5
|
actions: () => never[];
|
|
6
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
-
actions?:
|
|
8
|
-
}
|
|
9
|
-
actions:
|
|
10
|
-
}
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
actions?: ActionItem[] | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
actions: () => never[];
|
|
10
|
+
}>>>, {
|
|
11
11
|
actions: ActionItem[];
|
|
12
|
-
}>;
|
|
12
|
+
}, {}>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,13 +3,11 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
3
3
|
modelValue: Pagination;
|
|
4
4
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (pagination: Pagination) => void;
|
|
6
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
7
|
-
modelValue?: unknown;
|
|
8
|
-
} & {
|
|
6
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
7
|
modelValue: Pagination;
|
|
10
|
-
} & {
|
|
8
|
+
}>>> & {
|
|
11
9
|
"onUpdate:modelValue"?: ((pagination: Pagination) => any) | undefined;
|
|
12
|
-
}, {}>;
|
|
10
|
+
}, {}, {}>;
|
|
13
11
|
export default _default;
|
|
14
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
13
|
type __VLS_TypePropsToRuntimeProps<T> = {
|