@vuetify/nightly 3.7.13-master.2025-02-22 → 3.7.13-master.2025-02-25
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 +14 -3
- package/dist/json/attributes.json +3178 -3174
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +5800 -5790
- package/dist/vuetify-labs.css +4259 -4253
- package/dist/vuetify-labs.d.ts +9 -0
- package/dist/vuetify-labs.esm.js +18 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3279 -3279
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/density.mjs +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/lib/labs/VNumberInput/VNumberInput.mjs +2 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.sass +16 -16
- package/lib/labs/VTimePicker/_variables.scss +12 -12
- package/lib/labs/VTreeview/VTreeview.mjs +5 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +4 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -9
- package/lib/labs/VTreeview/VTreeviewItem.mjs +4 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +16 -10
- package/lib/labs/VTreeview/_variables.scss +2 -5
- package/lib/labs/VTreeview/index.d.mts +9 -0
- package/lib/labs/components.d.mts +9 -0
- package/lib/locale/ja.mjs +19 -19
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.13-master.2025-02-
|
2
|
+
* Vuetify v3.7.13-master.2025-02-25
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4453,7 +4453,7 @@
|
|
4453
4453
|
|
4454
4454
|
const allowedDensities = [null, 'default', 'comfortable', 'compact'];
|
4455
4455
|
|
4456
|
-
// typeof allowedDensities[number]
|
4456
|
+
// typeof allowedDensities[number] evaluates to any
|
4457
4457
|
// when generating api types for whatever reason.
|
4458
4458
|
|
4459
4459
|
// Composables
|
@@ -28420,7 +28420,7 @@
|
|
28420
28420
|
goTo
|
28421
28421
|
};
|
28422
28422
|
}
|
28423
|
-
const version$1 = "3.7.13-master.2025-02-
|
28423
|
+
const version$1 = "3.7.13-master.2025-02-25";
|
28424
28424
|
createVuetify$1.version = version$1;
|
28425
28425
|
|
28426
28426
|
// Vue's inject() can only be used in setup
|
@@ -28445,7 +28445,7 @@
|
|
28445
28445
|
...options
|
28446
28446
|
});
|
28447
28447
|
};
|
28448
|
-
const version = "3.7.13-master.2025-02-
|
28448
|
+
const version = "3.7.13-master.2025-02-25";
|
28449
28449
|
createVuetify.version = version;
|
28450
28450
|
|
28451
28451
|
exports.blueprints = index;
|