@vuetify/nightly 3.5.0-dev.2024-01-20 → 3.5.1-master.2024-01-21
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 +2 -2
- package/dist/json/attributes.json +83 -83
- package/dist/json/importMap.json +110 -110
- package/dist/json/web-types.json +143 -143
- package/dist/vuetify-labs.css +1850 -1850
- package/dist/vuetify-labs.esm.js +4 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +961 -961
- package/dist/vuetify.d.ts +35 -35
- package/dist/vuetify.esm.js +4 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -5
- 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/VChipGroup/VChipGroup.mjs +1 -2
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- 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 +35 -35
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -67213,75 +67213,75 @@ declare module '@vue/runtime-core' {
|
|
|
67213
67213
|
|
|
67214
67214
|
export interface GlobalComponents {
|
|
67215
67215
|
VApp: typeof import('vuetify/components')['VApp']
|
|
67216
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67217
67216
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67218
67217
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67219
67218
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67220
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67221
67219
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67222
67220
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67223
|
-
|
|
67221
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67222
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67224
67223
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67225
67224
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67226
67225
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67227
|
-
|
|
67226
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67228
67227
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67229
67228
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67229
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67230
67230
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67231
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67232
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67233
67231
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67234
67232
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67235
67233
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67236
|
-
|
|
67237
|
-
|
|
67234
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67235
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67238
67236
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67239
67237
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67240
67238
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
67241
67239
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
67242
67240
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67243
67241
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67244
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67245
67242
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67243
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67244
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67245
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67246
67246
|
VCode: typeof import('vuetify/components')['VCode']
|
|
67247
67247
|
VChip: typeof import('vuetify/components')['VChip']
|
|
67248
|
-
|
|
67249
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67250
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67251
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67252
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67253
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67254
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67248
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67255
67249
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67250
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67256
67251
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67257
67252
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67258
67253
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67259
67254
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67260
67255
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67261
67256
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67262
|
-
|
|
67257
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67258
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67259
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67260
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67261
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67262
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67263
|
+
VField: typeof import('vuetify/components')['VField']
|
|
67264
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67263
67265
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67264
67266
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67265
67267
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67266
67268
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67267
67269
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67268
67270
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67269
|
-
|
|
67270
|
-
|
|
67271
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67272
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67271
67273
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67272
67274
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67273
67275
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67274
67276
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67275
67277
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67276
67278
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67277
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67278
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
67279
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67280
67279
|
VInput: typeof import('vuetify/components')['VInput']
|
|
67281
|
-
|
|
67280
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67282
67281
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67283
67282
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67284
67283
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67284
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67285
67285
|
VList: typeof import('vuetify/components')['VList']
|
|
67286
67286
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67287
67287
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67291,43 +67291,43 @@ declare module '@vue/runtime-core' {
|
|
|
67291
67291
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67292
67292
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67293
67293
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67294
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67295
67294
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67296
67295
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67297
67296
|
VMain: typeof import('vuetify/components')['VMain']
|
|
67298
67297
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67299
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67300
67298
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67299
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67301
67300
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67301
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67302
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
67302
67303
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67303
67304
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67304
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
67305
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67306
67305
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67307
|
-
|
|
67308
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67306
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67309
67307
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67308
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67309
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67310
67310
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67311
67311
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67312
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67313
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67314
67312
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67315
67313
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67316
67314
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67317
67315
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67318
67316
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67319
67317
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67320
|
-
|
|
67318
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67319
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67321
67320
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67321
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67322
67322
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67323
67323
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67324
67324
|
VTable: typeof import('vuetify/components')['VTable']
|
|
67325
|
-
|
|
67325
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67326
67326
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67327
67327
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67328
67328
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67329
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67330
67329
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67330
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67331
67331
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67332
67332
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67333
67333
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
@@ -67342,8 +67342,8 @@ declare module '@vue/runtime-core' {
|
|
|
67342
67342
|
VHover: typeof import('vuetify/components')['VHover']
|
|
67343
67343
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67344
67344
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67345
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67346
67345
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67346
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67347
67347
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67348
67348
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67349
67349
|
VRadio: typeof import('vuetify/components')['VRadio']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.1-master.2024-01-21
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -7419,8 +7419,7 @@ const VChipGroup = genericComponent()({
|
|
|
7419
7419
|
}
|
|
7420
7420
|
});
|
|
7421
7421
|
useRender(() => {
|
|
7422
|
-
|
|
7423
|
-
const [slideGroupProps] = VSlideGroup.filterProps(props);
|
|
7422
|
+
const slideGroupProps = VSlideGroup.filterProps(props);
|
|
7424
7423
|
return createVNode(VSlideGroup, mergeProps(slideGroupProps, {
|
|
7425
7424
|
"class": ['v-chip-group', {
|
|
7426
7425
|
'v-chip-group--column': props.column
|
|
@@ -25644,7 +25643,7 @@ function createVuetify$1() {
|
|
|
25644
25643
|
goTo
|
|
25645
25644
|
};
|
|
25646
25645
|
}
|
|
25647
|
-
const version$1 = "3.5.
|
|
25646
|
+
const version$1 = "3.5.1-master.2024-01-21";
|
|
25648
25647
|
createVuetify$1.version = version$1;
|
|
25649
25648
|
|
|
25650
25649
|
// Vue's inject() can only be used in setup
|
|
@@ -25669,7 +25668,7 @@ const createVuetify = function () {
|
|
|
25669
25668
|
...options
|
|
25670
25669
|
});
|
|
25671
25670
|
};
|
|
25672
|
-
const version = "3.5.
|
|
25671
|
+
const version = "3.5.1-master.2024-01-21";
|
|
25673
25672
|
createVuetify.version = version;
|
|
25674
25673
|
|
|
25675
25674
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|