@vuetify/nightly 3.6.11-master.2024-07-06 → 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 +16 -16
- package/dist/json/importMap.json +108 -108
- package/dist/json/tags.json +0 -6
- package/dist/json/web-types.json +2 -56
- package/dist/vuetify-labs.css +1773 -1773
- 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 +3449 -3449
- package/dist/vuetify.d.ts +87 -105
- 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 +39 -39
- 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.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
|
*/
|
@@ -22719,8 +22719,10 @@
|
|
22719
22719
|
const makeVExpansionPanelsProps = propsFactory({
|
22720
22720
|
flat: Boolean,
|
22721
22721
|
...makeGroupProps(),
|
22722
|
-
...makeVExpansionPanelProps(),
|
22722
|
+
...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
|
22723
22723
|
...makeThemeProps(),
|
22724
|
+
...makeComponentProps(),
|
22725
|
+
...makeTagProps(),
|
22724
22726
|
variant: {
|
22725
22727
|
type: String,
|
22726
22728
|
default: 'default',
|
@@ -28101,7 +28103,7 @@
|
|
28101
28103
|
goTo
|
28102
28104
|
};
|
28103
28105
|
}
|
28104
|
-
const version$1 = "3.6.11-master.2024-07-
|
28106
|
+
const version$1 = "3.6.11-master.2024-07-08";
|
28105
28107
|
createVuetify$1.version = version$1;
|
28106
28108
|
|
28107
28109
|
// Vue's inject() can only be used in setup
|
@@ -28126,7 +28128,7 @@
|
|
28126
28128
|
...options
|
28127
28129
|
});
|
28128
28130
|
};
|
28129
|
-
const version = "3.6.11-master.2024-07-
|
28131
|
+
const version = "3.6.11-master.2024-07-08";
|
28130
28132
|
createVuetify.version = version;
|
28131
28133
|
|
28132
28134
|
exports.blueprints = index;
|