@vuetify/nightly 3.8.0-beta.0-dev.2025-03-26 → 3.8.0-beta.0-dev.2025-03-29
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 +6 -3
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3618 -3502
- package/dist/json/importMap-labs.json +34 -30
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +34 -0
- package/dist/json/web-types.json +6539 -6221
- package/dist/vuetify-labs.cjs +204 -13
- package/dist/vuetify-labs.css +3192 -3015
- package/dist/vuetify-labs.d.ts +527 -230
- package/dist/vuetify-labs.esm.js +204 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +204 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +31 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2415 -2415
- package/dist/vuetify.d.ts +118 -143
- package/dist/vuetify.esm.js +31 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +18 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +31 -6
- package/lib/components/VConfirmEdit/VConfirmEdit.js +17 -2
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +33 -78
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +33 -78
- package/lib/composables/calendar.d.ts +12 -35
- package/lib/composables/calendar.js +11 -8
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.js +4 -0
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +178 -0
- package/lib/labs/VIconBtn/VIconBtn.d.ts +608 -0
- package/lib/labs/VIconBtn/VIconBtn.js +184 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +110 -0
- package/lib/labs/VIconBtn/_variables.scss +36 -0
- package/lib/labs/VIconBtn/index.d.ts +1 -0
- package/lib/labs/VIconBtn/index.js +2 -0
- package/lib/labs/VIconBtn/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -22007,6 +22007,7 @@ declare const VConfirmEdit: {
|
|
22007
22007
|
hideActions: boolean;
|
22008
22008
|
} & {
|
22009
22009
|
color?: string | undefined;
|
22010
|
+
disabled?: boolean | ("cancel" | "save")[] | undefined;
|
22010
22011
|
} & {
|
22011
22012
|
onCancel?: (() => any) | undefined;
|
22012
22013
|
}, {
|
@@ -22018,6 +22019,7 @@ declare const VConfirmEdit: {
|
|
22018
22019
|
save: (value: any) => true;
|
22019
22020
|
'update:modelValue': (value: any) => true;
|
22020
22021
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "save">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
22022
|
+
disabled: boolean | ("cancel" | "save")[];
|
22021
22023
|
cancelText: string;
|
22022
22024
|
okText: string;
|
22023
22025
|
hideActions: boolean;
|
@@ -22042,6 +22044,7 @@ declare const VConfirmEdit: {
|
|
22042
22044
|
hideActions: boolean;
|
22043
22045
|
} & {
|
22044
22046
|
color?: string | undefined;
|
22047
|
+
disabled?: boolean | ("cancel" | "save")[] | undefined;
|
22045
22048
|
} & {
|
22046
22049
|
onCancel?: (() => any) | undefined;
|
22047
22050
|
}, {
|
@@ -22049,6 +22052,7 @@ declare const VConfirmEdit: {
|
|
22049
22052
|
cancel: () => void;
|
22050
22053
|
isPristine: vue.ComputedRef<boolean>;
|
22051
22054
|
}, {}, {}, {}, {
|
22055
|
+
disabled: boolean | ("cancel" | "save")[];
|
22052
22056
|
cancelText: string;
|
22053
22057
|
okText: string;
|
22054
22058
|
hideActions: boolean;
|
@@ -22062,6 +22066,7 @@ declare const VConfirmEdit: {
|
|
22062
22066
|
hideActions: boolean;
|
22063
22067
|
} & {
|
22064
22068
|
color?: string | undefined;
|
22069
|
+
disabled?: boolean | ("cancel" | "save")[] | undefined;
|
22065
22070
|
} & {
|
22066
22071
|
onCancel?: (() => any) | undefined;
|
22067
22072
|
}, {
|
@@ -22073,6 +22078,7 @@ declare const VConfirmEdit: {
|
|
22073
22078
|
save: (value: any) => true;
|
22074
22079
|
'update:modelValue': (value: any) => true;
|
22075
22080
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "save">, string, {
|
22081
|
+
disabled: boolean | ("cancel" | "save")[];
|
22076
22082
|
cancelText: string;
|
22077
22083
|
okText: string;
|
22078
22084
|
hideActions: boolean;
|
@@ -22099,6 +22105,10 @@ declare const VConfirmEdit: {
|
|
22099
22105
|
type: StringConstructor;
|
22100
22106
|
default: string;
|
22101
22107
|
};
|
22108
|
+
disabled: {
|
22109
|
+
type: PropType<boolean | ("save" | "cancel")[]>;
|
22110
|
+
default: undefined;
|
22111
|
+
};
|
22102
22112
|
hideActions: BooleanConstructor;
|
22103
22113
|
}, vue.ExtractPropTypes<{
|
22104
22114
|
modelValue: null;
|
@@ -22111,6 +22121,10 @@ declare const VConfirmEdit: {
|
|
22111
22121
|
type: StringConstructor;
|
22112
22122
|
default: string;
|
22113
22123
|
};
|
22124
|
+
disabled: {
|
22125
|
+
type: PropType<boolean | ("save" | "cancel")[]>;
|
22126
|
+
default: undefined;
|
22127
|
+
};
|
22114
22128
|
hideActions: BooleanConstructor;
|
22115
22129
|
}>>;
|
22116
22130
|
type VConfirmEdit = InstanceType<typeof VConfirmEdit>;
|
@@ -26104,6 +26118,8 @@ declare const VDataTableServer: {
|
|
26104
26118
|
}>>;
|
26105
26119
|
type VDataTableServer = InstanceType<typeof VDataTableServer>;
|
26106
26120
|
|
26121
|
+
type CalendarWeekdays = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
26122
|
+
|
26107
26123
|
type VPickerSlots = {
|
26108
26124
|
header: never;
|
26109
26125
|
default: never;
|
@@ -26385,8 +26401,9 @@ declare const VDatePicker: {
|
|
26385
26401
|
modeIcon: IconValue;
|
26386
26402
|
viewMode: "month" | "year" | "months";
|
26387
26403
|
showAdjacentMonths: boolean;
|
26388
|
-
weekdays:
|
26404
|
+
weekdays: CalendarWeekdays[];
|
26389
26405
|
weeksInMonth: "static" | "dynamic";
|
26406
|
+
firstDayOfWeek: string | number;
|
26390
26407
|
hideWeekdays: boolean;
|
26391
26408
|
showWeek: boolean;
|
26392
26409
|
} & {
|
@@ -26413,7 +26430,6 @@ declare const VDatePicker: {
|
|
26413
26430
|
bgColor?: string | undefined;
|
26414
26431
|
controlHeight?: string | number | undefined;
|
26415
26432
|
headerColor?: string | undefined;
|
26416
|
-
firstDayOfWeek?: string | number | undefined;
|
26417
26433
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
26418
26434
|
} & {
|
26419
26435
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -26443,8 +26459,9 @@ declare const VDatePicker: {
|
|
26443
26459
|
modeIcon: IconValue;
|
26444
26460
|
viewMode: "month" | "year" | "months";
|
26445
26461
|
showAdjacentMonths: boolean;
|
26446
|
-
weekdays:
|
26462
|
+
weekdays: CalendarWeekdays[];
|
26447
26463
|
weeksInMonth: "static" | "dynamic";
|
26464
|
+
firstDayOfWeek: string | number;
|
26448
26465
|
hideWeekdays: boolean;
|
26449
26466
|
showWeek: boolean;
|
26450
26467
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -26479,8 +26496,9 @@ declare const VDatePicker: {
|
|
26479
26496
|
modeIcon: IconValue;
|
26480
26497
|
viewMode: "month" | "year" | "months";
|
26481
26498
|
showAdjacentMonths: boolean;
|
26482
|
-
weekdays:
|
26499
|
+
weekdays: CalendarWeekdays[];
|
26483
26500
|
weeksInMonth: "static" | "dynamic";
|
26501
|
+
firstDayOfWeek: string | number;
|
26484
26502
|
hideWeekdays: boolean;
|
26485
26503
|
showWeek: boolean;
|
26486
26504
|
} & {
|
@@ -26507,7 +26525,6 @@ declare const VDatePicker: {
|
|
26507
26525
|
bgColor?: string | undefined;
|
26508
26526
|
controlHeight?: string | number | undefined;
|
26509
26527
|
headerColor?: string | undefined;
|
26510
|
-
firstDayOfWeek?: string | number | undefined;
|
26511
26528
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
26512
26529
|
} & {
|
26513
26530
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -26532,8 +26549,9 @@ declare const VDatePicker: {
|
|
26532
26549
|
modeIcon: IconValue;
|
26533
26550
|
viewMode: "month" | "year" | "months";
|
26534
26551
|
showAdjacentMonths: boolean;
|
26535
|
-
weekdays:
|
26552
|
+
weekdays: CalendarWeekdays[];
|
26536
26553
|
weeksInMonth: "static" | "dynamic";
|
26554
|
+
firstDayOfWeek: string | number;
|
26537
26555
|
hideWeekdays: boolean;
|
26538
26556
|
showWeek: boolean;
|
26539
26557
|
}>;
|
@@ -26557,8 +26575,9 @@ declare const VDatePicker: {
|
|
26557
26575
|
modeIcon: IconValue;
|
26558
26576
|
viewMode: "month" | "year" | "months";
|
26559
26577
|
showAdjacentMonths: boolean;
|
26560
|
-
weekdays:
|
26578
|
+
weekdays: CalendarWeekdays[];
|
26561
26579
|
weeksInMonth: "static" | "dynamic";
|
26580
|
+
firstDayOfWeek: string | number;
|
26562
26581
|
hideWeekdays: boolean;
|
26563
26582
|
showWeek: boolean;
|
26564
26583
|
} & {
|
@@ -26585,7 +26604,6 @@ declare const VDatePicker: {
|
|
26585
26604
|
bgColor?: string | undefined;
|
26586
26605
|
controlHeight?: string | number | undefined;
|
26587
26606
|
headerColor?: string | undefined;
|
26588
|
-
firstDayOfWeek?: string | number | undefined;
|
26589
26607
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
26590
26608
|
} & {
|
26591
26609
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -26615,8 +26633,9 @@ declare const VDatePicker: {
|
|
26615
26633
|
modeIcon: IconValue;
|
26616
26634
|
viewMode: "month" | "year" | "months";
|
26617
26635
|
showAdjacentMonths: boolean;
|
26618
|
-
weekdays:
|
26636
|
+
weekdays: CalendarWeekdays[];
|
26619
26637
|
weeksInMonth: "static" | "dynamic";
|
26638
|
+
firstDayOfWeek: string | number;
|
26620
26639
|
hideWeekdays: boolean;
|
26621
26640
|
showWeek: boolean;
|
26622
26641
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -26683,22 +26702,7 @@ declare const VDatePicker: {
|
|
26683
26702
|
month: (StringConstructor | NumberConstructor)[];
|
26684
26703
|
showAdjacentMonths: BooleanConstructor;
|
26685
26704
|
weekdays: {
|
26686
|
-
type:
|
26687
|
-
(arrayLength: number): number[];
|
26688
|
-
(...items: number[]): number[];
|
26689
|
-
new (arrayLength: number): number[];
|
26690
|
-
new (...items: number[]): number[];
|
26691
|
-
isArray(arg: any): arg is any[];
|
26692
|
-
readonly prototype: any[];
|
26693
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
26694
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
26695
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
26696
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
26697
|
-
of<T>(...items: T[]): T[];
|
26698
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
26699
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
26700
|
-
readonly [Symbol.species]: ArrayConstructor;
|
26701
|
-
};
|
26705
|
+
type: vue.PropType<CalendarWeekdays[]>;
|
26702
26706
|
default: () => number[];
|
26703
26707
|
};
|
26704
26708
|
weeksInMonth: Omit<{
|
@@ -26708,7 +26712,10 @@ declare const VDatePicker: {
|
|
26708
26712
|
type: vue.PropType<"static" | "dynamic">;
|
26709
26713
|
default: NonNullable<"static" | "dynamic">;
|
26710
26714
|
};
|
26711
|
-
firstDayOfWeek:
|
26715
|
+
firstDayOfWeek: {
|
26716
|
+
type: (StringConstructor | NumberConstructor)[];
|
26717
|
+
default: number;
|
26718
|
+
};
|
26712
26719
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
26713
26720
|
hideWeekdays: BooleanConstructor;
|
26714
26721
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
@@ -26800,22 +26807,7 @@ declare const VDatePicker: {
|
|
26800
26807
|
month: (StringConstructor | NumberConstructor)[];
|
26801
26808
|
showAdjacentMonths: BooleanConstructor;
|
26802
26809
|
weekdays: {
|
26803
|
-
type:
|
26804
|
-
(arrayLength: number): number[];
|
26805
|
-
(...items: number[]): number[];
|
26806
|
-
new (arrayLength: number): number[];
|
26807
|
-
new (...items: number[]): number[];
|
26808
|
-
isArray(arg: any): arg is any[];
|
26809
|
-
readonly prototype: any[];
|
26810
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
26811
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
26812
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
26813
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
26814
|
-
of<T>(...items: T[]): T[];
|
26815
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
26816
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
26817
|
-
readonly [Symbol.species]: ArrayConstructor;
|
26818
|
-
};
|
26810
|
+
type: vue.PropType<CalendarWeekdays[]>;
|
26819
26811
|
default: () => number[];
|
26820
26812
|
};
|
26821
26813
|
weeksInMonth: Omit<{
|
@@ -26825,7 +26817,10 @@ declare const VDatePicker: {
|
|
26825
26817
|
type: vue.PropType<"static" | "dynamic">;
|
26826
26818
|
default: NonNullable<"static" | "dynamic">;
|
26827
26819
|
};
|
26828
|
-
firstDayOfWeek:
|
26820
|
+
firstDayOfWeek: {
|
26821
|
+
type: (StringConstructor | NumberConstructor)[];
|
26822
|
+
default: number;
|
26823
|
+
};
|
26829
26824
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
26830
26825
|
hideWeekdays: BooleanConstructor;
|
26831
26826
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
@@ -27168,8 +27163,9 @@ declare const VDatePickerMonth: {
|
|
27168
27163
|
disabled: boolean;
|
27169
27164
|
reverseTransition: string;
|
27170
27165
|
showAdjacentMonths: boolean;
|
27171
|
-
weekdays:
|
27166
|
+
weekdays: CalendarWeekdays[];
|
27172
27167
|
weeksInMonth: "static" | "dynamic";
|
27168
|
+
firstDayOfWeek: string | number;
|
27173
27169
|
hideWeekdays: boolean;
|
27174
27170
|
showWeek: boolean;
|
27175
27171
|
} & {
|
@@ -27180,7 +27176,6 @@ declare const VDatePickerMonth: {
|
|
27180
27176
|
month?: string | number | undefined;
|
27181
27177
|
year?: string | number | undefined;
|
27182
27178
|
modelValue?: unknown[] | undefined;
|
27183
|
-
firstDayOfWeek?: string | number | undefined;
|
27184
27179
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27185
27180
|
} & {
|
27186
27181
|
$children?: {} | vue.VNodeChild | {
|
@@ -27222,8 +27217,9 @@ declare const VDatePickerMonth: {
|
|
27222
27217
|
disabled: boolean;
|
27223
27218
|
reverseTransition: string;
|
27224
27219
|
showAdjacentMonths: boolean;
|
27225
|
-
weekdays:
|
27220
|
+
weekdays: CalendarWeekdays[];
|
27226
27221
|
weeksInMonth: "static" | "dynamic";
|
27222
|
+
firstDayOfWeek: string | number;
|
27227
27223
|
hideWeekdays: boolean;
|
27228
27224
|
showWeek: boolean;
|
27229
27225
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -27246,8 +27242,9 @@ declare const VDatePickerMonth: {
|
|
27246
27242
|
disabled: boolean;
|
27247
27243
|
reverseTransition: string;
|
27248
27244
|
showAdjacentMonths: boolean;
|
27249
|
-
weekdays:
|
27245
|
+
weekdays: CalendarWeekdays[];
|
27250
27246
|
weeksInMonth: "static" | "dynamic";
|
27247
|
+
firstDayOfWeek: string | number;
|
27251
27248
|
hideWeekdays: boolean;
|
27252
27249
|
showWeek: boolean;
|
27253
27250
|
} & {
|
@@ -27258,7 +27255,6 @@ declare const VDatePickerMonth: {
|
|
27258
27255
|
month?: string | number | undefined;
|
27259
27256
|
year?: string | number | undefined;
|
27260
27257
|
modelValue?: unknown[] | undefined;
|
27261
|
-
firstDayOfWeek?: string | number | undefined;
|
27262
27258
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27263
27259
|
} & {
|
27264
27260
|
$children?: {} | vue.VNodeChild | {
|
@@ -27296,8 +27292,9 @@ declare const VDatePickerMonth: {
|
|
27296
27292
|
disabled: boolean;
|
27297
27293
|
reverseTransition: string;
|
27298
27294
|
showAdjacentMonths: boolean;
|
27299
|
-
weekdays:
|
27295
|
+
weekdays: CalendarWeekdays[];
|
27300
27296
|
weeksInMonth: "static" | "dynamic";
|
27297
|
+
firstDayOfWeek: string | number;
|
27301
27298
|
hideWeekdays: boolean;
|
27302
27299
|
showWeek: boolean;
|
27303
27300
|
}>;
|
@@ -27309,8 +27306,9 @@ declare const VDatePickerMonth: {
|
|
27309
27306
|
disabled: boolean;
|
27310
27307
|
reverseTransition: string;
|
27311
27308
|
showAdjacentMonths: boolean;
|
27312
|
-
weekdays:
|
27309
|
+
weekdays: CalendarWeekdays[];
|
27313
27310
|
weeksInMonth: "static" | "dynamic";
|
27311
|
+
firstDayOfWeek: string | number;
|
27314
27312
|
hideWeekdays: boolean;
|
27315
27313
|
showWeek: boolean;
|
27316
27314
|
} & {
|
@@ -27321,7 +27319,6 @@ declare const VDatePickerMonth: {
|
|
27321
27319
|
month?: string | number | undefined;
|
27322
27320
|
year?: string | number | undefined;
|
27323
27321
|
modelValue?: unknown[] | undefined;
|
27324
|
-
firstDayOfWeek?: string | number | undefined;
|
27325
27322
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27326
27323
|
} & {
|
27327
27324
|
$children?: {} | vue.VNodeChild | {
|
@@ -27363,8 +27360,9 @@ declare const VDatePickerMonth: {
|
|
27363
27360
|
disabled: boolean;
|
27364
27361
|
reverseTransition: string;
|
27365
27362
|
showAdjacentMonths: boolean;
|
27366
|
-
weekdays:
|
27363
|
+
weekdays: CalendarWeekdays[];
|
27367
27364
|
weeksInMonth: "static" | "dynamic";
|
27365
|
+
firstDayOfWeek: string | number;
|
27368
27366
|
hideWeekdays: boolean;
|
27369
27367
|
showWeek: boolean;
|
27370
27368
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -27387,29 +27385,17 @@ declare const VDatePickerMonth: {
|
|
27387
27385
|
modelValue: PropType<unknown[]>;
|
27388
27386
|
showAdjacentMonths: BooleanConstructor;
|
27389
27387
|
weekdays: {
|
27390
|
-
type:
|
27391
|
-
(arrayLength: number): number[];
|
27392
|
-
(...items: number[]): number[];
|
27393
|
-
new (arrayLength: number): number[];
|
27394
|
-
new (...items: number[]): number[];
|
27395
|
-
isArray(arg: any): arg is any[];
|
27396
|
-
readonly prototype: any[];
|
27397
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
27398
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
27399
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
27400
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
27401
|
-
of<T>(...items: T[]): T[];
|
27402
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
27403
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
27404
|
-
readonly [Symbol.species]: ArrayConstructor;
|
27405
|
-
};
|
27388
|
+
type: PropType<CalendarWeekdays[]>;
|
27406
27389
|
default: () => number[];
|
27407
27390
|
};
|
27408
27391
|
weeksInMonth: {
|
27409
27392
|
type: PropType<"dynamic" | "static">;
|
27410
27393
|
default: string;
|
27411
27394
|
};
|
27412
|
-
firstDayOfWeek:
|
27395
|
+
firstDayOfWeek: {
|
27396
|
+
type: (StringConstructor | NumberConstructor)[];
|
27397
|
+
default: number;
|
27398
|
+
};
|
27413
27399
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
27414
27400
|
color: StringConstructor;
|
27415
27401
|
hideWeekdays: BooleanConstructor;
|
@@ -27435,29 +27421,17 @@ declare const VDatePickerMonth: {
|
|
27435
27421
|
modelValue: PropType<unknown[]>;
|
27436
27422
|
showAdjacentMonths: BooleanConstructor;
|
27437
27423
|
weekdays: {
|
27438
|
-
type:
|
27439
|
-
(arrayLength: number): number[];
|
27440
|
-
(...items: number[]): number[];
|
27441
|
-
new (arrayLength: number): number[];
|
27442
|
-
new (...items: number[]): number[];
|
27443
|
-
isArray(arg: any): arg is any[];
|
27444
|
-
readonly prototype: any[];
|
27445
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
27446
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
27447
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
27448
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
27449
|
-
of<T>(...items: T[]): T[];
|
27450
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
27451
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
27452
|
-
readonly [Symbol.species]: ArrayConstructor;
|
27453
|
-
};
|
27424
|
+
type: PropType<CalendarWeekdays[]>;
|
27454
27425
|
default: () => number[];
|
27455
27426
|
};
|
27456
27427
|
weeksInMonth: {
|
27457
27428
|
type: PropType<"dynamic" | "static">;
|
27458
27429
|
default: string;
|
27459
27430
|
};
|
27460
|
-
firstDayOfWeek:
|
27431
|
+
firstDayOfWeek: {
|
27432
|
+
type: (StringConstructor | NumberConstructor)[];
|
27433
|
+
default: number;
|
27434
|
+
};
|
27461
27435
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
27462
27436
|
color: StringConstructor;
|
27463
27437
|
hideWeekdays: BooleanConstructor;
|
@@ -65213,8 +65187,9 @@ declare const VCalendar: {
|
|
65213
65187
|
hideHeader: boolean;
|
65214
65188
|
viewMode: "day" | "month" | "week";
|
65215
65189
|
showAdjacentMonths: boolean;
|
65216
|
-
weekdays:
|
65190
|
+
weekdays: CalendarWeekdays[];
|
65217
65191
|
weeksInMonth: "static" | "dynamic";
|
65192
|
+
firstDayOfWeek: string | number;
|
65218
65193
|
intervalDivisions: number;
|
65219
65194
|
intervalDuration: number;
|
65220
65195
|
intervalHeight: number;
|
@@ -65231,7 +65206,6 @@ declare const VCalendar: {
|
|
65231
65206
|
year?: string | number | undefined;
|
65232
65207
|
events?: any[] | undefined;
|
65233
65208
|
modelValue?: unknown[] | undefined;
|
65234
|
-
firstDayOfWeek?: string | number | undefined;
|
65235
65209
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
65236
65210
|
displayValue?: unknown;
|
65237
65211
|
dayIndex?: number | undefined;
|
@@ -65337,8 +65311,9 @@ declare const VCalendar: {
|
|
65337
65311
|
hideHeader: boolean;
|
65338
65312
|
viewMode: "day" | "month" | "week";
|
65339
65313
|
showAdjacentMonths: boolean;
|
65340
|
-
weekdays:
|
65314
|
+
weekdays: CalendarWeekdays[];
|
65341
65315
|
weeksInMonth: "static" | "dynamic";
|
65316
|
+
firstDayOfWeek: string | number;
|
65342
65317
|
intervalDivisions: number;
|
65343
65318
|
intervalDuration: number;
|
65344
65319
|
intervalHeight: number;
|
@@ -65372,8 +65347,9 @@ declare const VCalendar: {
|
|
65372
65347
|
hideHeader: boolean;
|
65373
65348
|
viewMode: "day" | "month" | "week";
|
65374
65349
|
showAdjacentMonths: boolean;
|
65375
|
-
weekdays:
|
65350
|
+
weekdays: CalendarWeekdays[];
|
65376
65351
|
weeksInMonth: "static" | "dynamic";
|
65352
|
+
firstDayOfWeek: string | number;
|
65377
65353
|
intervalDivisions: number;
|
65378
65354
|
intervalDuration: number;
|
65379
65355
|
intervalHeight: number;
|
@@ -65390,7 +65366,6 @@ declare const VCalendar: {
|
|
65390
65366
|
year?: string | number | undefined;
|
65391
65367
|
events?: any[] | undefined;
|
65392
65368
|
modelValue?: unknown[] | undefined;
|
65393
|
-
firstDayOfWeek?: string | number | undefined;
|
65394
65369
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
65395
65370
|
displayValue?: unknown;
|
65396
65371
|
dayIndex?: number | undefined;
|
@@ -65492,8 +65467,9 @@ declare const VCalendar: {
|
|
65492
65467
|
hideHeader: boolean;
|
65493
65468
|
viewMode: "day" | "month" | "week";
|
65494
65469
|
showAdjacentMonths: boolean;
|
65495
|
-
weekdays:
|
65470
|
+
weekdays: CalendarWeekdays[];
|
65496
65471
|
weeksInMonth: "static" | "dynamic";
|
65472
|
+
firstDayOfWeek: string | number;
|
65497
65473
|
intervalDivisions: number;
|
65498
65474
|
intervalDuration: number;
|
65499
65475
|
intervalHeight: number;
|
@@ -65515,8 +65491,9 @@ declare const VCalendar: {
|
|
65515
65491
|
hideHeader: boolean;
|
65516
65492
|
viewMode: "day" | "month" | "week";
|
65517
65493
|
showAdjacentMonths: boolean;
|
65518
|
-
weekdays:
|
65494
|
+
weekdays: CalendarWeekdays[];
|
65519
65495
|
weeksInMonth: "static" | "dynamic";
|
65496
|
+
firstDayOfWeek: string | number;
|
65520
65497
|
intervalDivisions: number;
|
65521
65498
|
intervalDuration: number;
|
65522
65499
|
intervalHeight: number;
|
@@ -65533,7 +65510,6 @@ declare const VCalendar: {
|
|
65533
65510
|
year?: string | number | undefined;
|
65534
65511
|
events?: any[] | undefined;
|
65535
65512
|
modelValue?: unknown[] | undefined;
|
65536
|
-
firstDayOfWeek?: string | number | undefined;
|
65537
65513
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
65538
65514
|
displayValue?: unknown;
|
65539
65515
|
dayIndex?: number | undefined;
|
@@ -65639,8 +65615,9 @@ declare const VCalendar: {
|
|
65639
65615
|
hideHeader: boolean;
|
65640
65616
|
viewMode: "day" | "month" | "week";
|
65641
65617
|
showAdjacentMonths: boolean;
|
65642
|
-
weekdays:
|
65618
|
+
weekdays: CalendarWeekdays[];
|
65643
65619
|
weeksInMonth: "static" | "dynamic";
|
65620
|
+
firstDayOfWeek: string | number;
|
65644
65621
|
intervalDivisions: number;
|
65645
65622
|
intervalDuration: number;
|
65646
65623
|
intervalHeight: number;
|
@@ -65735,29 +65712,17 @@ declare const VCalendar: {
|
|
65735
65712
|
showAdjacentMonths: BooleanConstructor;
|
65736
65713
|
year: (StringConstructor | NumberConstructor)[];
|
65737
65714
|
weekdays: {
|
65738
|
-
type:
|
65739
|
-
(arrayLength: number): number[];
|
65740
|
-
(...items: number[]): number[];
|
65741
|
-
new (arrayLength: number): number[];
|
65742
|
-
new (...items: number[]): number[];
|
65743
|
-
isArray(arg: any): arg is any[];
|
65744
|
-
readonly prototype: any[];
|
65745
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
65746
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
65747
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
65748
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
65749
|
-
of<T>(...items: T[]): T[];
|
65750
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
65751
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
65752
|
-
readonly [Symbol.species]: ArrayConstructor;
|
65753
|
-
};
|
65715
|
+
type: vue.PropType<CalendarWeekdays[]>;
|
65754
65716
|
default: () => number[];
|
65755
65717
|
};
|
65756
65718
|
weeksInMonth: {
|
65757
65719
|
type: vue.PropType<"dynamic" | "static">;
|
65758
65720
|
default: string;
|
65759
65721
|
};
|
65760
|
-
firstDayOfWeek:
|
65722
|
+
firstDayOfWeek: {
|
65723
|
+
type: (StringConstructor | NumberConstructor)[];
|
65724
|
+
default: number;
|
65725
|
+
};
|
65761
65726
|
hideHeader: BooleanConstructor;
|
65762
65727
|
hideWeekNumber: BooleanConstructor;
|
65763
65728
|
}, vue.ExtractPropTypes<{
|
@@ -65837,29 +65802,17 @@ declare const VCalendar: {
|
|
65837
65802
|
showAdjacentMonths: BooleanConstructor;
|
65838
65803
|
year: (StringConstructor | NumberConstructor)[];
|
65839
65804
|
weekdays: {
|
65840
|
-
type:
|
65841
|
-
(arrayLength: number): number[];
|
65842
|
-
(...items: number[]): number[];
|
65843
|
-
new (arrayLength: number): number[];
|
65844
|
-
new (...items: number[]): number[];
|
65845
|
-
isArray(arg: any): arg is any[];
|
65846
|
-
readonly prototype: any[];
|
65847
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
65848
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
65849
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
65850
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
65851
|
-
of<T>(...items: T[]): T[];
|
65852
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
65853
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
65854
|
-
readonly [Symbol.species]: ArrayConstructor;
|
65855
|
-
};
|
65805
|
+
type: vue.PropType<CalendarWeekdays[]>;
|
65856
65806
|
default: () => number[];
|
65857
65807
|
};
|
65858
65808
|
weeksInMonth: {
|
65859
65809
|
type: vue.PropType<"dynamic" | "static">;
|
65860
65810
|
default: string;
|
65861
65811
|
};
|
65862
|
-
firstDayOfWeek:
|
65812
|
+
firstDayOfWeek: {
|
65813
|
+
type: (StringConstructor | NumberConstructor)[];
|
65814
|
+
default: number;
|
65815
|
+
};
|
65863
65816
|
hideHeader: BooleanConstructor;
|
65864
65817
|
hideWeekNumber: BooleanConstructor;
|
65865
65818
|
}>>;
|
@@ -66810,8 +66763,9 @@ declare const VDateInput: {
|
|
66810
66763
|
modeIcon: IconValue;
|
66811
66764
|
viewMode: "month" | "year" | "months";
|
66812
66765
|
showAdjacentMonths: boolean;
|
66813
|
-
weekdays:
|
66766
|
+
weekdays: CalendarWeekdays[];
|
66814
66767
|
weeksInMonth: "static" | "dynamic";
|
66768
|
+
firstDayOfWeek: string | number;
|
66815
66769
|
hideWeekdays: boolean;
|
66816
66770
|
showWeek: boolean;
|
66817
66771
|
} & {
|
@@ -66865,7 +66819,6 @@ declare const VDateInput: {
|
|
66865
66819
|
suffix?: string | undefined;
|
66866
66820
|
counterValue?: number | ((value: any) => number) | undefined;
|
66867
66821
|
modelModifiers?: Record<string, boolean> | undefined;
|
66868
|
-
firstDayOfWeek?: string | number | undefined;
|
66869
66822
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
66870
66823
|
displayFormat?: string | Function | undefined;
|
66871
66824
|
} & {
|
@@ -66984,8 +66937,9 @@ declare const VDateInput: {
|
|
66984
66937
|
modeIcon: IconValue;
|
66985
66938
|
viewMode: "month" | "year" | "months";
|
66986
66939
|
showAdjacentMonths: boolean;
|
66987
|
-
weekdays:
|
66940
|
+
weekdays: CalendarWeekdays[];
|
66988
66941
|
weeksInMonth: "static" | "dynamic";
|
66942
|
+
firstDayOfWeek: string | number;
|
66989
66943
|
hideWeekdays: boolean;
|
66990
66944
|
showWeek: boolean;
|
66991
66945
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -67062,8 +67016,9 @@ declare const VDateInput: {
|
|
67062
67016
|
modeIcon: IconValue;
|
67063
67017
|
viewMode: "month" | "year" | "months";
|
67064
67018
|
showAdjacentMonths: boolean;
|
67065
|
-
weekdays:
|
67019
|
+
weekdays: CalendarWeekdays[];
|
67066
67020
|
weeksInMonth: "static" | "dynamic";
|
67021
|
+
firstDayOfWeek: string | number;
|
67067
67022
|
hideWeekdays: boolean;
|
67068
67023
|
showWeek: boolean;
|
67069
67024
|
} & {
|
@@ -67117,7 +67072,6 @@ declare const VDateInput: {
|
|
67117
67072
|
suffix?: string | undefined;
|
67118
67073
|
counterValue?: number | ((value: any) => number) | undefined;
|
67119
67074
|
modelModifiers?: Record<string, boolean> | undefined;
|
67120
|
-
firstDayOfWeek?: string | number | undefined;
|
67121
67075
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
67122
67076
|
displayFormat?: string | Function | undefined;
|
67123
67077
|
} & {
|
@@ -67232,8 +67186,9 @@ declare const VDateInput: {
|
|
67232
67186
|
modeIcon: IconValue;
|
67233
67187
|
viewMode: "month" | "year" | "months";
|
67234
67188
|
showAdjacentMonths: boolean;
|
67235
|
-
weekdays:
|
67189
|
+
weekdays: CalendarWeekdays[];
|
67236
67190
|
weeksInMonth: "static" | "dynamic";
|
67191
|
+
firstDayOfWeek: string | number;
|
67237
67192
|
hideWeekdays: boolean;
|
67238
67193
|
showWeek: boolean;
|
67239
67194
|
}>;
|
@@ -67289,8 +67244,9 @@ declare const VDateInput: {
|
|
67289
67244
|
modeIcon: IconValue;
|
67290
67245
|
viewMode: "month" | "year" | "months";
|
67291
67246
|
showAdjacentMonths: boolean;
|
67292
|
-
weekdays:
|
67247
|
+
weekdays: CalendarWeekdays[];
|
67293
67248
|
weeksInMonth: "static" | "dynamic";
|
67249
|
+
firstDayOfWeek: string | number;
|
67294
67250
|
hideWeekdays: boolean;
|
67295
67251
|
showWeek: boolean;
|
67296
67252
|
} & {
|
@@ -67344,7 +67300,6 @@ declare const VDateInput: {
|
|
67344
67300
|
suffix?: string | undefined;
|
67345
67301
|
counterValue?: number | ((value: any) => number) | undefined;
|
67346
67302
|
modelModifiers?: Record<string, boolean> | undefined;
|
67347
|
-
firstDayOfWeek?: string | number | undefined;
|
67348
67303
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
67349
67304
|
displayFormat?: string | Function | undefined;
|
67350
67305
|
} & {
|
@@ -67463,8 +67418,9 @@ declare const VDateInput: {
|
|
67463
67418
|
modeIcon: IconValue;
|
67464
67419
|
viewMode: "month" | "year" | "months";
|
67465
67420
|
showAdjacentMonths: boolean;
|
67466
|
-
weekdays:
|
67421
|
+
weekdays: CalendarWeekdays[];
|
67467
67422
|
weeksInMonth: "static" | "dynamic";
|
67423
|
+
firstDayOfWeek: string | number;
|
67468
67424
|
hideWeekdays: boolean;
|
67469
67425
|
showWeek: boolean;
|
67470
67426
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -67570,22 +67526,7 @@ declare const VDateInput: {
|
|
67570
67526
|
default: boolean;
|
67571
67527
|
};
|
67572
67528
|
weekdays: {
|
67573
|
-
type:
|
67574
|
-
(arrayLength: number): number[];
|
67575
|
-
(...items: number[]): number[];
|
67576
|
-
new (arrayLength: number): number[];
|
67577
|
-
new (...items: number[]): number[];
|
67578
|
-
isArray(arg: any): arg is any[];
|
67579
|
-
readonly prototype: any[];
|
67580
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
67581
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
67582
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
67583
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
67584
|
-
of<T>(...items: T[]): T[];
|
67585
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
67586
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
67587
|
-
readonly [Symbol.species]: ArrayConstructor;
|
67588
|
-
};
|
67529
|
+
type: PropType<CalendarWeekdays[]>;
|
67589
67530
|
default: () => number[];
|
67590
67531
|
};
|
67591
67532
|
weeksInMonth: Omit<{
|
@@ -67595,7 +67536,10 @@ declare const VDateInput: {
|
|
67595
67536
|
type: PropType<"static" | "dynamic">;
|
67596
67537
|
default: NonNullable<"static" | "dynamic">;
|
67597
67538
|
};
|
67598
|
-
firstDayOfWeek:
|
67539
|
+
firstDayOfWeek: {
|
67540
|
+
type: (StringConstructor | NumberConstructor)[];
|
67541
|
+
default: number;
|
67542
|
+
};
|
67599
67543
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
67600
67544
|
hideWeekdays: BooleanConstructor;
|
67601
67545
|
showWeek: BooleanConstructor;
|
@@ -67805,22 +67749,7 @@ declare const VDateInput: {
|
|
67805
67749
|
default: boolean;
|
67806
67750
|
};
|
67807
67751
|
weekdays: {
|
67808
|
-
type:
|
67809
|
-
(arrayLength: number): number[];
|
67810
|
-
(...items: number[]): number[];
|
67811
|
-
new (arrayLength: number): number[];
|
67812
|
-
new (...items: number[]): number[];
|
67813
|
-
isArray(arg: any): arg is any[];
|
67814
|
-
readonly prototype: any[];
|
67815
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
67816
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
67817
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
67818
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
67819
|
-
of<T>(...items: T[]): T[];
|
67820
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
67821
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
67822
|
-
readonly [Symbol.species]: ArrayConstructor;
|
67823
|
-
};
|
67752
|
+
type: PropType<CalendarWeekdays[]>;
|
67824
67753
|
default: () => number[];
|
67825
67754
|
};
|
67826
67755
|
weeksInMonth: Omit<{
|
@@ -67830,7 +67759,10 @@ declare const VDateInput: {
|
|
67830
67759
|
type: PropType<"static" | "dynamic">;
|
67831
67760
|
default: NonNullable<"static" | "dynamic">;
|
67832
67761
|
};
|
67833
|
-
firstDayOfWeek:
|
67762
|
+
firstDayOfWeek: {
|
67763
|
+
type: (StringConstructor | NumberConstructor)[];
|
67764
|
+
default: number;
|
67765
|
+
};
|
67834
67766
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
67835
67767
|
hideWeekdays: BooleanConstructor;
|
67836
67768
|
showWeek: BooleanConstructor;
|
@@ -69100,6 +69032,369 @@ declare const VFileUploadItem: {
|
|
69100
69032
|
}>>;
|
69101
69033
|
type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
|
69102
69034
|
|
69035
|
+
type VIconBtnSizes = 'x-small' | 'small' | 'default' | 'large' | 'x-large';
|
69036
|
+
declare const VIconBtn: {
|
69037
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
69038
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69039
|
+
loading: boolean;
|
69040
|
+
style: vue.StyleValue;
|
69041
|
+
disabled: boolean;
|
69042
|
+
size: string | number;
|
69043
|
+
readonly: boolean;
|
69044
|
+
tag: string | JSXComponent;
|
69045
|
+
sizes: [VIconBtnSizes, number][];
|
69046
|
+
tile: boolean;
|
69047
|
+
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69048
|
+
hideOverlay: boolean;
|
69049
|
+
iconSize: string | number;
|
69050
|
+
iconSizes: [VIconBtnSizes, number][];
|
69051
|
+
} & {
|
69052
|
+
height?: string | number | undefined;
|
69053
|
+
width?: string | number | undefined;
|
69054
|
+
active?: boolean | undefined;
|
69055
|
+
border?: string | number | boolean | undefined;
|
69056
|
+
color?: string | undefined;
|
69057
|
+
opacity?: string | number | undefined;
|
69058
|
+
rotate?: string | number | undefined;
|
69059
|
+
text?: string | number | boolean | undefined;
|
69060
|
+
class?: any;
|
69061
|
+
theme?: string | undefined;
|
69062
|
+
icon?: IconValue | undefined;
|
69063
|
+
elevation?: string | number | undefined;
|
69064
|
+
rounded?: string | number | boolean | undefined;
|
69065
|
+
activeColor?: string | undefined;
|
69066
|
+
iconColor?: string | undefined;
|
69067
|
+
activeIcon?: IconValue | undefined;
|
69068
|
+
activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
69069
|
+
} & {
|
69070
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
69071
|
+
default?: (() => vue.VNodeChild) | undefined;
|
69072
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
69073
|
+
};
|
69074
|
+
'v-slots'?: {
|
69075
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
69076
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
69077
|
+
} | undefined;
|
69078
|
+
} & {
|
69079
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
69080
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
69081
|
+
} & {
|
69082
|
+
"onUpdate:active"?: ((value: boolean) => any) | undefined;
|
69083
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
69084
|
+
'update:active': (value: boolean) => true;
|
69085
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
69086
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69087
|
+
active: boolean;
|
69088
|
+
loading: boolean;
|
69089
|
+
style: vue.StyleValue;
|
69090
|
+
text: string | number | boolean;
|
69091
|
+
disabled: boolean;
|
69092
|
+
size: string | number;
|
69093
|
+
readonly: boolean;
|
69094
|
+
tag: string | JSXComponent;
|
69095
|
+
sizes: [VIconBtnSizes, number][];
|
69096
|
+
rounded: string | number | boolean;
|
69097
|
+
tile: boolean;
|
69098
|
+
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69099
|
+
hideOverlay: boolean;
|
69100
|
+
iconSize: string | number;
|
69101
|
+
iconSizes: [VIconBtnSizes, number][];
|
69102
|
+
}, true, {}, vue.SlotsType<Partial<{
|
69103
|
+
default: () => vue.VNode[];
|
69104
|
+
loader: () => vue.VNode[];
|
69105
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
69106
|
+
P: {};
|
69107
|
+
B: {};
|
69108
|
+
D: {};
|
69109
|
+
C: {};
|
69110
|
+
M: {};
|
69111
|
+
Defaults: {};
|
69112
|
+
}, {
|
69113
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69114
|
+
loading: boolean;
|
69115
|
+
style: vue.StyleValue;
|
69116
|
+
disabled: boolean;
|
69117
|
+
size: string | number;
|
69118
|
+
readonly: boolean;
|
69119
|
+
tag: string | JSXComponent;
|
69120
|
+
sizes: [VIconBtnSizes, number][];
|
69121
|
+
tile: boolean;
|
69122
|
+
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69123
|
+
hideOverlay: boolean;
|
69124
|
+
iconSize: string | number;
|
69125
|
+
iconSizes: [VIconBtnSizes, number][];
|
69126
|
+
} & {
|
69127
|
+
height?: string | number | undefined;
|
69128
|
+
width?: string | number | undefined;
|
69129
|
+
active?: boolean | undefined;
|
69130
|
+
border?: string | number | boolean | undefined;
|
69131
|
+
color?: string | undefined;
|
69132
|
+
opacity?: string | number | undefined;
|
69133
|
+
rotate?: string | number | undefined;
|
69134
|
+
text?: string | number | boolean | undefined;
|
69135
|
+
class?: any;
|
69136
|
+
theme?: string | undefined;
|
69137
|
+
icon?: IconValue | undefined;
|
69138
|
+
elevation?: string | number | undefined;
|
69139
|
+
rounded?: string | number | boolean | undefined;
|
69140
|
+
activeColor?: string | undefined;
|
69141
|
+
iconColor?: string | undefined;
|
69142
|
+
activeIcon?: IconValue | undefined;
|
69143
|
+
activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
69144
|
+
} & {
|
69145
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
69146
|
+
default?: (() => vue.VNodeChild) | undefined;
|
69147
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
69148
|
+
};
|
69149
|
+
'v-slots'?: {
|
69150
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
69151
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
69152
|
+
} | undefined;
|
69153
|
+
} & {
|
69154
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
69155
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
69156
|
+
} & {
|
69157
|
+
"onUpdate:active"?: ((value: boolean) => any) | undefined;
|
69158
|
+
}, {}, {}, {}, {}, {
|
69159
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69160
|
+
active: boolean;
|
69161
|
+
loading: boolean;
|
69162
|
+
style: vue.StyleValue;
|
69163
|
+
text: string | number | boolean;
|
69164
|
+
disabled: boolean;
|
69165
|
+
size: string | number;
|
69166
|
+
readonly: boolean;
|
69167
|
+
tag: string | JSXComponent;
|
69168
|
+
sizes: [VIconBtnSizes, number][];
|
69169
|
+
rounded: string | number | boolean;
|
69170
|
+
tile: boolean;
|
69171
|
+
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69172
|
+
hideOverlay: boolean;
|
69173
|
+
iconSize: string | number;
|
69174
|
+
iconSizes: [VIconBtnSizes, number][];
|
69175
|
+
}>;
|
69176
|
+
__isFragment?: never;
|
69177
|
+
__isTeleport?: never;
|
69178
|
+
__isSuspense?: never;
|
69179
|
+
} & vue.ComponentOptionsBase<{
|
69180
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69181
|
+
loading: boolean;
|
69182
|
+
style: vue.StyleValue;
|
69183
|
+
disabled: boolean;
|
69184
|
+
size: string | number;
|
69185
|
+
readonly: boolean;
|
69186
|
+
tag: string | JSXComponent;
|
69187
|
+
sizes: [VIconBtnSizes, number][];
|
69188
|
+
tile: boolean;
|
69189
|
+
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69190
|
+
hideOverlay: boolean;
|
69191
|
+
iconSize: string | number;
|
69192
|
+
iconSizes: [VIconBtnSizes, number][];
|
69193
|
+
} & {
|
69194
|
+
height?: string | number | undefined;
|
69195
|
+
width?: string | number | undefined;
|
69196
|
+
active?: boolean | undefined;
|
69197
|
+
border?: string | number | boolean | undefined;
|
69198
|
+
color?: string | undefined;
|
69199
|
+
opacity?: string | number | undefined;
|
69200
|
+
rotate?: string | number | undefined;
|
69201
|
+
text?: string | number | boolean | undefined;
|
69202
|
+
class?: any;
|
69203
|
+
theme?: string | undefined;
|
69204
|
+
icon?: IconValue | undefined;
|
69205
|
+
elevation?: string | number | undefined;
|
69206
|
+
rounded?: string | number | boolean | undefined;
|
69207
|
+
activeColor?: string | undefined;
|
69208
|
+
iconColor?: string | undefined;
|
69209
|
+
activeIcon?: IconValue | undefined;
|
69210
|
+
activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
69211
|
+
} & {
|
69212
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
69213
|
+
default?: (() => vue.VNodeChild) | undefined;
|
69214
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
69215
|
+
};
|
69216
|
+
'v-slots'?: {
|
69217
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
69218
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
69219
|
+
} | undefined;
|
69220
|
+
} & {
|
69221
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
69222
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
69223
|
+
} & {
|
69224
|
+
"onUpdate:active"?: ((value: boolean) => any) | undefined;
|
69225
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
69226
|
+
'update:active': (value: boolean) => true;
|
69227
|
+
}, string, {
|
69228
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69229
|
+
active: boolean;
|
69230
|
+
loading: boolean;
|
69231
|
+
style: vue.StyleValue;
|
69232
|
+
text: string | number | boolean;
|
69233
|
+
disabled: boolean;
|
69234
|
+
size: string | number;
|
69235
|
+
readonly: boolean;
|
69236
|
+
tag: string | JSXComponent;
|
69237
|
+
sizes: [VIconBtnSizes, number][];
|
69238
|
+
rounded: string | number | boolean;
|
69239
|
+
tile: boolean;
|
69240
|
+
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
69241
|
+
hideOverlay: boolean;
|
69242
|
+
iconSize: string | number;
|
69243
|
+
iconSizes: [VIconBtnSizes, number][];
|
69244
|
+
}, {}, string, vue.SlotsType<Partial<{
|
69245
|
+
default: () => vue.VNode[];
|
69246
|
+
loader: () => vue.VNode[];
|
69247
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
69248
|
+
color: StringConstructor;
|
69249
|
+
variant: Omit<{
|
69250
|
+
type: PropType<Variant$2>;
|
69251
|
+
default: string;
|
69252
|
+
validator: (v: any) => boolean;
|
69253
|
+
}, "type" | "default"> & {
|
69254
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
69255
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
69256
|
+
};
|
69257
|
+
theme: StringConstructor;
|
69258
|
+
tag: Omit<{
|
69259
|
+
type: PropType<string | JSXComponent>;
|
69260
|
+
default: string;
|
69261
|
+
}, "type" | "default"> & {
|
69262
|
+
type: PropType<string | JSXComponent>;
|
69263
|
+
default: NonNullable<string | JSXComponent>;
|
69264
|
+
};
|
69265
|
+
rounded: {
|
69266
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
69267
|
+
default: undefined;
|
69268
|
+
};
|
69269
|
+
tile: BooleanConstructor;
|
69270
|
+
elevation: {
|
69271
|
+
type: (StringConstructor | NumberConstructor)[];
|
69272
|
+
validator(v: any): boolean;
|
69273
|
+
};
|
69274
|
+
class: PropType<ClassValue>;
|
69275
|
+
style: {
|
69276
|
+
type: PropType<vue.StyleValue>;
|
69277
|
+
default: null;
|
69278
|
+
};
|
69279
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
69280
|
+
active: {
|
69281
|
+
type: BooleanConstructor;
|
69282
|
+
default: undefined;
|
69283
|
+
};
|
69284
|
+
activeColor: StringConstructor;
|
69285
|
+
activeIcon: PropType<IconValue>;
|
69286
|
+
activeVariant: PropType<Variant$2>;
|
69287
|
+
baseVariant: {
|
69288
|
+
type: PropType<Variant$2>;
|
69289
|
+
default: string;
|
69290
|
+
};
|
69291
|
+
disabled: BooleanConstructor;
|
69292
|
+
height: (StringConstructor | NumberConstructor)[];
|
69293
|
+
width: (StringConstructor | NumberConstructor)[];
|
69294
|
+
hideOverlay: BooleanConstructor;
|
69295
|
+
icon: PropType<IconValue>;
|
69296
|
+
iconColor: StringConstructor;
|
69297
|
+
iconSize: {
|
69298
|
+
type: PropType<VIconBtnSizes | number | string>;
|
69299
|
+
default: string;
|
69300
|
+
};
|
69301
|
+
iconSizes: {
|
69302
|
+
type: PropType<[VIconBtnSizes, number][]>;
|
69303
|
+
default: () => (string | number)[][];
|
69304
|
+
};
|
69305
|
+
loading: BooleanConstructor;
|
69306
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
69307
|
+
readonly: BooleanConstructor;
|
69308
|
+
rotate: (StringConstructor | NumberConstructor)[];
|
69309
|
+
size: {
|
69310
|
+
type: PropType<VIconBtnSizes | number | string>;
|
69311
|
+
default: string;
|
69312
|
+
};
|
69313
|
+
sizes: {
|
69314
|
+
type: PropType<[VIconBtnSizes, number][]>;
|
69315
|
+
default: () => (string | number)[][];
|
69316
|
+
};
|
69317
|
+
text: {
|
69318
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
69319
|
+
default: undefined;
|
69320
|
+
};
|
69321
|
+
}, vue.ExtractPropTypes<{
|
69322
|
+
color: StringConstructor;
|
69323
|
+
variant: Omit<{
|
69324
|
+
type: PropType<Variant$2>;
|
69325
|
+
default: string;
|
69326
|
+
validator: (v: any) => boolean;
|
69327
|
+
}, "type" | "default"> & {
|
69328
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
69329
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
69330
|
+
};
|
69331
|
+
theme: StringConstructor;
|
69332
|
+
tag: Omit<{
|
69333
|
+
type: PropType<string | JSXComponent>;
|
69334
|
+
default: string;
|
69335
|
+
}, "type" | "default"> & {
|
69336
|
+
type: PropType<string | JSXComponent>;
|
69337
|
+
default: NonNullable<string | JSXComponent>;
|
69338
|
+
};
|
69339
|
+
rounded: {
|
69340
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
69341
|
+
default: undefined;
|
69342
|
+
};
|
69343
|
+
tile: BooleanConstructor;
|
69344
|
+
elevation: {
|
69345
|
+
type: (StringConstructor | NumberConstructor)[];
|
69346
|
+
validator(v: any): boolean;
|
69347
|
+
};
|
69348
|
+
class: PropType<ClassValue>;
|
69349
|
+
style: {
|
69350
|
+
type: PropType<vue.StyleValue>;
|
69351
|
+
default: null;
|
69352
|
+
};
|
69353
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
69354
|
+
active: {
|
69355
|
+
type: BooleanConstructor;
|
69356
|
+
default: undefined;
|
69357
|
+
};
|
69358
|
+
activeColor: StringConstructor;
|
69359
|
+
activeIcon: PropType<IconValue>;
|
69360
|
+
activeVariant: PropType<Variant$2>;
|
69361
|
+
baseVariant: {
|
69362
|
+
type: PropType<Variant$2>;
|
69363
|
+
default: string;
|
69364
|
+
};
|
69365
|
+
disabled: BooleanConstructor;
|
69366
|
+
height: (StringConstructor | NumberConstructor)[];
|
69367
|
+
width: (StringConstructor | NumberConstructor)[];
|
69368
|
+
hideOverlay: BooleanConstructor;
|
69369
|
+
icon: PropType<IconValue>;
|
69370
|
+
iconColor: StringConstructor;
|
69371
|
+
iconSize: {
|
69372
|
+
type: PropType<VIconBtnSizes | number | string>;
|
69373
|
+
default: string;
|
69374
|
+
};
|
69375
|
+
iconSizes: {
|
69376
|
+
type: PropType<[VIconBtnSizes, number][]>;
|
69377
|
+
default: () => (string | number)[][];
|
69378
|
+
};
|
69379
|
+
loading: BooleanConstructor;
|
69380
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
69381
|
+
readonly: BooleanConstructor;
|
69382
|
+
rotate: (StringConstructor | NumberConstructor)[];
|
69383
|
+
size: {
|
69384
|
+
type: PropType<VIconBtnSizes | number | string>;
|
69385
|
+
default: string;
|
69386
|
+
};
|
69387
|
+
sizes: {
|
69388
|
+
type: PropType<[VIconBtnSizes, number][]>;
|
69389
|
+
default: () => (string | number)[][];
|
69390
|
+
};
|
69391
|
+
text: {
|
69392
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
69393
|
+
default: undefined;
|
69394
|
+
};
|
69395
|
+
}>>;
|
69396
|
+
type VIconBtn = InstanceType<typeof VIconBtn>;
|
69397
|
+
|
69103
69398
|
declare const VPickerTitle: {
|
69104
69399
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
69105
69400
|
style: vue.StyleValue;
|
@@ -72722,6 +73017,7 @@ declare const allComponents_d_VFooter: typeof VFooter;
|
|
72722
73017
|
declare const allComponents_d_VForm: typeof VForm;
|
72723
73018
|
declare const allComponents_d_VHover: typeof VHover;
|
72724
73019
|
declare const allComponents_d_VIcon: typeof VIcon;
|
73020
|
+
declare const allComponents_d_VIconBtn: typeof VIconBtn;
|
72725
73021
|
declare const allComponents_d_VImg: typeof VImg;
|
72726
73022
|
declare const allComponents_d_VInfiniteScroll: typeof VInfiniteScroll;
|
72727
73023
|
declare const allComponents_d_VInput: typeof VInput;
|
@@ -72823,7 +73119,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
|
|
72823
73119
|
declare const allComponents_d_VWindow: typeof VWindow;
|
72824
73120
|
declare const allComponents_d_VWindowItem: typeof VWindowItem;
|
72825
73121
|
declare namespace allComponents_d {
|
72826
|
-
export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
|
73122
|
+
export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
|
72827
73123
|
}
|
72828
73124
|
|
72829
73125
|
declare const md1: Blueprint;
|
@@ -73074,36 +73370,38 @@ declare module 'vue' {
|
|
73074
73370
|
VApp: VApp
|
73075
73371
|
VAlert: VAlert
|
73076
73372
|
VAlertTitle: VAlertTitle
|
73077
|
-
VAutocomplete: VAutocomplete
|
73078
|
-
VAvatar: VAvatar
|
73079
73373
|
VBadge: VBadge
|
73080
|
-
VBottomNavigation: VBottomNavigation
|
73081
73374
|
VAppBar: VAppBar
|
73082
73375
|
VAppBarNavIcon: VAppBarNavIcon
|
73083
73376
|
VAppBarTitle: VAppBarTitle
|
73084
|
-
|
73085
|
-
|
73086
|
-
|
73377
|
+
VAvatar: VAvatar
|
73378
|
+
VAutocomplete: VAutocomplete
|
73379
|
+
VBottomNavigation: VBottomNavigation
|
73380
|
+
VBottomSheet: VBottomSheet
|
73381
|
+
VBtn: VBtn
|
73087
73382
|
VBreadcrumbs: VBreadcrumbs
|
73088
73383
|
VBreadcrumbsItem: VBreadcrumbsItem
|
73089
73384
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
73385
|
+
VBanner: VBanner
|
73386
|
+
VBannerActions: VBannerActions
|
73387
|
+
VBannerText: VBannerText
|
73090
73388
|
VBtnToggle: VBtnToggle
|
73091
|
-
|
73389
|
+
VCard: VCard
|
73390
|
+
VCardActions: VCardActions
|
73391
|
+
VCardItem: VCardItem
|
73392
|
+
VCardSubtitle: VCardSubtitle
|
73393
|
+
VCardText: VCardText
|
73394
|
+
VCardTitle: VCardTitle
|
73092
73395
|
VCarousel: VCarousel
|
73093
73396
|
VCarouselItem: VCarouselItem
|
73094
|
-
VBottomSheet: VBottomSheet
|
73095
73397
|
VBtnGroup: VBtnGroup
|
73096
73398
|
VChip: VChip
|
73097
|
-
VChipGroup: VChipGroup
|
73098
73399
|
VCheckbox: VCheckbox
|
73099
73400
|
VCheckboxBtn: VCheckboxBtn
|
73401
|
+
VChipGroup: VChipGroup
|
73402
|
+
VCombobox: VCombobox
|
73100
73403
|
VCode: VCode
|
73101
|
-
|
73102
|
-
VCardActions: VCardActions
|
73103
|
-
VCardItem: VCardItem
|
73104
|
-
VCardSubtitle: VCardSubtitle
|
73105
|
-
VCardText: VCardText
|
73106
|
-
VCardTitle: VCardTitle
|
73404
|
+
VColorPicker: VColorPicker
|
73107
73405
|
VCounter: VCounter
|
73108
73406
|
VDatePicker: VDatePicker
|
73109
73407
|
VDatePickerControls: VDatePickerControls
|
@@ -73111,6 +73409,7 @@ declare module 'vue' {
|
|
73111
73409
|
VDatePickerMonth: VDatePickerMonth
|
73112
73410
|
VDatePickerMonths: VDatePickerMonths
|
73113
73411
|
VDatePickerYears: VDatePickerYears
|
73412
|
+
VEmptyState: VEmptyState
|
73114
73413
|
VDataTable: VDataTable
|
73115
73414
|
VDataTableHeaders: VDataTableHeaders
|
73116
73415
|
VDataTableFooter: VDataTableFooter
|
@@ -73118,24 +73417,18 @@ declare module 'vue' {
|
|
73118
73417
|
VDataTableRow: VDataTableRow
|
73119
73418
|
VDataTableVirtual: VDataTableVirtual
|
73120
73419
|
VDataTableServer: VDataTableServer
|
73121
|
-
VColorPicker: VColorPicker
|
73122
|
-
VCombobox: VCombobox
|
73123
|
-
VEmptyState: VEmptyState
|
73124
|
-
VDialog: VDialog
|
73125
73420
|
VExpansionPanels: VExpansionPanels
|
73126
73421
|
VExpansionPanel: VExpansionPanel
|
73127
73422
|
VExpansionPanelText: VExpansionPanelText
|
73128
73423
|
VExpansionPanelTitle: VExpansionPanelTitle
|
73129
|
-
VDivider: VDivider
|
73130
|
-
VFab: VFab
|
73131
|
-
VFileInput: VFileInput
|
73132
73424
|
VField: VField
|
73133
73425
|
VFieldLabel: VFieldLabel
|
73426
|
+
VDialog: VDialog
|
73427
|
+
VFab: VFab
|
73428
|
+
VDivider: VDivider
|
73429
|
+
VFileInput: VFileInput
|
73134
73430
|
VFooter: VFooter
|
73135
73431
|
VImg: VImg
|
73136
|
-
VInfiniteScroll: VInfiniteScroll
|
73137
|
-
VKbd: VKbd
|
73138
|
-
VInput: VInput
|
73139
73432
|
VIcon: VIcon
|
73140
73433
|
VComponentIcon: VComponentIcon
|
73141
73434
|
VSvgIcon: VSvgIcon
|
@@ -73143,8 +73436,10 @@ declare module 'vue' {
|
|
73143
73436
|
VClassIcon: VClassIcon
|
73144
73437
|
VItemGroup: VItemGroup
|
73145
73438
|
VItem: VItem
|
73439
|
+
VInput: VInput
|
73440
|
+
VInfiniteScroll: VInfiniteScroll
|
73146
73441
|
VLabel: VLabel
|
73147
|
-
|
73442
|
+
VKbd: VKbd
|
73148
73443
|
VList: VList
|
73149
73444
|
VListGroup: VListGroup
|
73150
73445
|
VListImg: VListImg
|
@@ -73154,61 +73449,62 @@ declare module 'vue' {
|
|
73154
73449
|
VListItemSubtitle: VListItemSubtitle
|
73155
73450
|
VListItemTitle: VListItemTitle
|
73156
73451
|
VListSubheader: VListSubheader
|
73452
|
+
VMenu: VMenu
|
73157
73453
|
VMain: VMain
|
73158
|
-
VOtpInput: VOtpInput
|
73159
73454
|
VMessages: VMessages
|
73455
|
+
VOtpInput: VOtpInput
|
73160
73456
|
VNavigationDrawer: VNavigationDrawer
|
73161
|
-
VPagination: VPagination
|
73162
73457
|
VOverlay: VOverlay
|
73163
|
-
VProgressCircular: VProgressCircular
|
73164
73458
|
VNumberInput: VNumberInput
|
73459
|
+
VPagination: VPagination
|
73165
73460
|
VRadioGroup: VRadioGroup
|
73166
|
-
|
73167
|
-
VProgressLinear: VProgressLinear
|
73461
|
+
VProgressCircular: VProgressCircular
|
73168
73462
|
VRating: VRating
|
73169
|
-
VSelectionControlGroup: VSelectionControlGroup
|
73170
73463
|
VSelect: VSelect
|
73464
|
+
VProgressLinear: VProgressLinear
|
73465
|
+
VSelectionControlGroup: VSelectionControlGroup
|
73466
|
+
VSelectionControl: VSelectionControl
|
73171
73467
|
VSkeletonLoader: VSkeletonLoader
|
73172
|
-
|
73173
|
-
VSnackbar: VSnackbar
|
73468
|
+
VSlider: VSlider
|
73174
73469
|
VSlideGroup: VSlideGroup
|
73175
73470
|
VSlideGroupItem: VSlideGroupItem
|
73176
|
-
|
73471
|
+
VSheet: VSheet
|
73472
|
+
VSnackbar: VSnackbar
|
73177
73473
|
VStepper: VStepper
|
73178
73474
|
VStepperActions: VStepperActions
|
73179
73475
|
VStepperHeader: VStepperHeader
|
73180
73476
|
VStepperItem: VStepperItem
|
73181
73477
|
VStepperWindow: VStepperWindow
|
73182
73478
|
VStepperWindowItem: VStepperWindowItem
|
73479
|
+
VSwitch: VSwitch
|
73480
|
+
VSystemBar: VSystemBar
|
73183
73481
|
VTab: VTab
|
73184
73482
|
VTabs: VTabs
|
73185
73483
|
VTabsWindow: VTabsWindow
|
73186
73484
|
VTabsWindowItem: VTabsWindowItem
|
73187
|
-
VSystemBar: VSystemBar
|
73188
|
-
VSwitch: VSwitch
|
73189
|
-
VTable: VTable
|
73190
|
-
VTextField: VTextField
|
73191
|
-
VTextarea: VTextarea
|
73192
73485
|
VTimeline: VTimeline
|
73193
73486
|
VTimelineItem: VTimelineItem
|
73487
|
+
VTable: VTable
|
73488
|
+
VTextarea: VTextarea
|
73194
73489
|
VTooltip: VTooltip
|
73490
|
+
VTextField: VTextField
|
73491
|
+
VWindow: VWindow
|
73492
|
+
VWindowItem: VWindowItem
|
73195
73493
|
VToolbar: VToolbar
|
73196
73494
|
VToolbarTitle: VToolbarTitle
|
73197
73495
|
VToolbarItems: VToolbarItems
|
73198
|
-
VWindow: VWindow
|
73199
|
-
VWindowItem: VWindowItem
|
73200
73496
|
VConfirmEdit: VConfirmEdit
|
73201
|
-
VDataIterator: VDataIterator
|
73202
73497
|
VDefaultsProvider: VDefaultsProvider
|
73498
|
+
VDataIterator: VDataIterator
|
73203
73499
|
VForm: VForm
|
73500
|
+
VHover: VHover
|
73204
73501
|
VContainer: VContainer
|
73205
73502
|
VCol: VCol
|
73206
73503
|
VRow: VRow
|
73207
73504
|
VSpacer: VSpacer
|
73208
|
-
VHover: VHover
|
73209
|
-
VLazy: VLazy
|
73210
73505
|
VLayout: VLayout
|
73211
73506
|
VLayoutItem: VLayoutItem
|
73507
|
+
VLazy: VLazy
|
73212
73508
|
VLocaleProvider: VLocaleProvider
|
73213
73509
|
VNoSsr: VNoSsr
|
73214
73510
|
VParallax: VParallax
|
@@ -73216,11 +73512,11 @@ declare module 'vue' {
|
|
73216
73512
|
VRangeSlider: VRangeSlider
|
73217
73513
|
VResponsive: VResponsive
|
73218
73514
|
VSnackbarQueue: VSnackbarQueue
|
73219
|
-
VSparkline: VSparkline
|
73220
73515
|
VSpeedDial: VSpeedDial
|
73516
|
+
VSparkline: VSparkline
|
73221
73517
|
VThemeProvider: VThemeProvider
|
73222
|
-
VValidation: VValidation
|
73223
73518
|
VVirtualScroll: VVirtualScroll
|
73519
|
+
VValidation: VValidation
|
73224
73520
|
VFabTransition: VFabTransition
|
73225
73521
|
VDialogBottomTransition: VDialogBottomTransition
|
73226
73522
|
VDialogTopTransition: VDialogTopTransition
|
@@ -73237,25 +73533,26 @@ declare module 'vue' {
|
|
73237
73533
|
VExpandTransition: VExpandTransition
|
73238
73534
|
VExpandXTransition: VExpandXTransition
|
73239
73535
|
VDialogTransition: VDialogTransition
|
73240
|
-
VTimePicker: VTimePicker
|
73241
|
-
VTimePickerClock: VTimePickerClock
|
73242
|
-
VTimePickerControls: VTimePickerControls
|
73243
|
-
VPicker: VPicker
|
73244
|
-
VPickerTitle: VPickerTitle
|
73245
73536
|
VCalendar: VCalendar
|
73246
73537
|
VCalendarDay: VCalendarDay
|
73247
73538
|
VCalendarHeader: VCalendarHeader
|
73248
73539
|
VCalendarInterval: VCalendarInterval
|
73249
73540
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
73250
73541
|
VCalendarMonthDay: VCalendarMonthDay
|
73251
|
-
|
73252
|
-
|
73253
|
-
|
73542
|
+
VFileUpload: VFileUpload
|
73543
|
+
VFileUploadItem: VFileUploadItem
|
73544
|
+
VIconBtn: VIconBtn
|
73545
|
+
VPicker: VPicker
|
73546
|
+
VPickerTitle: VPickerTitle
|
73254
73547
|
VStepperVertical: VStepperVertical
|
73255
73548
|
VStepperVerticalItem: VStepperVerticalItem
|
73256
73549
|
VStepperVerticalActions: VStepperVerticalActions
|
73257
|
-
|
73258
|
-
|
73550
|
+
VTimePicker: VTimePicker
|
73551
|
+
VTimePickerClock: VTimePickerClock
|
73552
|
+
VTimePickerControls: VTimePickerControls
|
73553
|
+
VTreeview: VTreeview
|
73554
|
+
VTreeviewItem: VTreeviewItem
|
73555
|
+
VTreeviewGroup: VTreeviewGroup
|
73259
73556
|
VDateInput: VDateInput
|
73260
73557
|
VPullToRefresh: VPullToRefresh
|
73261
73558
|
}
|