@vuetify/nightly 4.0.0-dev-20230515.0 → 4.0.0-dev-20230516.0
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 +5 -4
- package/dist/json/attributes.json +14 -14
- package/dist/json/importMap.json +4 -4
- package/dist/json/web-types.json +21 -17
- package/dist/vuetify-labs.css +7 -3
- package/dist/vuetify-labs.d.ts +6549 -1557
- package/dist/vuetify-labs.esm.js +42 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +42 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +204 -200
- package/dist/vuetify.d.ts +4883 -968
- package/dist/vuetify.esm.js +42 -21
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -21
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +182 -180
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +58 -0
- package/lib/components/VApp/index.d.mts +15 -0
- package/lib/components/VAppBar/index.d.mts +81 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +68 -10
- package/lib/components/VAvatar/index.d.mts +15 -0
- package/lib/components/VBadge/index.d.mts +19 -0
- package/lib/components/VBanner/index.d.mts +57 -0
- package/lib/components/VBottomNavigation/index.d.mts +15 -0
- package/lib/components/VBreadcrumbs/index.d.mts +37 -3
- package/lib/components/VBtn/index.d.mts +27 -0
- package/lib/components/VBtnGroup/index.d.mts +15 -0
- package/lib/components/VBtnToggle/index.d.mts +15 -0
- package/lib/components/VCard/index.d.mts +142 -0
- package/lib/components/VCarousel/index.d.mts +158 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +92 -6
- package/lib/components/VChip/VChip.css +4 -2
- package/lib/components/VChip/VChip.sass +3 -2
- package/lib/components/VChip/index.d.mts +63 -0
- package/lib/components/VChipGroup/index.d.mts +39 -0
- package/lib/components/VCode/index.d.mts +15 -0
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +68 -10
- package/lib/components/VCounter/index.d.mts +15 -0
- package/lib/components/VDefaultsProvider/index.d.mts +15 -0
- package/lib/components/VDialog/index.d.mts +129 -3
- package/lib/components/VDivider/index.d.mts +15 -0
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VField/index.d.mts +22 -3
- package/lib/components/VFileInput/index.d.mts +180 -24
- package/lib/components/VFooter/index.d.mts +15 -0
- package/lib/components/VForm/index.d.mts +201 -8
- package/lib/components/VGrid/index.d.mts +60 -0
- package/lib/components/VHover/index.d.mts +27 -0
- package/lib/components/VIcon/index.d.mts +30 -0
- package/lib/components/VImg/index.d.mts +27 -0
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +40 -9
- package/lib/components/VItemGroup/index.d.mts +82 -0
- package/lib/components/VKbd/index.d.mts +15 -0
- package/lib/components/VLabel/index.d.mts +15 -0
- package/lib/components/VLayout/index.d.mts +30 -0
- package/lib/components/VLazy/index.d.mts +15 -0
- package/lib/components/VList/index.d.mts +159 -3
- package/lib/components/VLocaleProvider/index.d.mts +15 -0
- package/lib/components/VMain/index.d.mts +15 -0
- package/lib/components/VMenu/index.d.mts +129 -3
- package/lib/components/VMessages/index.d.mts +15 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/index.d.mts +27 -0
- package/lib/components/VOverlay/index.d.mts +39 -0
- package/lib/components/VPagination/index.d.mts +31 -0
- package/lib/components/VParallax/index.d.mts +27 -0
- package/lib/components/VProgressCircular/index.d.mts +23 -0
- package/lib/components/VProgressLinear/index.d.mts +27 -0
- package/lib/components/VRadio/index.d.mts +35 -0
- package/lib/components/VRadioGroup/index.d.mts +57 -6
- package/lib/components/VRangeSlider/index.d.mts +49 -6
- package/lib/components/VRating/index.d.mts +19 -0
- package/lib/components/VResponsive/index.d.mts +19 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +68 -10
- package/lib/components/VSelectionControl/index.d.mts +7 -3
- package/lib/components/VSelectionControlGroup/index.d.mts +15 -0
- package/lib/components/VSheet/index.d.mts +15 -0
- package/lib/components/VSlideGroup/index.d.mts +58 -0
- package/lib/components/VSlider/index.d.mts +49 -6
- package/lib/components/VSnackbar/index.d.mts +125 -3
- package/lib/components/VSwitch/index.d.mts +61 -6
- package/lib/components/VSystemBar/index.d.mts +15 -0
- package/lib/components/VTable/index.d.mts +27 -0
- package/lib/components/VTabs/index.d.mts +30 -0
- package/lib/components/VTextField/index.d.mts +167 -27
- package/lib/components/VTextarea/index.d.mts +156 -24
- package/lib/components/VThemeProvider/index.d.mts +15 -0
- package/lib/components/VTimeline/index.d.mts +38 -0
- package/lib/components/VToolbar/index.d.mts +69 -0
- package/lib/components/VTooltip/index.d.mts +129 -3
- package/lib/components/VValidation/index.d.mts +96 -25
- package/lib/components/VVirtualScroll/index.d.mts +7 -3
- package/lib/components/VWindow/index.d.mts +74 -0
- package/lib/components/index.d.mts +4673 -758
- package/lib/components/transitions/index.d.mts +240 -0
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +34 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/labs/VDataTable/index.d.mts +1056 -25
- package/lib/labs/VInfiniteScroll/index.d.mts +31 -0
- package/lib/labs/VSkeletonLoader/index.d.mts +15 -0
- package/lib/labs/components.d.mts +1099 -22
- package/lib/styles/settings/_variables.scss +3 -3
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +1 -1
@@ -139,6 +139,27 @@ declare const VFileInput: {
|
|
139
139
|
totalBytesReadable: string;
|
140
140
|
}) => vue.VNodeChild) | undefined;
|
141
141
|
} | undefined;
|
142
|
+
$slots?: {
|
143
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
144
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
145
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
146
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
147
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
148
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
149
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
150
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
151
|
+
label?: ((args_0: DefaultInputSlot & {
|
152
|
+
label: string | undefined;
|
153
|
+
props: Record<string, any>;
|
154
|
+
}) => vue.VNodeChild) | undefined;
|
155
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
156
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
157
|
+
selection?: ((args_0: {
|
158
|
+
fileNames: string[];
|
159
|
+
totalBytes: number;
|
160
|
+
totalBytesReadable: string;
|
161
|
+
}) => vue.VNodeChild) | undefined;
|
162
|
+
} | undefined;
|
142
163
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
143
164
|
[key: string]: any;
|
144
165
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -200,7 +221,7 @@ declare const VFileInput: {
|
|
200
221
|
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
201
222
|
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
202
223
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
203
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
224
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
204
225
|
validationValue?: any;
|
205
226
|
hint?: string | undefined;
|
206
227
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -319,7 +340,7 @@ declare const VFileInput: {
|
|
319
340
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
320
341
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
321
342
|
baseColor?: string | undefined;
|
322
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
343
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
323
344
|
validationValue?: any;
|
324
345
|
hint?: string | undefined;
|
325
346
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -386,6 +407,28 @@ declare const VFileInput: {
|
|
386
407
|
totalBytes: number;
|
387
408
|
totalBytesReadable: string;
|
388
409
|
}) => vue.VNodeChild) | undefined;
|
410
|
+
} & {
|
411
|
+
$slots?: {
|
412
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
413
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
414
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
415
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
416
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
417
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
418
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
419
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
420
|
+
label?: ((args_0: DefaultInputSlot & {
|
421
|
+
label: string | undefined;
|
422
|
+
props: Record<string, any>;
|
423
|
+
}) => vue.VNodeChild) | undefined;
|
424
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
425
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
426
|
+
selection?: ((args_0: {
|
427
|
+
fileNames: string[];
|
428
|
+
totalBytes: number;
|
429
|
+
totalBytesReadable: string;
|
430
|
+
}) => vue.VNodeChild) | undefined;
|
431
|
+
} | undefined;
|
389
432
|
} & {
|
390
433
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
391
434
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -430,6 +473,13 @@ declare const VFileInput: {
|
|
430
473
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
431
474
|
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
432
475
|
} | undefined;
|
476
|
+
$slots?: {
|
477
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
478
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
479
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
480
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
481
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
482
|
+
} | undefined;
|
433
483
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
434
484
|
[key: string]: any;
|
435
485
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -478,7 +528,7 @@ declare const VFileInput: {
|
|
478
528
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
479
529
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
480
530
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
481
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
531
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
482
532
|
validationValue?: any;
|
483
533
|
hint?: string | undefined;
|
484
534
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -535,7 +585,7 @@ declare const VFileInput: {
|
|
535
585
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
536
586
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
537
587
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
538
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
588
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
539
589
|
validationValue?: any;
|
540
590
|
hint?: string | undefined;
|
541
591
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -560,12 +610,20 @@ declare const VFileInput: {
|
|
560
610
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
561
611
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
562
612
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
613
|
+
} & {
|
614
|
+
$slots?: {
|
615
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
616
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
617
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
618
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
619
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
620
|
+
} | undefined;
|
563
621
|
} & {
|
564
622
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
565
623
|
}, {
|
566
624
|
reset: () => void;
|
567
625
|
resetValidation: () => void;
|
568
|
-
validate: () => Promise<string[]>;
|
626
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
569
627
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
570
628
|
'update:modelValue': (val: any) => true;
|
571
629
|
}, string, {
|
@@ -641,7 +699,7 @@ declare const VFileInput: {
|
|
641
699
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
642
700
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
643
701
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
644
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
702
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
645
703
|
validationValue?: any;
|
646
704
|
hint?: string | undefined;
|
647
705
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -666,13 +724,21 @@ declare const VFileInput: {
|
|
666
724
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
667
725
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
668
726
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
727
|
+
} & {
|
728
|
+
$slots?: {
|
729
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
730
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
731
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
732
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
733
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
734
|
+
} | undefined;
|
669
735
|
} & {
|
670
736
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
671
737
|
} & vue.ShallowUnwrapRef<{
|
672
738
|
reset: () => void;
|
673
739
|
resetValidation: () => void;
|
674
|
-
validate: () => Promise<string[]>;
|
675
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
740
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
741
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
676
742
|
'click:control': (e: MouseEvent) => true;
|
677
743
|
'mousedown:control': (e: MouseEvent) => true;
|
678
744
|
'update:focused': (focused: boolean) => true;
|
@@ -822,7 +888,7 @@ declare const VFileInput: {
|
|
822
888
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
823
889
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
824
890
|
baseColor?: string | undefined;
|
825
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
891
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
826
892
|
validationValue?: any;
|
827
893
|
hint?: string | undefined;
|
828
894
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -889,6 +955,28 @@ declare const VFileInput: {
|
|
889
955
|
totalBytes: number;
|
890
956
|
totalBytesReadable: string;
|
891
957
|
}) => vue.VNodeChild) | undefined;
|
958
|
+
} & {
|
959
|
+
$slots?: {
|
960
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
961
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
962
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
963
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
964
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
965
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
966
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
967
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
968
|
+
label?: ((args_0: DefaultInputSlot & {
|
969
|
+
label: string | undefined;
|
970
|
+
props: Record<string, any>;
|
971
|
+
}) => vue.VNodeChild) | undefined;
|
972
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
973
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
974
|
+
selection?: ((args_0: {
|
975
|
+
fileNames: string[];
|
976
|
+
totalBytes: number;
|
977
|
+
totalBytesReadable: string;
|
978
|
+
}) => vue.VNodeChild) | undefined;
|
979
|
+
} | undefined;
|
892
980
|
} & {
|
893
981
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
894
982
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -933,6 +1021,13 @@ declare const VFileInput: {
|
|
933
1021
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
934
1022
|
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
935
1023
|
} | undefined;
|
1024
|
+
$slots?: {
|
1025
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1026
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1027
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1028
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1029
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1030
|
+
} | undefined;
|
936
1031
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
937
1032
|
[key: string]: any;
|
938
1033
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -981,7 +1076,7 @@ declare const VFileInput: {
|
|
981
1076
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
982
1077
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
983
1078
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
984
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1079
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
985
1080
|
validationValue?: any;
|
986
1081
|
hint?: string | undefined;
|
987
1082
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1038,7 +1133,7 @@ declare const VFileInput: {
|
|
1038
1133
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1039
1134
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1040
1135
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1041
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1136
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1042
1137
|
validationValue?: any;
|
1043
1138
|
hint?: string | undefined;
|
1044
1139
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1063,12 +1158,20 @@ declare const VFileInput: {
|
|
1063
1158
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1064
1159
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1065
1160
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1161
|
+
} & {
|
1162
|
+
$slots?: {
|
1163
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1164
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1165
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1166
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1167
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1168
|
+
} | undefined;
|
1066
1169
|
} & {
|
1067
1170
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1068
1171
|
}, {
|
1069
1172
|
reset: () => void;
|
1070
1173
|
resetValidation: () => void;
|
1071
|
-
validate: () => Promise<string[]>;
|
1174
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1072
1175
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1073
1176
|
'update:modelValue': (val: any) => true;
|
1074
1177
|
}, string, {
|
@@ -1144,7 +1247,7 @@ declare const VFileInput: {
|
|
1144
1247
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1145
1248
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1146
1249
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1147
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1250
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1148
1251
|
validationValue?: any;
|
1149
1252
|
hint?: string | undefined;
|
1150
1253
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1169,13 +1272,21 @@ declare const VFileInput: {
|
|
1169
1272
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1170
1273
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1171
1274
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1275
|
+
} & {
|
1276
|
+
$slots?: {
|
1277
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1278
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1279
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1280
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1281
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1282
|
+
} | undefined;
|
1172
1283
|
} & {
|
1173
1284
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1174
1285
|
} & vue.ShallowUnwrapRef<{
|
1175
1286
|
reset: () => void;
|
1176
1287
|
resetValidation: () => void;
|
1177
|
-
validate: () => Promise<string[]>;
|
1178
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
1288
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1289
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
1179
1290
|
__isFragment?: undefined;
|
1180
1291
|
__isTeleport?: undefined;
|
1181
1292
|
__isSuspense?: undefined;
|
@@ -1229,7 +1340,7 @@ declare const VFileInput: {
|
|
1229
1340
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1230
1341
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1231
1342
|
baseColor?: string | undefined;
|
1232
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1343
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1233
1344
|
validationValue?: any;
|
1234
1345
|
hint?: string | undefined;
|
1235
1346
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1296,6 +1407,28 @@ declare const VFileInput: {
|
|
1296
1407
|
totalBytes: number;
|
1297
1408
|
totalBytesReadable: string;
|
1298
1409
|
}) => vue.VNodeChild) | undefined;
|
1410
|
+
} & {
|
1411
|
+
$slots?: {
|
1412
|
+
default?: ((...args: [VInputSlot] & [VFieldSlot]) => vue.VNodeChild) | undefined;
|
1413
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1414
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1415
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1416
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1417
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
1418
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
1419
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
1420
|
+
label?: ((args_0: DefaultInputSlot & {
|
1421
|
+
label: string | undefined;
|
1422
|
+
props: Record<string, any>;
|
1423
|
+
}) => vue.VNodeChild) | undefined;
|
1424
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
1425
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
1426
|
+
selection?: ((args_0: {
|
1427
|
+
fileNames: string[];
|
1428
|
+
totalBytes: number;
|
1429
|
+
totalBytesReadable: string;
|
1430
|
+
}) => vue.VNodeChild) | undefined;
|
1431
|
+
} | undefined;
|
1299
1432
|
} & {
|
1300
1433
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
1301
1434
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -1340,6 +1473,13 @@ declare const VFileInput: {
|
|
1340
1473
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1341
1474
|
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1342
1475
|
} | undefined;
|
1476
|
+
$slots?: {
|
1477
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1478
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1479
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1480
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1481
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1482
|
+
} | undefined;
|
1343
1483
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1344
1484
|
[key: string]: any;
|
1345
1485
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1388,7 +1528,7 @@ declare const VFileInput: {
|
|
1388
1528
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1389
1529
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1390
1530
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1391
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1531
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1392
1532
|
validationValue?: any;
|
1393
1533
|
hint?: string | undefined;
|
1394
1534
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1445,7 +1585,7 @@ declare const VFileInput: {
|
|
1445
1585
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1446
1586
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1447
1587
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1448
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1588
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1449
1589
|
validationValue?: any;
|
1450
1590
|
hint?: string | undefined;
|
1451
1591
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1470,12 +1610,20 @@ declare const VFileInput: {
|
|
1470
1610
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1471
1611
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1472
1612
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1613
|
+
} & {
|
1614
|
+
$slots?: {
|
1615
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1616
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1617
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1618
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1619
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1620
|
+
} | undefined;
|
1473
1621
|
} & {
|
1474
1622
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1475
1623
|
}, {
|
1476
1624
|
reset: () => void;
|
1477
1625
|
resetValidation: () => void;
|
1478
|
-
validate: () => Promise<string[]>;
|
1626
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1479
1627
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1480
1628
|
'update:modelValue': (val: any) => true;
|
1481
1629
|
}, string, {
|
@@ -1551,7 +1699,7 @@ declare const VFileInput: {
|
|
1551
1699
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1552
1700
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1553
1701
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1554
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1702
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1555
1703
|
validationValue?: any;
|
1556
1704
|
hint?: string | undefined;
|
1557
1705
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1576,13 +1724,21 @@ declare const VFileInput: {
|
|
1576
1724
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1577
1725
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1578
1726
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1727
|
+
} & {
|
1728
|
+
$slots?: {
|
1729
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1730
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1731
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1732
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1733
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1734
|
+
} | undefined;
|
1579
1735
|
} & {
|
1580
1736
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1581
1737
|
} & vue.ShallowUnwrapRef<{
|
1582
1738
|
reset: () => void;
|
1583
1739
|
resetValidation: () => void;
|
1584
|
-
validate: () => Promise<string[]>;
|
1585
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1740
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1741
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "v-slot:message" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1586
1742
|
'click:control': (e: MouseEvent) => true;
|
1587
1743
|
'mousedown:control': (e: MouseEvent) => true;
|
1588
1744
|
'update:focused': (focused: boolean) => true;
|
@@ -1725,7 +1881,7 @@ declare const VFileInput: {
|
|
1725
1881
|
type: PropType<ValidationRule[]>;
|
1726
1882
|
default: () => never[];
|
1727
1883
|
};
|
1728
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
1884
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1729
1885
|
validationValue: null;
|
1730
1886
|
density: {
|
1731
1887
|
type: PropType<Density>;
|
@@ -1831,7 +1987,7 @@ declare const VFileInput: {
|
|
1831
1987
|
type: PropType<ValidationRule[]>;
|
1832
1988
|
default: () => never[];
|
1833
1989
|
};
|
1834
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
1990
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1835
1991
|
validationValue: null;
|
1836
1992
|
density: {
|
1837
1993
|
type: PropType<Density>;
|
@@ -34,6 +34,9 @@ declare const VFooter: {
|
|
34
34
|
'v-slots'?: {
|
35
35
|
default?: false | (() => vue.VNodeChild) | undefined;
|
36
36
|
} | undefined;
|
37
|
+
$slots?: {
|
38
|
+
default?: (() => vue.VNodeChild) | undefined;
|
39
|
+
} | undefined;
|
37
40
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
38
41
|
[key: string]: any;
|
39
42
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -112,6 +115,10 @@ declare const VFooter: {
|
|
112
115
|
} | undefined;
|
113
116
|
} & {
|
114
117
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
118
|
+
} & {
|
119
|
+
$slots?: {
|
120
|
+
default?: (() => vue.VNodeChild) | undefined;
|
121
|
+
} | undefined;
|
115
122
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
116
123
|
absolute: boolean;
|
117
124
|
height: string | number;
|
@@ -168,6 +175,10 @@ declare const VFooter: {
|
|
168
175
|
} | undefined;
|
169
176
|
} & {
|
170
177
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
178
|
+
} & {
|
179
|
+
$slots?: {
|
180
|
+
default?: (() => vue.VNodeChild) | undefined;
|
181
|
+
} | undefined;
|
171
182
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
172
183
|
__isFragment?: undefined;
|
173
184
|
__isTeleport?: undefined;
|
@@ -196,6 +207,10 @@ declare const VFooter: {
|
|
196
207
|
} | undefined;
|
197
208
|
} & {
|
198
209
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
210
|
+
} & {
|
211
|
+
$slots?: {
|
212
|
+
default?: (() => vue.VNodeChild) | undefined;
|
213
|
+
} | undefined;
|
199
214
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
200
215
|
absolute: boolean;
|
201
216
|
height: string | number;
|