vuetify 3.5.11 → 3.5.12
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/dist/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +243 -19
- package/dist/json/importMap-labs.json +22 -10
- package/dist/json/importMap.json +124 -124
- package/dist/json/tags.json +71 -0
- package/dist/json/web-types.json +747 -38
- package/dist/vuetify-labs.css +2339 -2089
- package/dist/vuetify-labs.d.ts +1117 -154
- package/dist/vuetify-labs.esm.js +675 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +675 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1661 -1652
- package/dist/vuetify.d.ts +321 -192
- package/dist/vuetify.esm.js +33 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +33 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +93 -92
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +6 -0
- package/lib/components/VAvatar/VAvatar.sass +6 -0
- package/lib/components/VAvatar/_variables.scss +2 -0
- package/lib/components/VCheckbox/index.d.mts +54 -18
- package/lib/components/VChip/VChip.css +5 -2
- package/lib/components/VChip/VChip.sass +3 -0
- package/lib/components/VChip/_variables.scss +2 -2
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
- package/lib/components/VField/VField.css +1 -1
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VFileInput/index.d.mts +12 -12
- package/lib/components/VForm/index.d.mts +42 -42
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VRadio/index.d.mts +27 -9
- package/lib/components/VRadioGroup/index.d.mts +27 -9
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -9
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +27 -9
- package/lib/components/VSwitch/index.d.mts +27 -9
- package/lib/components/VTextField/index.d.mts +12 -12
- package/lib/components/VTextarea/index.d.mts +12 -12
- package/lib/components/VValidation/index.d.mts +6 -6
- package/lib/components/index.d.mts +279 -153
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/router.mjs +16 -8
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +5 -4
- 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 +42 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +4 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +1 -0
- package/lib/labs/VTimePicker/VTimePicker.css +8 -0
- package/lib/labs/VTimePicker/VTimePicker.mjs +265 -0
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -0
- package/lib/labs/VTimePicker/VTimePicker.sass +10 -0
- package/lib/labs/VTimePicker/VTimePickerClock.css +130 -0
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +244 -0
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -0
- package/lib/{components → labs}/VTimePicker/VTimePickerClock.sass +22 -39
- package/lib/labs/VTimePicker/VTimePickerControls.css +104 -0
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +125 -0
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -0
- package/lib/labs/VTimePicker/VTimePickerControls.sass +102 -0
- package/lib/labs/VTimePicker/_variables.scss +34 -0
- package/lib/labs/VTimePicker/index.d.mts +848 -0
- package/lib/labs/VTimePicker/index.mjs +4 -0
- package/lib/labs/VTimePicker/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +835 -1
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +2 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +2 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +2 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +2 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +2 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +2 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +2 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +2 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +2 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +2 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +2 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +2 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +2 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +2 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +2 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +2 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +2 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +2 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +2 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +2 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +2 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +2 -1
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +2 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +2 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +2 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +2 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +2 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +2 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +2 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +2 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +2 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +2 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +2 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +2 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +2 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +2 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +2 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +2 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +2 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +2 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +2 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +2 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +4 -4
- package/lib/components/VTimePicker/SelectingTimes.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePicker.mjs +0 -288
- package/lib/components/VTimePicker/VTimePicker.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs +0 -251
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs +0 -64
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePickerTitle.sass +0 -61
- package/lib/components/VTimePicker/_variables.scss +0 -32
- package/lib/components/VTimePicker/index.mjs +0 -12
- package/lib/components/VTimePicker/index.mjs.map +0 -1
- /package/lib/{components → labs}/VTimePicker/SelectingTimes.mjs +0 -0
|
@@ -127,7 +127,9 @@ declare const VSwitch: {
|
|
|
127
127
|
maxErrors: string | number;
|
|
128
128
|
rules: readonly ValidationRule[];
|
|
129
129
|
density: Density;
|
|
130
|
-
ripple: boolean
|
|
130
|
+
ripple: boolean | {
|
|
131
|
+
class: string;
|
|
132
|
+
} | undefined;
|
|
131
133
|
valueComparator: typeof deepEqual;
|
|
132
134
|
centerAffix: boolean;
|
|
133
135
|
hideSpinButtons: boolean;
|
|
@@ -181,7 +183,9 @@ declare const VSwitch: {
|
|
|
181
183
|
maxErrors: string | number;
|
|
182
184
|
rules: readonly ValidationRule[];
|
|
183
185
|
density: Density;
|
|
184
|
-
ripple: boolean
|
|
186
|
+
ripple: boolean | {
|
|
187
|
+
class: string;
|
|
188
|
+
} | undefined;
|
|
185
189
|
valueComparator: typeof deepEqual;
|
|
186
190
|
centerAffix: boolean;
|
|
187
191
|
hideSpinButtons: boolean;
|
|
@@ -231,7 +235,9 @@ declare const VSwitch: {
|
|
|
231
235
|
maxErrors: string | number;
|
|
232
236
|
rules: readonly ValidationRule[];
|
|
233
237
|
density: Density;
|
|
234
|
-
ripple: boolean
|
|
238
|
+
ripple: boolean | {
|
|
239
|
+
class: string;
|
|
240
|
+
} | undefined;
|
|
235
241
|
valueComparator: typeof deepEqual;
|
|
236
242
|
centerAffix: boolean;
|
|
237
243
|
hideSpinButtons: boolean;
|
|
@@ -303,7 +309,9 @@ declare const VSwitch: {
|
|
|
303
309
|
maxErrors: string | number;
|
|
304
310
|
rules: readonly ValidationRule[];
|
|
305
311
|
density: Density;
|
|
306
|
-
ripple: boolean
|
|
312
|
+
ripple: boolean | {
|
|
313
|
+
class: string;
|
|
314
|
+
} | undefined;
|
|
307
315
|
valueComparator: typeof deepEqual;
|
|
308
316
|
centerAffix: boolean;
|
|
309
317
|
hideSpinButtons: boolean;
|
|
@@ -353,7 +361,9 @@ declare const VSwitch: {
|
|
|
353
361
|
maxErrors: string | number;
|
|
354
362
|
rules: readonly ValidationRule[];
|
|
355
363
|
density: Density;
|
|
356
|
-
ripple: boolean
|
|
364
|
+
ripple: boolean | {
|
|
365
|
+
class: string;
|
|
366
|
+
} | undefined;
|
|
357
367
|
valueComparator: typeof deepEqual;
|
|
358
368
|
centerAffix: boolean;
|
|
359
369
|
hideSpinButtons: boolean;
|
|
@@ -380,7 +390,9 @@ declare const VSwitch: {
|
|
|
380
390
|
maxErrors: string | number;
|
|
381
391
|
rules: readonly ValidationRule[];
|
|
382
392
|
density: Density;
|
|
383
|
-
ripple: boolean
|
|
393
|
+
ripple: boolean | {
|
|
394
|
+
class: string;
|
|
395
|
+
} | undefined;
|
|
384
396
|
valueComparator: typeof deepEqual;
|
|
385
397
|
centerAffix: boolean;
|
|
386
398
|
hideSpinButtons: boolean;
|
|
@@ -434,7 +446,9 @@ declare const VSwitch: {
|
|
|
434
446
|
maxErrors: string | number;
|
|
435
447
|
rules: readonly ValidationRule[];
|
|
436
448
|
density: Density;
|
|
437
|
-
ripple: boolean
|
|
449
|
+
ripple: boolean | {
|
|
450
|
+
class: string;
|
|
451
|
+
} | undefined;
|
|
438
452
|
valueComparator: typeof deepEqual;
|
|
439
453
|
centerAffix: boolean;
|
|
440
454
|
hideSpinButtons: boolean;
|
|
@@ -511,7 +525,9 @@ declare const VSwitch: {
|
|
|
511
525
|
falseIcon: vue.PropType<IconValue>;
|
|
512
526
|
trueIcon: vue.PropType<IconValue>;
|
|
513
527
|
ripple: {
|
|
514
|
-
type:
|
|
528
|
+
type: vue.PropType<boolean | {
|
|
529
|
+
class: string;
|
|
530
|
+
} | undefined>;
|
|
515
531
|
default: boolean;
|
|
516
532
|
};
|
|
517
533
|
multiple: {
|
|
@@ -602,7 +618,9 @@ declare const VSwitch: {
|
|
|
602
618
|
falseIcon: vue.PropType<IconValue>;
|
|
603
619
|
trueIcon: vue.PropType<IconValue>;
|
|
604
620
|
ripple: {
|
|
605
|
-
type:
|
|
621
|
+
type: vue.PropType<boolean | {
|
|
622
|
+
class: string;
|
|
623
|
+
} | undefined>;
|
|
606
624
|
default: boolean;
|
|
607
625
|
};
|
|
608
626
|
multiple: {
|
|
@@ -345,8 +345,8 @@ declare const VTextField: {
|
|
|
345
345
|
hint?: string | undefined;
|
|
346
346
|
hideDetails?: boolean | "auto" | undefined;
|
|
347
347
|
} & {}, {
|
|
348
|
-
reset: () => void
|
|
349
|
-
resetValidation: () => void
|
|
348
|
+
reset: () => Promise<void>;
|
|
349
|
+
resetValidation: () => Promise<void>;
|
|
350
350
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
351
351
|
isValid: vue.ComputedRef<boolean | null>;
|
|
352
352
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -433,8 +433,8 @@ declare const VTextField: {
|
|
|
433
433
|
hint?: string | undefined;
|
|
434
434
|
hideDetails?: boolean | "auto" | undefined;
|
|
435
435
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
436
|
-
reset: () => void
|
|
437
|
-
resetValidation: () => void
|
|
436
|
+
reset: () => Promise<void>;
|
|
437
|
+
resetValidation: () => Promise<void>;
|
|
438
438
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
439
439
|
isValid: vue.ComputedRef<boolean | null>;
|
|
440
440
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -1139,8 +1139,8 @@ declare const VTextField: {
|
|
|
1139
1139
|
hint?: string | undefined;
|
|
1140
1140
|
hideDetails?: boolean | "auto" | undefined;
|
|
1141
1141
|
} & {}, {
|
|
1142
|
-
reset: () => void
|
|
1143
|
-
resetValidation: () => void
|
|
1142
|
+
reset: () => Promise<void>;
|
|
1143
|
+
resetValidation: () => Promise<void>;
|
|
1144
1144
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1145
1145
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1146
1146
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -1227,8 +1227,8 @@ declare const VTextField: {
|
|
|
1227
1227
|
hint?: string | undefined;
|
|
1228
1228
|
hideDetails?: boolean | "auto" | undefined;
|
|
1229
1229
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
1230
|
-
reset: () => void
|
|
1231
|
-
resetValidation: () => void
|
|
1230
|
+
reset: () => Promise<void>;
|
|
1231
|
+
resetValidation: () => Promise<void>;
|
|
1232
1232
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1233
1233
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1234
1234
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -1773,8 +1773,8 @@ declare const VTextField: {
|
|
|
1773
1773
|
hint?: string | undefined;
|
|
1774
1774
|
hideDetails?: boolean | "auto" | undefined;
|
|
1775
1775
|
} & {}, {
|
|
1776
|
-
reset: () => void
|
|
1777
|
-
resetValidation: () => void
|
|
1776
|
+
reset: () => Promise<void>;
|
|
1777
|
+
resetValidation: () => Promise<void>;
|
|
1778
1778
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1779
1779
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1780
1780
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -1861,8 +1861,8 @@ declare const VTextField: {
|
|
|
1861
1861
|
hint?: string | undefined;
|
|
1862
1862
|
hideDetails?: boolean | "auto" | undefined;
|
|
1863
1863
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
1864
|
-
reset: () => void
|
|
1865
|
-
resetValidation: () => void
|
|
1864
|
+
reset: () => Promise<void>;
|
|
1865
|
+
resetValidation: () => Promise<void>;
|
|
1866
1866
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1867
1867
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1868
1868
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -330,8 +330,8 @@ declare const VTextarea: {
|
|
|
330
330
|
hint?: string | undefined;
|
|
331
331
|
hideDetails?: boolean | "auto" | undefined;
|
|
332
332
|
} & {}, {
|
|
333
|
-
reset: () => void
|
|
334
|
-
resetValidation: () => void
|
|
333
|
+
reset: () => Promise<void>;
|
|
334
|
+
resetValidation: () => Promise<void>;
|
|
335
335
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
336
336
|
isValid: vue.ComputedRef<boolean | null>;
|
|
337
337
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -418,8 +418,8 @@ declare const VTextarea: {
|
|
|
418
418
|
hint?: string | undefined;
|
|
419
419
|
hideDetails?: boolean | "auto" | undefined;
|
|
420
420
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
421
|
-
reset: () => void
|
|
422
|
-
resetValidation: () => void
|
|
421
|
+
reset: () => Promise<void>;
|
|
422
|
+
resetValidation: () => Promise<void>;
|
|
423
423
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
424
424
|
isValid: vue.ComputedRef<boolean | null>;
|
|
425
425
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -865,8 +865,8 @@ declare const VTextarea: {
|
|
|
865
865
|
hint?: string | undefined;
|
|
866
866
|
hideDetails?: boolean | "auto" | undefined;
|
|
867
867
|
} & {}, {
|
|
868
|
-
reset: () => void
|
|
869
|
-
resetValidation: () => void
|
|
868
|
+
reset: () => Promise<void>;
|
|
869
|
+
resetValidation: () => Promise<void>;
|
|
870
870
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
871
871
|
isValid: vue.ComputedRef<boolean | null>;
|
|
872
872
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -953,8 +953,8 @@ declare const VTextarea: {
|
|
|
953
953
|
hint?: string | undefined;
|
|
954
954
|
hideDetails?: boolean | "auto" | undefined;
|
|
955
955
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
956
|
-
reset: () => void
|
|
957
|
-
resetValidation: () => void
|
|
956
|
+
reset: () => Promise<void>;
|
|
957
|
+
resetValidation: () => Promise<void>;
|
|
958
958
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
959
959
|
isValid: vue.ComputedRef<boolean | null>;
|
|
960
960
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -1244,8 +1244,8 @@ declare const VTextarea: {
|
|
|
1244
1244
|
hint?: string | undefined;
|
|
1245
1245
|
hideDetails?: boolean | "auto" | undefined;
|
|
1246
1246
|
} & {}, {
|
|
1247
|
-
reset: () => void
|
|
1248
|
-
resetValidation: () => void
|
|
1247
|
+
reset: () => Promise<void>;
|
|
1248
|
+
resetValidation: () => Promise<void>;
|
|
1249
1249
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1250
1250
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1251
1251
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -1332,8 +1332,8 @@ declare const VTextarea: {
|
|
|
1332
1332
|
hint?: string | undefined;
|
|
1333
1333
|
hideDetails?: boolean | "auto" | undefined;
|
|
1334
1334
|
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
1335
|
-
reset: () => void
|
|
1336
|
-
resetValidation: () => void
|
|
1335
|
+
reset: () => Promise<void>;
|
|
1336
|
+
resetValidation: () => Promise<void>;
|
|
1337
1337
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1338
1338
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1339
1339
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -60,8 +60,8 @@ declare function useValidation(props: ValidationProps, name?: string, id?: Maybe
|
|
|
60
60
|
isPristine: vue.ShallowRef<boolean>;
|
|
61
61
|
isValid: vue.ComputedRef<boolean | null>;
|
|
62
62
|
isValidating: vue.ShallowRef<boolean>;
|
|
63
|
-
reset: () => void
|
|
64
|
-
resetValidation: () => void
|
|
63
|
+
reset: () => Promise<void>;
|
|
64
|
+
resetValidation: () => Promise<void>;
|
|
65
65
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
66
66
|
validationClasses: vue.ComputedRef<{
|
|
67
67
|
[x: string]: boolean;
|
|
@@ -121,8 +121,8 @@ declare const VValidation: {
|
|
|
121
121
|
isPristine: vue.ShallowRef<boolean>;
|
|
122
122
|
isValid: vue.ComputedRef<boolean | null>;
|
|
123
123
|
isValidating: vue.ShallowRef<boolean>;
|
|
124
|
-
reset: () => void
|
|
125
|
-
resetValidation: () => void
|
|
124
|
+
reset: () => Promise<void>;
|
|
125
|
+
resetValidation: () => Promise<void>;
|
|
126
126
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
127
127
|
validationClasses: vue.ComputedRef<{
|
|
128
128
|
[x: string]: boolean;
|
|
@@ -200,8 +200,8 @@ declare const VValidation: {
|
|
|
200
200
|
isPristine: vue.ShallowRef<boolean>;
|
|
201
201
|
isValid: vue.ComputedRef<boolean | null>;
|
|
202
202
|
isValidating: vue.ShallowRef<boolean>;
|
|
203
|
-
reset: () => void
|
|
204
|
-
resetValidation: () => void
|
|
203
|
+
reset: () => Promise<void>;
|
|
204
|
+
resetValidation: () => Promise<void>;
|
|
205
205
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
206
206
|
validationClasses: vue.ComputedRef<{
|
|
207
207
|
[x: string]: boolean;
|