@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.11-master.2024-07-08
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 +3 -2
- package/dist/json/attributes.json +1 -25
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +112 -112
- package/dist/json/tags.json +0 -6
- package/dist/json/web-types.json +2 -56
- package/dist/vuetify-labs.css +1717 -1717
- package/dist/vuetify-labs.d.ts +48 -84
- 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 +4251 -4251
- package/dist/vuetify.d.ts +84 -102
- 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 +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/index.d.mts +48 -66
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/components.d.mts +0 -18
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22486,8 +22486,10 @@
|
|
22486
22486
|
const makeVExpansionPanelsProps = propsFactory({
|
22487
22487
|
flat: Boolean,
|
22488
22488
|
...makeGroupProps(),
|
22489
|
-
...makeVExpansionPanelProps(),
|
22489
|
+
...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
|
22490
22490
|
...makeThemeProps(),
|
22491
|
+
...makeComponentProps(),
|
22492
|
+
...makeTagProps(),
|
22491
22493
|
variant: {
|
22492
22494
|
type: String,
|
22493
22495
|
default: 'default',
|
@@ -30263,7 +30265,7 @@
|
|
30263
30265
|
goTo
|
30264
30266
|
};
|
30265
30267
|
}
|
30266
|
-
const version$1 = "3.6.11-master.2024-07-
|
30268
|
+
const version$1 = "3.6.11-master.2024-07-08";
|
30267
30269
|
createVuetify$1.version = version$1;
|
30268
30270
|
|
30269
30271
|
// Vue's inject() can only be used in setup
|
@@ -30516,7 +30518,7 @@
|
|
30516
30518
|
|
30517
30519
|
/* eslint-disable local-rules/sort-imports */
|
30518
30520
|
|
30519
|
-
const version = "3.6.11-master.2024-07-
|
30521
|
+
const version = "3.6.11-master.2024-07-08";
|
30520
30522
|
|
30521
30523
|
/* eslint-disable local-rules/sort-imports */
|
30522
30524
|
|