@solfacil/girassol 0.15.0 → 0.16.1
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/README.md +2 -2
- package/cli/build/cli.js +1 -1
- package/cli/build/commands/create:component.js +1 -1
- package/cli/build/commands/generate:plugin.js +1 -1
- package/cli/build/commands/generate:types.js +1 -1
- package/cli/build/commands/girassol-cli.js +1 -1
- package/dist/components.d.ts +2 -0
- package/dist/components.json +1 -1
- package/dist/girassol.es.js +6957 -6454
- package/dist/girassol.umd.js +10 -10
- package/dist/style.css +1 -1
- package/dist/theme/solfacil/index.d.ts +1 -0
- package/dist/theme/solfacil/utilities.d.ts +1 -0
- package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
- package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
- package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
- package/dist/types/components/date-picker/types.d.ts +1 -1
- package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
- package/dist/types/components/empty-state/types.d.ts +1 -1
- package/dist/types/components/file-upload/Download.vue.d.ts +107 -0
- package/dist/types/components/file-upload/FileUpload.vue.d.ts +208 -0
- package/dist/types/components/file-upload/Upload.vue.d.ts +136 -0
- package/dist/types/components/file-upload/file-upload.spec.d.ts +1 -0
- package/dist/types/components/file-upload/index.d.ts +2 -0
- package/dist/types/components/file-upload/types.d.ts +34 -0
- package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
- package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
- package/dist/types/components/forms/button/button/Button.vue.d.ts +12 -10
- package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
- package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
- package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
- package/dist/types/components/forms/checkbox/type.d.ts +1 -1
- package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
- package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
- package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
- package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
- package/dist/types/components/forms/inputs/types.d.ts +2 -2
- package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
- package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
- package/dist/types/components/forms/radio/types.d.ts +1 -1
- package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
- package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
- package/dist/types/components/forms/select/types.d.ts +2 -2
- package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
- package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
- package/dist/types/components/informations/tag/Tag.vue.d.ts +18 -18
- package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
- package/dist/types/components/list/List.vue.d.ts +14 -10
- package/dist/types/components/list/ListItem.vue.d.ts +9 -9
- package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
- package/dist/types/components/list/types.d.ts +11 -10
- package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
- package/dist/types/components/menus/menu/Menu.vue.d.ts +17 -17
- package/dist/types/components/menus/menu-item/MenuItemSeparator.vue.d.ts +2 -0
- package/dist/types/components/menus/menu-item/index.d.ts +2 -0
- package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
- package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
- package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
- package/dist/types/components/modal/Modal.vue.d.ts +10 -10
- package/dist/types/components/modal/types.d.ts +3 -3
- package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
- package/dist/types/components/pagination/types.d.ts +2 -2
- package/dist/types/components/search/Search.vue.d.ts +10 -10
- package/dist/types/components/search/types.d.ts +1 -1
- package/dist/types/components/steps/Steps.vue.d.ts +10 -10
- package/dist/types/components/steps/types.d.ts +1 -1
- package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
- package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
- package/dist/types/components/tabs/types.d.ts +1 -1
- package/dist/types/composables/use-download/index.d.ts +3 -0
- package/dist/types/composables/use-mask/index.d.ts +1 -1
- package/dist/types/composables/use-navigate/types.d.ts +11 -11
- package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
- package/dist/types/composables/use-toast/index.d.ts +1 -1
- package/dist/types/composables/use-toast/types.d.ts +3 -3
- package/dist/types/composables/use-validate-field/types.d.ts +2 -2
- package/dist/types/index.d.ts +845 -479
- package/package.json +35 -35
- package/theme/solfacil/index.ts +2 -1
- package/theme/solfacil/screens.ts +0 -6
- package/theme/solfacil/utilities.ts +27 -8
- package/windi.config.ts +1 -1
|
@@ -31,8 +31,8 @@ declare const _default: {
|
|
|
31
31
|
$slots: Readonly<{
|
|
32
32
|
[name: string]: import("vue").Slot | undefined;
|
|
33
33
|
}>;
|
|
34
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
35
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
34
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
35
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
36
36
|
$emit: ((event: "change", value: string | boolean) => void) & ((event: "update:checked", value: boolean) => void);
|
|
37
37
|
$el: any;
|
|
38
38
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -58,7 +58,7 @@ declare const _default: {
|
|
|
58
58
|
}, string, {
|
|
59
59
|
textDirection: 'left' | 'right';
|
|
60
60
|
stretchLabel: boolean;
|
|
61
|
-
}> & {
|
|
61
|
+
}, {}, string> & {
|
|
62
62
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
63
63
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
64
64
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -73,11 +73,11 @@ declare const _default: {
|
|
|
73
73
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
74
74
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
75
75
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
76
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
76
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
77
77
|
};
|
|
78
78
|
$forceUpdate: () => void;
|
|
79
79
|
$nextTick: typeof import("vue").nextTick;
|
|
80
|
-
$watch
|
|
80
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
81
81
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
82
82
|
id: string;
|
|
83
83
|
name: string;
|
|
@@ -94,7 +94,7 @@ declare const _default: {
|
|
|
94
94
|
}>>> & {
|
|
95
95
|
onChange?: ((value: string | boolean) => any) | undefined;
|
|
96
96
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
97
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
97
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
98
98
|
__isFragment?: undefined;
|
|
99
99
|
__isTeleport?: undefined;
|
|
100
100
|
__isSuspense?: undefined;
|
|
@@ -121,10 +121,10 @@ declare const _default: {
|
|
|
121
121
|
}, string, {
|
|
122
122
|
textDirection: 'left' | 'right';
|
|
123
123
|
stretchLabel: boolean;
|
|
124
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
124
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
125
125
|
export default _default;
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
127
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
128
128
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
129
129
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
130
130
|
} : {
|
|
@@ -132,7 +132,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
132
132
|
required: true;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
135
|
-
|
|
135
|
+
type __VLS_WithDefaults<P, D> = {
|
|
136
136
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
137
137
|
default: D[K];
|
|
138
138
|
} : P[K];
|
|
@@ -28,8 +28,8 @@ declare const _default: {
|
|
|
28
28
|
$slots: Readonly<{
|
|
29
29
|
[name: string]: import("vue").Slot | undefined;
|
|
30
30
|
}>;
|
|
31
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
32
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
31
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
32
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
33
33
|
$emit: (event: "click") => void;
|
|
34
34
|
$el: any;
|
|
35
35
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -50,7 +50,7 @@ declare const _default: {
|
|
|
50
50
|
title: string;
|
|
51
51
|
text: string;
|
|
52
52
|
feedback: 'success' | 'warning' | 'error' | 'informative';
|
|
53
|
-
}> & {
|
|
53
|
+
}, {}, string> & {
|
|
54
54
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
55
55
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
56
56
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -65,11 +65,11 @@ declare const _default: {
|
|
|
65
65
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
66
66
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
67
67
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
68
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
68
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
69
69
|
};
|
|
70
70
|
$forceUpdate: () => void;
|
|
71
71
|
$nextTick: typeof import("vue").nextTick;
|
|
72
|
-
$watch
|
|
72
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
73
73
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
74
74
|
id: string;
|
|
75
75
|
title?: string | undefined;
|
|
@@ -82,7 +82,7 @@ declare const _default: {
|
|
|
82
82
|
feedback: string;
|
|
83
83
|
}>>> & {
|
|
84
84
|
onClick?: (() => any) | undefined;
|
|
85
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
85
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
86
86
|
__isFragment?: undefined;
|
|
87
87
|
__isTeleport?: undefined;
|
|
88
88
|
__isSuspense?: undefined;
|
|
@@ -104,14 +104,14 @@ declare const _default: {
|
|
|
104
104
|
title: string;
|
|
105
105
|
text: string;
|
|
106
106
|
feedback: 'success' | 'warning' | 'error' | 'informative';
|
|
107
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
107
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
108
108
|
$slots: {
|
|
109
109
|
default: (_: {}) => any;
|
|
110
110
|
};
|
|
111
111
|
});
|
|
112
112
|
export default _default;
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
114
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
115
115
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
116
116
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
117
117
|
} : {
|
|
@@ -119,7 +119,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
119
119
|
required: true;
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
|
-
|
|
122
|
+
type __VLS_WithDefaults<P, D> = {
|
|
123
123
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
124
124
|
default: D[K];
|
|
125
125
|
} : P[K];
|
|
@@ -3,8 +3,8 @@ declare const _default: {
|
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
|
-
text: string;
|
|
7
6
|
type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
|
|
7
|
+
text: string;
|
|
8
8
|
size: 'small' | 'medium';
|
|
9
9
|
variant: 'fill' | 'outline';
|
|
10
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -12,13 +12,13 @@ declare const _default: {
|
|
|
12
12
|
text?: string | undefined;
|
|
13
13
|
variant?: "fill" | "outline" | undefined;
|
|
14
14
|
size?: "small" | "medium" | undefined;
|
|
15
|
-
type?: "
|
|
15
|
+
type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
text: string;
|
|
18
18
|
variant: string;
|
|
19
19
|
size: string;
|
|
20
20
|
type: string;
|
|
21
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
21
|
+
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "text" | "size" | "variant">;
|
|
22
22
|
$attrs: {
|
|
23
23
|
[x: string]: unknown;
|
|
24
24
|
};
|
|
@@ -28,8 +28,8 @@ declare const _default: {
|
|
|
28
28
|
$slots: Readonly<{
|
|
29
29
|
[name: string]: import("vue").Slot | undefined;
|
|
30
30
|
}>;
|
|
31
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
32
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
31
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
32
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
33
33
|
$emit: (event: string, ...args: any[]) => void;
|
|
34
34
|
$el: any;
|
|
35
35
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -37,18 +37,18 @@ declare const _default: {
|
|
|
37
37
|
text?: string | undefined;
|
|
38
38
|
variant?: "fill" | "outline" | undefined;
|
|
39
39
|
size?: "small" | "medium" | undefined;
|
|
40
|
-
type?: "
|
|
40
|
+
type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
|
|
41
41
|
}>, {
|
|
42
42
|
text: string;
|
|
43
43
|
variant: string;
|
|
44
44
|
size: string;
|
|
45
45
|
type: string;
|
|
46
46
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
47
|
-
text: string;
|
|
48
47
|
type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
|
|
48
|
+
text: string;
|
|
49
49
|
size: 'small' | 'medium';
|
|
50
50
|
variant: 'fill' | 'outline';
|
|
51
|
-
}> & {
|
|
51
|
+
}, {}, string> & {
|
|
52
52
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
53
53
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
54
54
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -63,23 +63,23 @@ declare const _default: {
|
|
|
63
63
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
64
64
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
65
65
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
66
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
66
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
67
67
|
};
|
|
68
68
|
$forceUpdate: () => void;
|
|
69
69
|
$nextTick: typeof import("vue").nextTick;
|
|
70
|
-
$watch
|
|
70
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
71
71
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
72
72
|
id: string;
|
|
73
73
|
text?: string | undefined;
|
|
74
74
|
variant?: "fill" | "outline" | undefined;
|
|
75
75
|
size?: "small" | "medium" | undefined;
|
|
76
|
-
type?: "
|
|
76
|
+
type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
|
|
77
77
|
}>, {
|
|
78
78
|
text: string;
|
|
79
79
|
variant: string;
|
|
80
80
|
size: string;
|
|
81
81
|
type: string;
|
|
82
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
82
|
+
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
83
83
|
__isFragment?: undefined;
|
|
84
84
|
__isTeleport?: undefined;
|
|
85
85
|
__isSuspense?: undefined;
|
|
@@ -88,25 +88,25 @@ declare const _default: {
|
|
|
88
88
|
text?: string | undefined;
|
|
89
89
|
variant?: "fill" | "outline" | undefined;
|
|
90
90
|
size?: "small" | "medium" | undefined;
|
|
91
|
-
type?: "
|
|
91
|
+
type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
|
|
92
92
|
}>, {
|
|
93
93
|
text: string;
|
|
94
94
|
variant: string;
|
|
95
95
|
size: string;
|
|
96
96
|
type: string;
|
|
97
97
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
98
|
-
text: string;
|
|
99
98
|
type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
|
|
99
|
+
text: string;
|
|
100
100
|
size: 'small' | 'medium';
|
|
101
101
|
variant: 'fill' | 'outline';
|
|
102
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
102
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
103
103
|
$slots: {
|
|
104
104
|
default: (_: {}) => any;
|
|
105
105
|
};
|
|
106
106
|
});
|
|
107
107
|
export default _default;
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
109
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
110
110
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
111
111
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
112
112
|
} : {
|
|
@@ -114,7 +114,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
114
114
|
required: true;
|
|
115
115
|
};
|
|
116
116
|
};
|
|
117
|
-
|
|
117
|
+
type __VLS_WithDefaults<P, D> = {
|
|
118
118
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
119
119
|
default: D[K];
|
|
120
120
|
} : P[K];
|
|
@@ -23,8 +23,8 @@ declare const _default: {
|
|
|
23
23
|
$slots: Readonly<{
|
|
24
24
|
[name: string]: import("vue").Slot | undefined;
|
|
25
25
|
}>;
|
|
26
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
27
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
26
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
27
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
28
28
|
$emit: (event: string, ...args: any[]) => void;
|
|
29
29
|
$el: any;
|
|
30
30
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
align: string;
|
|
38
38
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
39
39
|
align: "left" | "right";
|
|
40
|
-
}> & {
|
|
40
|
+
}, {}, string> & {
|
|
41
41
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
42
42
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
43
43
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -52,11 +52,11 @@ declare const _default: {
|
|
|
52
52
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
53
53
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
54
54
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
55
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
55
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
56
56
|
};
|
|
57
57
|
$forceUpdate: () => void;
|
|
58
58
|
$nextTick: typeof import("vue").nextTick;
|
|
59
|
-
$watch
|
|
59
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
60
60
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
61
61
|
id: TextValue['id'];
|
|
62
62
|
itemProp?: TextValue['itemProp'];
|
|
@@ -65,7 +65,7 @@ declare const _default: {
|
|
|
65
65
|
align?: TextValue['align'];
|
|
66
66
|
}>, {
|
|
67
67
|
align: string;
|
|
68
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
68
|
+
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
69
69
|
__isFragment?: undefined;
|
|
70
70
|
__isTeleport?: undefined;
|
|
71
71
|
__isSuspense?: undefined;
|
|
@@ -79,7 +79,7 @@ declare const _default: {
|
|
|
79
79
|
align: string;
|
|
80
80
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
81
81
|
align: "left" | "right";
|
|
82
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
82
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
83
83
|
$slots: {
|
|
84
84
|
label: (_: {}) => any;
|
|
85
85
|
'icon:left': (_: {}) => any;
|
|
@@ -88,8 +88,8 @@ declare const _default: {
|
|
|
88
88
|
};
|
|
89
89
|
});
|
|
90
90
|
export default _default;
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
92
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
93
93
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
94
94
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
95
95
|
} : {
|
|
@@ -97,7 +97,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
97
97
|
required: true;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
type __VLS_WithDefaults<P, D> = {
|
|
101
101
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
102
102
|
default: D[K];
|
|
103
103
|
} : P[K];
|
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
id: List['id'];
|
|
12
12
|
data: List['data'];
|
|
13
|
+
hideMenu?: List['hideMenu'];
|
|
13
14
|
headers?: import("./types").Header | undefined;
|
|
14
15
|
selected?: List['selected'];
|
|
15
16
|
ariaLabel: List['ariaLabel'];
|
|
@@ -37,13 +38,14 @@ declare const _default: {
|
|
|
37
38
|
$slots: Readonly<{
|
|
38
39
|
[name: string]: import("vue").Slot | undefined;
|
|
39
40
|
}>;
|
|
40
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
41
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
41
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
42
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
42
43
|
$emit: ((event: "update:selected", selected: Data | Data[]) => void) & ((event: "listitem:click", item: Data) => void) & ((event: "listitem:selected", item: Data) => void);
|
|
43
44
|
$el: any;
|
|
44
45
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
45
46
|
id: List['id'];
|
|
46
47
|
data: List['data'];
|
|
48
|
+
hideMenu?: List['hideMenu'];
|
|
47
49
|
headers?: import("./types").Header | undefined;
|
|
48
50
|
selected?: List['selected'];
|
|
49
51
|
ariaLabel: List['ariaLabel'];
|
|
@@ -74,7 +76,7 @@ declare const _default: {
|
|
|
74
76
|
ariaLabel: List['ariaLabel'];
|
|
75
77
|
fallbackValue: string;
|
|
76
78
|
dataIdentifier: import("./types").DataIdentifier;
|
|
77
|
-
}> & {
|
|
79
|
+
}, {}, string> & {
|
|
78
80
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
79
81
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
80
82
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -89,14 +91,15 @@ declare const _default: {
|
|
|
89
91
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
90
92
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
91
93
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
92
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
94
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
93
95
|
};
|
|
94
96
|
$forceUpdate: () => void;
|
|
95
97
|
$nextTick: typeof import("vue").nextTick;
|
|
96
|
-
$watch
|
|
98
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
97
99
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
98
100
|
id: List['id'];
|
|
99
101
|
data: List['data'];
|
|
102
|
+
hideMenu?: List['hideMenu'];
|
|
100
103
|
headers?: import("./types").Header | undefined;
|
|
101
104
|
selected?: List['selected'];
|
|
102
105
|
ariaLabel: List['ariaLabel'];
|
|
@@ -117,13 +120,14 @@ declare const _default: {
|
|
|
117
120
|
} & import("vue").ShallowUnwrapRef<{
|
|
118
121
|
unselectAll: () => void;
|
|
119
122
|
selectAll: () => void;
|
|
120
|
-
}> & {} & import("vue").ComponentCustomProperties;
|
|
123
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
121
124
|
__isFragment?: undefined;
|
|
122
125
|
__isTeleport?: undefined;
|
|
123
126
|
__isSuspense?: undefined;
|
|
124
127
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
125
128
|
id: List['id'];
|
|
126
129
|
data: List['data'];
|
|
130
|
+
hideMenu?: List['hideMenu'];
|
|
127
131
|
headers?: import("./types").Header | undefined;
|
|
128
132
|
selected?: List['selected'];
|
|
129
133
|
ariaLabel: List['ariaLabel'];
|
|
@@ -154,7 +158,7 @@ declare const _default: {
|
|
|
154
158
|
ariaLabel: List['ariaLabel'];
|
|
155
159
|
fallbackValue: string;
|
|
156
160
|
dataIdentifier: import("./types").DataIdentifier;
|
|
157
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
161
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
158
162
|
$slots: Record<string, {
|
|
159
163
|
data: any;
|
|
160
164
|
index: any;
|
|
@@ -190,8 +194,8 @@ declare const _default: {
|
|
|
190
194
|
};
|
|
191
195
|
});
|
|
192
196
|
export default _default;
|
|
193
|
-
|
|
194
|
-
|
|
197
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
198
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
195
199
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
196
200
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
197
201
|
} : {
|
|
@@ -199,7 +203,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
199
203
|
required: true;
|
|
200
204
|
};
|
|
201
205
|
};
|
|
202
|
-
|
|
206
|
+
type __VLS_WithDefaults<P, D> = {
|
|
203
207
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
204
208
|
default: D[K];
|
|
205
209
|
} : P[K];
|
|
@@ -28,8 +28,8 @@ declare const _default: {
|
|
|
28
28
|
$slots: Readonly<{
|
|
29
29
|
[name: string]: import("vue").Slot | undefined;
|
|
30
30
|
}>;
|
|
31
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
32
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
31
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
32
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
33
33
|
$emit: (event: "listitem:click", ...args: any[]) => void;
|
|
34
34
|
$el: any;
|
|
35
35
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -47,7 +47,7 @@ declare const _default: {
|
|
|
47
47
|
sortPositions: ListItem['sortPositions'];
|
|
48
48
|
}>>> & {
|
|
49
49
|
"onListitem:click"?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}> & {
|
|
50
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}, {}, string> & {
|
|
51
51
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
52
52
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
53
53
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -62,11 +62,11 @@ declare const _default: {
|
|
|
62
62
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
63
63
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
64
64
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
65
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
65
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
66
66
|
};
|
|
67
67
|
$forceUpdate: () => void;
|
|
68
68
|
$nextTick: typeof import("vue").nextTick;
|
|
69
|
-
$watch
|
|
69
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
70
70
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
71
71
|
id: ListItem['id'];
|
|
72
72
|
itemIndex: ListItem['index'];
|
|
@@ -82,7 +82,7 @@ declare const _default: {
|
|
|
82
82
|
sortPositions: ListItem['sortPositions'];
|
|
83
83
|
}>>> & {
|
|
84
84
|
"onListitem:click"?: ((...args: any[]) => any) | undefined;
|
|
85
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
85
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
86
86
|
__isFragment?: undefined;
|
|
87
87
|
__isTeleport?: undefined;
|
|
88
88
|
__isSuspense?: undefined;
|
|
@@ -101,7 +101,7 @@ declare const _default: {
|
|
|
101
101
|
sortPositions: ListItem['sortPositions'];
|
|
102
102
|
}>>> & {
|
|
103
103
|
"onListitem:click"?: ((...args: any[]) => any) | undefined;
|
|
104
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
104
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
105
105
|
$slots: Record<string, {
|
|
106
106
|
data: {
|
|
107
107
|
key: string;
|
|
@@ -149,8 +149,8 @@ declare const _default: {
|
|
|
149
149
|
};
|
|
150
150
|
});
|
|
151
151
|
export default _default;
|
|
152
|
-
|
|
153
|
-
|
|
152
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
153
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
154
154
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
155
155
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
156
156
|
} : {
|
|
@@ -23,8 +23,8 @@ declare const _default: {
|
|
|
23
23
|
$slots: Readonly<{
|
|
24
24
|
[name: string]: import("vue").Slot | undefined;
|
|
25
25
|
}>;
|
|
26
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
27
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
26
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
27
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
28
28
|
$emit: (event: string, ...args: any[]) => void;
|
|
29
29
|
$el: any;
|
|
30
30
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -38,7 +38,7 @@ declare const _default: {
|
|
|
38
38
|
align: string;
|
|
39
39
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
40
40
|
align: 'left' | 'right';
|
|
41
|
-
}> & {
|
|
41
|
+
}, {}, string> & {
|
|
42
42
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
43
43
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
44
44
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -53,11 +53,11 @@ declare const _default: {
|
|
|
53
53
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
54
54
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
55
55
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
56
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
56
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
57
57
|
};
|
|
58
58
|
$forceUpdate: () => void;
|
|
59
59
|
$nextTick: typeof import("vue").nextTick;
|
|
60
|
-
$watch
|
|
60
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
61
61
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
62
62
|
itemProp?: string | undefined;
|
|
63
63
|
property?: string | undefined;
|
|
@@ -67,7 +67,7 @@ declare const _default: {
|
|
|
67
67
|
hide?: boolean | undefined;
|
|
68
68
|
}>, {
|
|
69
69
|
align: string;
|
|
70
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
70
|
+
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
71
71
|
__isFragment?: undefined;
|
|
72
72
|
__isTeleport?: undefined;
|
|
73
73
|
__isSuspense?: undefined;
|
|
@@ -82,15 +82,15 @@ declare const _default: {
|
|
|
82
82
|
align: string;
|
|
83
83
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
84
84
|
align: 'left' | 'right';
|
|
85
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
85
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
86
86
|
$slots: {
|
|
87
87
|
property: (_: {}) => any;
|
|
88
88
|
value: (_: {}) => any;
|
|
89
89
|
};
|
|
90
90
|
});
|
|
91
91
|
export default _default;
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
93
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
94
94
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
95
95
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
96
96
|
} : {
|
|
@@ -98,7 +98,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
98
98
|
required: true;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
|
-
|
|
101
|
+
type __VLS_WithDefaults<P, D> = {
|
|
102
102
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
103
103
|
default: D[K];
|
|
104
104
|
} : P[K];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export type DataValue = unknown;
|
|
2
|
+
export type Data = Record<string, unknown>;
|
|
3
3
|
export interface HeaderOptions {
|
|
4
4
|
highlight?: boolean;
|
|
5
5
|
align?: 'left' | 'right';
|
|
@@ -8,23 +8,23 @@ export interface HeaderOptions {
|
|
|
8
8
|
width?: string;
|
|
9
9
|
mobileWidth?: string;
|
|
10
10
|
}
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
11
|
+
export type Header = Record<string, HeaderOptions>;
|
|
12
|
+
export type DesktopDataPosition = string[];
|
|
13
|
+
export type MobileDataPosition = string[][];
|
|
14
|
+
export type DataIdentifier = {
|
|
15
15
|
inputName?: string;
|
|
16
16
|
key: string;
|
|
17
17
|
};
|
|
18
|
-
export
|
|
18
|
+
export type IsHighlightParams = {
|
|
19
19
|
key?: string;
|
|
20
20
|
value?: boolean;
|
|
21
21
|
};
|
|
22
|
-
export
|
|
22
|
+
export type SortPositions = {
|
|
23
23
|
desktop: DesktopDataPosition;
|
|
24
24
|
mobile: MobileDataPosition;
|
|
25
25
|
};
|
|
26
|
-
export
|
|
27
|
-
export
|
|
26
|
+
export type Selected = Data | Data[];
|
|
27
|
+
export type SelectMode = 'checkbox' | 'radio';
|
|
28
28
|
export interface List {
|
|
29
29
|
id: string;
|
|
30
30
|
selected?: Selected;
|
|
@@ -33,6 +33,7 @@ export interface List {
|
|
|
33
33
|
ariaLabel: string;
|
|
34
34
|
headers: Header;
|
|
35
35
|
data: Data[];
|
|
36
|
+
hideMenu?: boolean;
|
|
36
37
|
fallbackValue?: string;
|
|
37
38
|
dataIdentifier?: DataIdentifier;
|
|
38
39
|
}
|