vuetify 3.10.10 → 3.10.11
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 +1376 -1416
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +0 -10
- package/dist/json/web-types.json +2412 -2512
- package/dist/vuetify-labs.cjs +6 -6
- package/dist/vuetify-labs.css +4280 -4274
- package/dist/vuetify-labs.d.ts +460 -648
- 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 +6 -6
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2933 -2927
- package/dist/vuetify.d.ts +334 -462
- package/dist/vuetify.esm.js +6 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -6
- 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/VAutocomplete/VAutocomplete.d.ts +63 -94
- package/lib/components/VCombobox/VCombobox.d.ts +63 -94
- package/lib/components/VField/VField.css +6 -1
- package/lib/components/VField/VField.d.ts +8 -13
- package/lib/components/VField/VField.js +1 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VField.sass +5 -0
- package/lib/components/VFileInput/VFileInput.d.ts +0 -13
- package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
- package/lib/components/VSelect/VSelect.d.ts +63 -94
- package/lib/components/VTabs/VTab.css +3 -2
- package/lib/components/VTabs/VTab.sass +2 -1
- package/lib/components/VTextField/VTextField.d.ts +18 -31
- package/lib/components/VTextarea/VTextarea.d.ts +0 -13
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
- package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
- package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.
|
|
2
|
+
* Vuetify v3.10.11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -12408,7 +12408,6 @@ const makeVFieldProps = propsFactory({
|
|
|
12408
12408
|
},
|
|
12409
12409
|
color: String,
|
|
12410
12410
|
baseColor: String,
|
|
12411
|
-
details: Boolean,
|
|
12412
12411
|
dirty: Boolean,
|
|
12413
12412
|
disabled: {
|
|
12414
12413
|
type: Boolean,
|
|
@@ -12441,6 +12440,7 @@ const VField = genericComponent()({
|
|
|
12441
12440
|
inheritAttrs: false,
|
|
12442
12441
|
props: {
|
|
12443
12442
|
id: String,
|
|
12443
|
+
details: Boolean,
|
|
12444
12444
|
...makeFocusProps(),
|
|
12445
12445
|
...makeVFieldProps()
|
|
12446
12446
|
},
|
|
@@ -15863,9 +15863,9 @@ const VWindow = genericComponent()({
|
|
|
15863
15863
|
if (itemsLength <= 2) {
|
|
15864
15864
|
isReversed.value = newVal < oldVal;
|
|
15865
15865
|
} else if (newVal === lastIndex && oldVal === 0) {
|
|
15866
|
-
isReversed.value = true;
|
|
15867
|
-
} else if (newVal === 0 && oldVal === lastIndex) {
|
|
15868
15866
|
isReversed.value = false;
|
|
15867
|
+
} else if (newVal === 0 && oldVal === lastIndex) {
|
|
15868
|
+
isReversed.value = true;
|
|
15869
15869
|
} else {
|
|
15870
15870
|
isReversed.value = newVal < oldVal;
|
|
15871
15871
|
}
|
|
@@ -38139,7 +38139,7 @@ function createVuetify$1() {
|
|
|
38139
38139
|
};
|
|
38140
38140
|
});
|
|
38141
38141
|
}
|
|
38142
|
-
const version$1 = "3.10.
|
|
38142
|
+
const version$1 = "3.10.11";
|
|
38143
38143
|
createVuetify$1.version = version$1;
|
|
38144
38144
|
|
|
38145
38145
|
// Vue's inject() can only be used in setup
|
|
@@ -38437,7 +38437,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
38437
38437
|
|
|
38438
38438
|
/* eslint-disable local-rules/sort-imports */
|
|
38439
38439
|
|
|
38440
|
-
const version = "3.10.
|
|
38440
|
+
const version = "3.10.11";
|
|
38441
38441
|
|
|
38442
38442
|
/* eslint-disable local-rules/sort-imports */
|
|
38443
38443
|
|