@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.14-master.2024-08-01
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 +127 -275
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +241 -612
- package/dist/vuetify-labs.css +3861 -3156
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +238 -240
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +238 -240
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1162 -457
- package/dist/vuetify.d.ts +348 -611
- package/dist/vuetify.esm.js +99 -159
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +99 -159
- 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/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 +46 -46
- 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
@@ -181,7 +181,6 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
181
181
|
|
182
182
|
type ListItemSlot = {
|
183
183
|
isActive: boolean;
|
184
|
-
isOpen: boolean;
|
185
184
|
isSelected: boolean;
|
186
185
|
isIndeterminate: boolean;
|
187
186
|
select: (value: boolean) => void;
|
@@ -332,7 +331,7 @@ declare const VSelect: {
|
|
332
331
|
theme?: string | undefined;
|
333
332
|
counter?: string | number | boolean | undefined;
|
334
333
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
335
|
-
validateOn?:
|
334
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
336
335
|
rounded?: string | number | boolean | undefined;
|
337
336
|
baseColor?: string | undefined;
|
338
337
|
bgColor?: string | undefined;
|
@@ -402,9 +401,9 @@ declare const VSelect: {
|
|
402
401
|
rounded?: string | number | boolean | undefined;
|
403
402
|
baseColor?: string | undefined;
|
404
403
|
bgColor?: string | undefined;
|
405
|
-
activeColor?: string | undefined;
|
406
404
|
activeClass?: string | undefined;
|
407
405
|
activeStrategy?: ActiveStrategyProp | undefined;
|
406
|
+
activeColor?: string | undefined;
|
408
407
|
collapseIcon?: string | undefined;
|
409
408
|
expandIcon?: string | undefined;
|
410
409
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -447,9 +446,9 @@ declare const VSelect: {
|
|
447
446
|
rounded?: string | number | boolean | undefined;
|
448
447
|
baseColor?: string | undefined;
|
449
448
|
bgColor?: string | undefined;
|
450
|
-
activeColor?: string | undefined;
|
451
449
|
activeClass?: string | undefined;
|
452
450
|
activeStrategy?: ActiveStrategyProp | undefined;
|
451
|
+
activeColor?: string | undefined;
|
453
452
|
collapseIcon?: string | undefined;
|
454
453
|
expandIcon?: string | undefined;
|
455
454
|
} & {
|
@@ -610,7 +609,7 @@ declare const VSelect: {
|
|
610
609
|
}) => vue.VNodeChild) | undefined;
|
611
610
|
}) | undefined;
|
612
611
|
menuProps?: (Partial<{
|
613
|
-
location:
|
612
|
+
location: Anchor;
|
614
613
|
origin: "auto" | Anchor | "overlap";
|
615
614
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
616
615
|
component?: Component | undefined;
|
@@ -638,9 +637,8 @@ declare const VSelect: {
|
|
638
637
|
noClickAnimation: boolean;
|
639
638
|
persistent: boolean;
|
640
639
|
scrim: NonNullable<string | boolean>;
|
641
|
-
submenu: boolean;
|
642
640
|
}> & Omit<{
|
643
|
-
location:
|
641
|
+
location: Anchor;
|
644
642
|
origin: "auto" | Anchor | "overlap";
|
645
643
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
646
644
|
component?: Component | undefined;
|
@@ -666,7 +664,6 @@ declare const VSelect: {
|
|
666
664
|
noClickAnimation: boolean;
|
667
665
|
persistent: boolean;
|
668
666
|
scrim: NonNullable<string | boolean>;
|
669
|
-
submenu: boolean;
|
670
667
|
offset?: string | number | number[] | undefined;
|
671
668
|
id?: string | undefined;
|
672
669
|
height?: string | number | undefined;
|
@@ -717,7 +714,7 @@ declare const VSelect: {
|
|
717
714
|
}) => vue.VNodeChild) | undefined;
|
718
715
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
719
716
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
720
|
-
location:
|
717
|
+
location: Anchor;
|
721
718
|
origin: "auto" | Anchor | "overlap";
|
722
719
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
723
720
|
component?: Component | undefined;
|
@@ -743,7 +740,6 @@ declare const VSelect: {
|
|
743
740
|
noClickAnimation: boolean;
|
744
741
|
persistent: boolean;
|
745
742
|
scrim: NonNullable<string | boolean>;
|
746
|
-
submenu: boolean;
|
747
743
|
} & {
|
748
744
|
offset?: string | number | number[] | undefined;
|
749
745
|
id?: string | undefined;
|
@@ -797,7 +793,7 @@ declare const VSelect: {
|
|
797
793
|
}) => vue.VNodeChild) | undefined;
|
798
794
|
} & {
|
799
795
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
800
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
796
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
801
797
|
itemColor?: string | undefined;
|
802
798
|
} & {
|
803
799
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -867,7 +863,7 @@ declare const VSelect: {
|
|
867
863
|
theme?: string | undefined;
|
868
864
|
counter?: string | number | boolean | undefined;
|
869
865
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
870
|
-
validateOn?:
|
866
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
871
867
|
rounded?: string | number | boolean | undefined;
|
872
868
|
baseColor?: string | undefined;
|
873
869
|
bgColor?: string | undefined;
|
@@ -937,9 +933,9 @@ declare const VSelect: {
|
|
937
933
|
rounded?: string | number | boolean | undefined;
|
938
934
|
baseColor?: string | undefined;
|
939
935
|
bgColor?: string | undefined;
|
940
|
-
activeColor?: string | undefined;
|
941
936
|
activeClass?: string | undefined;
|
942
937
|
activeStrategy?: ActiveStrategyProp | undefined;
|
938
|
+
activeColor?: string | undefined;
|
943
939
|
collapseIcon?: string | undefined;
|
944
940
|
expandIcon?: string | undefined;
|
945
941
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -982,9 +978,9 @@ declare const VSelect: {
|
|
982
978
|
rounded?: string | number | boolean | undefined;
|
983
979
|
baseColor?: string | undefined;
|
984
980
|
bgColor?: string | undefined;
|
985
|
-
activeColor?: string | undefined;
|
986
981
|
activeClass?: string | undefined;
|
987
982
|
activeStrategy?: ActiveStrategyProp | undefined;
|
983
|
+
activeColor?: string | undefined;
|
988
984
|
collapseIcon?: string | undefined;
|
989
985
|
expandIcon?: string | undefined;
|
990
986
|
} & {
|
@@ -1145,7 +1141,7 @@ declare const VSelect: {
|
|
1145
1141
|
}) => vue.VNodeChild) | undefined;
|
1146
1142
|
}) | undefined;
|
1147
1143
|
menuProps?: (Partial<{
|
1148
|
-
location:
|
1144
|
+
location: Anchor;
|
1149
1145
|
origin: "auto" | Anchor | "overlap";
|
1150
1146
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1151
1147
|
component?: Component | undefined;
|
@@ -1173,9 +1169,8 @@ declare const VSelect: {
|
|
1173
1169
|
noClickAnimation: boolean;
|
1174
1170
|
persistent: boolean;
|
1175
1171
|
scrim: NonNullable<string | boolean>;
|
1176
|
-
submenu: boolean;
|
1177
1172
|
}> & Omit<{
|
1178
|
-
location:
|
1173
|
+
location: Anchor;
|
1179
1174
|
origin: "auto" | Anchor | "overlap";
|
1180
1175
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1181
1176
|
component?: Component | undefined;
|
@@ -1201,7 +1196,6 @@ declare const VSelect: {
|
|
1201
1196
|
noClickAnimation: boolean;
|
1202
1197
|
persistent: boolean;
|
1203
1198
|
scrim: NonNullable<string | boolean>;
|
1204
|
-
submenu: boolean;
|
1205
1199
|
offset?: string | number | number[] | undefined;
|
1206
1200
|
id?: string | undefined;
|
1207
1201
|
height?: string | number | undefined;
|
@@ -1252,7 +1246,7 @@ declare const VSelect: {
|
|
1252
1246
|
}) => vue.VNodeChild) | undefined;
|
1253
1247
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1254
1248
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1255
|
-
location:
|
1249
|
+
location: Anchor;
|
1256
1250
|
origin: "auto" | Anchor | "overlap";
|
1257
1251
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1258
1252
|
component?: Component | undefined;
|
@@ -1278,7 +1272,6 @@ declare const VSelect: {
|
|
1278
1272
|
noClickAnimation: boolean;
|
1279
1273
|
persistent: boolean;
|
1280
1274
|
scrim: NonNullable<string | boolean>;
|
1281
|
-
submenu: boolean;
|
1282
1275
|
} & {
|
1283
1276
|
offset?: string | number | number[] | undefined;
|
1284
1277
|
id?: string | undefined;
|
@@ -1332,7 +1325,7 @@ declare const VSelect: {
|
|
1332
1325
|
}) => vue.VNodeChild) | undefined;
|
1333
1326
|
} & {
|
1334
1327
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1335
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
1328
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1336
1329
|
itemColor?: string | undefined;
|
1337
1330
|
} & {
|
1338
1331
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -1515,7 +1508,7 @@ declare const VSelect: {
|
|
1515
1508
|
theme?: string | undefined;
|
1516
1509
|
counter?: string | number | boolean | undefined;
|
1517
1510
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1518
|
-
validateOn?:
|
1511
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1519
1512
|
rounded?: string | number | boolean | undefined;
|
1520
1513
|
baseColor?: string | undefined;
|
1521
1514
|
bgColor?: string | undefined;
|
@@ -1585,9 +1578,9 @@ declare const VSelect: {
|
|
1585
1578
|
rounded?: string | number | boolean | undefined;
|
1586
1579
|
baseColor?: string | undefined;
|
1587
1580
|
bgColor?: string | undefined;
|
1588
|
-
activeColor?: string | undefined;
|
1589
1581
|
activeClass?: string | undefined;
|
1590
1582
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1583
|
+
activeColor?: string | undefined;
|
1591
1584
|
collapseIcon?: string | undefined;
|
1592
1585
|
expandIcon?: string | undefined;
|
1593
1586
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -1630,9 +1623,9 @@ declare const VSelect: {
|
|
1630
1623
|
rounded?: string | number | boolean | undefined;
|
1631
1624
|
baseColor?: string | undefined;
|
1632
1625
|
bgColor?: string | undefined;
|
1633
|
-
activeColor?: string | undefined;
|
1634
1626
|
activeClass?: string | undefined;
|
1635
1627
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1628
|
+
activeColor?: string | undefined;
|
1636
1629
|
collapseIcon?: string | undefined;
|
1637
1630
|
expandIcon?: string | undefined;
|
1638
1631
|
} & {
|
@@ -1793,7 +1786,7 @@ declare const VSelect: {
|
|
1793
1786
|
}) => vue.VNodeChild) | undefined;
|
1794
1787
|
}) | undefined;
|
1795
1788
|
menuProps?: (Partial<{
|
1796
|
-
location:
|
1789
|
+
location: Anchor;
|
1797
1790
|
origin: "auto" | Anchor | "overlap";
|
1798
1791
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1799
1792
|
component?: Component | undefined;
|
@@ -1821,9 +1814,8 @@ declare const VSelect: {
|
|
1821
1814
|
noClickAnimation: boolean;
|
1822
1815
|
persistent: boolean;
|
1823
1816
|
scrim: NonNullable<string | boolean>;
|
1824
|
-
submenu: boolean;
|
1825
1817
|
}> & Omit<{
|
1826
|
-
location:
|
1818
|
+
location: Anchor;
|
1827
1819
|
origin: "auto" | Anchor | "overlap";
|
1828
1820
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1829
1821
|
component?: Component | undefined;
|
@@ -1849,7 +1841,6 @@ declare const VSelect: {
|
|
1849
1841
|
noClickAnimation: boolean;
|
1850
1842
|
persistent: boolean;
|
1851
1843
|
scrim: NonNullable<string | boolean>;
|
1852
|
-
submenu: boolean;
|
1853
1844
|
offset?: string | number | number[] | undefined;
|
1854
1845
|
id?: string | undefined;
|
1855
1846
|
height?: string | number | undefined;
|
@@ -1900,7 +1891,7 @@ declare const VSelect: {
|
|
1900
1891
|
}) => vue.VNodeChild) | undefined;
|
1901
1892
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1902
1893
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1903
|
-
location:
|
1894
|
+
location: Anchor;
|
1904
1895
|
origin: "auto" | Anchor | "overlap";
|
1905
1896
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1906
1897
|
component?: Component | undefined;
|
@@ -1926,7 +1917,6 @@ declare const VSelect: {
|
|
1926
1917
|
noClickAnimation: boolean;
|
1927
1918
|
persistent: boolean;
|
1928
1919
|
scrim: NonNullable<string | boolean>;
|
1929
|
-
submenu: boolean;
|
1930
1920
|
} & {
|
1931
1921
|
offset?: string | number | number[] | undefined;
|
1932
1922
|
id?: string | undefined;
|
@@ -1980,7 +1970,7 @@ declare const VSelect: {
|
|
1980
1970
|
}) => vue.VNodeChild) | undefined;
|
1981
1971
|
} & {
|
1982
1972
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1983
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
1973
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1984
1974
|
itemColor?: string | undefined;
|
1985
1975
|
} & {
|
1986
1976
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -2098,7 +2088,7 @@ declare const VSelect: {
|
|
2098
2088
|
theme?: string | undefined;
|
2099
2089
|
counter?: string | number | boolean | undefined;
|
2100
2090
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2101
|
-
validateOn?:
|
2091
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
2102
2092
|
rounded?: string | number | boolean | undefined;
|
2103
2093
|
baseColor?: string | undefined;
|
2104
2094
|
bgColor?: string | undefined;
|
@@ -2168,9 +2158,9 @@ declare const VSelect: {
|
|
2168
2158
|
rounded?: string | number | boolean | undefined;
|
2169
2159
|
baseColor?: string | undefined;
|
2170
2160
|
bgColor?: string | undefined;
|
2171
|
-
activeColor?: string | undefined;
|
2172
2161
|
activeClass?: string | undefined;
|
2173
2162
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2163
|
+
activeColor?: string | undefined;
|
2174
2164
|
collapseIcon?: string | undefined;
|
2175
2165
|
expandIcon?: string | undefined;
|
2176
2166
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -2213,9 +2203,9 @@ declare const VSelect: {
|
|
2213
2203
|
rounded?: string | number | boolean | undefined;
|
2214
2204
|
baseColor?: string | undefined;
|
2215
2205
|
bgColor?: string | undefined;
|
2216
|
-
activeColor?: string | undefined;
|
2217
2206
|
activeClass?: string | undefined;
|
2218
2207
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2208
|
+
activeColor?: string | undefined;
|
2219
2209
|
collapseIcon?: string | undefined;
|
2220
2210
|
expandIcon?: string | undefined;
|
2221
2211
|
} & {
|
@@ -2376,7 +2366,7 @@ declare const VSelect: {
|
|
2376
2366
|
}) => vue.VNodeChild) | undefined;
|
2377
2367
|
}) | undefined;
|
2378
2368
|
menuProps?: (Partial<{
|
2379
|
-
location:
|
2369
|
+
location: Anchor;
|
2380
2370
|
origin: "auto" | Anchor | "overlap";
|
2381
2371
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2382
2372
|
component?: Component | undefined;
|
@@ -2404,9 +2394,8 @@ declare const VSelect: {
|
|
2404
2394
|
noClickAnimation: boolean;
|
2405
2395
|
persistent: boolean;
|
2406
2396
|
scrim: NonNullable<string | boolean>;
|
2407
|
-
submenu: boolean;
|
2408
2397
|
}> & Omit<{
|
2409
|
-
location:
|
2398
|
+
location: Anchor;
|
2410
2399
|
origin: "auto" | Anchor | "overlap";
|
2411
2400
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2412
2401
|
component?: Component | undefined;
|
@@ -2432,7 +2421,6 @@ declare const VSelect: {
|
|
2432
2421
|
noClickAnimation: boolean;
|
2433
2422
|
persistent: boolean;
|
2434
2423
|
scrim: NonNullable<string | boolean>;
|
2435
|
-
submenu: boolean;
|
2436
2424
|
offset?: string | number | number[] | undefined;
|
2437
2425
|
id?: string | undefined;
|
2438
2426
|
height?: string | number | undefined;
|
@@ -2483,7 +2471,7 @@ declare const VSelect: {
|
|
2483
2471
|
}) => vue.VNodeChild) | undefined;
|
2484
2472
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2485
2473
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2486
|
-
location:
|
2474
|
+
location: Anchor;
|
2487
2475
|
origin: "auto" | Anchor | "overlap";
|
2488
2476
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2489
2477
|
component?: Component | undefined;
|
@@ -2509,7 +2497,6 @@ declare const VSelect: {
|
|
2509
2497
|
noClickAnimation: boolean;
|
2510
2498
|
persistent: boolean;
|
2511
2499
|
scrim: NonNullable<string | boolean>;
|
2512
|
-
submenu: boolean;
|
2513
2500
|
} & {
|
2514
2501
|
offset?: string | number | number[] | undefined;
|
2515
2502
|
id?: string | undefined;
|
@@ -2563,7 +2550,7 @@ declare const VSelect: {
|
|
2563
2550
|
}) => vue.VNodeChild) | undefined;
|
2564
2551
|
} & {
|
2565
2552
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2566
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
2553
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2567
2554
|
itemColor?: string | undefined;
|
2568
2555
|
} & {
|
2569
2556
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -2825,7 +2812,7 @@ declare const VSelect: {
|
|
2825
2812
|
type: PropType<any>;
|
2826
2813
|
default: any;
|
2827
2814
|
};
|
2828
|
-
validateOn: PropType<
|
2815
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
2829
2816
|
rounded: {
|
2830
2817
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2831
2818
|
default: undefined;
|
@@ -2960,9 +2947,9 @@ declare const VSelect: {
|
|
2960
2947
|
rounded?: string | number | boolean | undefined;
|
2961
2948
|
baseColor?: string | undefined;
|
2962
2949
|
bgColor?: string | undefined;
|
2963
|
-
activeColor?: string | undefined;
|
2964
2950
|
activeClass?: string | undefined;
|
2965
2951
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2952
|
+
activeColor?: string | undefined;
|
2966
2953
|
collapseIcon?: string | undefined;
|
2967
2954
|
expandIcon?: string | undefined;
|
2968
2955
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -3005,9 +2992,9 @@ declare const VSelect: {
|
|
3005
2992
|
rounded?: string | number | boolean | undefined;
|
3006
2993
|
baseColor?: string | undefined;
|
3007
2994
|
bgColor?: string | undefined;
|
3008
|
-
activeColor?: string | undefined;
|
3009
2995
|
activeClass?: string | undefined;
|
3010
2996
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2997
|
+
activeColor?: string | undefined;
|
3011
2998
|
collapseIcon?: string | undefined;
|
3012
2999
|
expandIcon?: string | undefined;
|
3013
3000
|
} & {
|
@@ -3175,7 +3162,7 @@ declare const VSelect: {
|
|
3175
3162
|
};
|
3176
3163
|
menuProps: {
|
3177
3164
|
type: PropType<Partial<{
|
3178
|
-
location:
|
3165
|
+
location: Anchor;
|
3179
3166
|
origin: "auto" | Anchor | "overlap";
|
3180
3167
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3181
3168
|
component?: Component | undefined;
|
@@ -3203,9 +3190,8 @@ declare const VSelect: {
|
|
3203
3190
|
noClickAnimation: boolean;
|
3204
3191
|
persistent: boolean;
|
3205
3192
|
scrim: NonNullable<string | boolean>;
|
3206
|
-
submenu: boolean;
|
3207
3193
|
}> & Omit<{
|
3208
|
-
location:
|
3194
|
+
location: Anchor;
|
3209
3195
|
origin: "auto" | Anchor | "overlap";
|
3210
3196
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3211
3197
|
component?: Component | undefined;
|
@@ -3231,7 +3217,6 @@ declare const VSelect: {
|
|
3231
3217
|
noClickAnimation: boolean;
|
3232
3218
|
persistent: boolean;
|
3233
3219
|
scrim: NonNullable<string | boolean>;
|
3234
|
-
submenu: boolean;
|
3235
3220
|
offset?: string | number | number[] | undefined;
|
3236
3221
|
id?: string | undefined;
|
3237
3222
|
height?: string | number | undefined;
|
@@ -3282,7 +3267,7 @@ declare const VSelect: {
|
|
3282
3267
|
}) => vue.VNodeChild) | undefined;
|
3283
3268
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3284
3269
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3285
|
-
location:
|
3270
|
+
location: Anchor;
|
3286
3271
|
origin: "auto" | Anchor | "overlap";
|
3287
3272
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3288
3273
|
component?: Component | undefined;
|
@@ -3308,7 +3293,6 @@ declare const VSelect: {
|
|
3308
3293
|
noClickAnimation: boolean;
|
3309
3294
|
persistent: boolean;
|
3310
3295
|
scrim: NonNullable<string | boolean>;
|
3311
|
-
submenu: boolean;
|
3312
3296
|
} & {
|
3313
3297
|
offset?: string | number | number[] | undefined;
|
3314
3298
|
id?: string | undefined;
|
@@ -3362,7 +3346,7 @@ declare const VSelect: {
|
|
3362
3346
|
}) => vue.VNodeChild) | undefined;
|
3363
3347
|
} & {
|
3364
3348
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3365
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
3349
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3366
3350
|
};
|
3367
3351
|
multiple: BooleanConstructor;
|
3368
3352
|
noDataText: {
|
@@ -3460,7 +3444,7 @@ declare const VSelect: {
|
|
3460
3444
|
type: PropType<any>;
|
3461
3445
|
default: any;
|
3462
3446
|
};
|
3463
|
-
validateOn: PropType<
|
3447
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
3464
3448
|
rounded: {
|
3465
3449
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
3466
3450
|
default: undefined;
|
@@ -3595,9 +3579,9 @@ declare const VSelect: {
|
|
3595
3579
|
rounded?: string | number | boolean | undefined;
|
3596
3580
|
baseColor?: string | undefined;
|
3597
3581
|
bgColor?: string | undefined;
|
3598
|
-
activeColor?: string | undefined;
|
3599
3582
|
activeClass?: string | undefined;
|
3600
3583
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3584
|
+
activeColor?: string | undefined;
|
3601
3585
|
collapseIcon?: string | undefined;
|
3602
3586
|
expandIcon?: string | undefined;
|
3603
3587
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -3640,9 +3624,9 @@ declare const VSelect: {
|
|
3640
3624
|
rounded?: string | number | boolean | undefined;
|
3641
3625
|
baseColor?: string | undefined;
|
3642
3626
|
bgColor?: string | undefined;
|
3643
|
-
activeColor?: string | undefined;
|
3644
3627
|
activeClass?: string | undefined;
|
3645
3628
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3629
|
+
activeColor?: string | undefined;
|
3646
3630
|
collapseIcon?: string | undefined;
|
3647
3631
|
expandIcon?: string | undefined;
|
3648
3632
|
} & {
|
@@ -3810,7 +3794,7 @@ declare const VSelect: {
|
|
3810
3794
|
};
|
3811
3795
|
menuProps: {
|
3812
3796
|
type: PropType<Partial<{
|
3813
|
-
location:
|
3797
|
+
location: Anchor;
|
3814
3798
|
origin: "auto" | Anchor | "overlap";
|
3815
3799
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3816
3800
|
component?: Component | undefined;
|
@@ -3838,9 +3822,8 @@ declare const VSelect: {
|
|
3838
3822
|
noClickAnimation: boolean;
|
3839
3823
|
persistent: boolean;
|
3840
3824
|
scrim: NonNullable<string | boolean>;
|
3841
|
-
submenu: boolean;
|
3842
3825
|
}> & Omit<{
|
3843
|
-
location:
|
3826
|
+
location: Anchor;
|
3844
3827
|
origin: "auto" | Anchor | "overlap";
|
3845
3828
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3846
3829
|
component?: Component | undefined;
|
@@ -3866,7 +3849,6 @@ declare const VSelect: {
|
|
3866
3849
|
noClickAnimation: boolean;
|
3867
3850
|
persistent: boolean;
|
3868
3851
|
scrim: NonNullable<string | boolean>;
|
3869
|
-
submenu: boolean;
|
3870
3852
|
offset?: string | number | number[] | undefined;
|
3871
3853
|
id?: string | undefined;
|
3872
3854
|
height?: string | number | undefined;
|
@@ -3917,7 +3899,7 @@ declare const VSelect: {
|
|
3917
3899
|
}) => vue.VNodeChild) | undefined;
|
3918
3900
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3919
3901
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3920
|
-
location:
|
3902
|
+
location: Anchor;
|
3921
3903
|
origin: "auto" | Anchor | "overlap";
|
3922
3904
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3923
3905
|
component?: Component | undefined;
|
@@ -3943,7 +3925,6 @@ declare const VSelect: {
|
|
3943
3925
|
noClickAnimation: boolean;
|
3944
3926
|
persistent: boolean;
|
3945
3927
|
scrim: NonNullable<string | boolean>;
|
3946
|
-
submenu: boolean;
|
3947
3928
|
} & {
|
3948
3929
|
offset?: string | number | number[] | undefined;
|
3949
3930
|
id?: string | undefined;
|
@@ -3997,7 +3978,7 @@ declare const VSelect: {
|
|
3997
3978
|
}) => vue.VNodeChild) | undefined;
|
3998
3979
|
} & {
|
3999
3980
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4000
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
3981
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4001
3982
|
};
|
4002
3983
|
multiple: BooleanConstructor;
|
4003
3984
|
noDataText: {
|
@@ -62,8 +62,8 @@ export function useScrolling(listRef, textFieldRef) {
|
|
62
62
|
}
|
63
63
|
}
|
64
64
|
return {
|
65
|
-
|
66
|
-
|
67
|
-
};
|
65
|
+
onListScroll,
|
66
|
+
onListKeydown
|
67
|
+
};
|
68
68
|
}
|
69
69
|
//# sourceMappingURL=useScrolling.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"useScrolling.mjs","names":["shallowRef","watch","useScrolling","listRef","textFieldRef","isScrolling","scrollTimeout","onListScroll","e","cancelAnimationFrame","value","requestAnimationFrame","finishScrolling","Promise","resolve","stop","onListKeydown","key","focus","includes","el","$el","scrollTo","top","scrollHeight","behavior","children","querySelectorAll","getBoundingClientRect","child","bottom","reverse"
|
1
|
+
{"version":3,"file":"useScrolling.mjs","names":["shallowRef","watch","useScrolling","listRef","textFieldRef","isScrolling","scrollTimeout","onListScroll","e","cancelAnimationFrame","value","requestAnimationFrame","finishScrolling","Promise","resolve","stop","onListKeydown","key","focus","includes","el","$el","scrollTo","top","scrollHeight","behavior","children","querySelectorAll","getBoundingClientRect","child","bottom","reverse"],"sources":["../../../src/components/VSelect/useScrolling.ts"],"sourcesContent":["// Utilities\nimport { shallowRef, watch } from 'vue'\n\n// Types\nimport type { Ref } from 'vue'\nimport type { VList } from '@/components/VList'\nimport type { VTextField } from '@/components/VTextField'\n\nexport function useScrolling (listRef: Ref<VList | undefined>, textFieldRef: Ref<VTextField | undefined>) {\n const isScrolling = shallowRef(false)\n let scrollTimeout: number\n function onListScroll (e: Event) {\n cancelAnimationFrame(scrollTimeout)\n isScrolling.value = true\n scrollTimeout = requestAnimationFrame(() => {\n scrollTimeout = requestAnimationFrame(() => {\n isScrolling.value = false\n })\n })\n }\n async function finishScrolling () {\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise<void>(resolve => {\n if (isScrolling.value) {\n const stop = watch(isScrolling, () => {\n stop()\n resolve()\n })\n } else resolve()\n })\n }\n async function onListKeydown (e: KeyboardEvent) {\n if (e.key === 'Tab') {\n textFieldRef.value?.focus()\n }\n\n if (!['PageDown', 'PageUp', 'Home', 'End'].includes(e.key)) return\n const el: HTMLElement = listRef.value?.$el\n if (!el) return\n\n if (e.key === 'Home' || e.key === 'End') {\n el.scrollTo({\n top: e.key === 'Home' ? 0 : el.scrollHeight,\n behavior: 'smooth',\n })\n }\n\n await finishScrolling()\n\n const children = el.querySelectorAll(':scope > :not(.v-virtual-scroll__spacer)')\n\n if (e.key === 'PageDown' || e.key === 'Home') {\n const top = el.getBoundingClientRect().top\n for (const child of children) {\n if (child.getBoundingClientRect().top >= top) {\n (child as HTMLElement).focus()\n break\n }\n }\n } else {\n const bottom = el.getBoundingClientRect().bottom\n for (const child of [...children].reverse()) {\n if (child.getBoundingClientRect().bottom <= bottom) {\n (child as HTMLElement).focus()\n break\n }\n }\n }\n }\n\n return { onListScroll, onListKeydown }\n}\n"],"mappings":"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","ignoreList":[]}
|
@@ -72,6 +72,12 @@
|
|
72
72
|
height: 100%;
|
73
73
|
opacity: 0;
|
74
74
|
}
|
75
|
+
.v-selection-control__input::before {
|
76
|
+
border-radius: 100%;
|
77
|
+
background-color: currentColor;
|
78
|
+
opacity: 0;
|
79
|
+
pointer-events: none;
|
80
|
+
}
|
75
81
|
.v-selection-control__input::before {
|
76
82
|
content: "";
|
77
83
|
position: absolute;
|
@@ -79,10 +85,6 @@
|
|
79
85
|
left: 0;
|
80
86
|
width: 100%;
|
81
87
|
height: 100%;
|
82
|
-
border-radius: 100%;
|
83
|
-
background-color: currentColor;
|
84
|
-
opacity: 0;
|
85
|
-
pointer-events: none;
|
86
88
|
}
|
87
89
|
.v-selection-control__input:hover::before {
|
88
90
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
@@ -74,11 +74,11 @@
|
|
74
74
|
opacity: 0
|
75
75
|
|
76
76
|
&::before
|
77
|
-
@include tools.absolute(true)
|
78
77
|
border-radius: 100%
|
79
78
|
background-color: currentColor
|
80
79
|
opacity: 0
|
81
80
|
pointer-events: none
|
81
|
+
@include tools.absolute(true)
|
82
82
|
|
83
83
|
&:hover::before
|
84
84
|
opacity: calc(#{map.get(settings.$states, 'hover')} * var(--v-theme-overlay-multiplier))
|
@@ -1,17 +1,18 @@
|
|
1
1
|
.v-sheet {
|
2
2
|
display: block;
|
3
|
+
}
|
4
|
+
.v-sheet {
|
3
5
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
4
6
|
border-style: solid;
|
5
7
|
border-width: 0;
|
6
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
7
|
-
border-radius: 0;
|
8
|
-
background: rgb(var(--v-theme-surface));
|
9
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
10
8
|
}
|
11
9
|
.v-sheet--border {
|
12
10
|
border-width: thin;
|
13
11
|
box-shadow: none;
|
14
12
|
}
|
13
|
+
.v-sheet {
|
14
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
15
|
+
}
|
15
16
|
.v-sheet--absolute {
|
16
17
|
position: absolute;
|
17
18
|
}
|
@@ -24,6 +25,13 @@
|
|
24
25
|
.v-sheet--sticky {
|
25
26
|
position: sticky;
|
26
27
|
}
|
28
|
+
.v-sheet {
|
29
|
+
border-radius: 0;
|
30
|
+
}
|
31
|
+
.v-sheet {
|
32
|
+
background: rgb(var(--v-theme-surface));
|
33
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
34
|
+
}
|
27
35
|
.v-sheet--rounded {
|
28
36
|
border-radius: 4px;
|
29
37
|
}
|
@@ -41,6 +41,12 @@
|
|
41
41
|
overflow: hidden;
|
42
42
|
position: relative;
|
43
43
|
}
|
44
|
+
.v-skeleton-loader__bone::after {
|
45
|
+
animation: loading 1.5s infinite;
|
46
|
+
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
47
|
+
transform: translateX(-100%);
|
48
|
+
z-index: 1;
|
49
|
+
}
|
44
50
|
.v-skeleton-loader__bone::after {
|
45
51
|
content: "";
|
46
52
|
position: absolute;
|
@@ -48,10 +54,6 @@
|
|
48
54
|
left: 0;
|
49
55
|
width: 100%;
|
50
56
|
height: 100%;
|
51
|
-
animation: loading 1.5s infinite;
|
52
|
-
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
53
|
-
transform: translateX(-100%);
|
54
|
-
z-index: 1;
|
55
57
|
}
|
56
58
|
.v-skeleton-loader__avatar {
|
57
59
|
border-radius: 50%;
|