vuetify 3.3.11 → 3.3.13
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 +49 -5
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +11 -0
- package/dist/json/web-types.json +168 -11
- package/dist/vuetify-labs.css +423 -358
- package/dist/vuetify-labs.d.ts +233 -91
- package/dist/vuetify-labs.esm.js +189 -104
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +189 -104
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +130 -65
- package/dist/vuetify.d.ts +172 -38
- package/dist/vuetify.esm.js +100 -59
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -59
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +152 -152
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.mjs +2 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -0
- package/lib/components/VBanner/VBanner.css +2 -0
- package/lib/components/VBanner/VBanner.sass +2 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBtn/VBtn.css +6 -0
- package/lib/components/VBtn/VBtn.sass +5 -0
- package/lib/components/VCheckbox/index.d.mts +3 -1
- package/lib/components/VChip/VChip.mjs +1 -0
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -0
- package/lib/components/VDialog/VDialog.css +15 -6
- package/lib/components/VDialog/VDialog.sass +41 -35
- package/lib/components/VField/VField.css +7 -2
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +7 -2
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VGrid/VGrid.css +4 -0
- package/lib/components/VGrid/VGrid.sass +4 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +20 -9
- package/lib/components/VList/VListItem.mjs +6 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +19 -8
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +5 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VRadio/index.d.mts +3 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VSelect/VSelect.mjs +14 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +22 -19
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -25
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +28 -19
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +3 -1
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +6 -0
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +6 -1
- package/lib/components/VTimeline/VTimeline.sass +6 -1
- package/lib/components/VTooltip/VTooltip.css +1 -1
- package/lib/components/VTooltip/_variables.scss +1 -1
- package/lib/components/index.d.mts +169 -35
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDateInput/composables.mjs +11 -1
- package/lib/labs/VDateInput/composables.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -0
- package/lib/labs/VDatePicker/VDatePicker.mjs +34 -14
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/composables.mjs +4 -2
- package/lib/labs/VDatePicker/composables.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +14 -0
- package/lib/labs/VOtpInput/VOtpInput.mjs +31 -22
- package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/labs/VStepper/VStepper.mjs +12 -9
- package/lib/labs/VStepper/VStepper.mjs.map +1 -1
- package/lib/labs/VStepper/index.d.mts +50 -56
- package/lib/labs/components.d.mts +64 -56
- package/lib/labs/date/adapters/vuetify.mjs +1 -1
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +16 -15
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.13
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1641,6 +1641,7 @@ function createLayout(props) {
|
|
|
1641
1641
|
|
|
1642
1642
|
var en = {
|
|
1643
1643
|
badge: 'Badge',
|
|
1644
|
+
open: 'Open',
|
|
1644
1645
|
close: 'Close',
|
|
1645
1646
|
dataIterator: {
|
|
1646
1647
|
noResultsText: 'No matching records found',
|
|
@@ -5844,6 +5845,20 @@ const VSelectionControl = genericComponent()({
|
|
|
5844
5845
|
}
|
|
5845
5846
|
}) : props.label;
|
|
5846
5847
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
|
5848
|
+
const inputNode = createVNode("input", mergeProps({
|
|
5849
|
+
"ref": input,
|
|
5850
|
+
"checked": model.value,
|
|
5851
|
+
"disabled": !!(props.readonly || props.disabled),
|
|
5852
|
+
"id": id.value,
|
|
5853
|
+
"onBlur": onBlur,
|
|
5854
|
+
"onFocus": onFocus,
|
|
5855
|
+
"onInput": onInput,
|
|
5856
|
+
"aria-disabled": !!(props.readonly || props.disabled),
|
|
5857
|
+
"type": props.type,
|
|
5858
|
+
"value": trueValue.value,
|
|
5859
|
+
"name": props.name,
|
|
5860
|
+
"aria-checked": props.type === 'checkbox' ? model.value : undefined
|
|
5861
|
+
}, inputAttrs), null);
|
|
5847
5862
|
return createVNode("div", mergeProps({
|
|
5848
5863
|
"class": ['v-selection-control', {
|
|
5849
5864
|
'v-selection-control--dirty': model.value,
|
|
@@ -5860,32 +5875,21 @@ const VSelectionControl = genericComponent()({
|
|
|
5860
5875
|
"style": textColorStyles.value
|
|
5861
5876
|
}, [slots.default?.(), withDirectives(createVNode("div", {
|
|
5862
5877
|
"class": ['v-selection-control__input']
|
|
5863
|
-
}, [
|
|
5864
|
-
"key": "icon",
|
|
5865
|
-
"icon": icon.value
|
|
5866
|
-
}, null), createVNode("input", mergeProps({
|
|
5867
|
-
"ref": input,
|
|
5868
|
-
"checked": model.value,
|
|
5869
|
-
"disabled": !!(props.readonly || props.disabled),
|
|
5870
|
-
"id": id.value,
|
|
5871
|
-
"onBlur": onBlur,
|
|
5872
|
-
"onFocus": onFocus,
|
|
5873
|
-
"onInput": onInput,
|
|
5874
|
-
"aria-disabled": !!(props.readonly || props.disabled),
|
|
5875
|
-
"type": props.type,
|
|
5876
|
-
"value": trueValue.value,
|
|
5877
|
-
"name": props.name,
|
|
5878
|
-
"aria-checked": props.type === 'checkbox' ? model.value : undefined
|
|
5879
|
-
}, inputAttrs), null), slots.input?.({
|
|
5878
|
+
}, [slots.input?.({
|
|
5880
5879
|
model,
|
|
5881
5880
|
textColorClasses,
|
|
5882
5881
|
textColorStyles,
|
|
5882
|
+
inputNode,
|
|
5883
|
+
icon: icon.value,
|
|
5883
5884
|
props: {
|
|
5884
5885
|
onFocus,
|
|
5885
5886
|
onBlur,
|
|
5886
5887
|
id: id.value
|
|
5887
5888
|
}
|
|
5888
|
-
})
|
|
5889
|
+
}) ?? createVNode(Fragment, null, [icon.value && createVNode(VIcon, {
|
|
5890
|
+
"key": "icon",
|
|
5891
|
+
"icon": icon.value
|
|
5892
|
+
}, null), inputNode])]), [[resolveDirective("ripple"), props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && createVNode(VLabel, {
|
|
5889
5893
|
"for": id.value,
|
|
5890
5894
|
"clickable": true
|
|
5891
5895
|
}, {
|
|
@@ -6782,6 +6786,7 @@ const VChip = genericComponent()({
|
|
|
6782
6786
|
const closeProps = computed(() => ({
|
|
6783
6787
|
'aria-label': t(props.closeLabel),
|
|
6784
6788
|
onClick(e) {
|
|
6789
|
+
e.stopPropagation();
|
|
6785
6790
|
isActive.value = false;
|
|
6786
6791
|
emit('click:close', e);
|
|
6787
6792
|
}
|
|
@@ -7685,7 +7690,9 @@ const VListItem = genericComponent()({
|
|
|
7685
7690
|
}
|
|
7686
7691
|
}, {
|
|
7687
7692
|
default: () => [slots.prepend?.(slotProps.value)]
|
|
7688
|
-
})
|
|
7693
|
+
}), createVNode("div", {
|
|
7694
|
+
"class": "v-list-item__spacer"
|
|
7695
|
+
}, null)]), createVNode("div", {
|
|
7689
7696
|
"class": "v-list-item__content",
|
|
7690
7697
|
"data-no-activator": ""
|
|
7691
7698
|
}, [hasTitle && createVNode(VListItemTitle, {
|
|
@@ -7729,7 +7736,9 @@ const VListItem = genericComponent()({
|
|
|
7729
7736
|
}
|
|
7730
7737
|
}, {
|
|
7731
7738
|
default: () => [slots.append?.(slotProps.value)]
|
|
7732
|
-
})
|
|
7739
|
+
}), createVNode("div", {
|
|
7740
|
+
"class": "v-list-item__spacer"
|
|
7741
|
+
}, null)])]
|
|
7733
7742
|
}), [[resolveDirective("ripple"), isClickable.value && props.ripple]]);
|
|
7734
7743
|
});
|
|
7735
7744
|
return {};
|
|
@@ -9840,10 +9849,11 @@ const VMenu = genericComponent()({
|
|
|
9840
9849
|
}, 40);
|
|
9841
9850
|
}
|
|
9842
9851
|
});
|
|
9843
|
-
function onFocusIn(e) {
|
|
9852
|
+
async function onFocusIn(e) {
|
|
9844
9853
|
const before = e.relatedTarget;
|
|
9845
9854
|
const after = e.target;
|
|
9846
|
-
|
|
9855
|
+
await nextTick();
|
|
9856
|
+
if (isActive.value && before !== after && overlay.value?.contentEl &&
|
|
9847
9857
|
// We're the topmost menu
|
|
9848
9858
|
overlay.value?.globalTop &&
|
|
9849
9859
|
// It isn't the document or the menu body
|
|
@@ -10179,7 +10189,7 @@ const VField = genericComponent()({
|
|
|
10179
10189
|
'v-field--no-label': !label,
|
|
10180
10190
|
[`v-field--variant-${props.variant}`]: true
|
|
10181
10191
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
|
10182
|
-
"style": [backgroundColorStyles.value,
|
|
10192
|
+
"style": [backgroundColorStyles.value, props.style],
|
|
10183
10193
|
"onClick": onClick
|
|
10184
10194
|
}, attrs), [createVNode("div", {
|
|
10185
10195
|
"class": "v-field__overlay"
|
|
@@ -10203,7 +10213,8 @@ const VField = genericComponent()({
|
|
|
10203
10213
|
"ref": floatingLabelRef,
|
|
10204
10214
|
"class": [textColorClasses.value],
|
|
10205
10215
|
"floating": true,
|
|
10206
|
-
"for": id.value
|
|
10216
|
+
"for": id.value,
|
|
10217
|
+
"style": textColorStyles.value
|
|
10207
10218
|
}, {
|
|
10208
10219
|
default: () => [label]
|
|
10209
10220
|
}), createVNode(VFieldLabel, {
|
|
@@ -10239,7 +10250,8 @@ const VField = genericComponent()({
|
|
|
10239
10250
|
"key": "append-icon",
|
|
10240
10251
|
"name": "appendInner"
|
|
10241
10252
|
}, null)]), createVNode("div", {
|
|
10242
|
-
"class": ['v-field__outline', textColorClasses.value]
|
|
10253
|
+
"class": ['v-field__outline', textColorClasses.value],
|
|
10254
|
+
"style": textColorStyles.value
|
|
10243
10255
|
}, [isOutlined && createVNode(Fragment, null, [createVNode("div", {
|
|
10244
10256
|
"class": "v-field__outline__start"
|
|
10245
10257
|
}, null), hasLabel.value && createVNode("div", {
|
|
@@ -10283,6 +10295,7 @@ const makeVTextFieldProps = propsFactory({
|
|
|
10283
10295
|
persistentPlaceholder: Boolean,
|
|
10284
10296
|
persistentCounter: Boolean,
|
|
10285
10297
|
suffix: String,
|
|
10298
|
+
role: String,
|
|
10286
10299
|
type: {
|
|
10287
10300
|
type: String,
|
|
10288
10301
|
default: 'text'
|
|
@@ -10407,7 +10420,7 @@ const VTextField = genericComponent()({
|
|
|
10407
10420
|
"onClick:clear": onClear,
|
|
10408
10421
|
"onClick:prependInner": props['onClick:prependInner'],
|
|
10409
10422
|
"onClick:appendInner": props['onClick:appendInner'],
|
|
10410
|
-
"role":
|
|
10423
|
+
"role": props.role
|
|
10411
10424
|
}, fieldProps, {
|
|
10412
10425
|
"id": id.value,
|
|
10413
10426
|
"active": isActive.value || isDirty.value,
|
|
@@ -10446,10 +10459,12 @@ const VTextField = genericComponent()({
|
|
|
10446
10459
|
"class": "v-text-field__prefix"
|
|
10447
10460
|
}, [createVNode("span", {
|
|
10448
10461
|
"class": "v-text-field__prefix__text"
|
|
10449
|
-
}, [props.prefix])]), createVNode("div", {
|
|
10462
|
+
}, [props.prefix])]), slots.default ? createVNode("div", {
|
|
10450
10463
|
"class": fieldClass,
|
|
10451
10464
|
"data-no-activator": ""
|
|
10452
|
-
}, [slots.default
|
|
10465
|
+
}, [slots.default(), inputNode]) : cloneVNode(inputNode, {
|
|
10466
|
+
class: fieldClass
|
|
10467
|
+
}), props.suffix && createVNode("span", {
|
|
10453
10468
|
"class": "v-text-field__suffix"
|
|
10454
10469
|
}, [createVNode("span", {
|
|
10455
10470
|
"class": "v-text-field__suffix__text"
|
|
@@ -10768,6 +10783,14 @@ function useScrolling(listRef, textFieldRef) {
|
|
|
10768
10783
|
const makeSelectProps = propsFactory({
|
|
10769
10784
|
chips: Boolean,
|
|
10770
10785
|
closableChips: Boolean,
|
|
10786
|
+
closeText: {
|
|
10787
|
+
type: String,
|
|
10788
|
+
default: '$vuetify.close'
|
|
10789
|
+
},
|
|
10790
|
+
openText: {
|
|
10791
|
+
type: String,
|
|
10792
|
+
default: '$vuetify.open'
|
|
10793
|
+
},
|
|
10771
10794
|
eager: Boolean,
|
|
10772
10795
|
hideNoData: Boolean,
|
|
10773
10796
|
hideSelected: Boolean,
|
|
@@ -10797,7 +10820,8 @@ const makeSelectProps = propsFactory({
|
|
|
10797
10820
|
const makeVSelectProps = propsFactory({
|
|
10798
10821
|
...makeSelectProps(),
|
|
10799
10822
|
...omit(makeVTextFieldProps({
|
|
10800
|
-
modelValue: null
|
|
10823
|
+
modelValue: null,
|
|
10824
|
+
role: 'button'
|
|
10801
10825
|
}), ['validationValue', 'dirty', 'appendInnerIcon']),
|
|
10802
10826
|
...makeTransitionProps({
|
|
10803
10827
|
transition: {
|
|
@@ -10852,6 +10876,7 @@ const VSelect = genericComponent()({
|
|
|
10852
10876
|
});
|
|
10853
10877
|
const selected = computed(() => selections.value.map(selection => selection.props.value));
|
|
10854
10878
|
const isFocused = shallowRef(false);
|
|
10879
|
+
const label = computed(() => menu.value ? props.closeText : props.openText);
|
|
10855
10880
|
let keyboardLookupPrefix = '';
|
|
10856
10881
|
let keyboardLookupLastTime;
|
|
10857
10882
|
const displayItems = computed(() => {
|
|
@@ -10978,7 +11003,9 @@ const VSelect = genericComponent()({
|
|
|
10978
11003
|
"onClick:clear": onClear,
|
|
10979
11004
|
"onMousedown:control": onMousedownControl,
|
|
10980
11005
|
"onBlur": onBlur,
|
|
10981
|
-
"onKeydown": onKeydown
|
|
11006
|
+
"onKeydown": onKeydown,
|
|
11007
|
+
"aria-label": t(label.value),
|
|
11008
|
+
"title": t(label.value)
|
|
10982
11009
|
}), {
|
|
10983
11010
|
...slots,
|
|
10984
11011
|
default: () => createVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
|
@@ -11241,7 +11268,8 @@ const makeVAutocompleteProps = propsFactory({
|
|
|
11241
11268
|
}),
|
|
11242
11269
|
...makeSelectProps(),
|
|
11243
11270
|
...omit(makeVTextFieldProps({
|
|
11244
|
-
modelValue: null
|
|
11271
|
+
modelValue: null,
|
|
11272
|
+
role: 'combobox'
|
|
11245
11273
|
}), ['validationValue', 'dirty', 'appendInnerIcon']),
|
|
11246
11274
|
...makeTransitionProps({
|
|
11247
11275
|
transition: false
|
|
@@ -11278,6 +11306,7 @@ const VAutocomplete = genericComponent()({
|
|
|
11278
11306
|
});
|
|
11279
11307
|
const selectionIndex = shallowRef(-1);
|
|
11280
11308
|
const color = computed(() => vTextFieldRef.value?.color);
|
|
11309
|
+
const label = computed(() => menu.value ? props.closeText : props.openText);
|
|
11281
11310
|
const {
|
|
11282
11311
|
items,
|
|
11283
11312
|
transformIn,
|
|
@@ -11625,7 +11654,9 @@ const VAutocomplete = genericComponent()({
|
|
|
11625
11654
|
"class": "v-autocomplete__menu-icon",
|
|
11626
11655
|
"icon": props.menuIcon,
|
|
11627
11656
|
"onMousedown": onMousedownMenuIcon,
|
|
11628
|
-
"onClick": noop
|
|
11657
|
+
"onClick": noop,
|
|
11658
|
+
"aria-label": t(label.value),
|
|
11659
|
+
"title": t(label.value)
|
|
11629
11660
|
}, null) : undefined]);
|
|
11630
11661
|
}
|
|
11631
11662
|
});
|
|
@@ -14769,7 +14800,8 @@ const makeVComboboxProps = propsFactory({
|
|
|
14769
14800
|
returnObject: true
|
|
14770
14801
|
}),
|
|
14771
14802
|
...omit(makeVTextFieldProps({
|
|
14772
|
-
modelValue: null
|
|
14803
|
+
modelValue: null,
|
|
14804
|
+
role: 'combobox'
|
|
14773
14805
|
}), ['validationValue', 'dirty', 'appendInnerIcon']),
|
|
14774
14806
|
...makeTransitionProps({
|
|
14775
14807
|
transition: false
|
|
@@ -14808,6 +14840,7 @@ const VCombobox = genericComponent()({
|
|
|
14808
14840
|
const selectionIndex = shallowRef(-1);
|
|
14809
14841
|
let cleared = false;
|
|
14810
14842
|
const color = computed(() => vTextFieldRef.value?.color);
|
|
14843
|
+
const label = computed(() => menu.value ? props.closeText : props.openText);
|
|
14811
14844
|
const {
|
|
14812
14845
|
items,
|
|
14813
14846
|
transformIn,
|
|
@@ -15183,7 +15216,9 @@ const VCombobox = genericComponent()({
|
|
|
15183
15216
|
"class": "v-combobox__menu-icon",
|
|
15184
15217
|
"icon": props.menuIcon,
|
|
15185
15218
|
"onMousedown": onMousedownMenuIcon,
|
|
15186
|
-
"onClick": noop
|
|
15219
|
+
"onClick": noop,
|
|
15220
|
+
"aria-label": t(label.value),
|
|
15221
|
+
"title": t(label.value)
|
|
15187
15222
|
}, null) : undefined]);
|
|
15188
15223
|
}
|
|
15189
15224
|
});
|
|
@@ -16147,7 +16182,7 @@ const VRow = genericComponent()({
|
|
|
16147
16182
|
});
|
|
16148
16183
|
|
|
16149
16184
|
// Utilities
|
|
16150
|
-
const VSpacer = createSimpleFunctional('
|
|
16185
|
+
const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
|
|
16151
16186
|
|
|
16152
16187
|
// Composables
|
|
16153
16188
|
const makeVHoverProps = propsFactory({
|
|
@@ -18526,25 +18561,32 @@ const VSwitch = genericComponent()({
|
|
|
18526
18561
|
}, null),
|
|
18527
18562
|
input: _ref3 => {
|
|
18528
18563
|
let {
|
|
18529
|
-
|
|
18530
|
-
|
|
18564
|
+
inputNode,
|
|
18565
|
+
icon
|
|
18531
18566
|
} = _ref3;
|
|
18532
|
-
return createVNode("div", {
|
|
18533
|
-
"class": ['v-switch__thumb',
|
|
18534
|
-
|
|
18535
|
-
|
|
18536
|
-
|
|
18537
|
-
|
|
18538
|
-
|
|
18539
|
-
|
|
18540
|
-
|
|
18541
|
-
|
|
18542
|
-
"
|
|
18543
|
-
"
|
|
18544
|
-
"
|
|
18545
|
-
|
|
18546
|
-
|
|
18547
|
-
|
|
18567
|
+
return createVNode(Fragment, null, [inputNode, createVNode("div", {
|
|
18568
|
+
"class": ['v-switch__thumb', {
|
|
18569
|
+
'v-switch__thumb--filled': icon || props.loading
|
|
18570
|
+
}]
|
|
18571
|
+
}, [createVNode(VScaleTransition, null, {
|
|
18572
|
+
default: () => [!props.loading ? icon && createVNode(VIcon, {
|
|
18573
|
+
"key": icon,
|
|
18574
|
+
"icon": icon,
|
|
18575
|
+
"size": "x-small"
|
|
18576
|
+
}, null) : createVNode(LoaderSlot, {
|
|
18577
|
+
"name": "v-switch",
|
|
18578
|
+
"active": true,
|
|
18579
|
+
"color": isValid.value === false ? undefined : loaderColor.value
|
|
18580
|
+
}, {
|
|
18581
|
+
default: slotProps => slots.loader ? slots.loader(slotProps) : createVNode(VProgressCircular, {
|
|
18582
|
+
"active": slotProps.isActive,
|
|
18583
|
+
"color": slotProps.color,
|
|
18584
|
+
"indeterminate": true,
|
|
18585
|
+
"size": "16",
|
|
18586
|
+
"width": "2"
|
|
18587
|
+
}, null)
|
|
18588
|
+
})]
|
|
18589
|
+
})])]);
|
|
18548
18590
|
}
|
|
18549
18591
|
});
|
|
18550
18592
|
}
|
|
@@ -19025,8 +19067,7 @@ const VTextarea = genericComponent()({
|
|
|
19025
19067
|
"onMousedown": onControlMousedown,
|
|
19026
19068
|
"onClick:clear": onClear,
|
|
19027
19069
|
"onClick:prependInner": props['onClick:prependInner'],
|
|
19028
|
-
"onClick:appendInner": props['onClick:appendInner']
|
|
19029
|
-
"role": "textbox"
|
|
19070
|
+
"onClick:appendInner": props['onClick:appendInner']
|
|
19030
19071
|
}, fieldProps, {
|
|
19031
19072
|
"active": isActive.value || isDirty.value,
|
|
19032
19073
|
"centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
|
|
@@ -19968,7 +20009,7 @@ function getWeekdays(locale) {
|
|
|
19968
20009
|
const weekday = new Date(sundayJanuarySecond2000);
|
|
19969
20010
|
weekday.setDate(sundayJanuarySecond2000.getDate() + daysFromSunday + i);
|
|
19970
20011
|
return new Intl.DateTimeFormat(locale, {
|
|
19971
|
-
weekday: '
|
|
20012
|
+
weekday: 'narrow'
|
|
19972
20013
|
}).format(weekday);
|
|
19973
20014
|
});
|
|
19974
20015
|
}
|
|
@@ -20287,7 +20328,7 @@ function createVuetify$1() {
|
|
|
20287
20328
|
date
|
|
20288
20329
|
};
|
|
20289
20330
|
}
|
|
20290
|
-
const version$1 = "3.3.
|
|
20331
|
+
const version$1 = "3.3.13";
|
|
20291
20332
|
createVuetify$1.version = version$1;
|
|
20292
20333
|
|
|
20293
20334
|
// Vue's inject() can only be used in setup
|
|
@@ -20312,7 +20353,7 @@ const createVuetify = function () {
|
|
|
20312
20353
|
...options
|
|
20313
20354
|
});
|
|
20314
20355
|
};
|
|
20315
|
-
const version = "3.3.
|
|
20356
|
+
const version = "3.3.13";
|
|
20316
20357
|
createVuetify.version = version;
|
|
20317
20358
|
|
|
20318
20359
|
export { components, createVuetify, directives, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|