@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
@@ -144,7 +144,7 @@ declare const VTextField: {
|
|
144
144
|
counter?: string | number | boolean | undefined;
|
145
145
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
146
146
|
modelValue?: any;
|
147
|
-
validateOn?:
|
147
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
148
148
|
validationValue?: any;
|
149
149
|
rounded?: string | number | boolean | undefined;
|
150
150
|
baseColor?: string | undefined;
|
@@ -265,7 +265,7 @@ declare const VTextField: {
|
|
265
265
|
class?: any;
|
266
266
|
theme?: string | undefined;
|
267
267
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
268
|
-
validateOn?:
|
268
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
269
269
|
validationValue?: any;
|
270
270
|
prependIcon?: IconValue | undefined;
|
271
271
|
appendIcon?: IconValue | undefined;
|
@@ -298,7 +298,7 @@ declare const VTextField: {
|
|
298
298
|
class?: any;
|
299
299
|
theme?: string | undefined;
|
300
300
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
301
|
-
validateOn?:
|
301
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
302
302
|
validationValue?: any;
|
303
303
|
prependIcon?: IconValue | undefined;
|
304
304
|
appendIcon?: IconValue | undefined;
|
@@ -359,7 +359,7 @@ declare const VTextField: {
|
|
359
359
|
class?: any;
|
360
360
|
theme?: string | undefined;
|
361
361
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
362
|
-
validateOn?:
|
362
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
363
363
|
validationValue?: any;
|
364
364
|
prependIcon?: IconValue | undefined;
|
365
365
|
appendIcon?: IconValue | undefined;
|
@@ -451,7 +451,7 @@ declare const VTextField: {
|
|
451
451
|
class?: any;
|
452
452
|
theme?: string | undefined;
|
453
453
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
454
|
-
validateOn?:
|
454
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
455
455
|
validationValue?: any;
|
456
456
|
prependIcon?: IconValue | undefined;
|
457
457
|
appendIcon?: IconValue | undefined;
|
@@ -778,7 +778,7 @@ declare const VTextField: {
|
|
778
778
|
counter?: string | number | boolean | undefined;
|
779
779
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
780
780
|
modelValue?: any;
|
781
|
-
validateOn?:
|
781
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
782
782
|
validationValue?: any;
|
783
783
|
rounded?: string | number | boolean | undefined;
|
784
784
|
baseColor?: string | undefined;
|
@@ -978,7 +978,7 @@ declare const VTextField: {
|
|
978
978
|
counter?: string | number | boolean | undefined;
|
979
979
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
980
980
|
modelValue?: any;
|
981
|
-
validateOn?:
|
981
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
982
982
|
validationValue?: any;
|
983
983
|
rounded?: string | number | boolean | undefined;
|
984
984
|
baseColor?: string | undefined;
|
@@ -1099,7 +1099,7 @@ declare const VTextField: {
|
|
1099
1099
|
class?: any;
|
1100
1100
|
theme?: string | undefined;
|
1101
1101
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1102
|
-
validateOn?:
|
1102
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1103
1103
|
validationValue?: any;
|
1104
1104
|
prependIcon?: IconValue | undefined;
|
1105
1105
|
appendIcon?: IconValue | undefined;
|
@@ -1132,7 +1132,7 @@ declare const VTextField: {
|
|
1132
1132
|
class?: any;
|
1133
1133
|
theme?: string | undefined;
|
1134
1134
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1135
|
-
validateOn?:
|
1135
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1136
1136
|
validationValue?: any;
|
1137
1137
|
prependIcon?: IconValue | undefined;
|
1138
1138
|
appendIcon?: IconValue | undefined;
|
@@ -1193,7 +1193,7 @@ declare const VTextField: {
|
|
1193
1193
|
class?: any;
|
1194
1194
|
theme?: string | undefined;
|
1195
1195
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1196
|
-
validateOn?:
|
1196
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1197
1197
|
validationValue?: any;
|
1198
1198
|
prependIcon?: IconValue | undefined;
|
1199
1199
|
appendIcon?: IconValue | undefined;
|
@@ -1285,7 +1285,7 @@ declare const VTextField: {
|
|
1285
1285
|
class?: any;
|
1286
1286
|
theme?: string | undefined;
|
1287
1287
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1288
|
-
validateOn?:
|
1288
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1289
1289
|
validationValue?: any;
|
1290
1290
|
prependIcon?: IconValue | undefined;
|
1291
1291
|
appendIcon?: IconValue | undefined;
|
@@ -1641,7 +1641,7 @@ declare const VTextField: {
|
|
1641
1641
|
counter?: string | number | boolean | undefined;
|
1642
1642
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1643
1643
|
modelValue?: any;
|
1644
|
-
validateOn?:
|
1644
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1645
1645
|
validationValue?: any;
|
1646
1646
|
rounded?: string | number | boolean | undefined;
|
1647
1647
|
baseColor?: string | undefined;
|
@@ -1762,7 +1762,7 @@ declare const VTextField: {
|
|
1762
1762
|
class?: any;
|
1763
1763
|
theme?: string | undefined;
|
1764
1764
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1765
|
-
validateOn?:
|
1765
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1766
1766
|
validationValue?: any;
|
1767
1767
|
prependIcon?: IconValue | undefined;
|
1768
1768
|
appendIcon?: IconValue | undefined;
|
@@ -1795,7 +1795,7 @@ declare const VTextField: {
|
|
1795
1795
|
class?: any;
|
1796
1796
|
theme?: string | undefined;
|
1797
1797
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1798
|
-
validateOn?:
|
1798
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1799
1799
|
validationValue?: any;
|
1800
1800
|
prependIcon?: IconValue | undefined;
|
1801
1801
|
appendIcon?: IconValue | undefined;
|
@@ -1856,7 +1856,7 @@ declare const VTextField: {
|
|
1856
1856
|
class?: any;
|
1857
1857
|
theme?: string | undefined;
|
1858
1858
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1859
|
-
validateOn?:
|
1859
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1860
1860
|
validationValue?: any;
|
1861
1861
|
prependIcon?: IconValue | undefined;
|
1862
1862
|
appendIcon?: IconValue | undefined;
|
@@ -1948,7 +1948,7 @@ declare const VTextField: {
|
|
1948
1948
|
class?: any;
|
1949
1949
|
theme?: string | undefined;
|
1950
1950
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1951
|
-
validateOn?:
|
1951
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1952
1952
|
validationValue?: any;
|
1953
1953
|
prependIcon?: IconValue | undefined;
|
1954
1954
|
appendIcon?: IconValue | undefined;
|
@@ -2366,7 +2366,7 @@ declare const VTextField: {
|
|
2366
2366
|
default: () => never[];
|
2367
2367
|
};
|
2368
2368
|
modelValue: null;
|
2369
|
-
validateOn: PropType<
|
2369
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
2370
2370
|
validationValue: null;
|
2371
2371
|
width: (StringConstructor | NumberConstructor)[];
|
2372
2372
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -2475,7 +2475,7 @@ declare const VTextField: {
|
|
2475
2475
|
default: () => never[];
|
2476
2476
|
};
|
2477
2477
|
modelValue: null;
|
2478
|
-
validateOn: PropType<
|
2478
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
2479
2479
|
validationValue: null;
|
2480
2480
|
width: (StringConstructor | NumberConstructor)[];
|
2481
2481
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -129,7 +129,7 @@ declare const VTextarea: {
|
|
129
129
|
counter?: string | number | true | undefined;
|
130
130
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
131
131
|
modelValue?: any;
|
132
|
-
validateOn?:
|
132
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
133
133
|
validationValue?: any;
|
134
134
|
rounded?: string | number | boolean | undefined;
|
135
135
|
baseColor?: string | undefined;
|
@@ -248,7 +248,7 @@ declare const VTextarea: {
|
|
248
248
|
class?: any;
|
249
249
|
theme?: string | undefined;
|
250
250
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
251
|
-
validateOn?:
|
251
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
252
252
|
validationValue?: any;
|
253
253
|
prependIcon?: IconValue | undefined;
|
254
254
|
appendIcon?: IconValue | undefined;
|
@@ -281,7 +281,7 @@ declare const VTextarea: {
|
|
281
281
|
class?: any;
|
282
282
|
theme?: string | undefined;
|
283
283
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
284
|
-
validateOn?:
|
284
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
285
285
|
validationValue?: any;
|
286
286
|
prependIcon?: IconValue | undefined;
|
287
287
|
appendIcon?: IconValue | undefined;
|
@@ -342,7 +342,7 @@ declare const VTextarea: {
|
|
342
342
|
class?: any;
|
343
343
|
theme?: string | undefined;
|
344
344
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
345
|
-
validateOn?:
|
345
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
346
346
|
validationValue?: any;
|
347
347
|
prependIcon?: IconValue | undefined;
|
348
348
|
appendIcon?: IconValue | undefined;
|
@@ -434,7 +434,7 @@ declare const VTextarea: {
|
|
434
434
|
class?: any;
|
435
435
|
theme?: string | undefined;
|
436
436
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
437
|
-
validateOn?:
|
437
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
438
438
|
validationValue?: any;
|
439
439
|
prependIcon?: IconValue | undefined;
|
440
440
|
appendIcon?: IconValue | undefined;
|
@@ -502,7 +502,7 @@ declare const VTextarea: {
|
|
502
502
|
counter?: string | number | true | undefined;
|
503
503
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
504
504
|
modelValue?: any;
|
505
|
-
validateOn?:
|
505
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
506
506
|
validationValue?: any;
|
507
507
|
rounded?: string | number | boolean | undefined;
|
508
508
|
baseColor?: string | undefined;
|
@@ -700,7 +700,7 @@ declare const VTextarea: {
|
|
700
700
|
counter?: string | number | true | undefined;
|
701
701
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
702
702
|
modelValue?: any;
|
703
|
-
validateOn?:
|
703
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
704
704
|
validationValue?: any;
|
705
705
|
rounded?: string | number | boolean | undefined;
|
706
706
|
baseColor?: string | undefined;
|
@@ -819,7 +819,7 @@ declare const VTextarea: {
|
|
819
819
|
class?: any;
|
820
820
|
theme?: string | undefined;
|
821
821
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
822
|
-
validateOn?:
|
822
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
823
823
|
validationValue?: any;
|
824
824
|
prependIcon?: IconValue | undefined;
|
825
825
|
appendIcon?: IconValue | undefined;
|
@@ -852,7 +852,7 @@ declare const VTextarea: {
|
|
852
852
|
class?: any;
|
853
853
|
theme?: string | undefined;
|
854
854
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
855
|
-
validateOn?:
|
855
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
856
856
|
validationValue?: any;
|
857
857
|
prependIcon?: IconValue | undefined;
|
858
858
|
appendIcon?: IconValue | undefined;
|
@@ -913,7 +913,7 @@ declare const VTextarea: {
|
|
913
913
|
class?: any;
|
914
914
|
theme?: string | undefined;
|
915
915
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
916
|
-
validateOn?:
|
916
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
917
917
|
validationValue?: any;
|
918
918
|
prependIcon?: IconValue | undefined;
|
919
919
|
appendIcon?: IconValue | undefined;
|
@@ -1005,7 +1005,7 @@ declare const VTextarea: {
|
|
1005
1005
|
class?: any;
|
1006
1006
|
theme?: string | undefined;
|
1007
1007
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1008
|
-
validateOn?:
|
1008
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1009
1009
|
validationValue?: any;
|
1010
1010
|
prependIcon?: IconValue | undefined;
|
1011
1011
|
appendIcon?: IconValue | undefined;
|
@@ -1104,7 +1104,7 @@ declare const VTextarea: {
|
|
1104
1104
|
counter?: string | number | true | undefined;
|
1105
1105
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1106
1106
|
modelValue?: any;
|
1107
|
-
validateOn?:
|
1107
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1108
1108
|
validationValue?: any;
|
1109
1109
|
rounded?: string | number | boolean | undefined;
|
1110
1110
|
baseColor?: string | undefined;
|
@@ -1223,7 +1223,7 @@ declare const VTextarea: {
|
|
1223
1223
|
class?: any;
|
1224
1224
|
theme?: string | undefined;
|
1225
1225
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1226
|
-
validateOn?:
|
1226
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1227
1227
|
validationValue?: any;
|
1228
1228
|
prependIcon?: IconValue | undefined;
|
1229
1229
|
appendIcon?: IconValue | undefined;
|
@@ -1256,7 +1256,7 @@ declare const VTextarea: {
|
|
1256
1256
|
class?: any;
|
1257
1257
|
theme?: string | undefined;
|
1258
1258
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1259
|
-
validateOn?:
|
1259
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1260
1260
|
validationValue?: any;
|
1261
1261
|
prependIcon?: IconValue | undefined;
|
1262
1262
|
appendIcon?: IconValue | undefined;
|
@@ -1317,7 +1317,7 @@ declare const VTextarea: {
|
|
1317
1317
|
class?: any;
|
1318
1318
|
theme?: string | undefined;
|
1319
1319
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1320
|
-
validateOn?:
|
1320
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1321
1321
|
validationValue?: any;
|
1322
1322
|
prependIcon?: IconValue | undefined;
|
1323
1323
|
appendIcon?: IconValue | undefined;
|
@@ -1409,7 +1409,7 @@ declare const VTextarea: {
|
|
1409
1409
|
class?: any;
|
1410
1410
|
theme?: string | undefined;
|
1411
1411
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1412
|
-
validateOn?:
|
1412
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1413
1413
|
validationValue?: any;
|
1414
1414
|
prependIcon?: IconValue | undefined;
|
1415
1415
|
appendIcon?: IconValue | undefined;
|
@@ -1566,7 +1566,7 @@ declare const VTextarea: {
|
|
1566
1566
|
default: () => never[];
|
1567
1567
|
};
|
1568
1568
|
modelValue: null;
|
1569
|
-
validateOn: PropType<
|
1569
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1570
1570
|
validationValue: null;
|
1571
1571
|
width: (StringConstructor | NumberConstructor)[];
|
1572
1572
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -1681,7 +1681,7 @@ declare const VTextarea: {
|
|
1681
1681
|
default: () => never[];
|
1682
1682
|
};
|
1683
1683
|
modelValue: null;
|
1684
|
-
validateOn: PropType<
|
1684
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1685
1685
|
validationValue: null;
|
1686
1686
|
width: (StringConstructor | NumberConstructor)[];
|
1687
1687
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -167,6 +167,8 @@
|
|
167
167
|
display: flex;
|
168
168
|
justify-content: center;
|
169
169
|
align-items: center;
|
170
|
+
}
|
171
|
+
.v-timeline-divider__dot {
|
170
172
|
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));
|
171
173
|
}
|
172
174
|
.v-timeline-divider__dot--size-x-small {
|
@@ -9,18 +9,26 @@
|
|
9
9
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
10
10
|
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
11
11
|
width: 100%;
|
12
|
+
}
|
13
|
+
.v-toolbar {
|
12
14
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
13
15
|
border-style: solid;
|
14
16
|
border-width: 0;
|
15
|
-
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));
|
16
|
-
border-radius: 0;
|
17
|
-
background: rgb(var(--v-theme-surface-light));
|
18
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
19
17
|
}
|
20
18
|
.v-toolbar--border {
|
21
19
|
border-width: thin;
|
22
20
|
box-shadow: none;
|
23
21
|
}
|
22
|
+
.v-toolbar {
|
23
|
+
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));
|
24
|
+
}
|
25
|
+
.v-toolbar {
|
26
|
+
border-radius: 0;
|
27
|
+
}
|
28
|
+
.v-toolbar {
|
29
|
+
background: rgb(var(--v-theme-surface-light));
|
30
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
31
|
+
}
|
24
32
|
.v-toolbar--absolute {
|
25
33
|
position: absolute;
|
26
34
|
}
|
@@ -68,15 +76,17 @@
|
|
68
76
|
align-items: flex-start;
|
69
77
|
}
|
70
78
|
|
79
|
+
.v-toolbar__image {
|
80
|
+
display: flex;
|
81
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
82
|
+
transition-property: opacity;
|
83
|
+
}
|
71
84
|
.v-toolbar__image {
|
72
85
|
position: absolute;
|
73
86
|
top: 0;
|
74
87
|
left: 0;
|
75
88
|
width: 100%;
|
76
89
|
height: 100%;
|
77
|
-
display: flex;
|
78
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
79
|
-
transition-property: opacity;
|
80
90
|
}
|
81
91
|
|
82
92
|
.v-toolbar__prepend,
|
@@ -98,6 +108,8 @@
|
|
98
108
|
flex: 1 1;
|
99
109
|
font-size: 1.25rem;
|
100
110
|
min-width: 0;
|
111
|
+
}
|
112
|
+
.v-toolbar-title {
|
101
113
|
font-size: 1.25rem;
|
102
114
|
font-weight: 400;
|
103
115
|
letter-spacing: 0;
|
@@ -107,6 +119,8 @@
|
|
107
119
|
.v-toolbar--density-prominent .v-toolbar-title {
|
108
120
|
align-self: flex-end;
|
109
121
|
padding-bottom: 6px;
|
122
|
+
}
|
123
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
110
124
|
font-size: 1.5rem;
|
111
125
|
font-weight: 400;
|
112
126
|
letter-spacing: 0;
|
@@ -65,11 +65,10 @@
|
|
65
65
|
align-items: flex-start
|
66
66
|
|
67
67
|
.v-toolbar__image
|
68
|
-
@include tools.absolute()
|
69
|
-
|
70
68
|
display: flex
|
71
69
|
opacity: var(--v-toolbar-image-opacity, 1)
|
72
70
|
transition-property: opacity
|
71
|
+
@include tools.absolute()
|
73
72
|
|
74
73
|
.v-toolbar__prepend,
|
75
74
|
.v-toolbar__append
|
@@ -622,7 +622,7 @@ declare const VTooltip: {
|
|
622
622
|
onAfterLeave?: (() => any) | undefined;
|
623
623
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
624
624
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
625
|
-
}, "target" | "
|
625
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
626
626
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
627
627
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
628
628
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1288,7 +1288,7 @@ declare const VTooltip: {
|
|
1288
1288
|
onAfterLeave?: (() => any) | undefined;
|
1289
1289
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1290
1290
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1291
|
-
}, "target" | "
|
1291
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1292
1292
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1293
1293
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1294
1294
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1858,7 +1858,7 @@ declare const VTooltip: {
|
|
1858
1858
|
onAfterLeave?: (() => any) | undefined;
|
1859
1859
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1860
1860
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1861
|
-
}, "target" | "
|
1861
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1862
1862
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1863
1863
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1864
1864
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -2,15 +2,15 @@
|
|
2
2
|
@import './_mixins.sass'
|
3
3
|
|
4
4
|
// Theme
|
5
|
-
|
5
|
+
@include theme(v-treeview) using ($material)
|
6
6
|
color: map-deep-get($material, 'text', 'primary')
|
7
7
|
|
8
8
|
&--hoverable .v-treeview-node__root,
|
9
9
|
.v-treeview-node--click > .v-treeview-node__root
|
10
|
-
|
10
|
+
@include states($material)
|
11
11
|
|
12
12
|
.v-treeview-node__root.v-treeview-node--active
|
13
|
-
|
13
|
+
@include active-states($material)
|
14
14
|
|
15
15
|
.v-treeview-node--disabled
|
16
16
|
> .v-treeview-node__root > .v-treeview-node__content
|
@@ -18,10 +18,10 @@
|
|
18
18
|
|
19
19
|
.v-treeview-node
|
20
20
|
&.v-treeview-node--shaped
|
21
|
-
|
21
|
+
@include treeview-shaped($treeview-node-height, $treeview-node-shaped-margin)
|
22
22
|
|
23
23
|
&.v-treeview-node--rounded
|
24
|
-
|
24
|
+
@include treeview-rounded($treeview-node-height, $treeview-node-shaped-margin)
|
25
25
|
|
26
26
|
&--click
|
27
27
|
> .v-treeview-node__root,
|
@@ -68,10 +68,10 @@
|
|
68
68
|
min-height: $treeview-node-height-dense
|
69
69
|
|
70
70
|
&.v-treeview-node--shaped
|
71
|
-
|
71
|
+
@include treeview-shaped($treeview-node-height-dense, $treeview-node-shaped-margin)
|
72
72
|
|
73
73
|
&.v-treeview-node--rounded
|
74
|
-
|
74
|
+
@include treeview-rounded($treeview-node-height-dense, $treeview-node-shaped-margin)
|
75
75
|
|
76
76
|
.v-treeview-node__checkbox
|
77
77
|
width: $treeview-node-level-width
|
@@ -85,12 +85,12 @@
|
|
85
85
|
&--loading
|
86
86
|
animation: progress-circular-rotate 1s linear infinite
|
87
87
|
|
88
|
-
|
88
|
+
@include ltr()
|
89
89
|
transform: rotate(-90deg)
|
90
90
|
&--open
|
91
91
|
transform: none
|
92
92
|
|
93
|
-
|
93
|
+
@include rtl()
|
94
94
|
transform: rotate(90deg)
|
95
95
|
&--open
|
96
96
|
transform: none
|
@@ -36,8 +36,7 @@ declare const EventProp: <T extends any[] = any[]>() => PropType<(...args: T) =>
|
|
36
36
|
|
37
37
|
type ValidationResult = string | boolean;
|
38
38
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
39
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit'
|
40
|
-
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
39
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
41
40
|
interface ValidationProps {
|
42
41
|
disabled: boolean | null;
|
43
42
|
error: boolean;
|
@@ -50,7 +49,7 @@ interface ValidationProps {
|
|
50
49
|
rules: readonly ValidationRule[];
|
51
50
|
modelValue: any;
|
52
51
|
'onUpdate:modelValue': EventProp | undefined;
|
53
|
-
validateOn?:
|
52
|
+
validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
|
54
53
|
validationValue: any;
|
55
54
|
}
|
56
55
|
declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
|
@@ -85,7 +84,7 @@ declare const VValidation: {
|
|
85
84
|
name?: string | undefined;
|
86
85
|
label?: string | undefined;
|
87
86
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
88
|
-
validateOn?:
|
87
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
89
88
|
validationValue?: any;
|
90
89
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
91
90
|
[key: string]: any;
|
@@ -103,7 +102,7 @@ declare const VValidation: {
|
|
103
102
|
name?: string | undefined;
|
104
103
|
label?: string | undefined;
|
105
104
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
106
|
-
validateOn?:
|
105
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
107
106
|
validationValue?: any;
|
108
107
|
} & {}, {
|
109
108
|
error: boolean;
|
@@ -150,7 +149,7 @@ declare const VValidation: {
|
|
150
149
|
name?: string | undefined;
|
151
150
|
label?: string | undefined;
|
152
151
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
153
|
-
validateOn?:
|
152
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
154
153
|
validationValue?: any;
|
155
154
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
156
155
|
[key: string]: any;
|
@@ -178,7 +177,7 @@ declare const VValidation: {
|
|
178
177
|
name?: string | undefined;
|
179
178
|
label?: string | undefined;
|
180
179
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
181
|
-
validateOn?:
|
180
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
182
181
|
validationValue?: any;
|
183
182
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
184
183
|
[key: string]: any;
|
@@ -243,7 +242,7 @@ declare const VValidation: {
|
|
243
242
|
default: () => never[];
|
244
243
|
};
|
245
244
|
modelValue: null;
|
246
|
-
validateOn: vue.PropType<
|
245
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
247
246
|
validationValue: null;
|
248
247
|
}, vue.ExtractPropTypes<{
|
249
248
|
focused: BooleanConstructor;
|
@@ -272,7 +271,7 @@ declare const VValidation: {
|
|
272
271
|
default: () => never[];
|
273
272
|
};
|
274
273
|
modelValue: null;
|
275
|
-
validateOn: vue.PropType<
|
274
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
276
275
|
validationValue: null;
|
277
276
|
}>>;
|
278
277
|
type VValidation = InstanceType<typeof VValidation>;
|
@@ -32,7 +32,6 @@ export const VVirtualScroll = genericComponent()({
|
|
32
32
|
dimensionStyles
|
33
33
|
} = useDimension(props);
|
34
34
|
const {
|
35
|
-
calculateVisibleItems,
|
36
35
|
containerRef,
|
37
36
|
markerRef,
|
38
37
|
handleScroll,
|
@@ -104,7 +103,6 @@ export const VVirtualScroll = genericComponent()({
|
|
104
103
|
}, [children])]);
|
105
104
|
});
|
106
105
|
return {
|
107
|
-
calculateVisibleItems,
|
108
106
|
scrollToIndex
|
109
107
|
};
|
110
108
|
}
|