@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-19 → 3.4.0-alpha.1-dev.2023-10-21
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 +7 -2
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +12 -12
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +77 -88
- package/dist/vuetify-labs.esm.js +7 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +77 -88
- package/dist/vuetify.d.ts +10 -10
- package/dist/vuetify.esm.js +7 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +7 -9
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -9
- package/lib/components/VAutocomplete/_variables.scss +3 -2
- package/lib/components/VCombobox/VCombobox.css +7 -9
- package/lib/components/VCombobox/VCombobox.sass +10 -9
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VField/VField.css +32 -16
- package/lib/components/VField/VField.sass +11 -2
- package/lib/components/VField/_variables.scss +5 -3
- package/lib/components/VFileInput/VFileInput.css +6 -4
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +10 -4
- package/lib/components/VInput/VInput.css +22 -16
- package/lib/components/VInput/VInput.sass +17 -6
- package/lib/components/VInput/_variables.scss +3 -3
- package/lib/components/VSelect/VSelect.css +0 -4
- package/lib/components/VSelect/VSelect.sass +0 -3
- package/lib/components/VTextField/VTextField.css +1 -28
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +0 -26
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +10 -10
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-alpha.1-dev.2023-10-
|
|
2
|
+
* Vuetify v3.4.0-alpha.1-dev.2023-10-21
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -10567,7 +10567,7 @@
|
|
|
10567
10567
|
"class": ['v-text-field', {
|
|
10568
10568
|
'v-text-field--prefixed': props.prefix,
|
|
10569
10569
|
'v-text-field--suffixed': props.suffix,
|
|
10570
|
-
'v-
|
|
10570
|
+
'v-input--plain-underlined': isPlainOrUnderlined.value
|
|
10571
10571
|
}, props.class],
|
|
10572
10572
|
"style": props.style
|
|
10573
10573
|
}, rootAttrs, inputProps, {
|
|
@@ -15909,7 +15909,8 @@
|
|
|
15909
15909
|
"modelValue": model.value,
|
|
15910
15910
|
"onUpdate:modelValue": $event => model.value = $event,
|
|
15911
15911
|
"class": ['v-file-input', {
|
|
15912
|
-
'v-
|
|
15912
|
+
'v-file-input--chips': !!props.chips,
|
|
15913
|
+
'v-input--plain-underlined': isPlainOrUnderlined.value
|
|
15913
15914
|
}, props.class],
|
|
15914
15915
|
"style": props.style,
|
|
15915
15916
|
"onClick:prepend": onClickPrepend
|
|
@@ -19327,7 +19328,7 @@
|
|
|
19327
19328
|
'v-text-field--suffixed': props.suffix,
|
|
19328
19329
|
'v-textarea--auto-grow': props.autoGrow,
|
|
19329
19330
|
'v-textarea--no-resize': props.noResize || props.autoGrow,
|
|
19330
|
-
'v-
|
|
19331
|
+
'v-input--plain-underlined': isPlainOrUnderlined.value
|
|
19331
19332
|
}, props.class],
|
|
19332
19333
|
"style": props.style
|
|
19333
19334
|
}, rootAttrs, inputProps, {
|
|
@@ -20648,7 +20649,7 @@
|
|
|
20648
20649
|
date
|
|
20649
20650
|
};
|
|
20650
20651
|
}
|
|
20651
|
-
const version$1 = "3.4.0-alpha.1-dev.2023-10-
|
|
20652
|
+
const version$1 = "3.4.0-alpha.1-dev.2023-10-21";
|
|
20652
20653
|
createVuetify$1.version = version$1;
|
|
20653
20654
|
|
|
20654
20655
|
// Vue's inject() can only be used in setup
|
|
@@ -20673,7 +20674,7 @@
|
|
|
20673
20674
|
...options
|
|
20674
20675
|
});
|
|
20675
20676
|
};
|
|
20676
|
-
const version = "3.4.0-alpha.1-dev.2023-10-
|
|
20677
|
+
const version = "3.4.0-alpha.1-dev.2023-10-21";
|
|
20677
20678
|
createVuetify.version = version;
|
|
20678
20679
|
|
|
20679
20680
|
exports.components = components;
|