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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.4
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.value).join(', '),
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.4";
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.4";
35547
+ const version = "3.9.5";
35548
35548
 
35549
35549
  /* eslint-disable local-rules/sort-imports */
35550
35550