@vuetify/nightly 3.5.8-dev.2024-03-09 → 3.5.8-dev.2024-03-13
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-labs.json +12 -12
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2319 -2319
- package/dist/vuetify-labs.d.ts +21 -0
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +958 -958
- package/dist/vuetify.d.ts +61 -40
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VForm/index.d.mts +21 -0
- package/lib/components/index.d.mts +21 -0
- package/lib/composables/form.mjs +3 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -33931,6 +33931,7 @@ declare const VForm: {
|
|
|
33931
33931
|
validate: () => Promise<string[]>;
|
|
33932
33932
|
reset: () => void;
|
|
33933
33933
|
resetValidation: () => void;
|
|
33934
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
33934
33935
|
isValid: boolean | null;
|
|
33935
33936
|
errorMessages: string[];
|
|
33936
33937
|
}[]>;
|
|
@@ -33960,6 +33961,7 @@ declare const VForm: {
|
|
|
33960
33961
|
validate: () => Promise<string[]>;
|
|
33961
33962
|
reset: () => void;
|
|
33962
33963
|
resetValidation: () => void;
|
|
33964
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
33963
33965
|
isValid: boolean | null;
|
|
33964
33966
|
errorMessages: string[];
|
|
33965
33967
|
}[]>;
|
|
@@ -33990,6 +33992,7 @@ declare const VForm: {
|
|
|
33990
33992
|
validate: () => Promise<string[]>;
|
|
33991
33993
|
reset: () => void;
|
|
33992
33994
|
resetValidation: () => void;
|
|
33995
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
33993
33996
|
isValid: boolean | null;
|
|
33994
33997
|
errorMessages: string[];
|
|
33995
33998
|
}[]>;
|
|
@@ -34021,6 +34024,7 @@ declare const VForm: {
|
|
|
34021
34024
|
validate: () => Promise<string[]>;
|
|
34022
34025
|
reset: () => void;
|
|
34023
34026
|
resetValidation: () => void;
|
|
34027
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34024
34028
|
isValid: boolean | null;
|
|
34025
34029
|
errorMessages: string[];
|
|
34026
34030
|
}[]>;
|
|
@@ -34053,6 +34057,7 @@ declare const VForm: {
|
|
|
34053
34057
|
validate: () => Promise<string[]>;
|
|
34054
34058
|
reset: () => void;
|
|
34055
34059
|
resetValidation: () => void;
|
|
34060
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34056
34061
|
isValid: boolean | null;
|
|
34057
34062
|
errorMessages: string[];
|
|
34058
34063
|
}[]>;
|
|
@@ -34095,6 +34100,7 @@ declare const VForm: {
|
|
|
34095
34100
|
validate: () => Promise<string[]>;
|
|
34096
34101
|
reset: () => void;
|
|
34097
34102
|
resetValidation: () => void;
|
|
34103
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34098
34104
|
isValid: boolean | null;
|
|
34099
34105
|
errorMessages: string[];
|
|
34100
34106
|
}[]>;
|
|
@@ -34124,6 +34130,7 @@ declare const VForm: {
|
|
|
34124
34130
|
validate: () => Promise<string[]>;
|
|
34125
34131
|
reset: () => void;
|
|
34126
34132
|
resetValidation: () => void;
|
|
34133
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34127
34134
|
isValid: boolean | null;
|
|
34128
34135
|
errorMessages: string[];
|
|
34129
34136
|
}[]>;
|
|
@@ -34154,6 +34161,7 @@ declare const VForm: {
|
|
|
34154
34161
|
validate: () => Promise<string[]>;
|
|
34155
34162
|
reset: () => void;
|
|
34156
34163
|
resetValidation: () => void;
|
|
34164
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34157
34165
|
isValid: boolean | null;
|
|
34158
34166
|
errorMessages: string[];
|
|
34159
34167
|
}[]>;
|
|
@@ -34185,6 +34193,7 @@ declare const VForm: {
|
|
|
34185
34193
|
validate: () => Promise<string[]>;
|
|
34186
34194
|
reset: () => void;
|
|
34187
34195
|
resetValidation: () => void;
|
|
34196
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34188
34197
|
isValid: boolean | null;
|
|
34189
34198
|
errorMessages: string[];
|
|
34190
34199
|
}[]>;
|
|
@@ -34225,6 +34234,7 @@ declare const VForm: {
|
|
|
34225
34234
|
validate: () => Promise<string[]>;
|
|
34226
34235
|
reset: () => void;
|
|
34227
34236
|
resetValidation: () => void;
|
|
34237
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34228
34238
|
isValid: boolean | null;
|
|
34229
34239
|
errorMessages: string[];
|
|
34230
34240
|
}[]>;
|
|
@@ -34274,6 +34284,7 @@ declare const VForm: {
|
|
|
34274
34284
|
validate: () => Promise<string[]>;
|
|
34275
34285
|
reset: () => void;
|
|
34276
34286
|
resetValidation: () => void;
|
|
34287
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34277
34288
|
isValid: boolean | null;
|
|
34278
34289
|
errorMessages: string[];
|
|
34279
34290
|
}[]>;
|
|
@@ -34303,6 +34314,7 @@ declare const VForm: {
|
|
|
34303
34314
|
validate: () => Promise<string[]>;
|
|
34304
34315
|
reset: () => void;
|
|
34305
34316
|
resetValidation: () => void;
|
|
34317
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34306
34318
|
isValid: boolean | null;
|
|
34307
34319
|
errorMessages: string[];
|
|
34308
34320
|
}[]>;
|
|
@@ -34333,6 +34345,7 @@ declare const VForm: {
|
|
|
34333
34345
|
validate: () => Promise<string[]>;
|
|
34334
34346
|
reset: () => void;
|
|
34335
34347
|
resetValidation: () => void;
|
|
34348
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34336
34349
|
isValid: boolean | null;
|
|
34337
34350
|
errorMessages: string[];
|
|
34338
34351
|
}[]>;
|
|
@@ -34364,6 +34377,7 @@ declare const VForm: {
|
|
|
34364
34377
|
validate: () => Promise<string[]>;
|
|
34365
34378
|
reset: () => void;
|
|
34366
34379
|
resetValidation: () => void;
|
|
34380
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34367
34381
|
isValid: boolean | null;
|
|
34368
34382
|
errorMessages: string[];
|
|
34369
34383
|
}[]>;
|
|
@@ -34396,6 +34410,7 @@ declare const VForm: {
|
|
|
34396
34410
|
validate: () => Promise<string[]>;
|
|
34397
34411
|
reset: () => void;
|
|
34398
34412
|
resetValidation: () => void;
|
|
34413
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34399
34414
|
isValid: boolean | null;
|
|
34400
34415
|
errorMessages: string[];
|
|
34401
34416
|
}[]>;
|
|
@@ -34446,6 +34461,7 @@ declare const VForm: {
|
|
|
34446
34461
|
validate: () => Promise<string[]>;
|
|
34447
34462
|
reset: () => void;
|
|
34448
34463
|
resetValidation: () => void;
|
|
34464
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34449
34465
|
isValid: boolean | null;
|
|
34450
34466
|
errorMessages: string[];
|
|
34451
34467
|
}[]>;
|
|
@@ -34475,6 +34491,7 @@ declare const VForm: {
|
|
|
34475
34491
|
validate: () => Promise<string[]>;
|
|
34476
34492
|
reset: () => void;
|
|
34477
34493
|
resetValidation: () => void;
|
|
34494
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34478
34495
|
isValid: boolean | null;
|
|
34479
34496
|
errorMessages: string[];
|
|
34480
34497
|
}[]>;
|
|
@@ -34505,6 +34522,7 @@ declare const VForm: {
|
|
|
34505
34522
|
validate: () => Promise<string[]>;
|
|
34506
34523
|
reset: () => void;
|
|
34507
34524
|
resetValidation: () => void;
|
|
34525
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34508
34526
|
isValid: boolean | null;
|
|
34509
34527
|
errorMessages: string[];
|
|
34510
34528
|
}[]>;
|
|
@@ -34536,6 +34554,7 @@ declare const VForm: {
|
|
|
34536
34554
|
validate: () => Promise<string[]>;
|
|
34537
34555
|
reset: () => void;
|
|
34538
34556
|
resetValidation: () => void;
|
|
34557
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34539
34558
|
isValid: boolean | null;
|
|
34540
34559
|
errorMessages: string[];
|
|
34541
34560
|
}[]>;
|
|
@@ -34568,6 +34587,7 @@ declare const VForm: {
|
|
|
34568
34587
|
validate: () => Promise<string[]>;
|
|
34569
34588
|
reset: () => void;
|
|
34570
34589
|
resetValidation: () => void;
|
|
34590
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34571
34591
|
isValid: boolean | null;
|
|
34572
34592
|
errorMessages: string[];
|
|
34573
34593
|
}[]>;
|
|
@@ -34607,6 +34627,7 @@ declare const VForm: {
|
|
|
34607
34627
|
validate: () => Promise<string[]>;
|
|
34608
34628
|
reset: () => void;
|
|
34609
34629
|
resetValidation: () => void;
|
|
34630
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
34610
34631
|
isValid: boolean | null;
|
|
34611
34632
|
errorMessages: string[];
|
|
34612
34633
|
}[]>;
|
|
@@ -68255,33 +68276,33 @@ declare module '@vue/runtime-core' {
|
|
|
68255
68276
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
68256
68277
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
68257
68278
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
68258
|
-
|
|
68279
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
68259
68280
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
68260
68281
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
68261
68282
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
68262
|
-
|
|
68263
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
68283
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
68264
68284
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
68265
68285
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
68266
68286
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
68267
68287
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
68288
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
68289
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
68290
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
68291
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
68292
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
68293
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
68294
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
68295
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
68268
68296
|
VCard: typeof import('vuetify/components')['VCard']
|
|
68269
68297
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
68270
68298
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
68271
68299
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
68272
68300
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
68273
68301
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
68274
|
-
|
|
68275
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
68276
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
68277
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
68278
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
68279
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
68280
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
68302
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
68281
68303
|
VCode: typeof import('vuetify/components')['VCode']
|
|
68304
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
68282
68305
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
68283
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
68284
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
68285
68306
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
68286
68307
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
68287
68308
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -68289,35 +68310,35 @@ declare module '@vue/runtime-core' {
|
|
|
68289
68310
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
68290
68311
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
68291
68312
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
68313
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
68314
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
68315
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
68292
68316
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
68293
68317
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
68294
68318
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
68295
68319
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
68296
68320
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
68297
68321
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
68298
|
-
|
|
68299
|
-
|
|
68300
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
68322
|
+
VField: typeof import('vuetify/components')['VField']
|
|
68323
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
68301
68324
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
68302
68325
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
68303
68326
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
68304
68327
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
68305
|
-
VField: typeof import('vuetify/components')['VField']
|
|
68306
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
68307
68328
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
68308
68329
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
68309
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
68310
68330
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
68311
68331
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
68312
68332
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
68313
68333
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
68314
68334
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
68315
|
-
|
|
68335
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
68316
68336
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
68317
|
-
|
|
68337
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
68338
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
68318
68339
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
68319
68340
|
VItem: typeof import('vuetify/components')['VItem']
|
|
68320
|
-
|
|
68341
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
68321
68342
|
VList: typeof import('vuetify/components')['VList']
|
|
68322
68343
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
68323
68344
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -68329,52 +68350,52 @@ declare module '@vue/runtime-core' {
|
|
|
68329
68350
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
68330
68351
|
VMain: typeof import('vuetify/components')['VMain']
|
|
68331
68352
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
68332
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
68333
68353
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
68334
68354
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
68335
68355
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
68336
68356
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
68357
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
68337
68358
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
68338
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
68339
68359
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
68360
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
68340
68361
|
VRating: typeof import('vuetify/components')['VRating']
|
|
68341
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
68342
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
68343
68362
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
68363
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
68364
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
68365
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
68366
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
68344
68367
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
68345
68368
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
68346
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
68347
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
68348
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
68349
68369
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
68350
|
-
|
|
68370
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
68351
68371
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
68352
68372
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
68353
68373
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
68354
68374
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
68355
68375
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
68356
68376
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
68357
|
-
|
|
68377
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
68358
68378
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
68359
68379
|
VTab: typeof import('vuetify/components')['VTab']
|
|
68360
|
-
|
|
68380
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
68361
68381
|
VTable: typeof import('vuetify/components')['VTable']
|
|
68362
|
-
|
|
68363
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
68364
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
68365
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
68382
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
68366
68383
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
68367
68384
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
68368
68385
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
68386
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
68387
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
68369
68388
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
68370
68389
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
68390
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
68391
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
68371
68392
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
68372
68393
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
68373
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
68374
68394
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
68375
68395
|
VCol: typeof import('vuetify/components')['VCol']
|
|
68376
68396
|
VRow: typeof import('vuetify/components')['VRow']
|
|
68377
68397
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
68398
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
68378
68399
|
VHover: typeof import('vuetify/components')['VHover']
|
|
68379
68400
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
68380
68401
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
@@ -68386,8 +68407,8 @@ declare module '@vue/runtime-core' {
|
|
|
68386
68407
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
68387
68408
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
68388
68409
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
68389
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
68390
68410
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
68411
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
68391
68412
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
68392
68413
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
68393
68414
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -68404,8 +68425,6 @@ declare module '@vue/runtime-core' {
|
|
|
68404
68425
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
68405
68426
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
68406
68427
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
68407
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
68408
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
68409
68428
|
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
68410
68429
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
68411
68430
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
@@ -68413,9 +68432,11 @@ declare module '@vue/runtime-core' {
|
|
|
68413
68432
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
68414
68433
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
68415
68434
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
68435
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
68436
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
68416
68437
|
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
68417
68438
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
68418
|
-
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
68419
68439
|
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
68440
|
+
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
68420
68441
|
}
|
|
68421
68442
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.8-dev.2024-03-
|
|
2
|
+
* Vuetify v3.5.8-dev.2024-03-13
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { Fragment, reactive, computed, watchEffect, toRefs, capitalize, isVNode, Comment, shallowRef, readonly, unref, warn, ref, provide, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, onBeforeUnmount, watch, nextTick, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, createVNode, Suspense, TransitionGroup, Transition, mergeProps, isRef, toRef, onBeforeMount, withDirectives, resolveDirective, vShow, onMounted, Text, resolveDynamicComponent, Teleport, cloneVNode, createTextVNode, onUnmounted, onBeforeUpdate, withModifiers, toDisplayString, vModelText } from 'vue';
|
|
7
|
+
import { Fragment, reactive, computed, watchEffect, toRefs, capitalize, isVNode, Comment, shallowRef, readonly, unref, warn, ref, provide, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, onBeforeUnmount, watch, nextTick, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, createVNode, Suspense, TransitionGroup, Transition, mergeProps, isRef, toRef, onBeforeMount, withDirectives, resolveDirective, vShow, onMounted, Text, resolveDynamicComponent, markRaw, Teleport, cloneVNode, createTextVNode, onUnmounted, onBeforeUpdate, withModifiers, toDisplayString, vModelText } from 'vue';
|
|
8
8
|
|
|
9
9
|
// Types
|
|
10
10
|
// eslint-disable-line vue/prefer-import-from-vue
|
|
@@ -6480,6 +6480,7 @@ function createForm(props) {
|
|
|
6480
6480
|
register: _ref => {
|
|
6481
6481
|
let {
|
|
6482
6482
|
id,
|
|
6483
|
+
vm,
|
|
6483
6484
|
validate,
|
|
6484
6485
|
reset,
|
|
6485
6486
|
resetValidation
|
|
@@ -6492,6 +6493,7 @@ function createForm(props) {
|
|
|
6492
6493
|
validate,
|
|
6493
6494
|
reset,
|
|
6494
6495
|
resetValidation,
|
|
6496
|
+
vm: markRaw(vm),
|
|
6495
6497
|
isValid: null,
|
|
6496
6498
|
errorMessages: []
|
|
6497
6499
|
});
|
|
@@ -6606,10 +6608,12 @@ function useValidation(props) {
|
|
|
6606
6608
|
[`${name}--readonly`]: isReadonly.value
|
|
6607
6609
|
};
|
|
6608
6610
|
});
|
|
6611
|
+
const vm = getCurrentInstance('validation');
|
|
6609
6612
|
const uid = computed(() => props.name ?? unref(id));
|
|
6610
6613
|
onBeforeMount(() => {
|
|
6611
6614
|
form?.register({
|
|
6612
6615
|
id: uid.value,
|
|
6616
|
+
vm,
|
|
6613
6617
|
validate,
|
|
6614
6618
|
reset,
|
|
6615
6619
|
resetValidation
|
|
@@ -25794,7 +25798,7 @@ function createVuetify$1() {
|
|
|
25794
25798
|
goTo
|
|
25795
25799
|
};
|
|
25796
25800
|
}
|
|
25797
|
-
const version$1 = "3.5.8-dev.2024-03-
|
|
25801
|
+
const version$1 = "3.5.8-dev.2024-03-13";
|
|
25798
25802
|
createVuetify$1.version = version$1;
|
|
25799
25803
|
|
|
25800
25804
|
// Vue's inject() can only be used in setup
|
|
@@ -25819,7 +25823,7 @@ const createVuetify = function () {
|
|
|
25819
25823
|
...options
|
|
25820
25824
|
});
|
|
25821
25825
|
};
|
|
25822
|
-
const version = "3.5.8-dev.2024-03-
|
|
25826
|
+
const version = "3.5.8-dev.2024-03-13";
|
|
25823
25827
|
createVuetify.version = version;
|
|
25824
25828
|
|
|
25825
25829
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|