@vuetify/nightly 3.5.3-dev.2024-02-14 → 3.5.3-dev.2024-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 +3 -2
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1834 -1834
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +406 -406
- package/dist/vuetify.d.ts +44 -44
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VLabel/VLabel.sass +1 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -67341,75 +67341,74 @@ declare module '@vue/runtime-core' {
|
|
|
67341
67341
|
|
|
67342
67342
|
export interface GlobalComponents {
|
|
67343
67343
|
VApp: typeof import('vuetify/components')['VApp']
|
|
67344
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67345
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67346
67344
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67347
67345
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67348
67346
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67347
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67348
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67349
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67350
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67351
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67349
67352
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67350
67353
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67351
67354
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67352
|
-
|
|
67353
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67355
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67354
67356
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67355
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67356
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67357
67357
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67358
67358
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67359
67359
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67360
|
-
|
|
67360
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67361
67361
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67362
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67363
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67362
67364
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67365
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
67366
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67367
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67363
67368
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67364
67369
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67365
67370
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
67366
67371
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
67367
67372
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67368
67373
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67369
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67370
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67371
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67372
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67373
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67374
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
67375
67374
|
VChip: typeof import('vuetify/components')['VChip']
|
|
67375
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67376
67376
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67377
67377
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67378
67378
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67379
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67380
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67381
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67382
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67383
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67384
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67385
67379
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67386
67380
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67387
67381
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67388
67382
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67389
67383
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67390
67384
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67391
|
-
|
|
67385
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67386
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67387
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67388
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67389
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67390
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67392
67391
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67392
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67393
67393
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67394
67394
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67395
67395
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67396
67396
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67397
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67398
67397
|
VField: typeof import('vuetify/components')['VField']
|
|
67399
67398
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67399
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67400
67400
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67401
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67401
67402
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67402
67403
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67403
67404
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67404
67405
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67405
67406
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67406
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
67407
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
67408
67407
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67408
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
67409
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67409
67410
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67410
67411
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67411
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67412
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67413
67412
|
VList: typeof import('vuetify/components')['VList']
|
|
67414
67413
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67415
67414
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67419,45 +67418,46 @@ declare module '@vue/runtime-core' {
|
|
|
67419
67418
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67420
67419
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67421
67420
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67421
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67422
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67422
67423
|
VMain: typeof import('vuetify/components')['VMain']
|
|
67423
67424
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67424
|
-
|
|
67425
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67425
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67426
67426
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67427
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67427
67428
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67428
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67429
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67430
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67431
67429
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67430
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67432
67431
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67433
|
-
|
|
67432
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67434
67433
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67435
|
-
|
|
67436
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67434
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67437
67435
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67438
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67439
67436
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67440
67437
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67438
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67439
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67440
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67441
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67442
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67441
67443
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67442
67444
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67443
67445
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67444
67446
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67445
67447
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67446
67448
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67447
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67448
67449
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67450
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
67451
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67449
67452
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67450
67453
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67451
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67452
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
67453
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67454
67454
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67455
67455
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67456
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67457
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67456
67458
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67457
67459
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67458
67460
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67459
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67460
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67461
67461
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67462
67462
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67463
67463
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
@@ -67468,18 +67468,16 @@ declare module '@vue/runtime-core' {
|
|
|
67468
67468
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67469
67469
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67470
67470
|
VHover: typeof import('vuetify/components')['VHover']
|
|
67471
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67471
67472
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67472
67473
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67473
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67474
67474
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67475
67475
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67476
67476
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67477
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67478
67477
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67478
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67479
67479
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67480
67480
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67481
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67482
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67483
67481
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67484
67482
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67485
67483
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -67496,6 +67494,8 @@ declare module '@vue/runtime-core' {
|
|
|
67496
67494
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67497
67495
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67498
67496
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67497
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67498
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67499
67499
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67500
67500
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67501
67501
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.3-dev.2024-02-
|
|
2
|
+
* Vuetify v3.5.3-dev.2024-02-25
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25661,7 +25661,7 @@ function createVuetify$1() {
|
|
|
25661
25661
|
goTo
|
|
25662
25662
|
};
|
|
25663
25663
|
}
|
|
25664
|
-
const version$1 = "3.5.3-dev.2024-02-
|
|
25664
|
+
const version$1 = "3.5.3-dev.2024-02-25";
|
|
25665
25665
|
createVuetify$1.version = version$1;
|
|
25666
25666
|
|
|
25667
25667
|
// Vue's inject() can only be used in setup
|
|
@@ -25686,7 +25686,7 @@ const createVuetify = function () {
|
|
|
25686
25686
|
...options
|
|
25687
25687
|
});
|
|
25688
25688
|
};
|
|
25689
|
-
const version = "3.5.3-dev.2024-02-
|
|
25689
|
+
const version = "3.5.3-dev.2024-02-25";
|
|
25690
25690
|
createVuetify.version = version;
|
|
25691
25691
|
|
|
25692
25692
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.3-dev.2024-02-
|
|
2
|
+
* Vuetify v3.5.3-dev.2024-02-25
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25665,7 +25665,7 @@
|
|
|
25665
25665
|
goTo
|
|
25666
25666
|
};
|
|
25667
25667
|
}
|
|
25668
|
-
const version$1 = "3.5.3-dev.2024-02-
|
|
25668
|
+
const version$1 = "3.5.3-dev.2024-02-25";
|
|
25669
25669
|
createVuetify$1.version = version$1;
|
|
25670
25670
|
|
|
25671
25671
|
// Vue's inject() can only be used in setup
|
|
@@ -25690,7 +25690,7 @@
|
|
|
25690
25690
|
...options
|
|
25691
25691
|
});
|
|
25692
25692
|
};
|
|
25693
|
-
const version = "3.5.3-dev.2024-02-
|
|
25693
|
+
const version = "3.5.3-dev.2024-02-25";
|
|
25694
25694
|
createVuetify.version = version;
|
|
25695
25695
|
|
|
25696
25696
|
exports.components = components;
|