@vuetify/nightly 3.1.4 → 3.1.5-master-20230210.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/CHANGELOG.md +4 -210
- package/dist/json/attributes.json +24 -24
- package/dist/json/importMap.json +68 -68
- package/dist/json/web-types.json +49 -38
- package/dist/vuetify-labs.css +194 -194
- package/dist/vuetify-labs.d.ts +18 -32
- package/dist/vuetify-labs.esm.js +36 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +35 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +106 -106
- package/dist/vuetify.d.ts +37 -51
- package/dist/vuetify.esm.js +36 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +32 -31
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +0 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +1 -7
- package/lib/components/VFileInput/VFileInput.mjs +6 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +2 -0
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +9 -7
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +13 -25
- package/lib/components/VTextarea/VTextarea.mjs +6 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +2 -0
- package/lib/components/index.d.ts +18 -32
- package/lib/composables/proxiedModel.mjs +6 -5
- package/lib/composables/proxiedModel.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.ts +19 -19
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -314,22 +314,22 @@ declare module '@vue/runtime-core' {
|
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
export interface GlobalComponents {
|
|
317
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
318
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
319
317
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
320
318
|
VCol: typeof import('vuetify/components')['VCol']
|
|
321
319
|
VRow: typeof import('vuetify/components')['VRow']
|
|
322
320
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
323
321
|
VHover: typeof import('vuetify/components')['VHover']
|
|
324
|
-
|
|
325
|
-
|
|
322
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
323
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
326
324
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
327
325
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
328
326
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
327
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
328
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
329
329
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
330
330
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
331
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
332
331
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
332
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
333
333
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
334
334
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
335
335
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
@@ -349,21 +349,21 @@ declare module '@vue/runtime-core' {
|
|
|
349
349
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
350
350
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
351
351
|
VApp: typeof import('vuetify/components')['VApp']
|
|
352
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
353
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
354
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
355
352
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
356
353
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
357
354
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
355
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
356
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
357
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
358
358
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
359
359
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
360
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
|
361
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
362
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
363
360
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
364
361
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
365
362
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
366
363
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
364
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
|
365
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
366
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
367
367
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
368
368
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
369
369
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
@@ -373,15 +373,15 @@ declare module '@vue/runtime-core' {
|
|
|
373
373
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
374
374
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
375
375
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
376
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
376
377
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
377
378
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
378
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
379
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
380
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
381
379
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
382
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
383
380
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
381
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
382
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
384
383
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
384
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
385
385
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
386
386
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
387
387
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
@@ -391,8 +391,8 @@ declare module '@vue/runtime-core' {
|
|
|
391
391
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
392
392
|
VField: typeof import('vuetify/components')['VField']
|
|
393
393
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
394
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
395
394
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
395
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
396
396
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
397
397
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
398
398
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
@@ -402,8 +402,8 @@ declare module '@vue/runtime-core' {
|
|
|
402
402
|
VInput: typeof import('vuetify/components')['VInput']
|
|
403
403
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
404
404
|
VItem: typeof import('vuetify/components')['VItem']
|
|
405
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
406
405
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
406
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
407
407
|
VList: typeof import('vuetify/components')['VList']
|
|
408
408
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
409
409
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -427,14 +427,14 @@ declare module '@vue/runtime-core' {
|
|
|
427
427
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
428
428
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
429
429
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
430
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
430
431
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
431
432
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
432
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
433
433
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
434
434
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
435
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
436
435
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
437
436
|
VTab: typeof import('vuetify/components')['VTab']
|
|
437
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
438
438
|
VTable: typeof import('vuetify/components')['VTable']
|
|
439
439
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
440
440
|
VTextField: typeof import('vuetify/components')['VTextField']
|