@solfacil/girassol 0.18.0 → 0.19.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/dist/girassol.es.js +4330 -4256
- package/dist/girassol.umd.js +6 -6
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -0
- package/dist/types/components/accordion/Accordion.vue.d.ts +19 -76
- package/dist/types/components/alert/Alert.vue.d.ts +51 -0
- package/dist/types/components/{informations/alert → alert}/index.d.ts +0 -0
- package/dist/types/components/buttons/button/Button.vue.d.ts +53 -0
- package/dist/types/components/buttons/button-destructive/ButtonDestructive.vue.d.ts +39 -0
- package/dist/types/components/{forms/button → buttons}/index.d.ts +0 -0
- package/dist/types/components/chips/removable-chip/RemovableChip.vue.d.ts +49 -0
- package/dist/types/components/{filters/chip → chips}/removable-chip/index.d.ts +0 -0
- package/dist/types/components/{filters/chip → chips}/removable-chip/types.d.ts +0 -0
- package/dist/types/components/chips/selectable-chip/SelectableChip.vue.d.ts +51 -0
- package/dist/types/components/{filters/chip → chips}/selectable-chip/index.d.ts +0 -0
- package/dist/types/components/{filters/chip → chips}/selectable-chip/types.d.ts +0 -0
- package/dist/types/components/{filters/chip → chips}/types.d.ts +0 -0
- package/dist/types/components/collapsible/Collapsible.vue.d.ts +25 -90
- package/dist/types/components/empty-state/EmptyState.vue.d.ts +17 -74
- package/dist/types/components/file-upload/FileUpload.vue.d.ts +2 -2
- package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +37 -131
- package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +36 -135
- package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +3 -3
- package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +37 -131
- package/dist/types/components/forms/select/ListOption.vue.d.ts +18 -81
- package/dist/types/components/forms/select/Select.vue.d.ts +67 -218
- package/dist/types/components/forms/switch/Switch.vue.d.ts +2 -2
- package/dist/types/components/list/List.vue.d.ts +63 -174
- package/dist/types/components/list/ListItem.vue.d.ts +61 -132
- package/dist/types/components/list/ListItemTextValue.vue.d.ts +21 -82
- package/dist/types/components/menus/menu/Menu.vue.d.ts +35 -94
- package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +13 -64
- package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +24 -85
- package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +22 -69
- package/dist/types/components/modals/modal/Modal.vue.d.ts +44 -164
- package/dist/types/components/modals/onboarding/Onboarding.vue.d.ts +1 -1
- package/dist/types/components/search/Search.vue.d.ts +2 -2
- package/dist/types/components/tabs/TabItem.vue.d.ts +19 -70
- package/dist/types/components/tag/Tag.vue.d.ts +50 -0
- package/dist/types/components/{informations/tag → tag}/index.d.ts +0 -0
- package/dist/types/components/text-value/TextValue.vue.d.ts +45 -0
- package/dist/types/components/{informations/text-value → text-value}/index.d.ts +0 -0
- package/dist/types/components/{informations/text-value → text-value}/types.d.ts +0 -0
- package/dist/types/composables/use-toast/Toast.vue.d.ts +36 -133
- package/dist/types/index.d.ts +406 -406
- package/package.json +24 -23
- package/theme/safelist.ts +157 -21
- package/vite.config.ts +3 -1
- package/windi.config.ts +1 -1
- package/dist/cli/src/cli.d.ts +0 -1
- package/dist/cli/src/commands/create:component.d.ts +0 -1
- package/dist/cli/src/commands/generate:plugin.d.ts +0 -1
- package/dist/cli/src/commands/generate:types.d.ts +0 -7
- package/dist/cli/src/commands/girassol-cli.d.ts +0 -1
- package/dist/cli/src/extensions/cli-extension.d.ts +0 -1
- package/dist/cli/src/types.d.ts +0 -0
- package/dist/theme/solfacil/borders.d.ts +0 -18
- package/dist/theme/solfacil/colors.d.ts +0 -63
- package/dist/theme/solfacil/effects.d.ts +0 -17
- package/dist/theme/solfacil/index.d.ts +0 -18
- package/dist/theme/solfacil/miscs.d.ts +0 -144
- package/dist/theme/solfacil/screens.d.ts +0 -29
- package/dist/theme/solfacil/spacing.d.ts +0 -64
- package/dist/theme/solfacil/typography.d.ts +0 -41
- package/dist/theme/solfacil/utilities.d.ts +0 -8
- package/dist/types/components/accordion/accordion.spec.d.ts +0 -1
- package/dist/types/components/breadcrumb/breadcrumb.spec.d.ts +0 -1
- package/dist/types/components/collapsible/collapsible.spec.d.ts +0 -1
- package/dist/types/components/date-picker/datepicker.spec.d.ts +0 -1
- package/dist/types/components/empty-state/empty-state.spec.d.ts +0 -1
- package/dist/types/components/file-upload/file-upload.spec.d.ts +0 -1
- package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +0 -120
- package/dist/types/components/filters/chip/removable-chip/removable-chip.spec.d.ts +0 -1
- package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +0 -125
- package/dist/types/components/filters/chip/selectable-chip/selectable-chip.spec.d.ts +0 -1
- package/dist/types/components/forms/button/button/Button.vue.d.ts +0 -122
- package/dist/types/components/forms/button/button/button.spec.d.ts +0 -1
- package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +0 -96
- package/dist/types/components/forms/checkbox/checkbox/checkbox.spec.d.ts +0 -1
- package/dist/types/components/forms/checkbox/checkbox-group/checkbox-group.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-core/input.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-password/input-password.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-text/input-text.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-textarea/textarea.spec.d.ts +0 -1
- package/dist/types/components/forms/radio/radio/radio.spec.d.ts +0 -1
- package/dist/types/components/forms/radio/radio-group/radio-group.spec.d.ts +0 -1
- package/dist/types/components/forms/select/select.spec.d.ts +0 -1
- package/dist/types/components/forms/switch/switch.spec.d.ts +0 -1
- package/dist/types/components/informations/alert/Alert.vue.d.ts +0 -126
- package/dist/types/components/informations/alert/alert.spec.d.ts +0 -1
- package/dist/types/components/informations/tag/Tag.vue.d.ts +0 -121
- package/dist/types/components/informations/tag/tag.spec.d.ts +0 -1
- package/dist/types/components/informations/text-value/TextValue.vue.d.ts +0 -104
- package/dist/types/components/informations/text-value/text-value.spec.d.ts +0 -1
- package/dist/types/components/list/list.spec.d.ts +0 -1
- package/dist/types/components/menus/menu/menu.spec.d.ts +0 -1
- package/dist/types/components/modals/modal/modal.spec.d.ts +0 -1
- package/dist/types/components/modals/onboarding/onboading.spec.d.ts +0 -1
- package/dist/types/components/pagination/pagination.spec.d.ts +0 -1
- package/dist/types/components/search/search.spec.d.ts +0 -1
- package/dist/types/components/steps/steps.spec.d.ts +0 -1
- package/dist/types/components/tabs/tabs.spec.d.ts +0 -1
- package/dist/types/composables/use-filters/use-filters.spec.d.ts +0 -1
- package/dist/types/composables/use-toast/use-toast.spec.d.ts +0 -1
- package/dist/vite-modules/generate-component-types.d.ts +0 -3
- package/dist/vite.config.d.ts +0 -2
- package/dist/windi.config.d.ts +0 -2
|
@@ -1,138 +1,5 @@
|
|
|
1
1
|
import type { Data, List } from './types';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{
|
|
7
|
-
loading: boolean;
|
|
8
|
-
ariaLabel: List['ariaLabel'];
|
|
9
|
-
fallbackValue: string;
|
|
10
|
-
dataIdentifier: import("./types").DataIdentifier;
|
|
11
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
id: List['id'];
|
|
13
|
-
data: List['data'];
|
|
14
|
-
hideMenu?: List['hideMenu'];
|
|
15
|
-
headers?: import("./types").Header | undefined;
|
|
16
|
-
selected?: List['selected'];
|
|
17
|
-
ariaLabel: List['ariaLabel'];
|
|
18
|
-
selectMode?: import("./types").SelectMode | undefined;
|
|
19
|
-
dataIdentifier?: List['dataIdentifier'];
|
|
20
|
-
sortPositions?: import("./types").SortPositions | undefined;
|
|
21
|
-
fallbackValue?: List['fallbackValue'];
|
|
22
|
-
loading?: List['loading'];
|
|
23
|
-
}>, {
|
|
24
|
-
loading: boolean;
|
|
25
|
-
fallbackValue: string;
|
|
26
|
-
ariaLabel: string;
|
|
27
|
-
dataIdentifier: () => {
|
|
28
|
-
key: string;
|
|
29
|
-
};
|
|
30
|
-
}>>> & {
|
|
31
|
-
"onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
|
|
32
|
-
"onListitem:click"?: ((item: Data) => any) | undefined;
|
|
33
|
-
"onListitem:selected"?: ((item: Data) => any) | undefined;
|
|
34
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "ariaLabel" | "fallbackValue" | "dataIdentifier">;
|
|
35
|
-
$attrs: {
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
38
|
-
$refs: {
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
41
|
-
$slots: Readonly<{
|
|
42
|
-
[name: string]: import("vue").Slot | undefined;
|
|
43
|
-
}>;
|
|
44
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
45
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
46
|
-
$emit: ((event: "update:selected", selected: Data | Data[]) => void) & ((event: "listitem:click", item: Data) => void) & ((event: "listitem:selected", item: Data) => void);
|
|
47
|
-
$el: any;
|
|
48
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
49
|
-
id: List['id'];
|
|
50
|
-
data: List['data'];
|
|
51
|
-
hideMenu?: List['hideMenu'];
|
|
52
|
-
headers?: import("./types").Header | undefined;
|
|
53
|
-
selected?: List['selected'];
|
|
54
|
-
ariaLabel: List['ariaLabel'];
|
|
55
|
-
selectMode?: import("./types").SelectMode | undefined;
|
|
56
|
-
dataIdentifier?: List['dataIdentifier'];
|
|
57
|
-
sortPositions?: import("./types").SortPositions | undefined;
|
|
58
|
-
fallbackValue?: List['fallbackValue'];
|
|
59
|
-
loading?: List['loading'];
|
|
60
|
-
}>, {
|
|
61
|
-
loading: boolean;
|
|
62
|
-
fallbackValue: string;
|
|
63
|
-
ariaLabel: string;
|
|
64
|
-
dataIdentifier: () => {
|
|
65
|
-
key: string;
|
|
66
|
-
};
|
|
67
|
-
}>>> & {
|
|
68
|
-
"onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
|
|
69
|
-
"onListitem:click"?: ((item: Data) => any) | undefined;
|
|
70
|
-
"onListitem:selected"?: ((item: Data) => any) | undefined;
|
|
71
|
-
}, {
|
|
72
|
-
unselectAll: () => void;
|
|
73
|
-
selectAll: () => void;
|
|
74
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
75
|
-
"listitem:click": (item: Data) => void;
|
|
76
|
-
} & {
|
|
77
|
-
"listitem:selected": (item: Data) => void;
|
|
78
|
-
} & {
|
|
79
|
-
"update:selected": (selected: Data | Data[]) => void;
|
|
80
|
-
}, string, {
|
|
81
|
-
loading: boolean;
|
|
82
|
-
ariaLabel: List['ariaLabel'];
|
|
83
|
-
fallbackValue: string;
|
|
84
|
-
dataIdentifier: import("./types").DataIdentifier;
|
|
85
|
-
}, {}, string> & {
|
|
86
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
90
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
91
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
92
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
93
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
94
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
95
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
96
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
97
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
98
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
99
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
100
|
-
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;
|
|
101
|
-
};
|
|
102
|
-
$forceUpdate: () => void;
|
|
103
|
-
$nextTick: typeof import("vue").nextTick;
|
|
104
|
-
$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;
|
|
105
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
106
|
-
id: List['id'];
|
|
107
|
-
data: List['data'];
|
|
108
|
-
hideMenu?: List['hideMenu'];
|
|
109
|
-
headers?: import("./types").Header | undefined;
|
|
110
|
-
selected?: List['selected'];
|
|
111
|
-
ariaLabel: List['ariaLabel'];
|
|
112
|
-
selectMode?: import("./types").SelectMode | undefined;
|
|
113
|
-
dataIdentifier?: List['dataIdentifier'];
|
|
114
|
-
sortPositions?: import("./types").SortPositions | undefined;
|
|
115
|
-
fallbackValue?: List['fallbackValue'];
|
|
116
|
-
loading?: List['loading'];
|
|
117
|
-
}>, {
|
|
118
|
-
loading: boolean;
|
|
119
|
-
fallbackValue: string;
|
|
120
|
-
ariaLabel: string;
|
|
121
|
-
dataIdentifier: () => {
|
|
122
|
-
key: string;
|
|
123
|
-
};
|
|
124
|
-
}>>> & {
|
|
125
|
-
"onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
|
|
126
|
-
"onListitem:click"?: ((item: Data) => any) | undefined;
|
|
127
|
-
"onListitem:selected"?: ((item: Data) => any) | undefined;
|
|
128
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
129
|
-
unselectAll: () => void;
|
|
130
|
-
selectAll: () => void;
|
|
131
|
-
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
132
|
-
__isFragment?: undefined;
|
|
133
|
-
__isTeleport?: undefined;
|
|
134
|
-
__isSuspense?: undefined;
|
|
135
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
136
3
|
id: List['id'];
|
|
137
4
|
data: List['data'];
|
|
138
5
|
hideMenu?: List['hideMenu'];
|
|
@@ -151,11 +18,7 @@ declare const _default: {
|
|
|
151
18
|
dataIdentifier: () => {
|
|
152
19
|
key: string;
|
|
153
20
|
};
|
|
154
|
-
}
|
|
155
|
-
"onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
|
|
156
|
-
"onListitem:click"?: ((item: Data) => any) | undefined;
|
|
157
|
-
"onListitem:selected"?: ((item: Data) => any) | undefined;
|
|
158
|
-
}, {
|
|
21
|
+
}>, {
|
|
159
22
|
unselectAll: () => void;
|
|
160
23
|
selectAll: () => void;
|
|
161
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -164,46 +27,67 @@ declare const _default: {
|
|
|
164
27
|
"listitem:selected": (item: Data) => void;
|
|
165
28
|
} & {
|
|
166
29
|
"update:selected": (selected: Data | Data[]) => void;
|
|
167
|
-
}, string, {
|
|
30
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
31
|
+
id: List['id'];
|
|
32
|
+
data: List['data'];
|
|
33
|
+
hideMenu?: List['hideMenu'];
|
|
34
|
+
headers?: import("./types").Header | undefined;
|
|
35
|
+
selected?: List['selected'];
|
|
36
|
+
ariaLabel: List['ariaLabel'];
|
|
37
|
+
selectMode?: import("./types").SelectMode | undefined;
|
|
38
|
+
dataIdentifier?: List['dataIdentifier'];
|
|
39
|
+
sortPositions?: import("./types").SortPositions | undefined;
|
|
40
|
+
fallbackValue?: List['fallbackValue'];
|
|
41
|
+
loading?: List['loading'];
|
|
42
|
+
}>, {
|
|
43
|
+
loading: boolean;
|
|
44
|
+
fallbackValue: string;
|
|
45
|
+
ariaLabel: string;
|
|
46
|
+
dataIdentifier: () => {
|
|
47
|
+
key: string;
|
|
48
|
+
};
|
|
49
|
+
}>>> & {
|
|
50
|
+
"onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
|
|
51
|
+
"onListitem:click"?: ((item: Data) => any) | undefined;
|
|
52
|
+
"onListitem:selected"?: ((item: Data) => any) | undefined;
|
|
53
|
+
}, {
|
|
168
54
|
loading: boolean;
|
|
169
55
|
ariaLabel: List['ariaLabel'];
|
|
170
56
|
fallbackValue: string;
|
|
171
57
|
dataIdentifier: import("./types").DataIdentifier;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
testid: string;
|
|
197
|
-
data: Data;
|
|
198
|
-
index: number;
|
|
199
|
-
ariaLabel: string;
|
|
200
|
-
};
|
|
201
|
-
}) => any;
|
|
202
|
-
menu: (_: {
|
|
58
|
+
}>, Record<string, {
|
|
59
|
+
data: any;
|
|
60
|
+
index: any;
|
|
61
|
+
columnIndex: number;
|
|
62
|
+
renderHeader: (headerKey: string) => string;
|
|
63
|
+
headers: import("./types").Header | undefined;
|
|
64
|
+
}> & Record<string, {
|
|
65
|
+
data: any;
|
|
66
|
+
index: any;
|
|
67
|
+
columnIndex: any;
|
|
68
|
+
renderHeader: any;
|
|
69
|
+
headers: any;
|
|
70
|
+
}> & Record<string, {
|
|
71
|
+
data: any;
|
|
72
|
+
index: any;
|
|
73
|
+
columnIndex: any;
|
|
74
|
+
isHighlight: any;
|
|
75
|
+
}> & {
|
|
76
|
+
image: (_: {
|
|
77
|
+
data: Data;
|
|
78
|
+
}) => any;
|
|
79
|
+
'action-button': (_: {
|
|
80
|
+
arias: {
|
|
81
|
+
testid: string;
|
|
203
82
|
data: Data;
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
83
|
+
index: number;
|
|
84
|
+
ariaLabel: string;
|
|
85
|
+
};
|
|
86
|
+
}) => any;
|
|
87
|
+
menu: (_: {
|
|
88
|
+
data: Data;
|
|
89
|
+
}) => any;
|
|
90
|
+
}>;
|
|
207
91
|
export default _default;
|
|
208
92
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
209
93
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -219,3 +103,8 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
219
103
|
default: D[K];
|
|
220
104
|
} : P[K];
|
|
221
105
|
};
|
|
106
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
107
|
+
new (): {
|
|
108
|
+
$slots: S;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
@@ -1,92 +1,18 @@
|
|
|
1
1
|
import type { ListItem } from './types';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
fallbackValue: ListItem['fallbackValue'];
|
|
17
|
-
setFixedColumnSize: ListItem['setFixedColumnSize'];
|
|
18
|
-
sortPositions: ListItem['sortPositions'];
|
|
19
|
-
}>>> & {
|
|
20
|
-
"onListitem:click"?: ((...args: any[]) => any) | undefined;
|
|
21
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
22
|
-
$attrs: {
|
|
23
|
-
[x: string]: unknown;
|
|
24
|
-
};
|
|
25
|
-
$refs: {
|
|
26
|
-
[x: string]: unknown;
|
|
27
|
-
};
|
|
28
|
-
$slots: Readonly<{
|
|
29
|
-
[name: string]: import("vue").Slot | undefined;
|
|
30
|
-
}>;
|
|
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
|
-
$emit: (event: "listitem:click", ...args: any[]) => void;
|
|
34
|
-
$el: any;
|
|
35
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
36
|
-
id: ListItem['id'];
|
|
37
|
-
itemIndex: ListItem['index'];
|
|
38
|
-
headers?: ListItem['headers'];
|
|
39
|
-
data: ListItem['data'];
|
|
40
|
-
hasMenu: ListItem['hasMenu'];
|
|
41
|
-
hasImage: ListItem['hasMenu'];
|
|
42
|
-
renderHeader: ListItem['renderHeader'];
|
|
43
|
-
isHighlight: ListItem['isHighlight'];
|
|
44
|
-
isSelected: ListItem['hasMenu'];
|
|
45
|
-
fallbackValue: ListItem['fallbackValue'];
|
|
46
|
-
setFixedColumnSize: ListItem['setFixedColumnSize'];
|
|
47
|
-
sortPositions: ListItem['sortPositions'];
|
|
48
|
-
}>>> & {
|
|
49
|
-
"onListitem:click"?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}, {}, string> & {
|
|
51
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
53
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
54
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
55
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
56
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
57
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
58
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
59
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
60
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
61
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
62
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
63
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
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, {}, {}, 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
|
-
};
|
|
67
|
-
$forceUpdate: () => void;
|
|
68
|
-
$nextTick: typeof import("vue").nextTick;
|
|
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
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
71
|
-
id: ListItem['id'];
|
|
72
|
-
itemIndex: ListItem['index'];
|
|
73
|
-
headers?: ListItem['headers'];
|
|
74
|
-
data: ListItem['data'];
|
|
75
|
-
hasMenu: ListItem['hasMenu'];
|
|
76
|
-
hasImage: ListItem['hasMenu'];
|
|
77
|
-
renderHeader: ListItem['renderHeader'];
|
|
78
|
-
isHighlight: ListItem['isHighlight'];
|
|
79
|
-
isSelected: ListItem['hasMenu'];
|
|
80
|
-
fallbackValue: ListItem['fallbackValue'];
|
|
81
|
-
setFixedColumnSize: ListItem['setFixedColumnSize'];
|
|
82
|
-
sortPositions: ListItem['sortPositions'];
|
|
83
|
-
}>>> & {
|
|
84
|
-
"onListitem:click"?: ((...args: any[]) => any) | undefined;
|
|
85
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
86
|
-
__isFragment?: undefined;
|
|
87
|
-
__isTeleport?: undefined;
|
|
88
|
-
__isSuspense?: undefined;
|
|
89
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
id: ListItem['id'];
|
|
4
|
+
itemIndex: ListItem['index'];
|
|
5
|
+
headers?: ListItem['headers'];
|
|
6
|
+
data: ListItem['data'];
|
|
7
|
+
hasMenu: ListItem['hasMenu'];
|
|
8
|
+
hasImage: ListItem['hasMenu'];
|
|
9
|
+
renderHeader: ListItem['renderHeader'];
|
|
10
|
+
isHighlight: ListItem['isHighlight'];
|
|
11
|
+
isSelected: ListItem['hasMenu'];
|
|
12
|
+
fallbackValue: ListItem['fallbackValue'];
|
|
13
|
+
setFixedColumnSize: ListItem['setFixedColumnSize'];
|
|
14
|
+
sortPositions: ListItem['sortPositions'];
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
90
16
|
id: ListItem['id'];
|
|
91
17
|
itemIndex: ListItem['index'];
|
|
92
18
|
headers?: ListItem['headers'];
|
|
@@ -101,53 +27,51 @@ declare const _default: {
|
|
|
101
27
|
sortPositions: ListItem['sortPositions'];
|
|
102
28
|
}>>> & {
|
|
103
29
|
"onListitem:click"?: ((...args: any[]) => any) | undefined;
|
|
104
|
-
}, {}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
30
|
+
}, {}>, Record<string, {
|
|
31
|
+
data: {
|
|
32
|
+
key: string;
|
|
33
|
+
value: unknown;
|
|
34
|
+
};
|
|
35
|
+
index: number;
|
|
36
|
+
columnIndex: number;
|
|
37
|
+
renderHeader: (header: string) => string;
|
|
38
|
+
headers: import("./types").Header | undefined;
|
|
39
|
+
}> & Record<string, {
|
|
40
|
+
data: {
|
|
41
|
+
key: string;
|
|
42
|
+
value: unknown;
|
|
43
|
+
};
|
|
44
|
+
index: number;
|
|
45
|
+
columnIndex: number;
|
|
46
|
+
renderHeader: (header: string) => string;
|
|
47
|
+
headers: import("./types").Header | undefined;
|
|
48
|
+
}> & Record<string, {
|
|
49
|
+
data: {
|
|
50
|
+
key: string;
|
|
51
|
+
value: unknown;
|
|
52
|
+
};
|
|
53
|
+
index: number;
|
|
54
|
+
columnIndex: number;
|
|
55
|
+
isHighlight: (param: import("./types").IsHighlightParams) => boolean;
|
|
56
|
+
}> & {
|
|
57
|
+
selectable: (_: {
|
|
58
|
+
data: import("./types").Data;
|
|
128
59
|
index: number;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
60
|
+
label: string;
|
|
61
|
+
}) => any;
|
|
62
|
+
image: (_: {
|
|
63
|
+
data: import("./types").Data;
|
|
64
|
+
}) => any;
|
|
65
|
+
'action-button': (_: {
|
|
66
|
+
data: import("./types").Data;
|
|
67
|
+
arias: {
|
|
68
|
+
testid: string;
|
|
133
69
|
data: import("./types").Data;
|
|
134
70
|
index: number;
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}) => any;
|
|
140
|
-
'action-button': (_: {
|
|
141
|
-
data: import("./types").Data;
|
|
142
|
-
arias: {
|
|
143
|
-
testid: string;
|
|
144
|
-
data: import("./types").Data;
|
|
145
|
-
index: number;
|
|
146
|
-
ariaLabel: string;
|
|
147
|
-
};
|
|
148
|
-
}) => any;
|
|
149
|
-
};
|
|
150
|
-
});
|
|
71
|
+
ariaLabel: string;
|
|
72
|
+
};
|
|
73
|
+
}) => any;
|
|
74
|
+
}>;
|
|
151
75
|
export default _default;
|
|
152
76
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
153
77
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -158,3 +82,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
158
82
|
required: true;
|
|
159
83
|
};
|
|
160
84
|
};
|
|
85
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
86
|
+
new (): {
|
|
87
|
+
$slots: S;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
@@ -1,93 +1,27 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
new (...args: any[]): {
|
|
3
|
-
$: import("vue").ComponentInternalInstance;
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{
|
|
6
|
-
align: 'left' | 'right';
|
|
7
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
itemProp?: string | undefined;
|
|
9
|
-
property?: string | undefined;
|
|
10
|
-
value?: string | number | undefined;
|
|
11
|
-
isHighlightValue?: boolean | undefined;
|
|
12
|
-
align?: "right" | "left" | undefined;
|
|
13
|
-
hide?: boolean | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
align: string;
|
|
16
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "align">;
|
|
17
|
-
$attrs: {
|
|
18
|
-
[x: string]: unknown;
|
|
19
|
-
};
|
|
20
|
-
$refs: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
};
|
|
23
|
-
$slots: Readonly<{
|
|
24
|
-
[name: string]: import("vue").Slot | undefined;
|
|
25
|
-
}>;
|
|
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
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
29
|
-
$el: any;
|
|
30
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
31
|
-
itemProp?: string | undefined;
|
|
32
|
-
property?: string | undefined;
|
|
33
|
-
value?: string | number | undefined;
|
|
34
|
-
isHighlightValue?: boolean | undefined;
|
|
35
|
-
align?: "right" | "left" | undefined;
|
|
36
|
-
hide?: boolean | undefined;
|
|
37
|
-
}>, {
|
|
38
|
-
align: string;
|
|
39
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
40
|
-
align: 'left' | 'right';
|
|
41
|
-
}, {}, string> & {
|
|
42
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
53
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
54
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
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, {}, {}, 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
|
-
};
|
|
58
|
-
$forceUpdate: () => void;
|
|
59
|
-
$nextTick: typeof import("vue").nextTick;
|
|
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
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
62
|
-
itemProp?: string | undefined;
|
|
63
|
-
property?: string | undefined;
|
|
64
|
-
value?: string | number | undefined;
|
|
65
|
-
isHighlightValue?: boolean | undefined;
|
|
66
|
-
align?: "right" | "left" | undefined;
|
|
67
|
-
hide?: boolean | undefined;
|
|
68
|
-
}>, {
|
|
69
|
-
align: string;
|
|
70
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
71
|
-
__isFragment?: undefined;
|
|
72
|
-
__isTeleport?: undefined;
|
|
73
|
-
__isSuspense?: undefined;
|
|
74
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
75
2
|
itemProp?: string | undefined;
|
|
76
3
|
property?: string | undefined;
|
|
77
4
|
value?: string | number | undefined;
|
|
78
5
|
isHighlightValue?: boolean | undefined;
|
|
79
|
-
align?: "
|
|
6
|
+
align?: "left" | "right" | undefined;
|
|
80
7
|
hide?: boolean | undefined;
|
|
81
8
|
}>, {
|
|
82
9
|
align: string;
|
|
83
|
-
}
|
|
10
|
+
}>, {}, 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<{
|
|
11
|
+
itemProp?: string | undefined;
|
|
12
|
+
property?: string | undefined;
|
|
13
|
+
value?: string | number | undefined;
|
|
14
|
+
isHighlightValue?: boolean | undefined;
|
|
15
|
+
align?: "left" | "right" | undefined;
|
|
16
|
+
hide?: boolean | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
align: string;
|
|
19
|
+
}>>>, {
|
|
84
20
|
align: 'left' | 'right';
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
};
|
|
90
|
-
});
|
|
21
|
+
}>, {
|
|
22
|
+
property: (_: {}) => any;
|
|
23
|
+
value: (_: {}) => any;
|
|
24
|
+
}>;
|
|
91
25
|
export default _default;
|
|
92
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
93
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -103,3 +37,8 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
103
37
|
default: D[K];
|
|
104
38
|
} : P[K];
|
|
105
39
|
};
|
|
40
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
+
new (): {
|
|
42
|
+
$slots: S;
|
|
43
|
+
};
|
|
44
|
+
};
|