@vuetify/nightly 3.5.3-dev.2024-02-14 → 3.5.3-dev.2024-03-03
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 +4 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +106 -106
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1621 -1621
- package/dist/vuetify-labs.esm.js +5 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1067 -1067
- package/dist/vuetify.d.ts +35 -35
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -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/VLabel/VLabel.sass +1 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/composables/icons.mjs +2 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +35 -35
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -67340,26 +67340,28 @@ declare module '@vue/runtime-core' {
|
|
|
67340
67340
|
}
|
|
67341
67341
|
|
|
67342
67342
|
export interface GlobalComponents {
|
|
67343
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
67344
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67345
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67346
67343
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67347
67344
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67348
67345
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67349
|
-
|
|
67350
|
-
|
|
67351
|
-
|
|
67346
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
67347
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67348
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67352
67349
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67353
67350
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67354
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67355
67351
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67352
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67353
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67356
67354
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67355
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67356
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67357
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67358
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67359
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67357
67360
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67358
67361
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67359
67362
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67360
|
-
|
|
67361
|
-
|
|
67362
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67363
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67364
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67363
67365
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67364
67366
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67365
67367
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -67368,32 +67370,30 @@ declare module '@vue/runtime-core' {
|
|
|
67368
67370
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67369
67371
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67370
67372
|
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
67373
|
VChip: typeof import('vuetify/components')['VChip']
|
|
67376
|
-
|
|
67377
|
-
|
|
67374
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
67375
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67378
67376
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67377
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67379
67378
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67380
67379
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67381
67380
|
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67382
67381
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67383
67382
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67384
67383
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67384
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67385
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67385
67386
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67386
67387
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67387
67388
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67388
67389
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67389
67390
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67390
67391
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67391
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67392
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67393
67392
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67394
67393
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67395
67394
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67396
67395
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67396
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67397
67397
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67398
67398
|
VField: typeof import('vuetify/components')['VField']
|
|
67399
67399
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
@@ -67403,13 +67403,14 @@ declare module '@vue/runtime-core' {
|
|
|
67403
67403
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67404
67404
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67405
67405
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67406
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
67407
67406
|
VInput: typeof import('vuetify/components')['VInput']
|
|
67407
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67408
67408
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67409
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67409
67410
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67410
67411
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67411
67412
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67412
|
-
|
|
67413
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
67413
67414
|
VList: typeof import('vuetify/components')['VList']
|
|
67414
67415
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67415
67416
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67419,45 +67420,44 @@ declare module '@vue/runtime-core' {
|
|
|
67419
67420
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67420
67421
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67421
67422
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67422
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
67423
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67424
67423
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67425
|
-
|
|
67424
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67426
67425
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67427
67426
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67427
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67428
67428
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67429
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67429
67430
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67430
67431
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67431
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67432
67432
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67433
|
-
|
|
67434
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67433
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67435
67434
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67435
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67436
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67436
67437
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67437
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67438
67438
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67439
67439
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67440
67440
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67441
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67441
67442
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67442
67443
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67443
67444
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67444
67445
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67445
67446
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67446
67447
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67447
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67448
67448
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67449
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67450
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
67451
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67452
67449
|
VTable: typeof import('vuetify/components')['VTable']
|
|
67453
67450
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67451
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67452
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67454
67453
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67455
67454
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67455
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67456
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
67457
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
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']
|
|
@@ -67496,14 +67496,14 @@ declare module '@vue/runtime-core' {
|
|
|
67496
67496
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67497
67497
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67498
67498
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67499
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67500
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67499
67501
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67500
67502
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67501
67503
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67502
67504
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67503
67505
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67504
67506
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67505
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67506
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67507
67507
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
67508
67508
|
}
|
|
67509
67509
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.3-dev.2024-
|
|
2
|
+
* Vuetify v3.5.3-dev.2024-03-03
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4449,7 +4449,8 @@ function createIcons(options) {
|
|
|
4449
4449
|
...aliases,
|
|
4450
4450
|
/* eslint-disable max-len */
|
|
4451
4451
|
vuetify: ['M8.2241 14.2009L12 21L22 3H14.4459L8.2241 14.2009Z', ['M7.26303 12.4733L7.00113 12L2 3H12.5261C12.5261 3 12.5261 3 12.5261 3L7.26303 12.4733Z', 0.6]],
|
|
4452
|
-
'vuetify-outline': 'svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z'
|
|
4452
|
+
'vuetify-outline': 'svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z',
|
|
4453
|
+
'vuetify-play': ['m6.376 13.184-4.11-7.192C1.505 4.66 2.467 3 4.003 3h8.532l-.953 1.576-.006.01-.396.677c-.429.732-.214 1.507.194 2.015.404.503 1.092.878 1.869.806a3.72 3.72 0 0 1 1.005.022c.276.053.434.143.523.237.138.146.38.635-.25 2.09-.893 1.63-1.553 1.722-1.847 1.677-.213-.033-.468-.158-.756-.406a4.95 4.95 0 0 1-.8-.927c-.39-.564-1.04-.84-1.66-.846-.625-.006-1.316.27-1.693.921l-.478.826-.911 1.506Z', ['M9.093 11.552c.046-.079.144-.15.32-.148a.53.53 0 0 1 .43.207c.285.414.636.847 1.046 1.2.405.35.914.662 1.516.754 1.334.205 2.502-.698 3.48-2.495l.014-.028.013-.03c.687-1.574.774-2.852-.005-3.675-.37-.391-.861-.586-1.333-.676a5.243 5.243 0 0 0-1.447-.044c-.173.016-.393-.073-.54-.257-.145-.18-.127-.316-.082-.392l.393-.672L14.287 3h5.71c1.536 0 2.499 1.659 1.737 2.992l-7.997 13.996c-.768 1.344-2.706 1.344-3.473 0l-3.037-5.314 1.377-2.278.004-.006.004-.007.481-.831Z', 0.6]]
|
|
4453
4454
|
/* eslint-enable max-len */
|
|
4454
4455
|
}
|
|
4455
4456
|
}, options);
|
|
@@ -25661,7 +25662,7 @@ function createVuetify$1() {
|
|
|
25661
25662
|
goTo
|
|
25662
25663
|
};
|
|
25663
25664
|
}
|
|
25664
|
-
const version$1 = "3.5.3-dev.2024-
|
|
25665
|
+
const version$1 = "3.5.3-dev.2024-03-03";
|
|
25665
25666
|
createVuetify$1.version = version$1;
|
|
25666
25667
|
|
|
25667
25668
|
// Vue's inject() can only be used in setup
|
|
@@ -25686,7 +25687,7 @@ const createVuetify = function () {
|
|
|
25686
25687
|
...options
|
|
25687
25688
|
});
|
|
25688
25689
|
};
|
|
25689
|
-
const version = "3.5.3-dev.2024-
|
|
25690
|
+
const version = "3.5.3-dev.2024-03-03";
|
|
25690
25691
|
createVuetify.version = version;
|
|
25691
25692
|
|
|
25692
25693
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|