@vuetify/nightly 3.5.0-dev.2024-01-20 → 3.5.0-dev.2024-02-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 +8 -2
- package/dist/json/importMap.json +100 -100
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2597 -2581
- 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 +2558 -2542
- package/dist/vuetify.d.ts +31 -31
- 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/VInput/VInput.sass +1 -1
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +31 -31
- package/lib/styles/main.css +16 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -67213,28 +67213,24 @@ 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
|
-
|
|
67219
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67221
67220
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67222
67221
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67222
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67223
67223
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67224
67224
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67225
67225
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67226
67226
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67227
67227
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67228
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67229
67228
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67230
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67231
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67232
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67233
67229
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67234
67230
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67235
67231
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67236
|
-
|
|
67237
|
-
|
|
67232
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67233
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67238
67234
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67239
67235
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67240
67236
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -67242,46 +67238,51 @@ declare module '@vue/runtime-core' {
|
|
|
67242
67238
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67243
67239
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67244
67240
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67241
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67242
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67243
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67244
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67245
67245
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67246
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
67247
67246
|
VChip: typeof import('vuetify/components')['VChip']
|
|
67247
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
67248
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67248
67249
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67250
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67249
67251
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67250
67252
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67251
67253
|
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67252
67254
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67253
67255
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67254
67256
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67255
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67256
67257
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67257
67258
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67258
67259
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67259
67260
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67260
67261
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67261
67262
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67262
|
-
|
|
67263
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67263
67264
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67264
67265
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67265
67266
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67266
67267
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67267
67268
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67268
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67269
67269
|
VField: typeof import('vuetify/components')['VField']
|
|
67270
67270
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67271
|
-
|
|
67271
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67272
67272
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67273
67273
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67274
67274
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67275
67275
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67276
67276
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67277
|
-
|
|
67277
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67278
67278
|
VImg: typeof import('vuetify/components')['VImg']
|
|
67279
67279
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67280
67280
|
VInput: typeof import('vuetify/components')['VInput']
|
|
67281
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67282
67281
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67283
67282
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67283
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67284
67284
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67285
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
67285
67286
|
VList: typeof import('vuetify/components')['VList']
|
|
67286
67287
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67287
67288
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67291,24 +67292,23 @@ declare module '@vue/runtime-core' {
|
|
|
67291
67292
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67292
67293
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67293
67294
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67294
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67295
67295
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67296
|
-
|
|
67297
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
67296
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67298
67297
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67299
|
-
|
|
67298
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67300
67299
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67301
67300
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67302
|
-
|
|
67301
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67303
67302
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67303
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67304
67304
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67305
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67306
67305
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67307
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67308
67306
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67309
|
-
|
|
67307
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67308
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67310
67309
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67311
67310
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67311
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67312
67312
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67313
67313
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67314
67314
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
@@ -67317,41 +67317,41 @@ declare module '@vue/runtime-core' {
|
|
|
67317
67317
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67318
67318
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67319
67319
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67320
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67321
67320
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67321
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67322
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
67322
67323
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67323
67324
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67324
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
67325
67325
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67326
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67327
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67328
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67329
67326
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67330
67327
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67331
67328
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67332
67329
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67330
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67331
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67332
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67333
67333
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67334
67334
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67335
67335
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67336
67336
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67337
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
67338
67337
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67339
67338
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67340
67339
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67341
67340
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67341
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
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']
|
|
67350
67350
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67351
67351
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67352
67352
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67353
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67354
67353
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67354
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67355
67355
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67356
67356
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67357
67357
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.0-dev.2024-
|
|
2
|
+
* Vuetify v3.5.0-dev.2024-02-03
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25644,7 +25644,7 @@ function createVuetify$1() {
|
|
|
25644
25644
|
goTo
|
|
25645
25645
|
};
|
|
25646
25646
|
}
|
|
25647
|
-
const version$1 = "3.5.0-dev.2024-
|
|
25647
|
+
const version$1 = "3.5.0-dev.2024-02-03";
|
|
25648
25648
|
createVuetify$1.version = version$1;
|
|
25649
25649
|
|
|
25650
25650
|
// Vue's inject() can only be used in setup
|
|
@@ -25669,7 +25669,7 @@ const createVuetify = function () {
|
|
|
25669
25669
|
...options
|
|
25670
25670
|
});
|
|
25671
25671
|
};
|
|
25672
|
-
const version = "3.5.0-dev.2024-
|
|
25672
|
+
const version = "3.5.0-dev.2024-02-03";
|
|
25673
25673
|
createVuetify.version = version;
|
|
25674
25674
|
|
|
25675
25675
|
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.0-dev.2024-
|
|
2
|
+
* Vuetify v3.5.0-dev.2024-02-03
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25648,7 +25648,7 @@
|
|
|
25648
25648
|
goTo
|
|
25649
25649
|
};
|
|
25650
25650
|
}
|
|
25651
|
-
const version$1 = "3.5.0-dev.2024-
|
|
25651
|
+
const version$1 = "3.5.0-dev.2024-02-03";
|
|
25652
25652
|
createVuetify$1.version = version$1;
|
|
25653
25653
|
|
|
25654
25654
|
// Vue's inject() can only be used in setup
|
|
@@ -25673,7 +25673,7 @@
|
|
|
25673
25673
|
...options
|
|
25674
25674
|
});
|
|
25675
25675
|
};
|
|
25676
|
-
const version = "3.5.0-dev.2024-
|
|
25676
|
+
const version = "3.5.0-dev.2024-02-03";
|
|
25677
25677
|
createVuetify.version = version;
|
|
25678
25678
|
|
|
25679
25679
|
exports.components = components;
|