@vuetify/nightly 4.0.0-dev-20230515.0 → 4.0.0-dev-20230516.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -4
- package/dist/json/attributes.json +14 -14
- package/dist/json/importMap.json +4 -4
- package/dist/json/web-types.json +21 -17
- package/dist/vuetify-labs.css +7 -3
- package/dist/vuetify-labs.d.ts +6549 -1557
- package/dist/vuetify-labs.esm.js +42 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +42 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +204 -200
- package/dist/vuetify.d.ts +4883 -968
- package/dist/vuetify.esm.js +42 -21
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -21
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +182 -180
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +58 -0
- package/lib/components/VApp/index.d.mts +15 -0
- package/lib/components/VAppBar/index.d.mts +81 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +68 -10
- package/lib/components/VAvatar/index.d.mts +15 -0
- package/lib/components/VBadge/index.d.mts +19 -0
- package/lib/components/VBanner/index.d.mts +57 -0
- package/lib/components/VBottomNavigation/index.d.mts +15 -0
- package/lib/components/VBreadcrumbs/index.d.mts +37 -3
- package/lib/components/VBtn/index.d.mts +27 -0
- package/lib/components/VBtnGroup/index.d.mts +15 -0
- package/lib/components/VBtnToggle/index.d.mts +15 -0
- package/lib/components/VCard/index.d.mts +142 -0
- package/lib/components/VCarousel/index.d.mts +158 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +92 -6
- package/lib/components/VChip/VChip.css +4 -2
- package/lib/components/VChip/VChip.sass +3 -2
- package/lib/components/VChip/index.d.mts +63 -0
- package/lib/components/VChipGroup/index.d.mts +39 -0
- package/lib/components/VCode/index.d.mts +15 -0
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +68 -10
- package/lib/components/VCounter/index.d.mts +15 -0
- package/lib/components/VDefaultsProvider/index.d.mts +15 -0
- package/lib/components/VDialog/index.d.mts +129 -3
- package/lib/components/VDivider/index.d.mts +15 -0
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VField/index.d.mts +22 -3
- package/lib/components/VFileInput/index.d.mts +180 -24
- package/lib/components/VFooter/index.d.mts +15 -0
- package/lib/components/VForm/index.d.mts +201 -8
- package/lib/components/VGrid/index.d.mts +60 -0
- package/lib/components/VHover/index.d.mts +27 -0
- package/lib/components/VIcon/index.d.mts +30 -0
- package/lib/components/VImg/index.d.mts +27 -0
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +40 -9
- package/lib/components/VItemGroup/index.d.mts +82 -0
- package/lib/components/VKbd/index.d.mts +15 -0
- package/lib/components/VLabel/index.d.mts +15 -0
- package/lib/components/VLayout/index.d.mts +30 -0
- package/lib/components/VLazy/index.d.mts +15 -0
- package/lib/components/VList/index.d.mts +159 -3
- package/lib/components/VLocaleProvider/index.d.mts +15 -0
- package/lib/components/VMain/index.d.mts +15 -0
- package/lib/components/VMenu/index.d.mts +129 -3
- package/lib/components/VMessages/index.d.mts +15 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/index.d.mts +27 -0
- package/lib/components/VOverlay/index.d.mts +39 -0
- package/lib/components/VPagination/index.d.mts +31 -0
- package/lib/components/VParallax/index.d.mts +27 -0
- package/lib/components/VProgressCircular/index.d.mts +23 -0
- package/lib/components/VProgressLinear/index.d.mts +27 -0
- package/lib/components/VRadio/index.d.mts +35 -0
- package/lib/components/VRadioGroup/index.d.mts +57 -6
- package/lib/components/VRangeSlider/index.d.mts +49 -6
- package/lib/components/VRating/index.d.mts +19 -0
- package/lib/components/VResponsive/index.d.mts +19 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +68 -10
- package/lib/components/VSelectionControl/index.d.mts +7 -3
- package/lib/components/VSelectionControlGroup/index.d.mts +15 -0
- package/lib/components/VSheet/index.d.mts +15 -0
- package/lib/components/VSlideGroup/index.d.mts +58 -0
- package/lib/components/VSlider/index.d.mts +49 -6
- package/lib/components/VSnackbar/index.d.mts +125 -3
- package/lib/components/VSwitch/index.d.mts +61 -6
- package/lib/components/VSystemBar/index.d.mts +15 -0
- package/lib/components/VTable/index.d.mts +27 -0
- package/lib/components/VTabs/index.d.mts +30 -0
- package/lib/components/VTextField/index.d.mts +167 -27
- package/lib/components/VTextarea/index.d.mts +156 -24
- package/lib/components/VThemeProvider/index.d.mts +15 -0
- package/lib/components/VTimeline/index.d.mts +38 -0
- package/lib/components/VToolbar/index.d.mts +69 -0
- package/lib/components/VTooltip/index.d.mts +129 -3
- package/lib/components/VValidation/index.d.mts +96 -25
- package/lib/components/VVirtualScroll/index.d.mts +7 -3
- package/lib/components/VWindow/index.d.mts +74 -0
- package/lib/components/index.d.mts +4673 -758
- package/lib/components/transitions/index.d.mts +240 -0
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +34 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/labs/VDataTable/index.d.mts +1056 -25
- package/lib/labs/VInfiniteScroll/index.d.mts +31 -0
- package/lib/labs/VSkeletonLoader/index.d.mts +15 -0
- package/lib/labs/components.d.mts +1099 -22
- package/lib/styles/settings/_variables.scss +3 -3
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230516.0...v) (2023-05-16)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
# [4.0.0-dev-
|
5
|
+
# [4.0.0-dev-20230516.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.5...v4.0.0-dev-20230516.0) (2023-05-16)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
10
|
* **group:** respect selection order in v-model ([#17325](https://github.com/vuetifyjs/vuetify/issues/17325)) ([1de8468](https://github.com/vuetifyjs/vuetify/commit/1de84681a2437e7400ee68f9616a636e33789c6b)), closes [#17227](https://github.com/vuetifyjs/vuetify/issues/17227)
|
11
|
+
* **validation:** validate initial input value ([#17111](https://github.com/vuetifyjs/vuetify/issues/17111)) ([d1da47a](https://github.com/vuetifyjs/vuetify/commit/d1da47a70436d567fe4db3bd8a692e3e93e5f792)), closes [#15568](https://github.com/vuetifyjs/vuetify/issues/15568)
|
12
|
+
* **VCheckbox:** use internal indeterminate value ([a3150c4](https://github.com/vuetifyjs/vuetify/commit/a3150c46d1ec743505a50cc16b319f53e87f58b5)), closes [#17389](https://github.com/vuetifyjs/vuetify/issues/17389)
|
11
13
|
* **VCombobox:** close menu on icon mousedown ([3d91fe7](https://github.com/vuetifyjs/vuetify/commit/3d91fe7906ad84f8c177e3815a72074d778081c9)), closes [#17280](https://github.com/vuetifyjs/vuetify/issues/17280) [#17355](https://github.com/vuetifyjs/vuetify/issues/17355)
|
12
14
|
* **VCombobox:** show menu icon when hideNoData is disabled ([c69dc9e](https://github.com/vuetifyjs/vuetify/commit/c69dc9e851e48e8fbff56119d9077b94e1666b82))
|
13
|
-
* **VSelect:**
|
15
|
+
* **VSelect:** avoid distributive conditional type with unbound generic ([5bdcfde](https://github.com/vuetifyjs/vuetify/commit/5bdcfde6fdcaa99924b48f28d2e519f66bd15b25)), closes [#17383](https://github.com/vuetifyjs/vuetify/issues/17383)
|
14
16
|
* **VSelect:** don't rotate append-inner-icon ([4d60eb7](https://github.com/vuetifyjs/vuetify/commit/4d60eb7b67b55e4a5a20d7f61c75175d967e9bf9)), closes [#4447](https://github.com/vuetifyjs/vuetify/issues/4447)
|
15
|
-
* **VSwitch:** only apply auto width when using inset prop ([ad49126](https://github.com/vuetifyjs/vuetify/commit/ad4912683cd48a5ac733cf895917a458d5763f48)), closes [#17312](https://github.com/vuetifyjs/vuetify/issues/17312)
|
16
17
|
|
17
18
|
|
18
19
|
### Features
|
@@ -588,7 +588,7 @@
|
|
588
588
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
589
589
|
},
|
590
590
|
"v-autocomplete/validate-on": {
|
591
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
591
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
592
592
|
"description": "Change what type of event triggers validation to run."
|
593
593
|
},
|
594
594
|
"v-autocomplete/focused": {
|
@@ -1716,7 +1716,7 @@
|
|
1716
1716
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
1717
1717
|
},
|
1718
1718
|
"v-checkbox/validate-on": {
|
1719
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
1719
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
1720
1720
|
"description": "Change what type of event triggers validation to run."
|
1721
1721
|
},
|
1722
1722
|
"v-checkbox/validation-value": {
|
@@ -2432,7 +2432,7 @@
|
|
2432
2432
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
2433
2433
|
},
|
2434
2434
|
"v-combobox/validate-on": {
|
2435
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
2435
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
2436
2436
|
"description": "Change what type of event triggers validation to run."
|
2437
2437
|
},
|
2438
2438
|
"v-combobox/focused": {
|
@@ -3772,7 +3772,7 @@
|
|
3772
3772
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
3773
3773
|
},
|
3774
3774
|
"v-file-input/validate-on": {
|
3775
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
3775
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
3776
3776
|
"description": "Change what type of event triggers validation to run."
|
3777
3777
|
},
|
3778
3778
|
"v-file-input/validation-value": {
|
@@ -3896,7 +3896,7 @@
|
|
3896
3896
|
"description": "Puts all children inputs into a readonly state."
|
3897
3897
|
},
|
3898
3898
|
"v-form/validate-on": {
|
3899
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
3899
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
3900
3900
|
"description": "Changes the events in which validation occurs."
|
3901
3901
|
},
|
3902
3902
|
"v-form/fast-fail": {
|
@@ -4148,7 +4148,7 @@
|
|
4148
4148
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
4149
4149
|
},
|
4150
4150
|
"v-input/validate-on": {
|
4151
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
4151
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
4152
4152
|
"description": "Change what type of event triggers validation to run."
|
4153
4153
|
},
|
4154
4154
|
"v-input/validation-value": {
|
@@ -5488,7 +5488,7 @@
|
|
5488
5488
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
5489
5489
|
},
|
5490
5490
|
"v-radio-group/validate-on": {
|
5491
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
5491
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
5492
5492
|
"description": "Change what type of event triggers validation to run."
|
5493
5493
|
},
|
5494
5494
|
"v-radio-group/validation-value": {
|
@@ -5604,7 +5604,7 @@
|
|
5604
5604
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
5605
5605
|
},
|
5606
5606
|
"v-range-slider/validate-on": {
|
5607
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
5607
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
5608
5608
|
"description": "Change what type of event triggers validation to run."
|
5609
5609
|
},
|
5610
5610
|
"v-range-slider/validation-value": {
|
@@ -6196,7 +6196,7 @@
|
|
6196
6196
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
6197
6197
|
},
|
6198
6198
|
"v-select/validate-on": {
|
6199
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
6199
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
6200
6200
|
"description": "Change what type of event triggers validation to run."
|
6201
6201
|
},
|
6202
6202
|
"v-select/focused": {
|
@@ -6752,7 +6752,7 @@
|
|
6752
6752
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
6753
6753
|
},
|
6754
6754
|
"v-slider/validate-on": {
|
6755
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
6755
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
6756
6756
|
"description": "Change what type of event triggers validation to run."
|
6757
6757
|
},
|
6758
6758
|
"v-slider/validation-value": {
|
@@ -7080,7 +7080,7 @@
|
|
7080
7080
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
7081
7081
|
},
|
7082
7082
|
"v-switch/validate-on": {
|
7083
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
7083
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
7084
7084
|
"description": "Change what type of event triggers validation to run."
|
7085
7085
|
},
|
7086
7086
|
"v-switch/validation-value": {
|
@@ -7552,7 +7552,7 @@
|
|
7552
7552
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
7553
7553
|
},
|
7554
7554
|
"v-text-field/validate-on": {
|
7555
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
7555
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
7556
7556
|
"description": "Change what type of event triggers validation to run."
|
7557
7557
|
},
|
7558
7558
|
"v-text-field/validation-value": {
|
@@ -7740,7 +7740,7 @@
|
|
7740
7740
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
7741
7741
|
},
|
7742
7742
|
"v-textarea/validate-on": {
|
7743
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
7743
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
7744
7744
|
"description": "Change what type of event triggers validation to run."
|
7745
7745
|
},
|
7746
7746
|
"v-textarea/validation-value": {
|
@@ -8200,7 +8200,7 @@
|
|
8200
8200
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
|
8201
8201
|
},
|
8202
8202
|
"v-validation/validate-on": {
|
8203
|
-
"type": "\"blur\" | \"input\" | \"submit\"",
|
8203
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\"",
|
8204
8204
|
"description": "Change what type of event triggers validation to run."
|
8205
8205
|
},
|
8206
8206
|
"v-validation/validation-value": {
|
package/dist/json/importMap.json
CHANGED
@@ -264,6 +264,10 @@
|
|
264
264
|
"from": "components/VMain/index.mjs",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
|
+
"VMenu": {
|
268
|
+
"from": "components/VMenu/index.mjs",
|
269
|
+
"styles": []
|
270
|
+
},
|
267
271
|
"VMessages": {
|
268
272
|
"from": "components/VMessages/index.mjs",
|
269
273
|
"styles": []
|
@@ -344,10 +348,6 @@
|
|
344
348
|
"from": "components/VTabs/index.mjs",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"VMenu": {
|
348
|
-
"from": "components/VMenu/index.mjs",
|
349
|
-
"styles": []
|
350
|
-
},
|
351
351
|
"VTable": {
|
352
352
|
"from": "components/VTable/index.mjs",
|
353
353
|
"styles": []
|
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "4.0.0-dev-
|
5
|
+
"version": "4.0.0-dev-20230516.0",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -1720,7 +1720,7 @@
|
|
1720
1720
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
1721
1721
|
"value": {
|
1722
1722
|
"kind": "expression",
|
1723
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
1723
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
1724
1724
|
}
|
1725
1725
|
},
|
1726
1726
|
{
|
@@ -5632,7 +5632,7 @@
|
|
5632
5632
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
5633
5633
|
"value": {
|
5634
5634
|
"kind": "expression",
|
5635
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
5635
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
5636
5636
|
}
|
5637
5637
|
},
|
5638
5638
|
{
|
@@ -8046,7 +8046,7 @@
|
|
8046
8046
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
8047
8047
|
"value": {
|
8048
8048
|
"kind": "expression",
|
8049
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
8049
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
8050
8050
|
}
|
8051
8051
|
},
|
8052
8052
|
{
|
@@ -14124,7 +14124,7 @@
|
|
14124
14124
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
14125
14125
|
"value": {
|
14126
14126
|
"kind": "expression",
|
14127
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
14127
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
14128
14128
|
}
|
14129
14129
|
},
|
14130
14130
|
{
|
@@ -14849,7 +14849,7 @@
|
|
14849
14849
|
"default": "'input'",
|
14850
14850
|
"value": {
|
14851
14851
|
"kind": "expression",
|
14852
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
14852
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
14853
14853
|
}
|
14854
14854
|
},
|
14855
14855
|
{
|
@@ -14883,7 +14883,7 @@
|
|
14883
14883
|
"arguments": [
|
14884
14884
|
{
|
14885
14885
|
"name": "argument",
|
14886
|
-
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#
|
14886
|
+
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#L48-L48\" target=\"_blank\">SubmitEventPromise</a>]"
|
14887
14887
|
}
|
14888
14888
|
]
|
14889
14889
|
}
|
@@ -14910,6 +14910,10 @@
|
|
14910
14910
|
"name": "isValidating",
|
14911
14911
|
"type": "ShallowRef<boolean>"
|
14912
14912
|
},
|
14913
|
+
{
|
14914
|
+
"name": "isValid",
|
14915
|
+
"type": "Ref<boolean> & { externalValue: boolean }"
|
14916
|
+
},
|
14913
14917
|
{
|
14914
14918
|
"name": "items",
|
14915
14919
|
"type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => void; resetValidation: () => void; isValid: boolean; errorMessages: string[]; }[]>"
|
@@ -15772,7 +15776,7 @@
|
|
15772
15776
|
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
15773
15777
|
"value": {
|
15774
15778
|
"kind": "expression",
|
15775
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
15779
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
15776
15780
|
}
|
15777
15781
|
},
|
15778
15782
|
{
|
@@ -20726,7 +20730,7 @@
|
|
20726
20730
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
20727
20731
|
"value": {
|
20728
20732
|
"kind": "expression",
|
20729
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
20733
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
20730
20734
|
}
|
20731
20735
|
},
|
20732
20736
|
{
|
@@ -21283,7 +21287,7 @@
|
|
21283
21287
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
21284
21288
|
"value": {
|
21285
21289
|
"kind": "expression",
|
21286
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
21290
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
21287
21291
|
}
|
21288
21292
|
},
|
21289
21293
|
{
|
@@ -23391,7 +23395,7 @@
|
|
23391
23395
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
23392
23396
|
"value": {
|
23393
23397
|
"kind": "expression",
|
23394
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
23398
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
23395
23399
|
}
|
23396
23400
|
},
|
23397
23401
|
{
|
@@ -25575,7 +25579,7 @@
|
|
25575
25579
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
25576
25580
|
"value": {
|
25577
25581
|
"kind": "expression",
|
25578
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
25582
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
25579
25583
|
}
|
25580
25584
|
},
|
25581
25585
|
{
|
@@ -26836,7 +26840,7 @@
|
|
26836
26840
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
26837
26841
|
"value": {
|
26838
26842
|
"kind": "expression",
|
26839
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
26843
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
26840
26844
|
}
|
26841
26845
|
},
|
26842
26846
|
{
|
@@ -28415,7 +28419,7 @@
|
|
28415
28419
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
28416
28420
|
"value": {
|
28417
28421
|
"kind": "expression",
|
28418
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
28422
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
28419
28423
|
}
|
28420
28424
|
},
|
28421
28425
|
{
|
@@ -29265,7 +29269,7 @@
|
|
29265
29269
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
29266
29270
|
"value": {
|
29267
29271
|
"kind": "expression",
|
29268
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
29272
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
29269
29273
|
}
|
29270
29274
|
},
|
29271
29275
|
{
|
@@ -31009,7 +31013,7 @@
|
|
31009
31013
|
"doc-url": "https://vuetifyjs.com/api/v-validation#props",
|
31010
31014
|
"value": {
|
31011
31015
|
"kind": "expression",
|
31012
|
-
"type": "\"blur\" | \"input\" | \"submit\""
|
31016
|
+
"type": "\"lazy\" | \"blur\" | \"input\" | \"submit\" | \"blur lazy\" | \"input lazy\" | \"submit lazy\" | \"lazy blur\" | \"lazy input\" | \"lazy submit\""
|
31013
31017
|
}
|
31014
31018
|
},
|
31015
31019
|
{
|
@@ -31101,7 +31105,7 @@
|
|
31101
31105
|
},
|
31102
31106
|
{
|
31103
31107
|
"name": "validate",
|
31104
|
-
"type": "() => Promise<string[]>"
|
31108
|
+
"type": "(silent: boolean) => Promise<string[]>"
|
31105
31109
|
},
|
31106
31110
|
{
|
31107
31111
|
"name": "validationClasses",
|
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230516.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18284,10 +18284,12 @@ html.overflow-y-hidden {
|
|
18284
18284
|
border-radius: 4px;
|
18285
18285
|
}
|
18286
18286
|
|
18287
|
+
.v-chip__content {
|
18288
|
+
align-items: center;
|
18289
|
+
display: inline-flex;
|
18290
|
+
}
|
18287
18291
|
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
18288
18292
|
overflow: hidden;
|
18289
|
-
text-overflow: ellipsis;
|
18290
|
-
white-space: nowrap;
|
18291
18293
|
}
|
18292
18294
|
|
18293
18295
|
.v-chip__filter,
|
@@ -21044,6 +21046,8 @@ textarea.v-field__input::placeholder {
|
|
21044
21046
|
|
21045
21047
|
.v-navigation-drawer__scrim {
|
21046
21048
|
position: absolute;
|
21049
|
+
top: 0;
|
21050
|
+
left: 0;
|
21047
21051
|
width: 100%;
|
21048
21052
|
height: 100%;
|
21049
21053
|
background: black;
|