@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
|
@@ -154,6 +154,9 @@ declare const VSelect: {
|
|
|
154
154
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
155
155
|
default?: (() => vue.VNodeChild) | undefined;
|
|
156
156
|
};
|
|
157
|
+
$slots?: {
|
|
158
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
159
|
+
} | undefined;
|
|
157
160
|
'v-slots'?: {
|
|
158
161
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
159
162
|
} | undefined;
|
|
@@ -165,6 +168,9 @@ declare const VSelect: {
|
|
|
165
168
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
166
169
|
default?: (() => vue.VNodeChild) | undefined;
|
|
167
170
|
};
|
|
171
|
+
$slots?: {
|
|
172
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
173
|
+
} | undefined;
|
|
168
174
|
'v-slots'?: {
|
|
169
175
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
170
176
|
} | undefined;
|
|
@@ -220,6 +226,9 @@ declare const VSelect: {
|
|
|
220
226
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
221
227
|
default?: (() => vue.VNodeChild) | undefined;
|
|
222
228
|
};
|
|
229
|
+
$slots?: {
|
|
230
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
231
|
+
} | undefined;
|
|
223
232
|
'v-slots'?: {
|
|
224
233
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
225
234
|
} | undefined;
|
|
@@ -231,6 +240,9 @@ declare const VSelect: {
|
|
|
231
240
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
232
241
|
default?: (() => vue.VNodeChild) | undefined;
|
|
233
242
|
};
|
|
243
|
+
$slots?: {
|
|
244
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
245
|
+
} | undefined;
|
|
234
246
|
'v-slots'?: {
|
|
235
247
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
236
248
|
} | undefined;
|
|
@@ -247,6 +259,9 @@ declare const VSelect: {
|
|
|
247
259
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
248
260
|
default?: (() => vue.VNodeChild) | undefined;
|
|
249
261
|
};
|
|
262
|
+
$slots?: {
|
|
263
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
264
|
+
} | undefined;
|
|
250
265
|
'v-slots'?: {
|
|
251
266
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
252
267
|
} | undefined;
|
|
@@ -258,6 +273,9 @@ declare const VSelect: {
|
|
|
258
273
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
259
274
|
default?: (() => vue.VNodeChild) | undefined;
|
|
260
275
|
};
|
|
276
|
+
$slots?: {
|
|
277
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
278
|
+
} | undefined;
|
|
261
279
|
'v-slots'?: {
|
|
262
280
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
263
281
|
} | undefined;
|
|
@@ -392,6 +410,9 @@ declare const VSelect: {
|
|
|
392
410
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
393
411
|
default?: (() => vue.VNodeChild) | undefined;
|
|
394
412
|
};
|
|
413
|
+
$slots?: {
|
|
414
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
415
|
+
} | undefined;
|
|
395
416
|
'v-slots'?: {
|
|
396
417
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
397
418
|
} | undefined;
|
|
@@ -403,6 +424,9 @@ declare const VSelect: {
|
|
|
403
424
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
404
425
|
default?: (() => vue.VNodeChild) | undefined;
|
|
405
426
|
};
|
|
427
|
+
$slots?: {
|
|
428
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
429
|
+
} | undefined;
|
|
406
430
|
'v-slots'?: {
|
|
407
431
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
408
432
|
} | undefined;
|
|
@@ -442,6 +466,9 @@ declare const VSelect: {
|
|
|
442
466
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
443
467
|
default?: (() => vue.VNodeChild) | undefined;
|
|
444
468
|
};
|
|
469
|
+
$slots?: {
|
|
470
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
471
|
+
} | undefined;
|
|
445
472
|
'v-slots'?: {
|
|
446
473
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
447
474
|
} | undefined;
|
|
@@ -453,6 +480,9 @@ declare const VSelect: {
|
|
|
453
480
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
454
481
|
default?: (() => vue.VNodeChild) | undefined;
|
|
455
482
|
};
|
|
483
|
+
$slots?: {
|
|
484
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
485
|
+
} | undefined;
|
|
456
486
|
'v-slots'?: {
|
|
457
487
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
458
488
|
} | undefined;
|
|
@@ -504,6 +534,15 @@ declare const VSelect: {
|
|
|
504
534
|
props: Record<string, any>;
|
|
505
535
|
}) => vue.VNodeChild) | undefined;
|
|
506
536
|
};
|
|
537
|
+
$slots?: {
|
|
538
|
+
default?: ((args_0: {
|
|
539
|
+
isActive: vue.Ref<boolean>;
|
|
540
|
+
}) => vue.VNodeChild) | undefined;
|
|
541
|
+
activator?: ((args_0: {
|
|
542
|
+
isActive: boolean;
|
|
543
|
+
props: Record<string, any>;
|
|
544
|
+
}) => vue.VNodeChild) | undefined;
|
|
545
|
+
} | undefined;
|
|
507
546
|
'v-slots'?: {
|
|
508
547
|
default?: false | ((args_0: {
|
|
509
548
|
isActive: vue.Ref<boolean>;
|
|
@@ -535,7 +574,7 @@ declare const VSelect: {
|
|
|
535
574
|
type: PropType<typeof deepEqual>;
|
|
536
575
|
default: typeof deepEqual;
|
|
537
576
|
};
|
|
538
|
-
}, "multiple" | "$children" | "
|
|
577
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
539
578
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
540
579
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
|
|
541
580
|
$attrs: {
|
|
@@ -568,6 +607,9 @@ declare const VSelect: {
|
|
|
568
607
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
569
608
|
default?: (() => vue.VNodeChild) | undefined;
|
|
570
609
|
};
|
|
610
|
+
$slots?: {
|
|
611
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
612
|
+
} | undefined;
|
|
571
613
|
'v-slots'?: {
|
|
572
614
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
573
615
|
} | undefined;
|
|
@@ -579,6 +621,9 @@ declare const VSelect: {
|
|
|
579
621
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
580
622
|
default?: (() => vue.VNodeChild) | undefined;
|
|
581
623
|
};
|
|
624
|
+
$slots?: {
|
|
625
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
626
|
+
} | undefined;
|
|
582
627
|
'v-slots'?: {
|
|
583
628
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
584
629
|
} | undefined;
|
|
@@ -595,6 +640,9 @@ declare const VSelect: {
|
|
|
595
640
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
596
641
|
default?: (() => vue.VNodeChild) | undefined;
|
|
597
642
|
};
|
|
643
|
+
$slots?: {
|
|
644
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
645
|
+
} | undefined;
|
|
598
646
|
'v-slots'?: {
|
|
599
647
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
600
648
|
} | undefined;
|
|
@@ -606,6 +654,9 @@ declare const VSelect: {
|
|
|
606
654
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
607
655
|
default?: (() => vue.VNodeChild) | undefined;
|
|
608
656
|
};
|
|
657
|
+
$slots?: {
|
|
658
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
659
|
+
} | undefined;
|
|
609
660
|
'v-slots'?: {
|
|
610
661
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
611
662
|
} | undefined;
|
|
@@ -740,6 +791,9 @@ declare const VSelect: {
|
|
|
740
791
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
741
792
|
default?: (() => vue.VNodeChild) | undefined;
|
|
742
793
|
};
|
|
794
|
+
$slots?: {
|
|
795
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
796
|
+
} | undefined;
|
|
743
797
|
'v-slots'?: {
|
|
744
798
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
745
799
|
} | undefined;
|
|
@@ -751,6 +805,9 @@ declare const VSelect: {
|
|
|
751
805
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
752
806
|
default?: (() => vue.VNodeChild) | undefined;
|
|
753
807
|
};
|
|
808
|
+
$slots?: {
|
|
809
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
810
|
+
} | undefined;
|
|
754
811
|
'v-slots'?: {
|
|
755
812
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
756
813
|
} | undefined;
|
|
@@ -790,6 +847,9 @@ declare const VSelect: {
|
|
|
790
847
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
791
848
|
default?: (() => vue.VNodeChild) | undefined;
|
|
792
849
|
};
|
|
850
|
+
$slots?: {
|
|
851
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
852
|
+
} | undefined;
|
|
793
853
|
'v-slots'?: {
|
|
794
854
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
795
855
|
} | undefined;
|
|
@@ -801,6 +861,9 @@ declare const VSelect: {
|
|
|
801
861
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
802
862
|
default?: (() => vue.VNodeChild) | undefined;
|
|
803
863
|
};
|
|
864
|
+
$slots?: {
|
|
865
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
866
|
+
} | undefined;
|
|
804
867
|
'v-slots'?: {
|
|
805
868
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
806
869
|
} | undefined;
|
|
@@ -852,6 +915,15 @@ declare const VSelect: {
|
|
|
852
915
|
props: Record<string, any>;
|
|
853
916
|
}) => vue.VNodeChild) | undefined;
|
|
854
917
|
};
|
|
918
|
+
$slots?: {
|
|
919
|
+
default?: ((args_0: {
|
|
920
|
+
isActive: vue.Ref<boolean>;
|
|
921
|
+
}) => vue.VNodeChild) | undefined;
|
|
922
|
+
activator?: ((args_0: {
|
|
923
|
+
isActive: boolean;
|
|
924
|
+
props: Record<string, any>;
|
|
925
|
+
}) => vue.VNodeChild) | undefined;
|
|
926
|
+
} | undefined;
|
|
855
927
|
'v-slots'?: {
|
|
856
928
|
default?: false | ((args_0: {
|
|
857
929
|
isActive: vue.Ref<boolean>;
|
|
@@ -883,7 +955,7 @@ declare const VSelect: {
|
|
|
883
955
|
type: PropType<typeof deepEqual>;
|
|
884
956
|
default: typeof deepEqual;
|
|
885
957
|
};
|
|
886
|
-
}, "multiple" | "$children" | "
|
|
958
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
887
959
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
888
960
|
}, {
|
|
889
961
|
menu: vue.WritableComputedRef<boolean>;
|
|
@@ -891,7 +963,7 @@ declare const VSelect: {
|
|
|
891
963
|
} & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
892
964
|
'update:modelValue': (val: any) => boolean;
|
|
893
965
|
'update:menu': (val: boolean) => true;
|
|
894
|
-
}, "multiple" | "$children" | "
|
|
966
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
895
967
|
reverse: boolean;
|
|
896
968
|
type: string;
|
|
897
969
|
error: boolean;
|
|
@@ -906,6 +978,9 @@ declare const VSelect: {
|
|
|
906
978
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
907
979
|
default?: (() => vue.VNodeChild) | undefined;
|
|
908
980
|
};
|
|
981
|
+
$slots?: {
|
|
982
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
983
|
+
} | undefined;
|
|
909
984
|
'v-slots'?: {
|
|
910
985
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
911
986
|
} | undefined;
|
|
@@ -917,6 +992,9 @@ declare const VSelect: {
|
|
|
917
992
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
918
993
|
default?: (() => vue.VNodeChild) | undefined;
|
|
919
994
|
};
|
|
995
|
+
$slots?: {
|
|
996
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
997
|
+
} | undefined;
|
|
920
998
|
'v-slots'?: {
|
|
921
999
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
922
1000
|
} | undefined;
|
|
@@ -992,6 +1070,9 @@ declare const VSelect: {
|
|
|
992
1070
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
993
1071
|
default?: (() => vue.VNodeChild) | undefined;
|
|
994
1072
|
};
|
|
1073
|
+
$slots?: {
|
|
1074
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1075
|
+
} | undefined;
|
|
995
1076
|
'v-slots'?: {
|
|
996
1077
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
997
1078
|
} | undefined;
|
|
@@ -1003,6 +1084,9 @@ declare const VSelect: {
|
|
|
1003
1084
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1004
1085
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1005
1086
|
};
|
|
1087
|
+
$slots?: {
|
|
1088
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1089
|
+
} | undefined;
|
|
1006
1090
|
'v-slots'?: {
|
|
1007
1091
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1008
1092
|
} | undefined;
|
|
@@ -1019,6 +1103,9 @@ declare const VSelect: {
|
|
|
1019
1103
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1020
1104
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1021
1105
|
};
|
|
1106
|
+
$slots?: {
|
|
1107
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1108
|
+
} | undefined;
|
|
1022
1109
|
'v-slots'?: {
|
|
1023
1110
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1024
1111
|
} | undefined;
|
|
@@ -1030,6 +1117,9 @@ declare const VSelect: {
|
|
|
1030
1117
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1031
1118
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1032
1119
|
};
|
|
1120
|
+
$slots?: {
|
|
1121
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1122
|
+
} | undefined;
|
|
1033
1123
|
'v-slots'?: {
|
|
1034
1124
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1035
1125
|
} | undefined;
|
|
@@ -1164,6 +1254,9 @@ declare const VSelect: {
|
|
|
1164
1254
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1165
1255
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1166
1256
|
};
|
|
1257
|
+
$slots?: {
|
|
1258
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1259
|
+
} | undefined;
|
|
1167
1260
|
'v-slots'?: {
|
|
1168
1261
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1169
1262
|
} | undefined;
|
|
@@ -1175,6 +1268,9 @@ declare const VSelect: {
|
|
|
1175
1268
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1176
1269
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1177
1270
|
};
|
|
1271
|
+
$slots?: {
|
|
1272
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1273
|
+
} | undefined;
|
|
1178
1274
|
'v-slots'?: {
|
|
1179
1275
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1180
1276
|
} | undefined;
|
|
@@ -1214,6 +1310,9 @@ declare const VSelect: {
|
|
|
1214
1310
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1215
1311
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1216
1312
|
};
|
|
1313
|
+
$slots?: {
|
|
1314
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1315
|
+
} | undefined;
|
|
1217
1316
|
'v-slots'?: {
|
|
1218
1317
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1219
1318
|
} | undefined;
|
|
@@ -1225,6 +1324,9 @@ declare const VSelect: {
|
|
|
1225
1324
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1226
1325
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1227
1326
|
};
|
|
1327
|
+
$slots?: {
|
|
1328
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1329
|
+
} | undefined;
|
|
1228
1330
|
'v-slots'?: {
|
|
1229
1331
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1230
1332
|
} | undefined;
|
|
@@ -1276,6 +1378,15 @@ declare const VSelect: {
|
|
|
1276
1378
|
props: Record<string, any>;
|
|
1277
1379
|
}) => vue.VNodeChild) | undefined;
|
|
1278
1380
|
};
|
|
1381
|
+
$slots?: {
|
|
1382
|
+
default?: ((args_0: {
|
|
1383
|
+
isActive: vue.Ref<boolean>;
|
|
1384
|
+
}) => vue.VNodeChild) | undefined;
|
|
1385
|
+
activator?: ((args_0: {
|
|
1386
|
+
isActive: boolean;
|
|
1387
|
+
props: Record<string, any>;
|
|
1388
|
+
}) => vue.VNodeChild) | undefined;
|
|
1389
|
+
} | undefined;
|
|
1279
1390
|
'v-slots'?: {
|
|
1280
1391
|
default?: false | ((args_0: {
|
|
1281
1392
|
isActive: vue.Ref<boolean>;
|
|
@@ -1307,7 +1418,7 @@ declare const VSelect: {
|
|
|
1307
1418
|
type: PropType<typeof deepEqual>;
|
|
1308
1419
|
default: typeof deepEqual;
|
|
1309
1420
|
};
|
|
1310
|
-
}, "multiple" | "$children" | "
|
|
1421
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
1311
1422
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1312
1423
|
} & vue.ShallowUnwrapRef<{
|
|
1313
1424
|
menu: vue.WritableComputedRef<boolean>;
|
|
@@ -1333,6 +1444,9 @@ declare const VSelect: {
|
|
|
1333
1444
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1334
1445
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1335
1446
|
};
|
|
1447
|
+
$slots?: {
|
|
1448
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1449
|
+
} | undefined;
|
|
1336
1450
|
'v-slots'?: {
|
|
1337
1451
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1338
1452
|
} | undefined;
|
|
@@ -1344,6 +1458,9 @@ declare const VSelect: {
|
|
|
1344
1458
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1345
1459
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1346
1460
|
};
|
|
1461
|
+
$slots?: {
|
|
1462
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1463
|
+
} | undefined;
|
|
1347
1464
|
'v-slots'?: {
|
|
1348
1465
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1349
1466
|
} | undefined;
|
|
@@ -1360,6 +1477,9 @@ declare const VSelect: {
|
|
|
1360
1477
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1361
1478
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1362
1479
|
};
|
|
1480
|
+
$slots?: {
|
|
1481
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1482
|
+
} | undefined;
|
|
1363
1483
|
'v-slots'?: {
|
|
1364
1484
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1365
1485
|
} | undefined;
|
|
@@ -1371,6 +1491,9 @@ declare const VSelect: {
|
|
|
1371
1491
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1372
1492
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1373
1493
|
};
|
|
1494
|
+
$slots?: {
|
|
1495
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1496
|
+
} | undefined;
|
|
1374
1497
|
'v-slots'?: {
|
|
1375
1498
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1376
1499
|
} | undefined;
|
|
@@ -1505,6 +1628,9 @@ declare const VSelect: {
|
|
|
1505
1628
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1506
1629
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1507
1630
|
};
|
|
1631
|
+
$slots?: {
|
|
1632
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1633
|
+
} | undefined;
|
|
1508
1634
|
'v-slots'?: {
|
|
1509
1635
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1510
1636
|
} | undefined;
|
|
@@ -1516,6 +1642,9 @@ declare const VSelect: {
|
|
|
1516
1642
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1517
1643
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1518
1644
|
};
|
|
1645
|
+
$slots?: {
|
|
1646
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1647
|
+
} | undefined;
|
|
1519
1648
|
'v-slots'?: {
|
|
1520
1649
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1521
1650
|
} | undefined;
|
|
@@ -1555,6 +1684,9 @@ declare const VSelect: {
|
|
|
1555
1684
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1556
1685
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1557
1686
|
};
|
|
1687
|
+
$slots?: {
|
|
1688
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1689
|
+
} | undefined;
|
|
1558
1690
|
'v-slots'?: {
|
|
1559
1691
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1560
1692
|
} | undefined;
|
|
@@ -1566,6 +1698,9 @@ declare const VSelect: {
|
|
|
1566
1698
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1567
1699
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1568
1700
|
};
|
|
1701
|
+
$slots?: {
|
|
1702
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1703
|
+
} | undefined;
|
|
1569
1704
|
'v-slots'?: {
|
|
1570
1705
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1571
1706
|
} | undefined;
|
|
@@ -1617,6 +1752,15 @@ declare const VSelect: {
|
|
|
1617
1752
|
props: Record<string, any>;
|
|
1618
1753
|
}) => vue.VNodeChild) | undefined;
|
|
1619
1754
|
};
|
|
1755
|
+
$slots?: {
|
|
1756
|
+
default?: ((args_0: {
|
|
1757
|
+
isActive: vue.Ref<boolean>;
|
|
1758
|
+
}) => vue.VNodeChild) | undefined;
|
|
1759
|
+
activator?: ((args_0: {
|
|
1760
|
+
isActive: boolean;
|
|
1761
|
+
props: Record<string, any>;
|
|
1762
|
+
}) => vue.VNodeChild) | undefined;
|
|
1763
|
+
} | undefined;
|
|
1620
1764
|
'v-slots'?: {
|
|
1621
1765
|
default?: false | ((args_0: {
|
|
1622
1766
|
isActive: vue.Ref<boolean>;
|
|
@@ -1648,7 +1792,7 @@ declare const VSelect: {
|
|
|
1648
1792
|
type: PropType<typeof deepEqual>;
|
|
1649
1793
|
default: typeof deepEqual;
|
|
1650
1794
|
};
|
|
1651
|
-
}, "multiple" | "$children" | "
|
|
1795
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
1652
1796
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1653
1797
|
}, {
|
|
1654
1798
|
menu: vue.WritableComputedRef<boolean>;
|
|
@@ -1656,7 +1800,7 @@ declare const VSelect: {
|
|
|
1656
1800
|
} & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1657
1801
|
'update:modelValue': (val: any) => boolean;
|
|
1658
1802
|
'update:menu': (val: boolean) => true;
|
|
1659
|
-
}, "multiple" | "$children" | "
|
|
1803
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
1660
1804
|
reverse: boolean;
|
|
1661
1805
|
type: string;
|
|
1662
1806
|
error: boolean;
|
|
@@ -1671,6 +1815,9 @@ declare const VSelect: {
|
|
|
1671
1815
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1672
1816
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1673
1817
|
};
|
|
1818
|
+
$slots?: {
|
|
1819
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1820
|
+
} | undefined;
|
|
1674
1821
|
'v-slots'?: {
|
|
1675
1822
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1676
1823
|
} | undefined;
|
|
@@ -1682,6 +1829,9 @@ declare const VSelect: {
|
|
|
1682
1829
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1683
1830
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1684
1831
|
};
|
|
1832
|
+
$slots?: {
|
|
1833
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1834
|
+
} | undefined;
|
|
1685
1835
|
'v-slots'?: {
|
|
1686
1836
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1687
1837
|
} | undefined;
|
|
@@ -1755,6 +1905,33 @@ declare const VSelect: {
|
|
|
1755
1905
|
'append-item'?: (() => vue.VNodeChild) | undefined;
|
|
1756
1906
|
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
1757
1907
|
};
|
|
1908
|
+
$slots?: {
|
|
1909
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
1910
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1911
|
+
label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
1912
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1913
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1914
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1915
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
1916
|
+
'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
1917
|
+
item?: ((args_0: {
|
|
1918
|
+
item: InternalItem<T_1>;
|
|
1919
|
+
index: number;
|
|
1920
|
+
props: Record<string, unknown>;
|
|
1921
|
+
}) => vue.VNodeChild) | undefined;
|
|
1922
|
+
chip?: ((args_0: {
|
|
1923
|
+
item: InternalItem<T_1>;
|
|
1924
|
+
index: number;
|
|
1925
|
+
props: Record<string, unknown>;
|
|
1926
|
+
}) => vue.VNodeChild) | undefined;
|
|
1927
|
+
selection?: ((args_0: {
|
|
1928
|
+
item: InternalItem<T_1>;
|
|
1929
|
+
index: number;
|
|
1930
|
+
}) => vue.VNodeChild) | undefined;
|
|
1931
|
+
'prepend-item'?: (() => vue.VNodeChild) | undefined;
|
|
1932
|
+
'append-item'?: (() => vue.VNodeChild) | undefined;
|
|
1933
|
+
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
1934
|
+
} | undefined;
|
|
1758
1935
|
'v-slots'?: {
|
|
1759
1936
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
1760
1937
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -65,7 +65,7 @@ declare const VSelectionControl: {
|
|
|
65
65
|
trueValue: null;
|
|
66
66
|
falseValue: null;
|
|
67
67
|
value: null;
|
|
68
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "disabled" | "multiple" | "readonly" | "density" | "ripple" | "valueComparator">;
|
|
68
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "disabled" | "multiple" | "readonly" | "density" | "ripple" | "valueComparator">;
|
|
69
69
|
$attrs: {
|
|
70
70
|
[x: string]: unknown;
|
|
71
71
|
};
|
|
@@ -113,12 +113,12 @@ declare const VSelectionControl: {
|
|
|
113
113
|
trueValue: null;
|
|
114
114
|
falseValue: null;
|
|
115
115
|
value: null;
|
|
116
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>>, {
|
|
116
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>>, {
|
|
117
117
|
isFocused: Ref<boolean>;
|
|
118
118
|
input: Ref<HTMLInputElement | undefined>;
|
|
119
119
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
120
120
|
'update:modelValue': (val: any) => boolean;
|
|
121
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:input">, string, {
|
|
121
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:input">, string, {
|
|
122
122
|
inline: boolean;
|
|
123
123
|
error: boolean;
|
|
124
124
|
disabled: boolean;
|
|
@@ -181,7 +181,7 @@ declare const VSelectionControl: {
|
|
|
181
181
|
trueValue: null;
|
|
182
182
|
falseValue: null;
|
|
183
183
|
value: null;
|
|
184
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>> & vue.ShallowUnwrapRef<{
|
|
184
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>> & vue.ShallowUnwrapRef<{
|
|
185
185
|
isFocused: Ref<boolean>;
|
|
186
186
|
input: Ref<HTMLInputElement | undefined>;
|
|
187
187
|
}> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -222,12 +222,12 @@ declare const VSelectionControl: {
|
|
|
222
222
|
trueValue: null;
|
|
223
223
|
falseValue: null;
|
|
224
224
|
value: null;
|
|
225
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>>, {
|
|
225
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:label" | "v-slot:input">>>, {
|
|
226
226
|
isFocused: Ref<boolean>;
|
|
227
227
|
input: Ref<HTMLInputElement | undefined>;
|
|
228
228
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
229
229
|
'update:modelValue': (val: any) => boolean;
|
|
230
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:input">, string, {
|
|
230
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:input">, string, {
|
|
231
231
|
inline: boolean;
|
|
232
232
|
error: boolean;
|
|
233
233
|
disabled: boolean;
|
|
@@ -249,6 +249,14 @@ declare const VSelectionControl: {
|
|
|
249
249
|
}) => vue.VNodeChild) | undefined;
|
|
250
250
|
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
251
251
|
};
|
|
252
|
+
$slots?: {
|
|
253
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
254
|
+
label?: ((args_0: {
|
|
255
|
+
label: string | undefined;
|
|
256
|
+
props: Record<string, unknown>;
|
|
257
|
+
}) => vue.VNodeChild) | undefined;
|
|
258
|
+
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
259
|
+
} | undefined;
|
|
252
260
|
'v-slots'?: {
|
|
253
261
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
254
262
|
label?: false | ((args_0: {
|
|
@@ -31,6 +31,9 @@ declare const VSelectionControlGroup: vue.DefineComponent<{
|
|
|
31
31
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
32
32
|
default?: (() => vue.VNodeChild) | undefined;
|
|
33
33
|
};
|
|
34
|
+
$slots?: {
|
|
35
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
36
|
+
} | undefined;
|
|
34
37
|
'v-slots'?: {
|
|
35
38
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
36
39
|
} | undefined;
|
|
@@ -61,6 +64,9 @@ declare const VSelectionControlGroup: vue.DefineComponent<{
|
|
|
61
64
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
62
65
|
default?: (() => vue.VNodeChild) | undefined;
|
|
63
66
|
};
|
|
67
|
+
$slots?: {
|
|
68
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
69
|
+
} | undefined;
|
|
64
70
|
'v-slots'?: {
|
|
65
71
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
66
72
|
} | undefined;
|
|
@@ -26,6 +26,9 @@ declare const VSheet: vue.DefineComponent<{
|
|
|
26
26
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
27
27
|
default?: (() => vue.VNodeChild) | undefined;
|
|
28
28
|
};
|
|
29
|
+
$slots?: {
|
|
30
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
31
|
+
} | undefined;
|
|
29
32
|
'v-slots'?: {
|
|
30
33
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
31
34
|
} | undefined;
|
|
@@ -51,6 +54,9 @@ declare const VSheet: vue.DefineComponent<{
|
|
|
51
54
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
52
55
|
default?: (() => vue.VNodeChild) | undefined;
|
|
53
56
|
};
|
|
57
|
+
$slots?: {
|
|
58
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
59
|
+
} | undefined;
|
|
54
60
|
'v-slots'?: {
|
|
55
61
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
56
62
|
} | undefined;
|