vuetify 3.4.0-beta.1 → 3.4.0
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 +275 -299
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +1 -7
- package/dist/json/web-types.json +577 -735
- package/dist/vuetify-labs.css +1149 -1151
- package/dist/vuetify-labs.d.ts +41 -134
- package/dist/vuetify-labs.esm.js +18 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +490 -492
- package/dist/vuetify.d.ts +74 -167
- package/dist/vuetify.esm.js +18 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +12 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +0 -1
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +2 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -2
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +24 -24
- package/lib/components/VGrid/VSpacer.mjs +3 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +8 -6
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +3 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +18 -140
- package/lib/components/index.d.mts +41 -134
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +33 -33
- package/package.json +3 -3
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0
|
|
2
|
+
* Vuetify v3.4.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18406,7 +18406,7 @@
|
|
|
18406
18406
|
},
|
|
18407
18407
|
setup(props, _ref) {
|
|
18408
18408
|
let {
|
|
18409
|
-
|
|
18409
|
+
attrs,
|
|
18410
18410
|
slots
|
|
18411
18411
|
} = _ref;
|
|
18412
18412
|
const {
|
|
@@ -18554,7 +18554,7 @@
|
|
|
18554
18554
|
height: 0,
|
|
18555
18555
|
border: 0
|
|
18556
18556
|
}
|
|
18557
|
-
}, null)]), slots['body.prepend']?.(slotProps.value), vue.createVNode(VDataTableRows, vue.mergeProps(dataTableRowsProps, {
|
|
18557
|
+
}, null)]), slots['body.prepend']?.(slotProps.value), vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
|
18558
18558
|
"items": displayItems.value
|
|
18559
18559
|
}), {
|
|
18560
18560
|
...slots,
|
|
@@ -18619,7 +18619,7 @@
|
|
|
18619
18619
|
},
|
|
18620
18620
|
setup(props, _ref) {
|
|
18621
18621
|
let {
|
|
18622
|
-
|
|
18622
|
+
attrs,
|
|
18623
18623
|
slots
|
|
18624
18624
|
} = _ref;
|
|
18625
18625
|
const {
|
|
@@ -18752,7 +18752,7 @@
|
|
|
18752
18752
|
}), slots)]), slots.thead?.(slotProps.value), vue.createVNode("tbody", {
|
|
18753
18753
|
"class": "v-data-table__tbody",
|
|
18754
18754
|
"role": "rowgroup"
|
|
18755
|
-
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(dataTableRowsProps, {
|
|
18755
|
+
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
|
18756
18756
|
"items": flatItems.value
|
|
18757
18757
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
|
18758
18758
|
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : vue.createVNode(VDataTableFooter, dataTableFooterProps, {
|
|
@@ -19031,7 +19031,7 @@
|
|
|
19031
19031
|
}
|
|
19032
19032
|
});
|
|
19033
19033
|
|
|
19034
|
-
//
|
|
19034
|
+
// Styles
|
|
19035
19035
|
const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
|
|
19036
19036
|
|
|
19037
19037
|
// Types
|
|
@@ -23508,9 +23508,7 @@
|
|
|
23508
23508
|
|
|
23509
23509
|
const VStepperSymbol$1 = Symbol.for('vuetify:v-stepper');
|
|
23510
23510
|
const makeVStepperWindowProps = propsFactory({
|
|
23511
|
-
...makeVWindowProps(
|
|
23512
|
-
mandatory: false
|
|
23513
|
-
})
|
|
23511
|
+
...omit(makeVWindowProps(), ['continuous', 'nextIcon', 'prevIcon', 'showArrows', 'touch', 'mandatory'])
|
|
23514
23512
|
}, 'VStepperWindow');
|
|
23515
23513
|
const VStepperWindow = genericComponent()({
|
|
23516
23514
|
name: 'VStepperWindow',
|
|
@@ -23540,10 +23538,14 @@
|
|
|
23540
23538
|
});
|
|
23541
23539
|
useRender(() => {
|
|
23542
23540
|
const windowProps = VWindow.filterProps(props);
|
|
23543
|
-
return vue.createVNode(VWindow, vue.mergeProps(
|
|
23541
|
+
return vue.createVNode(VWindow, vue.mergeProps({
|
|
23542
|
+
"_as": "VStepperWindow"
|
|
23543
|
+
}, windowProps, {
|
|
23544
23544
|
"modelValue": model.value,
|
|
23545
23545
|
"onUpdate:modelValue": $event => model.value = $event,
|
|
23546
|
-
"class": "v-stepper-window"
|
|
23546
|
+
"class": "v-stepper-window",
|
|
23547
|
+
"mandatory": false,
|
|
23548
|
+
"touch": false
|
|
23547
23549
|
}), slots);
|
|
23548
23550
|
});
|
|
23549
23551
|
return {};
|
|
@@ -23562,7 +23564,9 @@
|
|
|
23562
23564
|
} = _ref;
|
|
23563
23565
|
useRender(() => {
|
|
23564
23566
|
const windowItemProps = VWindowItem.filterProps(props);
|
|
23565
|
-
return vue.createVNode(VWindowItem, vue.mergeProps(
|
|
23567
|
+
return vue.createVNode(VWindowItem, vue.mergeProps({
|
|
23568
|
+
"_as": "VStepperWindowItem"
|
|
23569
|
+
}, windowItemProps, {
|
|
23566
23570
|
"class": "v-stepper-window-item"
|
|
23567
23571
|
}), slots);
|
|
23568
23572
|
});
|
|
@@ -25178,7 +25182,7 @@
|
|
|
25178
25182
|
date
|
|
25179
25183
|
};
|
|
25180
25184
|
}
|
|
25181
|
-
const version$1 = "3.4.0
|
|
25185
|
+
const version$1 = "3.4.0";
|
|
25182
25186
|
createVuetify$1.version = version$1;
|
|
25183
25187
|
|
|
25184
25188
|
// Vue's inject() can only be used in setup
|
|
@@ -25192,7 +25196,7 @@
|
|
|
25192
25196
|
|
|
25193
25197
|
/* eslint-disable local-rules/sort-imports */
|
|
25194
25198
|
|
|
25195
|
-
const version = "3.4.0
|
|
25199
|
+
const version = "3.4.0";
|
|
25196
25200
|
|
|
25197
25201
|
/* eslint-disable local-rules/sort-imports */
|
|
25198
25202
|
|