@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,5 +1,7 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, Ref, CSSProperties, WritableComputedRef } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, DirectiveBinding, Ref, CSSProperties, WritableComputedRef } from 'vue';
|
3
|
+
|
4
|
+
type ClassValue = any;
|
3
5
|
|
4
6
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
5
7
|
$children?: (VNodeChild | (T extends {
|
@@ -37,6 +39,17 @@ type Density = null | 'default' | 'comfortable' | 'compact';
|
|
37
39
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
38
40
|
declare const IconValue: PropType<IconValue>;
|
39
41
|
|
42
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
43
|
+
value?: boolean | {
|
44
|
+
class: string;
|
45
|
+
};
|
46
|
+
modifiers: {
|
47
|
+
center?: boolean;
|
48
|
+
circle?: boolean;
|
49
|
+
stop?: boolean;
|
50
|
+
};
|
51
|
+
}
|
52
|
+
|
40
53
|
type SelectionControlSlot = {
|
41
54
|
model: WritableComputedRef<boolean>;
|
42
55
|
textColorClasses: Ref<string[]>;
|
@@ -76,9 +89,9 @@ declare const VSelectionControl: {
|
|
76
89
|
} | undefined;
|
77
90
|
valueComparator: typeof deepEqual;
|
78
91
|
} & {
|
92
|
+
name?: string | undefined;
|
79
93
|
type?: string | undefined;
|
80
94
|
id?: string | undefined;
|
81
|
-
name?: string | undefined;
|
82
95
|
color?: string | undefined;
|
83
96
|
value?: any;
|
84
97
|
label?: string | undefined;
|
@@ -94,8 +107,8 @@ declare const VSelectionControl: {
|
|
94
107
|
isFocused: vue.ShallowRef<boolean>;
|
95
108
|
input: Ref<HTMLInputElement | undefined>;
|
96
109
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
97
|
-
'update:modelValue': (value: any) =>
|
98
|
-
}, "$children" | "v-
|
110
|
+
'update:modelValue': (value: any) => true;
|
111
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
99
112
|
inline: boolean;
|
100
113
|
error: boolean;
|
101
114
|
style: vue.StyleValue;
|
@@ -108,9 +121,9 @@ declare const VSelectionControl: {
|
|
108
121
|
} | undefined;
|
109
122
|
valueComparator: typeof deepEqual;
|
110
123
|
} & {
|
124
|
+
name?: string | undefined;
|
111
125
|
type?: string | undefined;
|
112
126
|
id?: string | undefined;
|
113
|
-
name?: string | undefined;
|
114
127
|
color?: string | undefined;
|
115
128
|
value?: any;
|
116
129
|
label?: string | undefined;
|
@@ -138,18 +151,12 @@ declare const VSelectionControl: {
|
|
138
151
|
default: (arg: {
|
139
152
|
backgroundColorClasses: Ref<string[]>;
|
140
153
|
backgroundColorStyles: Ref<CSSProperties>;
|
141
|
-
}) => VNode
|
142
|
-
[key: string]: any;
|
143
|
-
}>[];
|
154
|
+
}) => VNode[];
|
144
155
|
label: (arg: {
|
145
156
|
label: string | undefined;
|
146
157
|
props: Record<string, unknown>;
|
147
|
-
}) => VNode
|
148
|
-
|
149
|
-
}>[];
|
150
|
-
input: (arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
151
|
-
[key: string]: any;
|
152
|
-
}>[];
|
158
|
+
}) => VNode[];
|
159
|
+
input: (arg: SelectionControlSlot) => VNode[];
|
153
160
|
}>>, {
|
154
161
|
P: {};
|
155
162
|
B: {};
|
@@ -170,9 +177,9 @@ declare const VSelectionControl: {
|
|
170
177
|
} | undefined;
|
171
178
|
valueComparator: typeof deepEqual;
|
172
179
|
} & {
|
180
|
+
name?: string | undefined;
|
173
181
|
type?: string | undefined;
|
174
182
|
id?: string | undefined;
|
175
|
-
name?: string | undefined;
|
176
183
|
color?: string | undefined;
|
177
184
|
value?: any;
|
178
185
|
label?: string | undefined;
|
@@ -200,9 +207,9 @@ declare const VSelectionControl: {
|
|
200
207
|
} | undefined;
|
201
208
|
valueComparator: typeof deepEqual;
|
202
209
|
}>;
|
203
|
-
__isFragment?:
|
204
|
-
__isTeleport?:
|
205
|
-
__isSuspense?:
|
210
|
+
__isFragment?: never;
|
211
|
+
__isTeleport?: never;
|
212
|
+
__isSuspense?: never;
|
206
213
|
} & vue.ComponentOptionsBase<{
|
207
214
|
inline: boolean;
|
208
215
|
error: boolean;
|
@@ -216,9 +223,9 @@ declare const VSelectionControl: {
|
|
216
223
|
} | undefined;
|
217
224
|
valueComparator: typeof deepEqual;
|
218
225
|
} & {
|
226
|
+
name?: string | undefined;
|
219
227
|
type?: string | undefined;
|
220
228
|
id?: string | undefined;
|
221
|
-
name?: string | undefined;
|
222
229
|
color?: string | undefined;
|
223
230
|
value?: any;
|
224
231
|
label?: string | undefined;
|
@@ -234,8 +241,8 @@ declare const VSelectionControl: {
|
|
234
241
|
isFocused: vue.ShallowRef<boolean>;
|
235
242
|
input: Ref<HTMLInputElement | undefined>;
|
236
243
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
237
|
-
'update:modelValue': (value: any) =>
|
238
|
-
}, "$children" | "v-
|
244
|
+
'update:modelValue': (value: any) => true;
|
245
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
|
239
246
|
inline: boolean;
|
240
247
|
error: boolean;
|
241
248
|
style: vue.StyleValue;
|
@@ -251,32 +258,23 @@ declare const VSelectionControl: {
|
|
251
258
|
default: (arg: {
|
252
259
|
backgroundColorClasses: Ref<string[]>;
|
253
260
|
backgroundColorStyles: Ref<CSSProperties>;
|
254
|
-
}) => VNode
|
255
|
-
[key: string]: any;
|
256
|
-
}>[];
|
261
|
+
}) => VNode[];
|
257
262
|
label: (arg: {
|
258
263
|
label: string | undefined;
|
259
264
|
props: Record<string, unknown>;
|
260
|
-
}) => VNode
|
261
|
-
|
262
|
-
}>[];
|
263
|
-
input: (arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
264
|
-
[key: string]: any;
|
265
|
-
}>[];
|
265
|
+
}) => VNode[];
|
266
|
+
input: (arg: SelectionControlSlot) => VNode[];
|
266
267
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
267
|
-
modelValue?: T
|
268
|
-
|
269
|
-
}, slots: VSelectionControlSlots) => GenericProps<{
|
270
|
-
modelValue?: T | undefined;
|
271
|
-
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
272
|
-
}, VSelectionControlSlots>) & FilterPropsOptions<{
|
268
|
+
modelValue?: T;
|
269
|
+
"onUpdate:modelValue"?: (value: T) => void;
|
270
|
+
}, slots: VSelectionControlSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
273
271
|
theme: StringConstructor;
|
274
272
|
density: {
|
275
273
|
type: vue.PropType<Density>;
|
276
274
|
default: string;
|
277
275
|
validator: (v: any) => boolean;
|
278
276
|
};
|
279
|
-
class: vue.PropType<
|
277
|
+
class: vue.PropType<ClassValue>;
|
280
278
|
style: {
|
281
279
|
type: vue.PropType<vue.StyleValue>;
|
282
280
|
default: null;
|
@@ -293,9 +291,7 @@ declare const VSelectionControl: {
|
|
293
291
|
falseIcon: vue.PropType<IconValue>;
|
294
292
|
trueIcon: vue.PropType<IconValue>;
|
295
293
|
ripple: {
|
296
|
-
type: vue.PropType<
|
297
|
-
class: string;
|
298
|
-
} | undefined>;
|
294
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
299
295
|
default: boolean;
|
300
296
|
};
|
301
297
|
multiple: {
|
@@ -325,7 +321,7 @@ declare const VSelectionControl: {
|
|
325
321
|
default: string;
|
326
322
|
validator: (v: any) => boolean;
|
327
323
|
};
|
328
|
-
class: vue.PropType<
|
324
|
+
class: vue.PropType<ClassValue>;
|
329
325
|
style: {
|
330
326
|
type: vue.PropType<vue.StyleValue>;
|
331
327
|
default: null;
|
@@ -342,9 +338,7 @@ declare const VSelectionControl: {
|
|
342
338
|
falseIcon: vue.PropType<IconValue>;
|
343
339
|
trueIcon: vue.PropType<IconValue>;
|
344
340
|
ripple: {
|
345
|
-
type: vue.PropType<
|
346
|
-
class: string;
|
347
|
-
} | undefined>;
|
341
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
348
342
|
default: boolean;
|
349
343
|
};
|
350
344
|
multiple: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, DirectiveBinding } from 'vue';
|
3
3
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
5
5
|
$children?: (VNodeChild | (T extends {
|
@@ -30,6 +30,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
30
30
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
31
31
|
}
|
32
32
|
|
33
|
+
type ClassValue = any;
|
34
|
+
|
33
35
|
declare function deepEqual(a: any, b: any): boolean;
|
34
36
|
|
35
37
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
@@ -37,6 +39,17 @@ type Density = null | 'default' | 'comfortable' | 'compact';
|
|
37
39
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
38
40
|
declare const IconValue: PropType<IconValue>;
|
39
41
|
|
42
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
43
|
+
value?: boolean | {
|
44
|
+
class: string;
|
45
|
+
};
|
46
|
+
modifiers: {
|
47
|
+
center?: boolean;
|
48
|
+
circle?: boolean;
|
49
|
+
stop?: boolean;
|
50
|
+
};
|
51
|
+
}
|
52
|
+
|
40
53
|
declare const VSelectionControlGroup: {
|
41
54
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
42
55
|
inline: boolean;
|
@@ -52,17 +65,17 @@ declare const VSelectionControlGroup: {
|
|
52
65
|
defaultsTarget: string;
|
53
66
|
valueComparator: typeof deepEqual;
|
54
67
|
} & {
|
68
|
+
name?: string | undefined;
|
55
69
|
type?: string | undefined;
|
56
70
|
id?: string | undefined;
|
57
|
-
name?: string | undefined;
|
58
71
|
color?: string | undefined;
|
59
72
|
class?: any;
|
60
73
|
theme?: string | undefined;
|
61
74
|
falseIcon?: IconValue | undefined;
|
62
75
|
trueIcon?: IconValue | undefined;
|
63
76
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
64
|
-
'update:modelValue': (value: any) =>
|
65
|
-
}, "$children" | "v-
|
77
|
+
'update:modelValue': (value: any) => true;
|
78
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
66
79
|
inline: boolean;
|
67
80
|
error: boolean;
|
68
81
|
style: vue.StyleValue;
|
@@ -76,9 +89,9 @@ declare const VSelectionControlGroup: {
|
|
76
89
|
defaultsTarget: string;
|
77
90
|
valueComparator: typeof deepEqual;
|
78
91
|
} & {
|
92
|
+
name?: string | undefined;
|
79
93
|
type?: string | undefined;
|
80
94
|
id?: string | undefined;
|
81
|
-
name?: string | undefined;
|
82
95
|
color?: string | undefined;
|
83
96
|
class?: any;
|
84
97
|
theme?: string | undefined;
|
@@ -98,9 +111,7 @@ declare const VSelectionControlGroup: {
|
|
98
111
|
defaultsTarget: string;
|
99
112
|
valueComparator: typeof deepEqual;
|
100
113
|
}, true, {}, vue.SlotsType<Partial<{
|
101
|
-
default: () => vue.VNode
|
102
|
-
[key: string]: any;
|
103
|
-
}>[];
|
114
|
+
default: () => vue.VNode[];
|
104
115
|
}>>, {
|
105
116
|
P: {};
|
106
117
|
B: {};
|
@@ -122,9 +133,9 @@ declare const VSelectionControlGroup: {
|
|
122
133
|
defaultsTarget: string;
|
123
134
|
valueComparator: typeof deepEqual;
|
124
135
|
} & {
|
136
|
+
name?: string | undefined;
|
125
137
|
type?: string | undefined;
|
126
138
|
id?: string | undefined;
|
127
|
-
name?: string | undefined;
|
128
139
|
color?: string | undefined;
|
129
140
|
class?: any;
|
130
141
|
theme?: string | undefined;
|
@@ -144,9 +155,9 @@ declare const VSelectionControlGroup: {
|
|
144
155
|
defaultsTarget: string;
|
145
156
|
valueComparator: typeof deepEqual;
|
146
157
|
}>;
|
147
|
-
__isFragment?:
|
148
|
-
__isTeleport?:
|
149
|
-
__isSuspense?:
|
158
|
+
__isFragment?: never;
|
159
|
+
__isTeleport?: never;
|
160
|
+
__isSuspense?: never;
|
150
161
|
} & vue.ComponentOptionsBase<{
|
151
162
|
inline: boolean;
|
152
163
|
error: boolean;
|
@@ -161,17 +172,17 @@ declare const VSelectionControlGroup: {
|
|
161
172
|
defaultsTarget: string;
|
162
173
|
valueComparator: typeof deepEqual;
|
163
174
|
} & {
|
175
|
+
name?: string | undefined;
|
164
176
|
type?: string | undefined;
|
165
177
|
id?: string | undefined;
|
166
|
-
name?: string | undefined;
|
167
178
|
color?: string | undefined;
|
168
179
|
class?: any;
|
169
180
|
theme?: string | undefined;
|
170
181
|
falseIcon?: IconValue | undefined;
|
171
182
|
trueIcon?: IconValue | undefined;
|
172
183
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
173
|
-
'update:modelValue': (value: any) =>
|
174
|
-
}, "$children" | "v-
|
184
|
+
'update:modelValue': (value: any) => true;
|
185
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
|
175
186
|
inline: boolean;
|
176
187
|
error: boolean;
|
177
188
|
style: vue.StyleValue;
|
@@ -185,27 +196,20 @@ declare const VSelectionControlGroup: {
|
|
185
196
|
defaultsTarget: string;
|
186
197
|
valueComparator: typeof deepEqual;
|
187
198
|
}, {}, string, vue.SlotsType<Partial<{
|
188
|
-
default: () => vue.VNode
|
189
|
-
[key: string]: any;
|
190
|
-
}>[];
|
199
|
+
default: () => vue.VNode[];
|
191
200
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
192
|
-
modelValue?: T
|
193
|
-
|
201
|
+
modelValue?: T;
|
202
|
+
"onUpdate:modelValue"?: (value: T) => void;
|
194
203
|
}, slots: {
|
195
204
|
default: never;
|
196
|
-
}) => GenericProps<{
|
197
|
-
modelValue?: T | undefined;
|
198
|
-
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
199
|
-
}, {
|
200
|
-
default: never;
|
201
|
-
}>) & FilterPropsOptions<{
|
205
|
+
}) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
202
206
|
theme: StringConstructor;
|
203
207
|
density: {
|
204
208
|
type: PropType<Density>;
|
205
209
|
default: string;
|
206
210
|
validator: (v: any) => boolean;
|
207
211
|
};
|
208
|
-
class: PropType<
|
212
|
+
class: PropType<ClassValue>;
|
209
213
|
style: {
|
210
214
|
type: PropType<vue.StyleValue>;
|
211
215
|
default: null;
|
@@ -225,9 +229,7 @@ declare const VSelectionControlGroup: {
|
|
225
229
|
falseIcon: PropType<IconValue>;
|
226
230
|
trueIcon: PropType<IconValue>;
|
227
231
|
ripple: {
|
228
|
-
type: PropType<
|
229
|
-
class: string;
|
230
|
-
} | undefined>;
|
232
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
231
233
|
default: boolean;
|
232
234
|
};
|
233
235
|
multiple: {
|
@@ -252,7 +254,7 @@ declare const VSelectionControlGroup: {
|
|
252
254
|
default: string;
|
253
255
|
validator: (v: any) => boolean;
|
254
256
|
};
|
255
|
-
class: PropType<
|
257
|
+
class: PropType<ClassValue>;
|
256
258
|
style: {
|
257
259
|
type: PropType<vue.StyleValue>;
|
258
260
|
default: null;
|
@@ -272,9 +274,7 @@ declare const VSelectionControlGroup: {
|
|
272
274
|
falseIcon: PropType<IconValue>;
|
273
275
|
trueIcon: PropType<IconValue>;
|
274
276
|
ripple: {
|
275
|
-
type: PropType<
|
276
|
-
class: string;
|
277
|
-
} | undefined>;
|
277
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
278
278
|
default: boolean;
|
279
279
|
};
|
280
280
|
multiple: {
|
@@ -1,6 +1,8 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
2
|
import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
|
3
3
|
|
4
|
+
type ClassValue = any;
|
5
|
+
|
4
6
|
declare const block: readonly ["top", "bottom"];
|
5
7
|
declare const inline: readonly ["start", "end", "left", "right"];
|
6
8
|
type Tblock = typeof block[number];
|
@@ -17,7 +19,7 @@ declare const VSheet: {
|
|
17
19
|
tag: string;
|
18
20
|
tile: boolean;
|
19
21
|
} & {
|
20
|
-
location?: Anchor | undefined;
|
22
|
+
location?: Anchor | null | undefined;
|
21
23
|
height?: string | number | undefined;
|
22
24
|
width?: string | number | undefined;
|
23
25
|
border?: string | number | boolean | undefined;
|
@@ -45,7 +47,7 @@ declare const VSheet: {
|
|
45
47
|
tag: string;
|
46
48
|
tile: boolean;
|
47
49
|
} & {
|
48
|
-
location?: Anchor | undefined;
|
50
|
+
location?: Anchor | null | undefined;
|
49
51
|
height?: string | number | undefined;
|
50
52
|
width?: string | number | undefined;
|
51
53
|
border?: string | number | boolean | undefined;
|
@@ -74,9 +76,7 @@ declare const VSheet: {
|
|
74
76
|
rounded: string | number | boolean;
|
75
77
|
tile: boolean;
|
76
78
|
}, true, {}, vue.SlotsType<Partial<{
|
77
|
-
default: () => vue.VNode
|
78
|
-
[key: string]: any;
|
79
|
-
}>[];
|
79
|
+
default: () => vue.VNode[];
|
80
80
|
}>>, {
|
81
81
|
P: {};
|
82
82
|
B: {};
|
@@ -89,7 +89,7 @@ declare const VSheet: {
|
|
89
89
|
tag: string;
|
90
90
|
tile: boolean;
|
91
91
|
} & {
|
92
|
-
location?: Anchor | undefined;
|
92
|
+
location?: Anchor | null | undefined;
|
93
93
|
height?: string | number | undefined;
|
94
94
|
width?: string | number | undefined;
|
95
95
|
border?: string | number | boolean | undefined;
|
@@ -118,15 +118,15 @@ declare const VSheet: {
|
|
118
118
|
rounded: string | number | boolean;
|
119
119
|
tile: boolean;
|
120
120
|
}>;
|
121
|
-
__isFragment?:
|
122
|
-
__isTeleport?:
|
123
|
-
__isSuspense?:
|
121
|
+
__isFragment?: never;
|
122
|
+
__isTeleport?: never;
|
123
|
+
__isSuspense?: never;
|
124
124
|
} & vue.ComponentOptionsBase<{
|
125
125
|
style: vue.StyleValue;
|
126
126
|
tag: string;
|
127
127
|
tile: boolean;
|
128
128
|
} & {
|
129
|
-
location?: Anchor | undefined;
|
129
|
+
location?: Anchor | null | undefined;
|
130
130
|
height?: string | number | undefined;
|
131
131
|
width?: string | number | undefined;
|
132
132
|
border?: string | number | boolean | undefined;
|
@@ -155,9 +155,7 @@ declare const VSheet: {
|
|
155
155
|
rounded: string | number | boolean;
|
156
156
|
tile: boolean;
|
157
157
|
}, {}, string, vue.SlotsType<Partial<{
|
158
|
-
default: () => vue.VNode
|
159
|
-
[key: string]: any;
|
160
|
-
}>[];
|
158
|
+
default: () => vue.VNode[];
|
161
159
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
162
160
|
theme: StringConstructor;
|
163
161
|
tag: {
|
@@ -173,7 +171,7 @@ declare const VSheet: {
|
|
173
171
|
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
174
172
|
validator: (v: any) => boolean;
|
175
173
|
};
|
176
|
-
location: vue.PropType<Anchor>;
|
174
|
+
location: vue.PropType<Anchor | null>;
|
177
175
|
elevation: {
|
178
176
|
type: (StringConstructor | NumberConstructor)[];
|
179
177
|
validator(v: any): boolean;
|
@@ -184,7 +182,7 @@ declare const VSheet: {
|
|
184
182
|
minHeight: (StringConstructor | NumberConstructor)[];
|
185
183
|
minWidth: (StringConstructor | NumberConstructor)[];
|
186
184
|
width: (StringConstructor | NumberConstructor)[];
|
187
|
-
class: vue.PropType<
|
185
|
+
class: vue.PropType<ClassValue>;
|
188
186
|
style: {
|
189
187
|
type: vue.PropType<vue.StyleValue>;
|
190
188
|
default: null;
|
@@ -206,7 +204,7 @@ declare const VSheet: {
|
|
206
204
|
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
207
205
|
validator: (v: any) => boolean;
|
208
206
|
};
|
209
|
-
location: vue.PropType<Anchor>;
|
207
|
+
location: vue.PropType<Anchor | null>;
|
210
208
|
elevation: {
|
211
209
|
type: (StringConstructor | NumberConstructor)[];
|
212
210
|
validator(v: any): boolean;
|
@@ -217,7 +215,7 @@ declare const VSheet: {
|
|
217
215
|
minHeight: (StringConstructor | NumberConstructor)[];
|
218
216
|
minWidth: (StringConstructor | NumberConstructor)[];
|
219
217
|
width: (StringConstructor | NumberConstructor)[];
|
220
|
-
class: vue.PropType<
|
218
|
+
class: vue.PropType<ClassValue>;
|
221
219
|
style: {
|
222
220
|
type: vue.PropType<vue.StyleValue>;
|
223
221
|
default: null;
|
@@ -5,6 +5,40 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
6
6
|
}
|
7
7
|
|
8
|
+
type VSkeletonLoaderType = keyof typeof rootTypes;
|
9
|
+
declare const rootTypes: {
|
10
|
+
readonly actions: "button@2";
|
11
|
+
readonly article: "heading, paragraph";
|
12
|
+
readonly avatar: "avatar";
|
13
|
+
readonly button: "button";
|
14
|
+
readonly card: "image, heading";
|
15
|
+
readonly 'card-avatar': "image, list-item-avatar";
|
16
|
+
readonly chip: "chip";
|
17
|
+
readonly 'date-picker': "list-item, heading, divider, date-picker-options, date-picker-days, actions";
|
18
|
+
readonly 'date-picker-options': "text, avatar@2";
|
19
|
+
readonly 'date-picker-days': "avatar@28";
|
20
|
+
readonly divider: "divider";
|
21
|
+
readonly heading: "heading";
|
22
|
+
readonly image: "image";
|
23
|
+
readonly 'list-item': "text";
|
24
|
+
readonly 'list-item-avatar': "avatar, text";
|
25
|
+
readonly 'list-item-two-line': "sentences";
|
26
|
+
readonly 'list-item-avatar-two-line': "avatar, sentences";
|
27
|
+
readonly 'list-item-three-line': "paragraph";
|
28
|
+
readonly 'list-item-avatar-three-line': "avatar, paragraph";
|
29
|
+
readonly ossein: "ossein";
|
30
|
+
readonly paragraph: "text@3";
|
31
|
+
readonly sentences: "text@2";
|
32
|
+
readonly subtitle: "text";
|
33
|
+
readonly table: "table-heading, table-thead, table-tbody, table-tfoot";
|
34
|
+
readonly 'table-heading': "chip, text";
|
35
|
+
readonly 'table-thead': "heading@6";
|
36
|
+
readonly 'table-tbody': "table-row-divider@6";
|
37
|
+
readonly 'table-row-divider': "table-row, divider";
|
38
|
+
readonly 'table-row': "text@6";
|
39
|
+
readonly 'table-tfoot': "text@2, avatar@2";
|
40
|
+
readonly text: "text";
|
41
|
+
};
|
8
42
|
declare const VSkeletonLoader: {
|
9
43
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
44
|
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
@@ -60,9 +94,7 @@ declare const VSkeletonLoader: {
|
|
60
94
|
loadingText: string;
|
61
95
|
boilerplate: boolean;
|
62
96
|
}, true, {}, vue.SlotsType<Partial<{
|
63
|
-
default: () => VNode
|
64
|
-
[key: string]: any;
|
65
|
-
}>[];
|
97
|
+
default: () => VNode[];
|
66
98
|
}>>, {
|
67
99
|
P: {};
|
68
100
|
B: {};
|
@@ -100,9 +132,9 @@ declare const VSkeletonLoader: {
|
|
100
132
|
loadingText: string;
|
101
133
|
boilerplate: boolean;
|
102
134
|
}>;
|
103
|
-
__isFragment?:
|
104
|
-
__isTeleport?:
|
105
|
-
__isSuspense?:
|
135
|
+
__isFragment?: never;
|
136
|
+
__isTeleport?: never;
|
137
|
+
__isSuspense?: never;
|
106
138
|
} & vue.ComponentOptionsBase<{
|
107
139
|
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
108
140
|
loading: boolean;
|
@@ -133,9 +165,7 @@ declare const VSkeletonLoader: {
|
|
133
165
|
loadingText: string;
|
134
166
|
boilerplate: boolean;
|
135
167
|
}, {}, string, vue.SlotsType<Partial<{
|
136
|
-
default: () => VNode
|
137
|
-
[key: string]: any;
|
138
|
-
}>[];
|
168
|
+
default: () => VNode[];
|
139
169
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
140
170
|
theme: StringConstructor;
|
141
171
|
elevation: {
|
@@ -156,7 +186,7 @@ declare const VSkeletonLoader: {
|
|
156
186
|
default: string;
|
157
187
|
};
|
158
188
|
type: {
|
159
|
-
type: PropType<
|
189
|
+
type: PropType<VSkeletonLoaderType | (string & {}) | ReadonlyArray<VSkeletonLoaderType | (string & {})>>;
|
160
190
|
default: string;
|
161
191
|
};
|
162
192
|
}, vue.ExtractPropTypes<{
|
@@ -179,7 +209,7 @@ declare const VSkeletonLoader: {
|
|
179
209
|
default: string;
|
180
210
|
};
|
181
211
|
type: {
|
182
|
-
type: PropType<
|
212
|
+
type: PropType<VSkeletonLoaderType | (string & {}) | ReadonlyArray<VSkeletonLoaderType | (string & {})>>;
|
183
213
|
default: string;
|
184
214
|
};
|
185
215
|
}>>;
|