vuetify 3.9.4 → 3.9.5
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 +3433 -3433
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +6551 -6551
- package/dist/vuetify-labs.cjs +6 -6
- package/dist/vuetify-labs.css +3853 -3850
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3166 -3163
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -5
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +7 -4
- package/lib/components/VStepper/VStepperItem.sass +5 -7
- package/lib/components/VTextField/VTextField.js +1 -0
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.9.
|
|
2
|
+
* Vuetify v3.9.5
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -12573,6 +12573,7 @@
|
|
|
12573
12573
|
"name": props.name,
|
|
12574
12574
|
"placeholder": props.placeholder,
|
|
12575
12575
|
"size": 1,
|
|
12576
|
+
"role": props.role,
|
|
12576
12577
|
"type": props.type,
|
|
12577
12578
|
"onFocus": focus,
|
|
12578
12579
|
"onBlur": blur
|
|
@@ -13348,7 +13349,7 @@
|
|
|
13348
13349
|
return vue.createVNode(VTextField, vue.mergeProps({
|
|
13349
13350
|
"ref": vTextFieldRef
|
|
13350
13351
|
}, textFieldProps, {
|
|
13351
|
-
"modelValue": model.value.map(v => v.props.
|
|
13352
|
+
"modelValue": model.value.map(v => v.props.title).join(', '),
|
|
13352
13353
|
"onUpdate:modelValue": onModelUpdate,
|
|
13353
13354
|
"focused": isFocused.value,
|
|
13354
13355
|
"onUpdate:focused": $event => isFocused.value = $event,
|
|
@@ -31530,8 +31531,7 @@
|
|
|
31530
31531
|
}
|
|
31531
31532
|
return vue.createVNode(VColorPicker, vue.mergeProps(colorPickerProps, {
|
|
31532
31533
|
"modelValue": props.hideActions ? model.value : proxyModel.value,
|
|
31533
|
-
"onUpdate:modelValue": value => onUpdateModel(value)
|
|
31534
|
-
"onMousedown": e => e.preventDefault()
|
|
31534
|
+
"onUpdate:modelValue": value => onUpdateModel(value)
|
|
31535
31535
|
}), {
|
|
31536
31536
|
actions: !props.hideActions ? () => slots.actions?.({
|
|
31537
31537
|
save,
|
|
@@ -35246,7 +35246,7 @@
|
|
|
35246
35246
|
};
|
|
35247
35247
|
});
|
|
35248
35248
|
}
|
|
35249
|
-
const version$1 = "3.9.
|
|
35249
|
+
const version$1 = "3.9.5";
|
|
35250
35250
|
createVuetify$1.version = version$1;
|
|
35251
35251
|
|
|
35252
35252
|
// Vue's inject() can only be used in setup
|
|
@@ -35544,7 +35544,7 @@
|
|
|
35544
35544
|
|
|
35545
35545
|
/* eslint-disable local-rules/sort-imports */
|
|
35546
35546
|
|
|
35547
|
-
const version = "3.9.
|
|
35547
|
+
const version = "3.9.5";
|
|
35548
35548
|
|
|
35549
35549
|
/* eslint-disable local-rules/sort-imports */
|
|
35550
35550
|
|