@vuetify/nightly 3.8.0-master.2025-04-02 → 3.8.0-master.2025-04-03
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 +6 -3
- package/dist/json/attributes.json +3205 -3205
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +174 -174
- package/dist/json/web-types.json +6230 -6230
- package/dist/vuetify-labs.cjs +10 -6
- package/dist/vuetify-labs.css +4391 -4377
- package/dist/vuetify-labs.d.ts +115 -76
- package/dist/vuetify-labs.esm.js +10 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +10 -6
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3666 -3652
- package/dist/vuetify.d.ts +115 -76
- package/dist/vuetify.esm.js +10 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -1
- package/lib/components/VCombobox/VCombobox.css +0 -1
- package/lib/components/VCombobox/VCombobox.js +1 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +0 -1
- package/lib/components/VField/VField.d.ts +3 -0
- package/lib/components/VField/VField.js +3 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +2 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +39 -12
- package/lib/components/VSelect/VSelect.css +0 -1
- package/lib/components/VSelect/VSelect.js +1 -0
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelect.sass +0 -1
- package/lib/components/VTextField/VTextField.css +21 -4
- package/lib/components/VTextField/VTextField.d.ts +12 -3
- package/lib/components/VTextField/VTextField.sass +22 -7
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.0-master.2025-04-
|
2
|
+
* Vuetify v3.8.0-master.2025-04-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -11736,7 +11736,7 @@
|
|
11736
11736
|
return props.error || props.disabled ? undefined : isActive.value && isFocused.value ? props.color : props.baseColor;
|
11737
11737
|
});
|
11738
11738
|
const iconColor = vue.computed(() => {
|
11739
|
-
if (!props.iconColor) return undefined;
|
11739
|
+
if (!props.iconColor || props.glow && !isFocused.value) return undefined;
|
11740
11740
|
return props.iconColor === true ? color.value : props.iconColor;
|
11741
11741
|
});
|
11742
11742
|
const {
|
@@ -11934,7 +11934,8 @@
|
|
11934
11934
|
})])]);
|
11935
11935
|
});
|
11936
11936
|
return {
|
11937
|
-
controlRef
|
11937
|
+
controlRef,
|
11938
|
+
fieldIconColor: iconColor
|
11938
11939
|
};
|
11939
11940
|
}
|
11940
11941
|
});
|
@@ -13001,6 +13002,7 @@
|
|
13001
13002
|
}
|
13002
13003
|
return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
|
13003
13004
|
"class": "v-select__menu-icon",
|
13005
|
+
"color": vTextFieldRef.value?.fieldIconColor,
|
13004
13006
|
"icon": props.menuIcon
|
13005
13007
|
}, null) : undefined]);
|
13006
13008
|
}
|
@@ -13601,6 +13603,7 @@
|
|
13601
13603
|
}
|
13602
13604
|
return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
|
13603
13605
|
"class": "v-autocomplete__menu-icon",
|
13606
|
+
"color": vTextFieldRef.value?.fieldIconColor,
|
13604
13607
|
"icon": props.menuIcon,
|
13605
13608
|
"onMousedown": onMousedownMenuIcon,
|
13606
13609
|
"onClick": noop,
|
@@ -18407,6 +18410,7 @@
|
|
18407
18410
|
}
|
18408
18411
|
return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? vue.createVNode(VIcon, {
|
18409
18412
|
"class": "v-combobox__menu-icon",
|
18413
|
+
"color": vTextFieldRef.value?.fieldIconColor,
|
18410
18414
|
"icon": props.menuIcon,
|
18411
18415
|
"onMousedown": onMousedownMenuIcon,
|
18412
18416
|
"onClick": noop,
|
@@ -24556,7 +24560,7 @@
|
|
24556
24560
|
position: location,
|
24557
24561
|
layoutSize,
|
24558
24562
|
elementSize: width,
|
24559
|
-
active: vue.
|
24563
|
+
active: vue.readonly(isActive),
|
24560
24564
|
disableTransitions: vue.computed(() => isDragging.value),
|
24561
24565
|
absolute: vue.computed(() =>
|
24562
24566
|
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
@@ -31537,7 +31541,7 @@
|
|
31537
31541
|
};
|
31538
31542
|
});
|
31539
31543
|
}
|
31540
|
-
const version$1 = "3.8.0-master.2025-04-
|
31544
|
+
const version$1 = "3.8.0-master.2025-04-03";
|
31541
31545
|
createVuetify$1.version = version$1;
|
31542
31546
|
|
31543
31547
|
// Vue's inject() can only be used in setup
|
@@ -31822,7 +31826,7 @@
|
|
31822
31826
|
|
31823
31827
|
/* eslint-disable local-rules/sort-imports */
|
31824
31828
|
|
31825
|
-
const version = "3.8.0-master.2025-04-
|
31829
|
+
const version = "3.8.0-master.2025-04-03";
|
31826
31830
|
|
31827
31831
|
/* eslint-disable local-rules/sort-imports */
|
31828
31832
|
|