@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.13-pr-20185.5bf1ff4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +125 -273
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +239 -610
- package/dist/vuetify-labs.css +3046 -2341
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +239 -241
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +239 -241
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1273 -568
- package/dist/vuetify.d.ts +342 -605
- package/dist/vuetify.esm.js +100 -160
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -160
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1038 -1037
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAppBar/index.d.mts +0 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -61
- package/lib/components/VAvatar/VAvatar.css +2 -7
- package/lib/components/VAvatar/VAvatar.mjs +2 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -1
- package/lib/components/VAvatar/_variables.scss +0 -13
- package/lib/components/VAvatar/index.d.mts +0 -6
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +2 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +0 -6
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +0 -9
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -61
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +0 -72
- package/lib/components/VFab/index.d.mts +0 -6
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +1 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +0 -36
- package/lib/components/VImg/VImg.css +6 -9
- package/lib/components/VImg/VImg.mjs +0 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -9
- package/lib/components/VImg/index.d.mts +0 -9
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +23 -13
- package/lib/components/VList/VListItem.mjs +1 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +2 -2
- package/lib/components/VList/index.d.mts +18 -19
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +8 -26
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/VSelect.mjs +13 -15
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -61
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +0 -6
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTabs/index.d.mts +3 -21
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +8 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +0 -3
- package/lib/components/index.d.mts +302 -565
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +6 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +0 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +23 -14
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +0 -36
- package/lib/labs/VTreeview/VTreeview.mjs +5 -7
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
- package/lib/labs/VTreeview/index.d.mts +60 -77
- package/lib/labs/components.d.mts +92 -136
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/lib/util/helpers.mjs +0 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -197,7 +197,6 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
197
197
|
|
198
198
|
type ListItemSlot = {
|
199
199
|
isActive: boolean;
|
200
|
-
isOpen: boolean;
|
201
200
|
isSelected: boolean;
|
202
201
|
isIndeterminate: boolean;
|
203
202
|
select: (value: boolean) => void;
|
@@ -346,7 +345,7 @@ declare const VCombobox: {
|
|
346
345
|
theme?: string | undefined;
|
347
346
|
counter?: string | number | boolean | undefined;
|
348
347
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
349
|
-
validateOn?:
|
348
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
350
349
|
rounded?: string | number | boolean | undefined;
|
351
350
|
baseColor?: string | undefined;
|
352
351
|
bgColor?: string | undefined;
|
@@ -418,9 +417,9 @@ declare const VCombobox: {
|
|
418
417
|
rounded?: string | number | boolean | undefined;
|
419
418
|
baseColor?: string | undefined;
|
420
419
|
bgColor?: string | undefined;
|
421
|
-
activeColor?: string | undefined;
|
422
420
|
activeClass?: string | undefined;
|
423
421
|
activeStrategy?: ActiveStrategyProp | undefined;
|
422
|
+
activeColor?: string | undefined;
|
424
423
|
collapseIcon?: string | undefined;
|
425
424
|
expandIcon?: string | undefined;
|
426
425
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -463,9 +462,9 @@ declare const VCombobox: {
|
|
463
462
|
rounded?: string | number | boolean | undefined;
|
464
463
|
baseColor?: string | undefined;
|
465
464
|
bgColor?: string | undefined;
|
466
|
-
activeColor?: string | undefined;
|
467
465
|
activeClass?: string | undefined;
|
468
466
|
activeStrategy?: ActiveStrategyProp | undefined;
|
467
|
+
activeColor?: string | undefined;
|
469
468
|
collapseIcon?: string | undefined;
|
470
469
|
expandIcon?: string | undefined;
|
471
470
|
} & {
|
@@ -626,7 +625,7 @@ declare const VCombobox: {
|
|
626
625
|
}) => vue.VNodeChild) | undefined;
|
627
626
|
}) | undefined;
|
628
627
|
menuProps?: (Partial<{
|
629
|
-
location:
|
628
|
+
location: Anchor;
|
630
629
|
origin: "auto" | Anchor | "overlap";
|
631
630
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
632
631
|
component?: vue.Component | undefined;
|
@@ -654,9 +653,8 @@ declare const VCombobox: {
|
|
654
653
|
noClickAnimation: boolean;
|
655
654
|
persistent: boolean;
|
656
655
|
scrim: NonNullable<string | boolean>;
|
657
|
-
submenu: boolean;
|
658
656
|
}> & Omit<{
|
659
|
-
location:
|
657
|
+
location: Anchor;
|
660
658
|
origin: "auto" | Anchor | "overlap";
|
661
659
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
662
660
|
component?: vue.Component | undefined;
|
@@ -682,7 +680,6 @@ declare const VCombobox: {
|
|
682
680
|
noClickAnimation: boolean;
|
683
681
|
persistent: boolean;
|
684
682
|
scrim: NonNullable<string | boolean>;
|
685
|
-
submenu: boolean;
|
686
683
|
offset?: string | number | number[] | undefined;
|
687
684
|
id?: string | undefined;
|
688
685
|
height?: string | number | undefined;
|
@@ -733,7 +730,7 @@ declare const VCombobox: {
|
|
733
730
|
}) => vue.VNodeChild) | undefined;
|
734
731
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
735
732
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
736
|
-
location:
|
733
|
+
location: Anchor;
|
737
734
|
origin: "auto" | Anchor | "overlap";
|
738
735
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
739
736
|
component?: vue.Component | undefined;
|
@@ -759,7 +756,6 @@ declare const VCombobox: {
|
|
759
756
|
noClickAnimation: boolean;
|
760
757
|
persistent: boolean;
|
761
758
|
scrim: NonNullable<string | boolean>;
|
762
|
-
submenu: boolean;
|
763
759
|
} & {
|
764
760
|
offset?: string | number | number[] | undefined;
|
765
761
|
id?: string | undefined;
|
@@ -813,7 +809,7 @@ declare const VCombobox: {
|
|
813
809
|
}) => vue.VNodeChild) | undefined;
|
814
810
|
} & {
|
815
811
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
816
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
812
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
817
813
|
itemColor?: string | undefined;
|
818
814
|
autoSelectFirst?: boolean | "exact" | undefined;
|
819
815
|
} & {
|
@@ -889,7 +885,7 @@ declare const VCombobox: {
|
|
889
885
|
theme?: string | undefined;
|
890
886
|
counter?: string | number | boolean | undefined;
|
891
887
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
892
|
-
validateOn?:
|
888
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
893
889
|
rounded?: string | number | boolean | undefined;
|
894
890
|
baseColor?: string | undefined;
|
895
891
|
bgColor?: string | undefined;
|
@@ -961,9 +957,9 @@ declare const VCombobox: {
|
|
961
957
|
rounded?: string | number | boolean | undefined;
|
962
958
|
baseColor?: string | undefined;
|
963
959
|
bgColor?: string | undefined;
|
964
|
-
activeColor?: string | undefined;
|
965
960
|
activeClass?: string | undefined;
|
966
961
|
activeStrategy?: ActiveStrategyProp | undefined;
|
962
|
+
activeColor?: string | undefined;
|
967
963
|
collapseIcon?: string | undefined;
|
968
964
|
expandIcon?: string | undefined;
|
969
965
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -1006,9 +1002,9 @@ declare const VCombobox: {
|
|
1006
1002
|
rounded?: string | number | boolean | undefined;
|
1007
1003
|
baseColor?: string | undefined;
|
1008
1004
|
bgColor?: string | undefined;
|
1009
|
-
activeColor?: string | undefined;
|
1010
1005
|
activeClass?: string | undefined;
|
1011
1006
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1007
|
+
activeColor?: string | undefined;
|
1012
1008
|
collapseIcon?: string | undefined;
|
1013
1009
|
expandIcon?: string | undefined;
|
1014
1010
|
} & {
|
@@ -1169,7 +1165,7 @@ declare const VCombobox: {
|
|
1169
1165
|
}) => vue.VNodeChild) | undefined;
|
1170
1166
|
}) | undefined;
|
1171
1167
|
menuProps?: (Partial<{
|
1172
|
-
location:
|
1168
|
+
location: Anchor;
|
1173
1169
|
origin: "auto" | Anchor | "overlap";
|
1174
1170
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1175
1171
|
component?: vue.Component | undefined;
|
@@ -1197,9 +1193,8 @@ declare const VCombobox: {
|
|
1197
1193
|
noClickAnimation: boolean;
|
1198
1194
|
persistent: boolean;
|
1199
1195
|
scrim: NonNullable<string | boolean>;
|
1200
|
-
submenu: boolean;
|
1201
1196
|
}> & Omit<{
|
1202
|
-
location:
|
1197
|
+
location: Anchor;
|
1203
1198
|
origin: "auto" | Anchor | "overlap";
|
1204
1199
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1205
1200
|
component?: vue.Component | undefined;
|
@@ -1225,7 +1220,6 @@ declare const VCombobox: {
|
|
1225
1220
|
noClickAnimation: boolean;
|
1226
1221
|
persistent: boolean;
|
1227
1222
|
scrim: NonNullable<string | boolean>;
|
1228
|
-
submenu: boolean;
|
1229
1223
|
offset?: string | number | number[] | undefined;
|
1230
1224
|
id?: string | undefined;
|
1231
1225
|
height?: string | number | undefined;
|
@@ -1276,7 +1270,7 @@ declare const VCombobox: {
|
|
1276
1270
|
}) => vue.VNodeChild) | undefined;
|
1277
1271
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1278
1272
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1279
|
-
location:
|
1273
|
+
location: Anchor;
|
1280
1274
|
origin: "auto" | Anchor | "overlap";
|
1281
1275
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1282
1276
|
component?: vue.Component | undefined;
|
@@ -1302,7 +1296,6 @@ declare const VCombobox: {
|
|
1302
1296
|
noClickAnimation: boolean;
|
1303
1297
|
persistent: boolean;
|
1304
1298
|
scrim: NonNullable<string | boolean>;
|
1305
|
-
submenu: boolean;
|
1306
1299
|
} & {
|
1307
1300
|
offset?: string | number | number[] | undefined;
|
1308
1301
|
id?: string | undefined;
|
@@ -1356,7 +1349,7 @@ declare const VCombobox: {
|
|
1356
1349
|
}) => vue.VNodeChild) | undefined;
|
1357
1350
|
} & {
|
1358
1351
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1359
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
1352
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1360
1353
|
itemColor?: string | undefined;
|
1361
1354
|
autoSelectFirst?: boolean | "exact" | undefined;
|
1362
1355
|
} & {
|
@@ -1546,7 +1539,7 @@ declare const VCombobox: {
|
|
1546
1539
|
theme?: string | undefined;
|
1547
1540
|
counter?: string | number | boolean | undefined;
|
1548
1541
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1549
|
-
validateOn?:
|
1542
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1550
1543
|
rounded?: string | number | boolean | undefined;
|
1551
1544
|
baseColor?: string | undefined;
|
1552
1545
|
bgColor?: string | undefined;
|
@@ -1618,9 +1611,9 @@ declare const VCombobox: {
|
|
1618
1611
|
rounded?: string | number | boolean | undefined;
|
1619
1612
|
baseColor?: string | undefined;
|
1620
1613
|
bgColor?: string | undefined;
|
1621
|
-
activeColor?: string | undefined;
|
1622
1614
|
activeClass?: string | undefined;
|
1623
1615
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1616
|
+
activeColor?: string | undefined;
|
1624
1617
|
collapseIcon?: string | undefined;
|
1625
1618
|
expandIcon?: string | undefined;
|
1626
1619
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -1663,9 +1656,9 @@ declare const VCombobox: {
|
|
1663
1656
|
rounded?: string | number | boolean | undefined;
|
1664
1657
|
baseColor?: string | undefined;
|
1665
1658
|
bgColor?: string | undefined;
|
1666
|
-
activeColor?: string | undefined;
|
1667
1659
|
activeClass?: string | undefined;
|
1668
1660
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1661
|
+
activeColor?: string | undefined;
|
1669
1662
|
collapseIcon?: string | undefined;
|
1670
1663
|
expandIcon?: string | undefined;
|
1671
1664
|
} & {
|
@@ -1826,7 +1819,7 @@ declare const VCombobox: {
|
|
1826
1819
|
}) => vue.VNodeChild) | undefined;
|
1827
1820
|
}) | undefined;
|
1828
1821
|
menuProps?: (Partial<{
|
1829
|
-
location:
|
1822
|
+
location: Anchor;
|
1830
1823
|
origin: "auto" | Anchor | "overlap";
|
1831
1824
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1832
1825
|
component?: vue.Component | undefined;
|
@@ -1854,9 +1847,8 @@ declare const VCombobox: {
|
|
1854
1847
|
noClickAnimation: boolean;
|
1855
1848
|
persistent: boolean;
|
1856
1849
|
scrim: NonNullable<string | boolean>;
|
1857
|
-
submenu: boolean;
|
1858
1850
|
}> & Omit<{
|
1859
|
-
location:
|
1851
|
+
location: Anchor;
|
1860
1852
|
origin: "auto" | Anchor | "overlap";
|
1861
1853
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1862
1854
|
component?: vue.Component | undefined;
|
@@ -1882,7 +1874,6 @@ declare const VCombobox: {
|
|
1882
1874
|
noClickAnimation: boolean;
|
1883
1875
|
persistent: boolean;
|
1884
1876
|
scrim: NonNullable<string | boolean>;
|
1885
|
-
submenu: boolean;
|
1886
1877
|
offset?: string | number | number[] | undefined;
|
1887
1878
|
id?: string | undefined;
|
1888
1879
|
height?: string | number | undefined;
|
@@ -1933,7 +1924,7 @@ declare const VCombobox: {
|
|
1933
1924
|
}) => vue.VNodeChild) | undefined;
|
1934
1925
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1935
1926
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1936
|
-
location:
|
1927
|
+
location: Anchor;
|
1937
1928
|
origin: "auto" | Anchor | "overlap";
|
1938
1929
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1939
1930
|
component?: vue.Component | undefined;
|
@@ -1959,7 +1950,6 @@ declare const VCombobox: {
|
|
1959
1950
|
noClickAnimation: boolean;
|
1960
1951
|
persistent: boolean;
|
1961
1952
|
scrim: NonNullable<string | boolean>;
|
1962
|
-
submenu: boolean;
|
1963
1953
|
} & {
|
1964
1954
|
offset?: string | number | number[] | undefined;
|
1965
1955
|
id?: string | undefined;
|
@@ -2013,7 +2003,7 @@ declare const VCombobox: {
|
|
2013
2003
|
}) => vue.VNodeChild) | undefined;
|
2014
2004
|
} & {
|
2015
2005
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2016
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
2006
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2017
2007
|
itemColor?: string | undefined;
|
2018
2008
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2019
2009
|
} & {
|
@@ -2138,7 +2128,7 @@ declare const VCombobox: {
|
|
2138
2128
|
theme?: string | undefined;
|
2139
2129
|
counter?: string | number | boolean | undefined;
|
2140
2130
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2141
|
-
validateOn?:
|
2131
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
2142
2132
|
rounded?: string | number | boolean | undefined;
|
2143
2133
|
baseColor?: string | undefined;
|
2144
2134
|
bgColor?: string | undefined;
|
@@ -2210,9 +2200,9 @@ declare const VCombobox: {
|
|
2210
2200
|
rounded?: string | number | boolean | undefined;
|
2211
2201
|
baseColor?: string | undefined;
|
2212
2202
|
bgColor?: string | undefined;
|
2213
|
-
activeColor?: string | undefined;
|
2214
2203
|
activeClass?: string | undefined;
|
2215
2204
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2205
|
+
activeColor?: string | undefined;
|
2216
2206
|
collapseIcon?: string | undefined;
|
2217
2207
|
expandIcon?: string | undefined;
|
2218
2208
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -2255,9 +2245,9 @@ declare const VCombobox: {
|
|
2255
2245
|
rounded?: string | number | boolean | undefined;
|
2256
2246
|
baseColor?: string | undefined;
|
2257
2247
|
bgColor?: string | undefined;
|
2258
|
-
activeColor?: string | undefined;
|
2259
2248
|
activeClass?: string | undefined;
|
2260
2249
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2250
|
+
activeColor?: string | undefined;
|
2261
2251
|
collapseIcon?: string | undefined;
|
2262
2252
|
expandIcon?: string | undefined;
|
2263
2253
|
} & {
|
@@ -2418,7 +2408,7 @@ declare const VCombobox: {
|
|
2418
2408
|
}) => vue.VNodeChild) | undefined;
|
2419
2409
|
}) | undefined;
|
2420
2410
|
menuProps?: (Partial<{
|
2421
|
-
location:
|
2411
|
+
location: Anchor;
|
2422
2412
|
origin: "auto" | Anchor | "overlap";
|
2423
2413
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2424
2414
|
component?: vue.Component | undefined;
|
@@ -2446,9 +2436,8 @@ declare const VCombobox: {
|
|
2446
2436
|
noClickAnimation: boolean;
|
2447
2437
|
persistent: boolean;
|
2448
2438
|
scrim: NonNullable<string | boolean>;
|
2449
|
-
submenu: boolean;
|
2450
2439
|
}> & Omit<{
|
2451
|
-
location:
|
2440
|
+
location: Anchor;
|
2452
2441
|
origin: "auto" | Anchor | "overlap";
|
2453
2442
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2454
2443
|
component?: vue.Component | undefined;
|
@@ -2474,7 +2463,6 @@ declare const VCombobox: {
|
|
2474
2463
|
noClickAnimation: boolean;
|
2475
2464
|
persistent: boolean;
|
2476
2465
|
scrim: NonNullable<string | boolean>;
|
2477
|
-
submenu: boolean;
|
2478
2466
|
offset?: string | number | number[] | undefined;
|
2479
2467
|
id?: string | undefined;
|
2480
2468
|
height?: string | number | undefined;
|
@@ -2525,7 +2513,7 @@ declare const VCombobox: {
|
|
2525
2513
|
}) => vue.VNodeChild) | undefined;
|
2526
2514
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2527
2515
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2528
|
-
location:
|
2516
|
+
location: Anchor;
|
2529
2517
|
origin: "auto" | Anchor | "overlap";
|
2530
2518
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2531
2519
|
component?: vue.Component | undefined;
|
@@ -2551,7 +2539,6 @@ declare const VCombobox: {
|
|
2551
2539
|
noClickAnimation: boolean;
|
2552
2540
|
persistent: boolean;
|
2553
2541
|
scrim: NonNullable<string | boolean>;
|
2554
|
-
submenu: boolean;
|
2555
2542
|
} & {
|
2556
2543
|
offset?: string | number | number[] | undefined;
|
2557
2544
|
id?: string | undefined;
|
@@ -2605,7 +2592,7 @@ declare const VCombobox: {
|
|
2605
2592
|
}) => vue.VNodeChild) | undefined;
|
2606
2593
|
} & {
|
2607
2594
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2608
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
2595
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2609
2596
|
itemColor?: string | undefined;
|
2610
2597
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2611
2598
|
} & {
|
@@ -2868,7 +2855,7 @@ declare const VCombobox: {
|
|
2868
2855
|
type: PropType<any>;
|
2869
2856
|
default: any;
|
2870
2857
|
};
|
2871
|
-
validateOn: PropType<
|
2858
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
2872
2859
|
rounded: {
|
2873
2860
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2874
2861
|
default: undefined;
|
@@ -3009,9 +2996,9 @@ declare const VCombobox: {
|
|
3009
2996
|
rounded?: string | number | boolean | undefined;
|
3010
2997
|
baseColor?: string | undefined;
|
3011
2998
|
bgColor?: string | undefined;
|
3012
|
-
activeColor?: string | undefined;
|
3013
2999
|
activeClass?: string | undefined;
|
3014
3000
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3001
|
+
activeColor?: string | undefined;
|
3015
3002
|
collapseIcon?: string | undefined;
|
3016
3003
|
expandIcon?: string | undefined;
|
3017
3004
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -3054,9 +3041,9 @@ declare const VCombobox: {
|
|
3054
3041
|
rounded?: string | number | boolean | undefined;
|
3055
3042
|
baseColor?: string | undefined;
|
3056
3043
|
bgColor?: string | undefined;
|
3057
|
-
activeColor?: string | undefined;
|
3058
3044
|
activeClass?: string | undefined;
|
3059
3045
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3046
|
+
activeColor?: string | undefined;
|
3060
3047
|
collapseIcon?: string | undefined;
|
3061
3048
|
expandIcon?: string | undefined;
|
3062
3049
|
} & {
|
@@ -3224,7 +3211,7 @@ declare const VCombobox: {
|
|
3224
3211
|
};
|
3225
3212
|
menuProps: {
|
3226
3213
|
type: PropType<Partial<{
|
3227
|
-
location:
|
3214
|
+
location: Anchor;
|
3228
3215
|
origin: "auto" | Anchor | "overlap";
|
3229
3216
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3230
3217
|
component?: vue.Component | undefined;
|
@@ -3252,9 +3239,8 @@ declare const VCombobox: {
|
|
3252
3239
|
noClickAnimation: boolean;
|
3253
3240
|
persistent: boolean;
|
3254
3241
|
scrim: NonNullable<string | boolean>;
|
3255
|
-
submenu: boolean;
|
3256
3242
|
}> & Omit<{
|
3257
|
-
location:
|
3243
|
+
location: Anchor;
|
3258
3244
|
origin: "auto" | Anchor | "overlap";
|
3259
3245
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3260
3246
|
component?: vue.Component | undefined;
|
@@ -3280,7 +3266,6 @@ declare const VCombobox: {
|
|
3280
3266
|
noClickAnimation: boolean;
|
3281
3267
|
persistent: boolean;
|
3282
3268
|
scrim: NonNullable<string | boolean>;
|
3283
|
-
submenu: boolean;
|
3284
3269
|
offset?: string | number | number[] | undefined;
|
3285
3270
|
id?: string | undefined;
|
3286
3271
|
height?: string | number | undefined;
|
@@ -3331,7 +3316,7 @@ declare const VCombobox: {
|
|
3331
3316
|
}) => vue.VNodeChild) | undefined;
|
3332
3317
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3333
3318
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3334
|
-
location:
|
3319
|
+
location: Anchor;
|
3335
3320
|
origin: "auto" | Anchor | "overlap";
|
3336
3321
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3337
3322
|
component?: vue.Component | undefined;
|
@@ -3357,7 +3342,6 @@ declare const VCombobox: {
|
|
3357
3342
|
noClickAnimation: boolean;
|
3358
3343
|
persistent: boolean;
|
3359
3344
|
scrim: NonNullable<string | boolean>;
|
3360
|
-
submenu: boolean;
|
3361
3345
|
} & {
|
3362
3346
|
offset?: string | number | number[] | undefined;
|
3363
3347
|
id?: string | undefined;
|
@@ -3411,7 +3395,7 @@ declare const VCombobox: {
|
|
3411
3395
|
}) => vue.VNodeChild) | undefined;
|
3412
3396
|
} & {
|
3413
3397
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3414
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
3398
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3415
3399
|
};
|
3416
3400
|
multiple: BooleanConstructor;
|
3417
3401
|
noDataText: {
|
@@ -3524,7 +3508,7 @@ declare const VCombobox: {
|
|
3524
3508
|
type: PropType<any>;
|
3525
3509
|
default: any;
|
3526
3510
|
};
|
3527
|
-
validateOn: PropType<
|
3511
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
3528
3512
|
rounded: {
|
3529
3513
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3530
3514
|
default: undefined;
|
@@ -3665,9 +3649,9 @@ declare const VCombobox: {
|
|
3665
3649
|
rounded?: string | number | boolean | undefined;
|
3666
3650
|
baseColor?: string | undefined;
|
3667
3651
|
bgColor?: string | undefined;
|
3668
|
-
activeColor?: string | undefined;
|
3669
3652
|
activeClass?: string | undefined;
|
3670
3653
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3654
|
+
activeColor?: string | undefined;
|
3671
3655
|
collapseIcon?: string | undefined;
|
3672
3656
|
expandIcon?: string | undefined;
|
3673
3657
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -3710,9 +3694,9 @@ declare const VCombobox: {
|
|
3710
3694
|
rounded?: string | number | boolean | undefined;
|
3711
3695
|
baseColor?: string | undefined;
|
3712
3696
|
bgColor?: string | undefined;
|
3713
|
-
activeColor?: string | undefined;
|
3714
3697
|
activeClass?: string | undefined;
|
3715
3698
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3699
|
+
activeColor?: string | undefined;
|
3716
3700
|
collapseIcon?: string | undefined;
|
3717
3701
|
expandIcon?: string | undefined;
|
3718
3702
|
} & {
|
@@ -3880,7 +3864,7 @@ declare const VCombobox: {
|
|
3880
3864
|
};
|
3881
3865
|
menuProps: {
|
3882
3866
|
type: PropType<Partial<{
|
3883
|
-
location:
|
3867
|
+
location: Anchor;
|
3884
3868
|
origin: "auto" | Anchor | "overlap";
|
3885
3869
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3886
3870
|
component?: vue.Component | undefined;
|
@@ -3908,9 +3892,8 @@ declare const VCombobox: {
|
|
3908
3892
|
noClickAnimation: boolean;
|
3909
3893
|
persistent: boolean;
|
3910
3894
|
scrim: NonNullable<string | boolean>;
|
3911
|
-
submenu: boolean;
|
3912
3895
|
}> & Omit<{
|
3913
|
-
location:
|
3896
|
+
location: Anchor;
|
3914
3897
|
origin: "auto" | Anchor | "overlap";
|
3915
3898
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3916
3899
|
component?: vue.Component | undefined;
|
@@ -3936,7 +3919,6 @@ declare const VCombobox: {
|
|
3936
3919
|
noClickAnimation: boolean;
|
3937
3920
|
persistent: boolean;
|
3938
3921
|
scrim: NonNullable<string | boolean>;
|
3939
|
-
submenu: boolean;
|
3940
3922
|
offset?: string | number | number[] | undefined;
|
3941
3923
|
id?: string | undefined;
|
3942
3924
|
height?: string | number | undefined;
|
@@ -3987,7 +3969,7 @@ declare const VCombobox: {
|
|
3987
3969
|
}) => vue.VNodeChild) | undefined;
|
3988
3970
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3989
3971
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3990
|
-
location:
|
3972
|
+
location: Anchor;
|
3991
3973
|
origin: "auto" | Anchor | "overlap";
|
3992
3974
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3993
3975
|
component?: vue.Component | undefined;
|
@@ -4013,7 +3995,6 @@ declare const VCombobox: {
|
|
4013
3995
|
noClickAnimation: boolean;
|
4014
3996
|
persistent: boolean;
|
4015
3997
|
scrim: NonNullable<string | boolean>;
|
4016
|
-
submenu: boolean;
|
4017
3998
|
} & {
|
4018
3999
|
offset?: string | number | number[] | undefined;
|
4019
4000
|
id?: string | undefined;
|
@@ -4067,7 +4048,7 @@ declare const VCombobox: {
|
|
4067
4048
|
}) => vue.VNodeChild) | undefined;
|
4068
4049
|
} & {
|
4069
4050
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4070
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
4051
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4071
4052
|
};
|
4072
4053
|
multiple: BooleanConstructor;
|
4073
4054
|
noDataText: {
|
@@ -22,7 +22,7 @@ export function useOptions(_ref) {
|
|
22
22
|
if (deepEqual(oldOptions, options.value)) return;
|
23
23
|
|
24
24
|
// Reset page when searching
|
25
|
-
if (oldOptions && oldOptions.search !== options.value.search) {
|
25
|
+
if (oldOptions?.search != null && oldOptions.search !== options.value.search) {
|
26
26
|
page.value = 1;
|
27
27
|
}
|
28
28
|
vm.emit('update:options', options.value);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"options.mjs","names":["computed","watch","deepEqual","getCurrentInstance","useOptions","_ref","page","itemsPerPage","sortBy","groupBy","search","vm","options","value","oldOptions","emit","deep","immediate"],"sources":["../../../../src/components/VDataTable/composables/options.ts"],"sourcesContent":["// Utilities\nimport { computed, watch } from 'vue'\nimport { deepEqual, getCurrentInstance } from '@/util'\n\n// Types\nimport type { Ref } from 'vue'\nimport type { SortItem } from './sort'\n\nexport function useOptions ({\n page,\n itemsPerPage,\n sortBy,\n groupBy,\n search,\n}: {\n page: Ref<number>\n itemsPerPage: Ref<number>\n sortBy: Ref<readonly SortItem[]>\n groupBy: Ref<readonly SortItem[]>\n search: Ref<string | undefined>\n}) {\n const vm = getCurrentInstance('VDataTable')\n\n const options = computed(() => ({\n page: page.value,\n itemsPerPage: itemsPerPage.value,\n sortBy: sortBy.value,\n groupBy: groupBy.value,\n search: search.value,\n }))\n\n let oldOptions: typeof options.value | null = null\n watch(options, () => {\n if (deepEqual(oldOptions, options.value)) return\n\n // Reset page when searching\n if (oldOptions && oldOptions.search !== options.value.search) {\n page.value = 1\n }\n\n vm.emit('update:options', options.value)\n oldOptions = options.value\n }, { deep: true, immediate: true })\n}\n"],"mappings":"AAAA;AACA,SAASA,QAAQ,EAAEC,KAAK,QAAQ,KAAK;AAAA,SAC5BC,SAAS,EAAEC,kBAAkB,mCAEtC;AAIA,OAAO,SAASC,UAAUA,CAAAC,IAAA,EAYvB;EAAA,IAZyB;IAC1BC,IAAI;IACJC,YAAY;IACZC,MAAM;IACNC,OAAO;IACPC;EAOF,CAAC,GAAAL,IAAA;EACC,MAAMM,EAAE,GAAGR,kBAAkB,CAAC,YAAY,CAAC;EAE3C,MAAMS,OAAO,GAAGZ,QAAQ,CAAC,OAAO;IAC9BM,IAAI,EAAEA,IAAI,CAACO,KAAK;IAChBN,YAAY,EAAEA,YAAY,CAACM,KAAK;IAChCL,MAAM,EAAEA,MAAM,CAACK,KAAK;IACpBJ,OAAO,EAAEA,OAAO,CAACI,KAAK;IACtBH,MAAM,EAAEA,MAAM,CAACG;EACjB,CAAC,CAAC,CAAC;EAEH,IAAIC,UAAuC,GAAG,IAAI;EAClDb,KAAK,CAACW,OAAO,EAAE,MAAM;IACnB,IAAIV,SAAS,CAACY,UAAU,EAAEF,OAAO,CAACC,KAAK,CAAC,EAAE;;IAE1C;IACA,IAAIC,UAAU,
|
1
|
+
{"version":3,"file":"options.mjs","names":["computed","watch","deepEqual","getCurrentInstance","useOptions","_ref","page","itemsPerPage","sortBy","groupBy","search","vm","options","value","oldOptions","emit","deep","immediate"],"sources":["../../../../src/components/VDataTable/composables/options.ts"],"sourcesContent":["// Utilities\nimport { computed, watch } from 'vue'\nimport { deepEqual, getCurrentInstance } from '@/util'\n\n// Types\nimport type { Ref } from 'vue'\nimport type { SortItem } from './sort'\n\nexport function useOptions ({\n page,\n itemsPerPage,\n sortBy,\n groupBy,\n search,\n}: {\n page: Ref<number>\n itemsPerPage: Ref<number>\n sortBy: Ref<readonly SortItem[]>\n groupBy: Ref<readonly SortItem[]>\n search: Ref<string | undefined>\n}) {\n const vm = getCurrentInstance('VDataTable')\n\n const options = computed(() => ({\n page: page.value,\n itemsPerPage: itemsPerPage.value,\n sortBy: sortBy.value,\n groupBy: groupBy.value,\n search: search.value,\n }))\n\n let oldOptions: typeof options.value | null = null\n watch(options, () => {\n if (deepEqual(oldOptions, options.value)) return\n\n // Reset page when searching\n if (oldOptions?.search != null && oldOptions.search !== options.value.search) {\n page.value = 1\n }\n\n vm.emit('update:options', options.value)\n oldOptions = options.value\n }, { deep: true, immediate: true })\n}\n"],"mappings":"AAAA;AACA,SAASA,QAAQ,EAAEC,KAAK,QAAQ,KAAK;AAAA,SAC5BC,SAAS,EAAEC,kBAAkB,mCAEtC;AAIA,OAAO,SAASC,UAAUA,CAAAC,IAAA,EAYvB;EAAA,IAZyB;IAC1BC,IAAI;IACJC,YAAY;IACZC,MAAM;IACNC,OAAO;IACPC;EAOF,CAAC,GAAAL,IAAA;EACC,MAAMM,EAAE,GAAGR,kBAAkB,CAAC,YAAY,CAAC;EAE3C,MAAMS,OAAO,GAAGZ,QAAQ,CAAC,OAAO;IAC9BM,IAAI,EAAEA,IAAI,CAACO,KAAK;IAChBN,YAAY,EAAEA,YAAY,CAACM,KAAK;IAChCL,MAAM,EAAEA,MAAM,CAACK,KAAK;IACpBJ,OAAO,EAAEA,OAAO,CAACI,KAAK;IACtBH,MAAM,EAAEA,MAAM,CAACG;EACjB,CAAC,CAAC,CAAC;EAEH,IAAIC,UAAuC,GAAG,IAAI;EAClDb,KAAK,CAACW,OAAO,EAAE,MAAM;IACnB,IAAIV,SAAS,CAACY,UAAU,EAAEF,OAAO,CAACC,KAAK,CAAC,EAAE;;IAE1C;IACA,IAAIC,UAAU,EAAEJ,MAAM,IAAI,IAAI,IAAII,UAAU,CAACJ,MAAM,KAAKE,OAAO,CAACC,KAAK,CAACH,MAAM,EAAE;MAC5EJ,IAAI,CAACO,KAAK,GAAG,CAAC;IAChB;IAEAF,EAAE,CAACI,IAAI,CAAC,gBAAgB,EAAEH,OAAO,CAACC,KAAK,CAAC;IACxCC,UAAU,GAAGF,OAAO,CAACC,KAAK;EAC5B,CAAC,EAAE;IAAEG,IAAI,EAAE,IAAI;IAAEC,SAAS,EAAE;EAAK,CAAC,CAAC;AACrC","ignoreList":[]}
|
@@ -22,6 +22,11 @@
|
|
22
22
|
--v-scrollbar-offset: 0px;
|
23
23
|
border-radius: 4px;
|
24
24
|
overflow-y: auto;
|
25
|
+
}
|
26
|
+
.v-dialog > .v-overlay__content > .v-card,
|
27
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
28
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
29
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
25
30
|
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26
31
|
}
|
27
32
|
.v-dialog > .v-overlay__content > .v-card,
|
@@ -628,7 +628,7 @@ declare const VDialog: {
|
|
628
628
|
onAfterLeave?: (() => any) | undefined;
|
629
629
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
630
630
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
631
|
-
}, "target" | "
|
631
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
632
632
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
633
633
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
634
634
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1312,7 +1312,7 @@ declare const VDialog: {
|
|
1312
1312
|
onAfterLeave?: (() => any) | undefined;
|
1313
1313
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1314
1314
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1315
|
-
}, "target" | "
|
1315
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1316
1316
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1317
1317
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1318
1318
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1893,7 +1893,7 @@ declare const VDialog: {
|
|
1893
1893
|
onAfterLeave?: (() => any) | undefined;
|
1894
1894
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1895
1895
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1896
|
-
}, "target" | "
|
1896
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1897
1897
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1898
1898
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1899
1899
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -94,15 +94,19 @@
|
|
94
94
|
min-height: 64px;
|
95
95
|
}
|
96
96
|
|
97
|
+
.v-expansion-panel__shadow {
|
98
|
+
border-radius: inherit;
|
99
|
+
z-index: -1;
|
100
|
+
}
|
97
101
|
.v-expansion-panel__shadow {
|
98
102
|
position: absolute;
|
99
103
|
top: 0;
|
100
104
|
left: 0;
|
101
105
|
width: 100%;
|
102
106
|
height: 100%;
|
107
|
+
}
|
108
|
+
.v-expansion-panel__shadow {
|
103
109
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
104
|
-
border-radius: inherit;
|
105
|
-
z-index: -1;
|
106
110
|
}
|
107
111
|
|
108
112
|
.v-expansion-panel-title {
|
@@ -146,15 +150,17 @@
|
|
146
150
|
}
|
147
151
|
}
|
148
152
|
|
153
|
+
.v-expansion-panel-title__overlay {
|
154
|
+
background-color: currentColor;
|
155
|
+
border-radius: inherit;
|
156
|
+
opacity: 0;
|
157
|
+
}
|
149
158
|
.v-expansion-panel-title__overlay {
|
150
159
|
position: absolute;
|
151
160
|
top: 0;
|
152
161
|
left: 0;
|
153
162
|
width: 100%;
|
154
163
|
height: 100%;
|
155
|
-
background-color: currentColor;
|
156
|
-
border-radius: inherit;
|
157
|
-
opacity: 0;
|
158
164
|
}
|
159
165
|
|
160
166
|
.v-expansion-panel-title__icon {
|