@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
@@ -130,6 +130,21 @@ declare const VTextarea: {
|
|
130
130
|
'append-inner'?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
131
131
|
counter?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
132
132
|
} | undefined;
|
133
|
+
$slots?: {
|
134
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
135
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
136
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
137
|
+
label?: ((args_0: DefaultInputSlot & {
|
138
|
+
label: string | undefined;
|
139
|
+
props: Record<string, any>;
|
140
|
+
}) => vue.VNodeChild) | undefined;
|
141
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
142
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
143
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
144
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
145
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
146
|
+
counter?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
147
|
+
} | undefined;
|
133
148
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
134
149
|
[key: string]: any;
|
135
150
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -193,7 +208,7 @@ declare const VTextarea: {
|
|
193
208
|
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
194
209
|
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
195
210
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
196
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
211
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
197
212
|
validationValue?: any;
|
198
213
|
hint?: string | undefined;
|
199
214
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -304,7 +319,7 @@ declare const VTextarea: {
|
|
304
319
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
305
320
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
306
321
|
baseColor?: string | undefined;
|
307
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
322
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
308
323
|
validationValue?: any;
|
309
324
|
hint?: string | undefined;
|
310
325
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -357,6 +372,22 @@ declare const VTextarea: {
|
|
357
372
|
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
358
373
|
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
359
374
|
"v-slot:counter"?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
375
|
+
} & {
|
376
|
+
$slots?: {
|
377
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
378
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
379
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
380
|
+
label?: ((args_0: DefaultInputSlot & {
|
381
|
+
label: string | undefined;
|
382
|
+
props: Record<string, any>;
|
383
|
+
}) => vue.VNodeChild) | undefined;
|
384
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
385
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
386
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
387
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
388
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
389
|
+
counter?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
390
|
+
} | undefined;
|
360
391
|
} & {
|
361
392
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
362
393
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -401,6 +432,13 @@ declare const VTextarea: {
|
|
401
432
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
402
433
|
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
403
434
|
} | undefined;
|
435
|
+
$slots?: {
|
436
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
437
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
438
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
439
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
440
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
441
|
+
} | undefined;
|
404
442
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
405
443
|
[key: string]: any;
|
406
444
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -449,7 +487,7 @@ declare const VTextarea: {
|
|
449
487
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
450
488
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
451
489
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
452
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
490
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
453
491
|
validationValue?: any;
|
454
492
|
hint?: string | undefined;
|
455
493
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -506,7 +544,7 @@ declare const VTextarea: {
|
|
506
544
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
507
545
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
508
546
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
509
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
547
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
510
548
|
validationValue?: any;
|
511
549
|
hint?: string | undefined;
|
512
550
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -531,12 +569,20 @@ declare const VTextarea: {
|
|
531
569
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
532
570
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
533
571
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
572
|
+
} & {
|
573
|
+
$slots?: {
|
574
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
575
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
576
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
577
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
578
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
579
|
+
} | undefined;
|
534
580
|
} & {
|
535
581
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
536
582
|
}, {
|
537
583
|
reset: () => void;
|
538
584
|
resetValidation: () => void;
|
539
|
-
validate: () => Promise<string[]>;
|
585
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
540
586
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
541
587
|
'update:modelValue': (val: any) => true;
|
542
588
|
}, string, {
|
@@ -612,7 +658,7 @@ declare const VTextarea: {
|
|
612
658
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
613
659
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
614
660
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
615
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
661
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
616
662
|
validationValue?: any;
|
617
663
|
hint?: string | undefined;
|
618
664
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -637,13 +683,21 @@ declare const VTextarea: {
|
|
637
683
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
638
684
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
639
685
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
686
|
+
} & {
|
687
|
+
$slots?: {
|
688
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
689
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
690
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
691
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
692
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
693
|
+
} | undefined;
|
640
694
|
} & {
|
641
695
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
642
696
|
} & vue.ShallowUnwrapRef<{
|
643
697
|
reset: () => void;
|
644
698
|
resetValidation: () => void;
|
645
|
-
validate: () => Promise<string[]>;
|
646
|
-
}> & {} & 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, {
|
699
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
700
|
+
}> & {} & 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, {
|
647
701
|
'click:control': (e: MouseEvent) => true;
|
648
702
|
'mousedown:control': (e: MouseEvent) => true;
|
649
703
|
'update:focused': (focused: boolean) => true;
|
@@ -784,7 +838,7 @@ declare const VTextarea: {
|
|
784
838
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
785
839
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
786
840
|
baseColor?: string | undefined;
|
787
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
841
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
788
842
|
validationValue?: any;
|
789
843
|
hint?: string | undefined;
|
790
844
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -837,6 +891,22 @@ declare const VTextarea: {
|
|
837
891
|
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
838
892
|
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
839
893
|
"v-slot:counter"?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
894
|
+
} & {
|
895
|
+
$slots?: {
|
896
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
897
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
898
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
899
|
+
label?: ((args_0: DefaultInputSlot & {
|
900
|
+
label: string | undefined;
|
901
|
+
props: Record<string, any>;
|
902
|
+
}) => vue.VNodeChild) | undefined;
|
903
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
904
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
905
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
906
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
907
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
908
|
+
counter?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
909
|
+
} | undefined;
|
840
910
|
} & {
|
841
911
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
842
912
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -881,6 +951,13 @@ declare const VTextarea: {
|
|
881
951
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
882
952
|
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
883
953
|
} | undefined;
|
954
|
+
$slots?: {
|
955
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
956
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
957
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
958
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
959
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
960
|
+
} | undefined;
|
884
961
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
885
962
|
[key: string]: any;
|
886
963
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -929,7 +1006,7 @@ declare const VTextarea: {
|
|
929
1006
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
930
1007
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
931
1008
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
932
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1009
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
933
1010
|
validationValue?: any;
|
934
1011
|
hint?: string | undefined;
|
935
1012
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -986,7 +1063,7 @@ declare const VTextarea: {
|
|
986
1063
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
987
1064
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
988
1065
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
989
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1066
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
990
1067
|
validationValue?: any;
|
991
1068
|
hint?: string | undefined;
|
992
1069
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1011,12 +1088,20 @@ declare const VTextarea: {
|
|
1011
1088
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1012
1089
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1013
1090
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1091
|
+
} & {
|
1092
|
+
$slots?: {
|
1093
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1094
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1095
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1096
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1097
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1098
|
+
} | undefined;
|
1014
1099
|
} & {
|
1015
1100
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1016
1101
|
}, {
|
1017
1102
|
reset: () => void;
|
1018
1103
|
resetValidation: () => void;
|
1019
|
-
validate: () => Promise<string[]>;
|
1104
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1020
1105
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1021
1106
|
'update:modelValue': (val: any) => true;
|
1022
1107
|
}, string, {
|
@@ -1092,7 +1177,7 @@ declare const VTextarea: {
|
|
1092
1177
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1093
1178
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1094
1179
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1095
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1180
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1096
1181
|
validationValue?: any;
|
1097
1182
|
hint?: string | undefined;
|
1098
1183
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1117,13 +1202,21 @@ declare const VTextarea: {
|
|
1117
1202
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1118
1203
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1119
1204
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1205
|
+
} & {
|
1206
|
+
$slots?: {
|
1207
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1208
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1209
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1210
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1211
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1212
|
+
} | undefined;
|
1120
1213
|
} & {
|
1121
1214
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1122
1215
|
} & vue.ShallowUnwrapRef<{
|
1123
1216
|
reset: () => void;
|
1124
1217
|
resetValidation: () => void;
|
1125
|
-
validate: () => Promise<string[]>;
|
1126
|
-
}> & {} & 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 & {};
|
1218
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1219
|
+
}> & {} & 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 & {};
|
1127
1220
|
__isFragment?: undefined;
|
1128
1221
|
__isTeleport?: undefined;
|
1129
1222
|
__isSuspense?: undefined;
|
@@ -1180,7 +1273,7 @@ declare const VTextarea: {
|
|
1180
1273
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1181
1274
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1182
1275
|
baseColor?: string | undefined;
|
1183
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1276
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1184
1277
|
validationValue?: any;
|
1185
1278
|
hint?: string | undefined;
|
1186
1279
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1233,6 +1326,22 @@ declare const VTextarea: {
|
|
1233
1326
|
"v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
1234
1327
|
"v-slot:append-inner"?: false | ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
1235
1328
|
"v-slot:counter"?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
1329
|
+
} & {
|
1330
|
+
$slots?: {
|
1331
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1332
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
1333
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1334
|
+
label?: ((args_0: DefaultInputSlot & {
|
1335
|
+
label: string | undefined;
|
1336
|
+
props: Record<string, any>;
|
1337
|
+
}) => vue.VNodeChild) | undefined;
|
1338
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1339
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1340
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
1341
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
1342
|
+
'append-inner'?: ((args_0: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
1343
|
+
counter?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
1344
|
+
} | undefined;
|
1236
1345
|
} & {
|
1237
1346
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
1238
1347
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -1277,6 +1386,13 @@ declare const VTextarea: {
|
|
1277
1386
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1278
1387
|
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1279
1388
|
} | undefined;
|
1389
|
+
$slots?: {
|
1390
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1391
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1392
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1393
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1394
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1395
|
+
} | undefined;
|
1280
1396
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1281
1397
|
[key: string]: any;
|
1282
1398
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1325,7 +1441,7 @@ declare const VTextarea: {
|
|
1325
1441
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1326
1442
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1327
1443
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1328
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1444
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1329
1445
|
validationValue?: any;
|
1330
1446
|
hint?: string | undefined;
|
1331
1447
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1382,7 +1498,7 @@ declare const VTextarea: {
|
|
1382
1498
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1383
1499
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1384
1500
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1385
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1501
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1386
1502
|
validationValue?: any;
|
1387
1503
|
hint?: string | undefined;
|
1388
1504
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1407,12 +1523,20 @@ declare const VTextarea: {
|
|
1407
1523
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1408
1524
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1409
1525
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1526
|
+
} & {
|
1527
|
+
$slots?: {
|
1528
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1529
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1530
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1531
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1532
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1533
|
+
} | undefined;
|
1410
1534
|
} & {
|
1411
1535
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1412
1536
|
}, {
|
1413
1537
|
reset: () => void;
|
1414
1538
|
resetValidation: () => void;
|
1415
|
-
validate: () => Promise<string[]>;
|
1539
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1416
1540
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1417
1541
|
'update:modelValue': (val: any) => true;
|
1418
1542
|
}, string, {
|
@@ -1488,7 +1612,7 @@ declare const VTextarea: {
|
|
1488
1612
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1489
1613
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1490
1614
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1491
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1615
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1492
1616
|
validationValue?: any;
|
1493
1617
|
hint?: string | undefined;
|
1494
1618
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -1513,13 +1637,21 @@ declare const VTextarea: {
|
|
1513
1637
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1514
1638
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1515
1639
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1640
|
+
} & {
|
1641
|
+
$slots?: {
|
1642
|
+
default?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1643
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1644
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1645
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
1646
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
1647
|
+
} | undefined;
|
1516
1648
|
} & {
|
1517
1649
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
1518
1650
|
} & vue.ShallowUnwrapRef<{
|
1519
1651
|
reset: () => void;
|
1520
1652
|
resetValidation: () => void;
|
1521
|
-
validate: () => Promise<string[]>;
|
1522
|
-
}> & {} & 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, {
|
1653
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
1654
|
+
}> & {} & 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, {
|
1523
1655
|
'click:control': (e: MouseEvent) => true;
|
1524
1656
|
'mousedown:control': (e: MouseEvent) => true;
|
1525
1657
|
'update:focused': (focused: boolean) => true;
|
@@ -1643,7 +1775,7 @@ declare const VTextarea: {
|
|
1643
1775
|
default: () => never[];
|
1644
1776
|
};
|
1645
1777
|
modelValue: null;
|
1646
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
1778
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1647
1779
|
validationValue: null;
|
1648
1780
|
density: {
|
1649
1781
|
type: PropType<Density>;
|
@@ -1743,7 +1875,7 @@ declare const VTextarea: {
|
|
1743
1875
|
default: () => never[];
|
1744
1876
|
};
|
1745
1877
|
modelValue: null;
|
1746
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
1878
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1747
1879
|
validationValue: null;
|
1748
1880
|
density: {
|
1749
1881
|
type: PropType<Density>;
|
@@ -26,6 +26,9 @@ declare const VThemeProvider: {
|
|
26
26
|
'v-slots'?: {
|
27
27
|
default?: false | (() => vue.VNodeChild) | undefined;
|
28
28
|
} | undefined;
|
29
|
+
$slots?: {
|
30
|
+
default?: (() => vue.VNodeChild) | undefined;
|
31
|
+
} | undefined;
|
29
32
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
30
33
|
[key: string]: any;
|
31
34
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -96,6 +99,10 @@ declare const VThemeProvider: {
|
|
96
99
|
} | undefined;
|
97
100
|
} & {
|
98
101
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
102
|
+
} & {
|
103
|
+
$slots?: {
|
104
|
+
default?: (() => vue.VNodeChild) | undefined;
|
105
|
+
} | undefined;
|
99
106
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
100
107
|
[key: string]: any;
|
101
108
|
}>[] | JSX.Element | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
@@ -142,6 +149,10 @@ declare const VThemeProvider: {
|
|
142
149
|
} | undefined;
|
143
150
|
} & {
|
144
151
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
152
|
+
} & {
|
153
|
+
$slots?: {
|
154
|
+
default?: (() => vue.VNodeChild) | undefined;
|
155
|
+
} | undefined;
|
145
156
|
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
146
157
|
[key: string]: any;
|
147
158
|
}>[] | JSX.Element | undefined> & {} & vue.ComponentCustomProperties & {};
|
@@ -164,6 +175,10 @@ declare const VThemeProvider: {
|
|
164
175
|
} | undefined;
|
165
176
|
} & {
|
166
177
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
178
|
+
} & {
|
179
|
+
$slots?: {
|
180
|
+
default?: (() => vue.VNodeChild) | undefined;
|
181
|
+
} | undefined;
|
167
182
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
168
183
|
[key: string]: any;
|
169
184
|
}>[] | JSX.Element | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
@@ -38,6 +38,9 @@ declare const VTimeline: {
|
|
38
38
|
'v-slots'?: {
|
39
39
|
default?: false | (() => vue.VNodeChild) | undefined;
|
40
40
|
} | undefined;
|
41
|
+
$slots?: {
|
42
|
+
default?: (() => vue.VNodeChild) | undefined;
|
43
|
+
} | undefined;
|
41
44
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
42
45
|
[key: string]: any;
|
43
46
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -118,6 +121,10 @@ declare const VTimeline: {
|
|
118
121
|
} | undefined;
|
119
122
|
} & {
|
120
123
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
124
|
+
} & {
|
125
|
+
$slots?: {
|
126
|
+
default?: (() => vue.VNodeChild) | undefined;
|
127
|
+
} | undefined;
|
121
128
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
122
129
|
style: vue.StyleValue;
|
123
130
|
tag: string;
|
@@ -173,6 +180,10 @@ declare const VTimeline: {
|
|
173
180
|
} | undefined;
|
174
181
|
} & {
|
175
182
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
183
|
+
} & {
|
184
|
+
$slots?: {
|
185
|
+
default?: (() => vue.VNodeChild) | undefined;
|
186
|
+
} | undefined;
|
176
187
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
177
188
|
__isFragment?: undefined;
|
178
189
|
__isTeleport?: undefined;
|
@@ -201,6 +212,10 @@ declare const VTimeline: {
|
|
201
212
|
} | undefined;
|
202
213
|
} & {
|
203
214
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
215
|
+
} & {
|
216
|
+
$slots?: {
|
217
|
+
default?: (() => vue.VNodeChild) | undefined;
|
218
|
+
} | undefined;
|
204
219
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
205
220
|
style: vue.StyleValue;
|
206
221
|
tag: string;
|
@@ -322,6 +337,11 @@ declare const VTimelineItem: {
|
|
322
337
|
icon?: false | (() => vue.VNodeChild) | undefined;
|
323
338
|
opposite?: false | (() => vue.VNodeChild) | undefined;
|
324
339
|
} | undefined;
|
340
|
+
$slots?: {
|
341
|
+
default?: (() => vue.VNodeChild) | undefined;
|
342
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
343
|
+
opposite?: (() => vue.VNodeChild) | undefined;
|
344
|
+
} | undefined;
|
325
345
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
326
346
|
[key: string]: any;
|
327
347
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -425,6 +445,12 @@ declare const VTimelineItem: {
|
|
425
445
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
426
446
|
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
427
447
|
"v-slot:opposite"?: false | (() => vue.VNodeChild) | undefined;
|
448
|
+
} & {
|
449
|
+
$slots?: {
|
450
|
+
default?: (() => vue.VNodeChild) | undefined;
|
451
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
452
|
+
opposite?: (() => vue.VNodeChild) | undefined;
|
453
|
+
} | undefined;
|
428
454
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
429
455
|
style: vue.StyleValue;
|
430
456
|
size: string | number;
|
@@ -500,6 +526,12 @@ declare const VTimelineItem: {
|
|
500
526
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
501
527
|
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
502
528
|
"v-slot:opposite"?: false | (() => vue.VNodeChild) | undefined;
|
529
|
+
} & {
|
530
|
+
$slots?: {
|
531
|
+
default?: (() => vue.VNodeChild) | undefined;
|
532
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
533
|
+
opposite?: (() => vue.VNodeChild) | undefined;
|
534
|
+
} | undefined;
|
503
535
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
504
536
|
__isFragment?: undefined;
|
505
537
|
__isTeleport?: undefined;
|
@@ -541,6 +573,12 @@ declare const VTimelineItem: {
|
|
541
573
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
542
574
|
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
543
575
|
"v-slot:opposite"?: false | (() => vue.VNodeChild) | undefined;
|
576
|
+
} & {
|
577
|
+
$slots?: {
|
578
|
+
default?: (() => vue.VNodeChild) | undefined;
|
579
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
580
|
+
opposite?: (() => vue.VNodeChild) | undefined;
|
581
|
+
} | undefined;
|
544
582
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
545
583
|
style: vue.StyleValue;
|
546
584
|
size: string | number;
|