@vuetify/nightly 3.1.6 → 3.1.7
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/CHANGELOG.md +6 -12
- package/dist/json/attributes.json +561 -33
- package/dist/json/tags.json +136 -2
- package/dist/json/web-types.json +2162 -84
- package/dist/vuetify-labs.css +231 -231
- package/dist/vuetify-labs.d.ts +3453 -144
- package/dist/vuetify-labs.esm.js +21 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1 -1
- package/dist/vuetify.d.ts +1916 -65
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +22 -0
- package/lib/components/VApp/index.d.ts +6 -0
- package/lib/components/VAppBar/index.d.ts +36 -0
- package/lib/components/VAutocomplete/index.d.ts +117 -6
- package/lib/components/VAvatar/index.d.ts +6 -0
- package/lib/components/VBadge/index.d.ts +8 -0
- package/lib/components/VBanner/index.d.ts +24 -0
- package/lib/components/VBottomNavigation/index.d.ts +6 -0
- package/lib/components/VBreadcrumbs/index.d.ts +28 -4
- package/lib/components/VBtn/index.d.ts +12 -0
- package/lib/components/VBtnGroup/index.d.ts +6 -0
- package/lib/components/VBtnToggle/index.d.ts +6 -0
- package/lib/components/VCard/index.d.ts +60 -0
- package/lib/components/VCarousel/index.d.ts +60 -0
- package/lib/components/VCheckbox/index.d.ts +38 -0
- package/lib/components/VChip/index.d.ts +12 -0
- package/lib/components/VChipGroup/index.d.ts +6 -0
- package/lib/components/VCode/index.d.ts +6 -0
- package/lib/components/VCombobox/index.d.ts +117 -6
- package/lib/components/VCounter/index.d.ts +24 -0
- package/lib/components/VDefaultsProvider/index.d.ts +6 -0
- package/lib/components/VDialog/index.d.ts +64 -1
- package/lib/components/VDivider/index.d.ts +6 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +49 -12
- package/lib/components/VField/index.d.ts +20 -6
- package/lib/components/VFileInput/index.d.ts +43 -1
- package/lib/components/VFooter/index.d.ts +6 -0
- package/lib/components/VForm/index.d.ts +6 -0
- package/lib/components/VGrid/index.d.ts +24 -0
- package/lib/components/VHover/index.d.ts +12 -0
- package/lib/components/VIcon/index.d.ts +12 -0
- package/lib/components/VImg/index.d.ts +12 -0
- package/lib/components/VInput/index.d.ts +12 -0
- package/lib/components/VItemGroup/index.d.ts +12 -0
- package/lib/components/VKbd/index.d.ts +6 -0
- package/lib/components/VLabel/index.d.ts +6 -0
- package/lib/components/VLayout/index.d.ts +12 -0
- package/lib/components/VLazy/index.d.ts +6 -0
- package/lib/components/VList/index.d.ts +77 -6
- package/lib/components/VLocaleProvider/index.d.ts +6 -0
- package/lib/components/VMain/index.d.ts +6 -0
- package/lib/components/VMenu/index.d.ts +64 -1
- package/lib/components/VMessages/index.d.ts +24 -0
- package/lib/components/VNavigationDrawer/index.d.ts +12 -0
- package/lib/components/VNoSsr/index.d.ts +6 -0
- package/lib/components/VOverlay/index.d.ts +18 -0
- package/lib/components/VPagination/index.d.ts +14 -0
- package/lib/components/VParallax/index.d.ts +12 -0
- package/lib/components/VProgressCircular/index.d.ts +6 -0
- package/lib/components/VProgressLinear/index.d.ts +12 -0
- package/lib/components/VRadio/index.d.ts +16 -0
- package/lib/components/VRadioGroup/index.d.ts +22 -0
- package/lib/components/VRangeSlider/index.d.ts +16 -0
- package/lib/components/VRating/index.d.ts +8 -0
- package/lib/components/VResponsive/index.d.ts +8 -0
- package/lib/components/VSelect/index.d.ts +183 -6
- package/lib/components/VSelectionControl/index.d.ts +14 -6
- package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
- package/lib/components/VSheet/index.d.ts +6 -0
- package/lib/components/VSlideGroup/index.d.ts +26 -0
- package/lib/components/VSlider/index.d.ts +16 -0
- package/lib/components/VSnackbar/index.d.ts +44 -1
- package/lib/components/VSwitch/index.d.ts +22 -0
- package/lib/components/VSystemBar/index.d.ts +6 -0
- package/lib/components/VTable/index.d.ts +12 -0
- package/lib/components/VTabs/index.d.ts +12 -0
- package/lib/components/VTextField/index.d.ts +54 -6
- package/lib/components/VTextarea/index.d.ts +39 -1
- package/lib/components/VThemeProvider/index.d.ts +6 -0
- package/lib/components/VTimeline/index.d.ts +16 -0
- package/lib/components/VToolbar/index.d.ts +30 -0
- package/lib/components/VTooltip/index.d.ts +46 -1
- package/lib/components/VValidation/index.d.ts +6 -0
- package/lib/components/VWindow/index.d.ts +34 -0
- package/lib/components/index.d.ts +1916 -65
- package/lib/components/transitions/index.d.ts +96 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +1503 -48
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +15 -2
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +9 -6
- package/lib/labs/components.d.ts +1512 -54
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +2 -1
|
@@ -18,6 +18,9 @@ declare const VExpansionPanels: vue.DefineComponent<{
|
|
|
18
18
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
19
19
|
default?: (() => vue.VNodeChild) | undefined;
|
|
20
20
|
};
|
|
21
|
+
$slots?: {
|
|
22
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
23
|
+
} | undefined;
|
|
21
24
|
'v-slots'?: {
|
|
22
25
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
23
26
|
} | undefined;
|
|
@@ -42,6 +45,9 @@ declare const VExpansionPanels: vue.DefineComponent<{
|
|
|
42
45
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
43
46
|
default?: (() => vue.VNodeChild) | undefined;
|
|
44
47
|
};
|
|
48
|
+
$slots?: {
|
|
49
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
50
|
+
} | undefined;
|
|
45
51
|
'v-slots'?: {
|
|
46
52
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
47
53
|
} | undefined;
|
|
@@ -86,6 +92,11 @@ declare const VExpansionPanel: vue.DefineComponent<{
|
|
|
86
92
|
title?: (() => vue.VNodeChild) | undefined;
|
|
87
93
|
text?: (() => vue.VNodeChild) | undefined;
|
|
88
94
|
};
|
|
95
|
+
$slots?: {
|
|
96
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
97
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
98
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
99
|
+
} | undefined;
|
|
89
100
|
'v-slots'?: {
|
|
90
101
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
91
102
|
title?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -123,6 +134,11 @@ declare const VExpansionPanel: vue.DefineComponent<{
|
|
|
123
134
|
title?: (() => vue.VNodeChild) | undefined;
|
|
124
135
|
text?: (() => vue.VNodeChild) | undefined;
|
|
125
136
|
};
|
|
137
|
+
$slots?: {
|
|
138
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
139
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
140
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
141
|
+
} | undefined;
|
|
126
142
|
'v-slots'?: {
|
|
127
143
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
128
144
|
title?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -155,6 +171,9 @@ declare const VExpansionPanelText: vue.DefineComponent<{
|
|
|
155
171
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
156
172
|
default?: (() => vue.VNodeChild) | undefined;
|
|
157
173
|
};
|
|
174
|
+
$slots?: {
|
|
175
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
176
|
+
} | undefined;
|
|
158
177
|
'v-slots'?: {
|
|
159
178
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
160
179
|
} | undefined;
|
|
@@ -166,6 +185,9 @@ declare const VExpansionPanelText: vue.DefineComponent<{
|
|
|
166
185
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
167
186
|
default?: (() => vue.VNodeChild) | undefined;
|
|
168
187
|
};
|
|
188
|
+
$slots?: {
|
|
189
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
190
|
+
} | undefined;
|
|
169
191
|
'v-slots'?: {
|
|
170
192
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
171
193
|
} | undefined;
|
|
@@ -176,6 +198,13 @@ declare const VExpansionPanelText: vue.DefineComponent<{
|
|
|
176
198
|
}>;
|
|
177
199
|
type VExpansionPanelText = InstanceType<typeof VExpansionPanelText>;
|
|
178
200
|
|
|
201
|
+
interface ExpansionPanelTitleSlot {
|
|
202
|
+
collapseIcon: IconValue;
|
|
203
|
+
disabled: boolean | undefined;
|
|
204
|
+
expanded: boolean;
|
|
205
|
+
expandIcon: IconValue;
|
|
206
|
+
readonly: boolean;
|
|
207
|
+
}
|
|
179
208
|
declare const VExpansionPanelTitle: vue.DefineComponent<{
|
|
180
209
|
readonly: boolean;
|
|
181
210
|
ripple: boolean | Record<string, any>;
|
|
@@ -186,16 +215,20 @@ declare const VExpansionPanelTitle: vue.DefineComponent<{
|
|
|
186
215
|
color?: string | undefined;
|
|
187
216
|
} & {
|
|
188
217
|
$children?: {} | vue.VNodeChild | {
|
|
189
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
190
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
|
218
|
+
default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
219
|
+
actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
191
220
|
};
|
|
221
|
+
$slots?: {
|
|
222
|
+
default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
223
|
+
actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
224
|
+
} | undefined;
|
|
192
225
|
'v-slots'?: {
|
|
193
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
194
|
-
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
226
|
+
default?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
227
|
+
actions?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
195
228
|
} | undefined;
|
|
196
229
|
} & {
|
|
197
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
198
|
-
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
230
|
+
"v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
231
|
+
"v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
199
232
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
200
233
|
readonly: boolean;
|
|
201
234
|
ripple: boolean | Record<string, any>;
|
|
@@ -206,16 +239,20 @@ declare const VExpansionPanelTitle: vue.DefineComponent<{
|
|
|
206
239
|
color?: string | undefined;
|
|
207
240
|
} & {
|
|
208
241
|
$children?: {} | vue.VNodeChild | {
|
|
209
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
210
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
|
242
|
+
default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
243
|
+
actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
211
244
|
};
|
|
245
|
+
$slots?: {
|
|
246
|
+
default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
247
|
+
actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
248
|
+
} | undefined;
|
|
212
249
|
'v-slots'?: {
|
|
213
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
214
|
-
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
250
|
+
default?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
251
|
+
actions?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
215
252
|
} | undefined;
|
|
216
253
|
} & {
|
|
217
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
218
|
-
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
254
|
+
"v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
255
|
+
"v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
|
|
219
256
|
}, {
|
|
220
257
|
readonly: boolean;
|
|
221
258
|
ripple: boolean | Record<string, any>;
|
|
@@ -82,7 +82,7 @@ declare const VField: {
|
|
|
82
82
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
83
83
|
focused: BooleanConstructor;
|
|
84
84
|
id: StringConstructor;
|
|
85
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
85
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
86
86
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
87
87
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
88
88
|
$attrs: {
|
|
@@ -128,14 +128,14 @@ declare const VField: {
|
|
|
128
128
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
129
129
|
focused: BooleanConstructor;
|
|
130
130
|
id: StringConstructor;
|
|
131
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
131
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
132
132
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
133
133
|
}, {
|
|
134
134
|
controlRef: Ref<HTMLElement | undefined>;
|
|
135
135
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
136
136
|
'update:focused': (focused: boolean) => true;
|
|
137
137
|
'update:modelValue': (val: any) => true;
|
|
138
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
138
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
139
139
|
reverse: boolean;
|
|
140
140
|
error: boolean;
|
|
141
141
|
active: boolean;
|
|
@@ -197,7 +197,7 @@ declare const VField: {
|
|
|
197
197
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
198
198
|
focused: BooleanConstructor;
|
|
199
199
|
id: StringConstructor;
|
|
200
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
200
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
201
201
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
202
202
|
} & vue.ShallowUnwrapRef<{
|
|
203
203
|
controlRef: Ref<HTMLElement | undefined>;
|
|
@@ -235,14 +235,14 @@ declare const VField: {
|
|
|
235
235
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
236
236
|
focused: BooleanConstructor;
|
|
237
237
|
id: StringConstructor;
|
|
238
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
238
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
239
239
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
240
240
|
}, {
|
|
241
241
|
controlRef: Ref<HTMLElement | undefined>;
|
|
242
242
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
243
243
|
'update:focused': (focused: boolean) => true;
|
|
244
244
|
'update:modelValue': (val: any) => true;
|
|
245
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
245
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
246
246
|
reverse: boolean;
|
|
247
247
|
error: boolean;
|
|
248
248
|
active: boolean;
|
|
@@ -267,6 +267,14 @@ declare const VField: {
|
|
|
267
267
|
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
268
268
|
default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
269
269
|
};
|
|
270
|
+
$slots?: {
|
|
271
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
272
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
273
|
+
'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
274
|
+
label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
275
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
276
|
+
default?: ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
277
|
+
} | undefined;
|
|
270
278
|
'v-slots'?: {
|
|
271
279
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
272
280
|
'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -292,6 +300,9 @@ declare const VFieldLabel: vue.DefineComponent<{
|
|
|
292
300
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
293
301
|
default?: (() => vue.VNodeChild) | undefined;
|
|
294
302
|
};
|
|
303
|
+
$slots?: {
|
|
304
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
305
|
+
} | undefined;
|
|
295
306
|
'v-slots'?: {
|
|
296
307
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
297
308
|
} | undefined;
|
|
@@ -303,6 +314,9 @@ declare const VFieldLabel: vue.DefineComponent<{
|
|
|
303
314
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
304
315
|
default?: (() => vue.VNodeChild) | undefined;
|
|
305
316
|
};
|
|
317
|
+
$slots?: {
|
|
318
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
319
|
+
} | undefined;
|
|
306
320
|
'v-slots'?: {
|
|
307
321
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
308
322
|
} | undefined;
|
|
@@ -104,6 +104,18 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
104
104
|
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
105
105
|
counter?: (() => vue.VNodeChild) | undefined;
|
|
106
106
|
};
|
|
107
|
+
$slots?: {
|
|
108
|
+
default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
109
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
110
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
111
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
112
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
113
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
114
|
+
'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
115
|
+
label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
116
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
117
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
|
118
|
+
} | undefined;
|
|
107
119
|
'v-slots'?: {
|
|
108
120
|
default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
109
121
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -171,6 +183,12 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
171
183
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
172
184
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
173
185
|
};
|
|
186
|
+
$slots?: {
|
|
187
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
188
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
189
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
190
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
191
|
+
} | undefined;
|
|
174
192
|
'v-slots'?: {
|
|
175
193
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
176
194
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -228,6 +246,12 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
228
246
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
229
247
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
230
248
|
};
|
|
249
|
+
$slots?: {
|
|
250
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
251
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
252
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
253
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
254
|
+
} | undefined;
|
|
231
255
|
'v-slots'?: {
|
|
232
256
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
233
257
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -308,6 +332,12 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
308
332
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
309
333
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
310
334
|
};
|
|
335
|
+
$slots?: {
|
|
336
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
337
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
338
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
339
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
340
|
+
} | undefined;
|
|
311
341
|
'v-slots'?: {
|
|
312
342
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
313
343
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -325,7 +355,7 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
325
355
|
reset: () => void;
|
|
326
356
|
resetValidation: () => void;
|
|
327
357
|
validate: () => Promise<string[]>;
|
|
328
|
-
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
358
|
+
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
329
359
|
'click:control': (e: MouseEvent) => true;
|
|
330
360
|
'mousedown:control': (e: MouseEvent) => true;
|
|
331
361
|
'update:modelValue': (files: File[]) => true;
|
|
@@ -391,6 +421,18 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
391
421
|
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
392
422
|
counter?: (() => vue.VNodeChild) | undefined;
|
|
393
423
|
};
|
|
424
|
+
$slots?: {
|
|
425
|
+
default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
426
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
427
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
428
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
429
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
430
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
431
|
+
'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
432
|
+
label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
433
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
434
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
|
435
|
+
} | undefined;
|
|
394
436
|
'v-slots'?: {
|
|
395
437
|
default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
396
438
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -17,6 +17,9 @@ declare const VFooter: vue.DefineComponent<{
|
|
|
17
17
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
18
18
|
default?: (() => vue.VNodeChild) | undefined;
|
|
19
19
|
};
|
|
20
|
+
$slots?: {
|
|
21
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
22
|
+
} | undefined;
|
|
20
23
|
'v-slots'?: {
|
|
21
24
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
22
25
|
} | undefined;
|
|
@@ -39,6 +42,9 @@ declare const VFooter: vue.DefineComponent<{
|
|
|
39
42
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
40
43
|
default?: (() => vue.VNodeChild) | undefined;
|
|
41
44
|
};
|
|
45
|
+
$slots?: {
|
|
46
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
47
|
+
} | undefined;
|
|
42
48
|
'v-slots'?: {
|
|
43
49
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
44
50
|
} | undefined;
|
|
@@ -21,6 +21,9 @@ declare const VForm: vue.DefineComponent<{
|
|
|
21
21
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
22
22
|
default?: (() => vue.VNodeChild) | undefined;
|
|
23
23
|
};
|
|
24
|
+
$slots?: {
|
|
25
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
26
|
+
} | undefined;
|
|
24
27
|
'v-slots'?: {
|
|
25
28
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
26
29
|
} | undefined;
|
|
@@ -64,6 +67,9 @@ declare const VForm: vue.DefineComponent<{
|
|
|
64
67
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
65
68
|
default?: (() => vue.VNodeChild) | undefined;
|
|
66
69
|
};
|
|
70
|
+
$slots?: {
|
|
71
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
72
|
+
} | undefined;
|
|
67
73
|
'v-slots'?: {
|
|
68
74
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
69
75
|
} | undefined;
|
|
@@ -7,6 +7,9 @@ declare const VContainer: vue.DefineComponent<{
|
|
|
7
7
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
8
8
|
default?: (() => vue.VNodeChild) | undefined;
|
|
9
9
|
};
|
|
10
|
+
$slots?: {
|
|
11
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
12
|
+
} | undefined;
|
|
10
13
|
'v-slots'?: {
|
|
11
14
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
12
15
|
} | undefined;
|
|
@@ -19,6 +22,9 @@ declare const VContainer: vue.DefineComponent<{
|
|
|
19
22
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
20
23
|
default?: (() => vue.VNodeChild) | undefined;
|
|
21
24
|
};
|
|
25
|
+
$slots?: {
|
|
26
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
27
|
+
} | undefined;
|
|
22
28
|
'v-slots'?: {
|
|
23
29
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
24
30
|
} | undefined;
|
|
@@ -40,6 +46,9 @@ declare const VCol: vue.DefineComponent<{
|
|
|
40
46
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
41
47
|
default?: (() => vue.VNodeChild) | undefined;
|
|
42
48
|
};
|
|
49
|
+
$slots?: {
|
|
50
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51
|
+
} | undefined;
|
|
43
52
|
'v-slots'?: {
|
|
44
53
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
45
54
|
} | undefined;
|
|
@@ -57,6 +66,9 @@ declare const VCol: vue.DefineComponent<{
|
|
|
57
66
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
58
67
|
default?: (() => vue.VNodeChild) | undefined;
|
|
59
68
|
};
|
|
69
|
+
$slots?: {
|
|
70
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71
|
+
} | undefined;
|
|
60
72
|
'v-slots'?: {
|
|
61
73
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
62
74
|
} | undefined;
|
|
@@ -82,6 +94,9 @@ declare const VRow: vue.DefineComponent<{
|
|
|
82
94
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
83
95
|
default?: (() => vue.VNodeChild) | undefined;
|
|
84
96
|
};
|
|
97
|
+
$slots?: {
|
|
98
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
99
|
+
} | undefined;
|
|
85
100
|
'v-slots'?: {
|
|
86
101
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
87
102
|
} | undefined;
|
|
@@ -100,6 +115,9 @@ declare const VRow: vue.DefineComponent<{
|
|
|
100
115
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
101
116
|
default?: (() => vue.VNodeChild) | undefined;
|
|
102
117
|
};
|
|
118
|
+
$slots?: {
|
|
119
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
120
|
+
} | undefined;
|
|
103
121
|
'v-slots'?: {
|
|
104
122
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
105
123
|
} | undefined;
|
|
@@ -121,6 +139,9 @@ declare const VSpacer: vue.DefineComponent<{
|
|
|
121
139
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
122
140
|
default?: (() => vue.VNodeChild) | undefined;
|
|
123
141
|
};
|
|
142
|
+
$slots?: {
|
|
143
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
144
|
+
} | undefined;
|
|
124
145
|
'v-slots'?: {
|
|
125
146
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
126
147
|
} | undefined;
|
|
@@ -134,6 +155,9 @@ declare const VSpacer: vue.DefineComponent<{
|
|
|
134
155
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
135
156
|
default?: (() => vue.VNodeChild) | undefined;
|
|
136
157
|
};
|
|
158
|
+
$slots?: {
|
|
159
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
160
|
+
} | undefined;
|
|
137
161
|
'v-slots'?: {
|
|
138
162
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
139
163
|
} | undefined;
|
|
@@ -16,6 +16,12 @@ declare const VHover: vue.DefineComponent<{
|
|
|
16
16
|
props: Record<string, unknown>;
|
|
17
17
|
}) => vue.VNodeChild) | undefined;
|
|
18
18
|
};
|
|
19
|
+
$slots?: {
|
|
20
|
+
default?: ((args_0: {
|
|
21
|
+
isHovering: boolean;
|
|
22
|
+
props: Record<string, unknown>;
|
|
23
|
+
}) => vue.VNodeChild) | undefined;
|
|
24
|
+
} | undefined;
|
|
19
25
|
'v-slots'?: {
|
|
20
26
|
default?: false | ((args_0: {
|
|
21
27
|
isHovering: boolean;
|
|
@@ -47,6 +53,12 @@ declare const VHover: vue.DefineComponent<{
|
|
|
47
53
|
props: Record<string, unknown>;
|
|
48
54
|
}) => vue.VNodeChild) | undefined;
|
|
49
55
|
};
|
|
56
|
+
$slots?: {
|
|
57
|
+
default?: ((args_0: {
|
|
58
|
+
isHovering: boolean;
|
|
59
|
+
props: Record<string, unknown>;
|
|
60
|
+
}) => vue.VNodeChild) | undefined;
|
|
61
|
+
} | undefined;
|
|
50
62
|
'v-slots'?: {
|
|
51
63
|
default?: false | ((args_0: {
|
|
52
64
|
isHovering: boolean;
|
|
@@ -11,6 +11,9 @@ declare const VComponentIcon: vue.DefineComponent<{
|
|
|
11
11
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
12
12
|
default?: (() => vue.VNodeChild) | undefined;
|
|
13
13
|
};
|
|
14
|
+
$slots?: {
|
|
15
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
16
|
+
} | undefined;
|
|
14
17
|
'v-slots'?: {
|
|
15
18
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
16
19
|
} | undefined;
|
|
@@ -24,6 +27,9 @@ declare const VComponentIcon: vue.DefineComponent<{
|
|
|
24
27
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
25
28
|
default?: (() => vue.VNodeChild) | undefined;
|
|
26
29
|
};
|
|
30
|
+
$slots?: {
|
|
31
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
32
|
+
} | undefined;
|
|
27
33
|
'v-slots'?: {
|
|
28
34
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
29
35
|
} | undefined;
|
|
@@ -99,6 +105,9 @@ declare const VIcon: vue.DefineComponent<{
|
|
|
99
105
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
100
106
|
default?: (() => vue.VNodeChild) | undefined;
|
|
101
107
|
};
|
|
108
|
+
$slots?: {
|
|
109
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
110
|
+
} | undefined;
|
|
102
111
|
'v-slots'?: {
|
|
103
112
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
104
113
|
} | undefined;
|
|
@@ -117,6 +126,9 @@ declare const VIcon: vue.DefineComponent<{
|
|
|
117
126
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
118
127
|
default?: (() => vue.VNodeChild) | undefined;
|
|
119
128
|
};
|
|
129
|
+
$slots?: {
|
|
130
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
131
|
+
} | undefined;
|
|
120
132
|
'v-slots'?: {
|
|
121
133
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
122
134
|
} | undefined;
|
|
@@ -29,6 +29,12 @@ declare const VImg: vue.DefineComponent<{
|
|
|
29
29
|
error?: (() => vue.VNodeChild) | undefined;
|
|
30
30
|
sources?: (() => vue.VNodeChild) | undefined;
|
|
31
31
|
};
|
|
32
|
+
$slots?: {
|
|
33
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
34
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
35
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
36
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
37
|
+
} | undefined;
|
|
32
38
|
'v-slots'?: {
|
|
33
39
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
34
40
|
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -73,6 +79,12 @@ declare const VImg: vue.DefineComponent<{
|
|
|
73
79
|
error?: (() => vue.VNodeChild) | undefined;
|
|
74
80
|
sources?: (() => vue.VNodeChild) | undefined;
|
|
75
81
|
};
|
|
82
|
+
$slots?: {
|
|
83
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
84
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
85
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
86
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
87
|
+
} | undefined;
|
|
76
88
|
'v-slots'?: {
|
|
77
89
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
78
90
|
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -55,6 +55,12 @@ declare const VInput: vue.DefineComponent<{
|
|
|
55
55
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
56
56
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
57
57
|
};
|
|
58
|
+
$slots?: {
|
|
59
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
62
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
63
|
+
} | undefined;
|
|
58
64
|
'v-slots'?: {
|
|
59
65
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60
66
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -102,6 +108,12 @@ declare const VInput: vue.DefineComponent<{
|
|
|
102
108
|
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
103
109
|
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
104
110
|
};
|
|
111
|
+
$slots?: {
|
|
112
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
113
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
114
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
115
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
116
|
+
} | undefined;
|
|
105
117
|
'v-slots'?: {
|
|
106
118
|
default?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
107
119
|
prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -15,6 +15,9 @@ declare const VItemGroup: vue.DefineComponent<{
|
|
|
15
15
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
16
16
|
default?: (() => vue.VNodeChild) | undefined;
|
|
17
17
|
};
|
|
18
|
+
$slots?: {
|
|
19
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
20
|
+
} | undefined;
|
|
18
21
|
'v-slots'?: {
|
|
19
22
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
20
23
|
} | undefined;
|
|
@@ -36,6 +39,9 @@ declare const VItemGroup: vue.DefineComponent<{
|
|
|
36
39
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
37
40
|
default?: (() => vue.VNodeChild) | undefined;
|
|
38
41
|
};
|
|
42
|
+
$slots?: {
|
|
43
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
44
|
+
} | undefined;
|
|
39
45
|
'v-slots'?: {
|
|
40
46
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
41
47
|
} | undefined;
|
|
@@ -94,6 +100,9 @@ declare const VItem: vue.DefineComponent<{
|
|
|
94
100
|
$children?: vue.VNodeChild | ((args_0: GroupItemProvide) => vue.VNodeChild) | {
|
|
95
101
|
default?: ((args_0: GroupItemProvide) => vue.VNodeChild) | undefined;
|
|
96
102
|
};
|
|
103
|
+
$slots?: {
|
|
104
|
+
default?: ((args_0: GroupItemProvide) => vue.VNodeChild) | undefined;
|
|
105
|
+
} | undefined;
|
|
97
106
|
'v-slots'?: {
|
|
98
107
|
default?: false | ((args_0: GroupItemProvide) => vue.VNodeChild) | undefined;
|
|
99
108
|
} | undefined;
|
|
@@ -114,6 +123,9 @@ declare const VItem: vue.DefineComponent<{
|
|
|
114
123
|
$children?: vue.VNodeChild | ((args_0: GroupItemProvide) => vue.VNodeChild) | {
|
|
115
124
|
default?: ((args_0: GroupItemProvide) => vue.VNodeChild) | undefined;
|
|
116
125
|
};
|
|
126
|
+
$slots?: {
|
|
127
|
+
default?: ((args_0: GroupItemProvide) => vue.VNodeChild) | undefined;
|
|
128
|
+
} | undefined;
|
|
117
129
|
'v-slots'?: {
|
|
118
130
|
default?: false | ((args_0: GroupItemProvide) => vue.VNodeChild) | undefined;
|
|
119
131
|
} | undefined;
|
|
@@ -6,6 +6,9 @@ declare const VKbd: vue.DefineComponent<{
|
|
|
6
6
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
7
7
|
default?: (() => vue.VNodeChild) | undefined;
|
|
8
8
|
};
|
|
9
|
+
$slots?: {
|
|
10
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
11
|
+
} | undefined;
|
|
9
12
|
'v-slots'?: {
|
|
10
13
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
11
14
|
} | undefined;
|
|
@@ -19,6 +22,9 @@ declare const VKbd: vue.DefineComponent<{
|
|
|
19
22
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
20
23
|
default?: (() => vue.VNodeChild) | undefined;
|
|
21
24
|
};
|
|
25
|
+
$slots?: {
|
|
26
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
27
|
+
} | undefined;
|
|
22
28
|
'v-slots'?: {
|
|
23
29
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
24
30
|
} | undefined;
|
|
@@ -9,6 +9,9 @@ declare const VLabel: vue.DefineComponent<{
|
|
|
9
9
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
10
10
|
default?: (() => vue.VNodeChild) | undefined;
|
|
11
11
|
};
|
|
12
|
+
$slots?: {
|
|
13
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
14
|
+
} | undefined;
|
|
12
15
|
'v-slots'?: {
|
|
13
16
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
14
17
|
} | undefined;
|
|
@@ -23,6 +26,9 @@ declare const VLabel: vue.DefineComponent<{
|
|
|
23
26
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
24
27
|
default?: (() => vue.VNodeChild) | undefined;
|
|
25
28
|
};
|
|
29
|
+
$slots?: {
|
|
30
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
31
|
+
} | undefined;
|
|
26
32
|
'v-slots'?: {
|
|
27
33
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
28
34
|
} | undefined;
|
|
@@ -8,6 +8,9 @@ declare const VLayout: vue.DefineComponent<{
|
|
|
8
8
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
9
9
|
default?: (() => vue.VNodeChild) | undefined;
|
|
10
10
|
};
|
|
11
|
+
$slots?: {
|
|
12
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
13
|
+
} | undefined;
|
|
11
14
|
'v-slots'?: {
|
|
12
15
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
13
16
|
} | undefined;
|
|
@@ -40,6 +43,9 @@ declare const VLayout: vue.DefineComponent<{
|
|
|
40
43
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
41
44
|
default?: (() => vue.VNodeChild) | undefined;
|
|
42
45
|
};
|
|
46
|
+
$slots?: {
|
|
47
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
48
|
+
} | undefined;
|
|
43
49
|
'v-slots'?: {
|
|
44
50
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
45
51
|
} | undefined;
|
|
@@ -62,6 +68,9 @@ declare const VLayoutItem: vue.DefineComponent<{
|
|
|
62
68
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
63
69
|
default?: (() => vue.VNodeChild) | undefined;
|
|
64
70
|
};
|
|
71
|
+
$slots?: {
|
|
72
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
73
|
+
} | undefined;
|
|
65
74
|
'v-slots'?: {
|
|
66
75
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
67
76
|
} | undefined;
|
|
@@ -79,6 +88,9 @@ declare const VLayoutItem: vue.DefineComponent<{
|
|
|
79
88
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
80
89
|
default?: (() => vue.VNodeChild) | undefined;
|
|
81
90
|
};
|
|
91
|
+
$slots?: {
|
|
92
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
93
|
+
} | undefined;
|
|
82
94
|
'v-slots'?: {
|
|
83
95
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
84
96
|
} | undefined;
|