@vuetify/nightly 3.7.14-master.2025-03-04 → 3.7.15-master.2025-03-05
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 +4 -38
- package/dist/json/attributes.json +2673 -2673
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +5151 -5151
- package/dist/vuetify-labs.css +2899 -2899
- package/dist/vuetify-labs.d.ts +34 -34
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4200 -4200
- package/dist/vuetify.d.ts +89 -89
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -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/VDataIterator/index.d.mts +2 -2
- package/lib/components/VDataTable/composables/headers.mjs +2 -0
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +34 -34
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/index.d.mts +34 -34
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.15-master.2025-03-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -19753,6 +19753,8 @@
|
|
19753
19753
|
item.lastFixed = true;
|
19754
19754
|
} else if (isNaN(+item.width)) {
|
19755
19755
|
consoleError(`Multiple fixed columns should have a static width (key: ${item.key})`);
|
19756
|
+
} else {
|
19757
|
+
item.minWidth = Math.max(+item.width || 0, +item.minWidth || 0);
|
19756
19758
|
}
|
19757
19759
|
seenFixed = true;
|
19758
19760
|
}
|
@@ -24602,7 +24604,7 @@
|
|
24602
24604
|
"disabled": props.disabled,
|
24603
24605
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
24604
24606
|
"min": props.type === 'number' ? 0 : undefined,
|
24605
|
-
"maxlength":
|
24607
|
+
"maxlength": i === 0 ? length.value : '1',
|
24606
24608
|
"placeholder": props.placeholder,
|
24607
24609
|
"type": props.type === 'number' ? 'text' : props.type,
|
24608
24610
|
"value": model.value[i],
|
@@ -31052,7 +31054,7 @@
|
|
31052
31054
|
goTo
|
31053
31055
|
};
|
31054
31056
|
}
|
31055
|
-
const version$1 = "3.7.
|
31057
|
+
const version$1 = "3.7.15-master.2025-03-05";
|
31056
31058
|
createVuetify$1.version = version$1;
|
31057
31059
|
|
31058
31060
|
// Vue's inject() can only be used in setup
|
@@ -31305,7 +31307,7 @@
|
|
31305
31307
|
|
31306
31308
|
/* eslint-disable local-rules/sort-imports */
|
31307
31309
|
|
31308
|
-
const version = "3.7.
|
31310
|
+
const version = "3.7.15-master.2025-03-05";
|
31309
31311
|
|
31310
31312
|
/* eslint-disable local-rules/sort-imports */
|
31311
31313
|
|