@vuetify/nightly 3.6.3-dev.2024-05-06 → 3.6.3-dev.2024-05-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 +4 -2
- package/dist/json/attributes.json +40 -0
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +91 -1
- package/dist/vuetify-labs.css +1766 -1766
- package/dist/vuetify-labs.d.ts +147 -75
- package/dist/vuetify-labs.esm.js +11 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1119 -1119
- package/dist/vuetify.d.ts +183 -111
- package/dist/vuetify.esm.js +11 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +12 -12
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCombobox/index.d.mts +12 -12
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VSelect/index.d.mts +12 -12
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/index.d.mts +131 -59
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +52 -52
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +16 -16
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -1859,6 +1859,7 @@ declare const VAppBarNavIcon: {
|
|
1859
1859
|
location?: Anchor | undefined;
|
1860
1860
|
baseColor?: string | undefined;
|
1861
1861
|
selectedClass?: string | undefined;
|
1862
|
+
activeColor?: string | undefined;
|
1862
1863
|
prependIcon?: IconValue | undefined;
|
1863
1864
|
appendIcon?: IconValue | undefined;
|
1864
1865
|
} & {
|
@@ -1922,6 +1923,7 @@ declare const VAppBarNavIcon: {
|
|
1922
1923
|
location?: Anchor | undefined;
|
1923
1924
|
baseColor?: string | undefined;
|
1924
1925
|
selectedClass?: string | undefined;
|
1926
|
+
activeColor?: string | undefined;
|
1925
1927
|
prependIcon?: IconValue | undefined;
|
1926
1928
|
appendIcon?: IconValue | undefined;
|
1927
1929
|
} & {
|
@@ -2027,6 +2029,7 @@ declare const VAppBarNavIcon: {
|
|
2027
2029
|
location?: Anchor | undefined;
|
2028
2030
|
baseColor?: string | undefined;
|
2029
2031
|
selectedClass?: string | undefined;
|
2032
|
+
activeColor?: string | undefined;
|
2030
2033
|
prependIcon?: IconValue | undefined;
|
2031
2034
|
appendIcon?: IconValue | undefined;
|
2032
2035
|
} & {
|
@@ -2116,6 +2119,7 @@ declare const VAppBarNavIcon: {
|
|
2116
2119
|
location?: Anchor | undefined;
|
2117
2120
|
baseColor?: string | undefined;
|
2118
2121
|
selectedClass?: string | undefined;
|
2122
|
+
activeColor?: string | undefined;
|
2119
2123
|
prependIcon?: IconValue | undefined;
|
2120
2124
|
appendIcon?: IconValue | undefined;
|
2121
2125
|
} & {
|
@@ -2239,6 +2243,7 @@ declare const VAppBarNavIcon: {
|
|
2239
2243
|
type: BooleanConstructor;
|
2240
2244
|
default: undefined;
|
2241
2245
|
};
|
2246
|
+
activeColor: StringConstructor;
|
2242
2247
|
baseColor: StringConstructor;
|
2243
2248
|
symbol: {
|
2244
2249
|
type: null;
|
@@ -2330,6 +2335,7 @@ declare const VAppBarNavIcon: {
|
|
2330
2335
|
type: BooleanConstructor;
|
2331
2336
|
default: undefined;
|
2332
2337
|
};
|
2338
|
+
activeColor: StringConstructor;
|
2333
2339
|
baseColor: StringConstructor;
|
2334
2340
|
symbol: {
|
2335
2341
|
type: null;
|
@@ -4255,12 +4261,12 @@ declare const VListItem: {
|
|
4255
4261
|
minWidth?: string | number | undefined;
|
4256
4262
|
elevation?: string | number | undefined;
|
4257
4263
|
baseColor?: string | undefined;
|
4264
|
+
activeColor?: string | undefined;
|
4258
4265
|
prependIcon?: IconValue | undefined;
|
4259
4266
|
appendIcon?: IconValue | undefined;
|
4260
4267
|
activeClass?: string | undefined;
|
4261
4268
|
appendAvatar?: string | undefined;
|
4262
4269
|
prependAvatar?: string | undefined;
|
4263
|
-
activeColor?: string | undefined;
|
4264
4270
|
subtitle?: string | number | undefined;
|
4265
4271
|
lines?: "one" | "two" | "three" | undefined;
|
4266
4272
|
} & {
|
@@ -4332,12 +4338,12 @@ declare const VListItem: {
|
|
4332
4338
|
minWidth?: string | number | undefined;
|
4333
4339
|
elevation?: string | number | undefined;
|
4334
4340
|
baseColor?: string | undefined;
|
4341
|
+
activeColor?: string | undefined;
|
4335
4342
|
prependIcon?: IconValue | undefined;
|
4336
4343
|
appendIcon?: IconValue | undefined;
|
4337
4344
|
activeClass?: string | undefined;
|
4338
4345
|
appendAvatar?: string | undefined;
|
4339
4346
|
prependAvatar?: string | undefined;
|
4340
|
-
activeColor?: string | undefined;
|
4341
4347
|
subtitle?: string | number | undefined;
|
4342
4348
|
lines?: "one" | "two" | "three" | undefined;
|
4343
4349
|
} & {
|
@@ -4439,12 +4445,12 @@ declare const VListItem: {
|
|
4439
4445
|
minWidth?: string | number | undefined;
|
4440
4446
|
elevation?: string | number | undefined;
|
4441
4447
|
baseColor?: string | undefined;
|
4448
|
+
activeColor?: string | undefined;
|
4442
4449
|
prependIcon?: IconValue | undefined;
|
4443
4450
|
appendIcon?: IconValue | undefined;
|
4444
4451
|
activeClass?: string | undefined;
|
4445
4452
|
appendAvatar?: string | undefined;
|
4446
4453
|
prependAvatar?: string | undefined;
|
4447
|
-
activeColor?: string | undefined;
|
4448
4454
|
subtitle?: string | number | undefined;
|
4449
4455
|
lines?: "one" | "two" | "three" | undefined;
|
4450
4456
|
} & {
|
@@ -4535,12 +4541,12 @@ declare const VListItem: {
|
|
4535
4541
|
minWidth?: string | number | undefined;
|
4536
4542
|
elevation?: string | number | undefined;
|
4537
4543
|
baseColor?: string | undefined;
|
4544
|
+
activeColor?: string | undefined;
|
4538
4545
|
prependIcon?: IconValue | undefined;
|
4539
4546
|
appendIcon?: IconValue | undefined;
|
4540
4547
|
activeClass?: string | undefined;
|
4541
4548
|
appendAvatar?: string | undefined;
|
4542
4549
|
prependAvatar?: string | undefined;
|
4543
|
-
activeColor?: string | undefined;
|
4544
4550
|
subtitle?: string | number | undefined;
|
4545
4551
|
lines?: "one" | "two" | "three" | undefined;
|
4546
4552
|
} & {
|
@@ -4947,9 +4953,9 @@ declare const VAutocomplete: {
|
|
4947
4953
|
elevation?: string | number | undefined;
|
4948
4954
|
baseColor?: string | undefined;
|
4949
4955
|
bgColor?: string | undefined;
|
4956
|
+
activeColor?: string | undefined;
|
4950
4957
|
activeClass?: string | undefined;
|
4951
4958
|
activeStrategy?: SelectStrategy | undefined;
|
4952
|
-
activeColor?: string | undefined;
|
4953
4959
|
collapseIcon?: string | undefined;
|
4954
4960
|
expandIcon?: string | undefined;
|
4955
4961
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -5002,9 +5008,9 @@ declare const VAutocomplete: {
|
|
5002
5008
|
elevation?: string | number | undefined;
|
5003
5009
|
baseColor?: string | undefined;
|
5004
5010
|
bgColor?: string | undefined;
|
5011
|
+
activeColor?: string | undefined;
|
5005
5012
|
activeClass?: string | undefined;
|
5006
5013
|
activeStrategy?: SelectStrategy | undefined;
|
5007
|
-
activeColor?: string | undefined;
|
5008
5014
|
collapseIcon?: string | undefined;
|
5009
5015
|
expandIcon?: string | undefined;
|
5010
5016
|
} & {
|
@@ -5527,9 +5533,9 @@ declare const VAutocomplete: {
|
|
5527
5533
|
elevation?: string | number | undefined;
|
5528
5534
|
baseColor?: string | undefined;
|
5529
5535
|
bgColor?: string | undefined;
|
5536
|
+
activeColor?: string | undefined;
|
5530
5537
|
activeClass?: string | undefined;
|
5531
5538
|
activeStrategy?: SelectStrategy | undefined;
|
5532
|
-
activeColor?: string | undefined;
|
5533
5539
|
collapseIcon?: string | undefined;
|
5534
5540
|
expandIcon?: string | undefined;
|
5535
5541
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -5582,9 +5588,9 @@ declare const VAutocomplete: {
|
|
5582
5588
|
elevation?: string | number | undefined;
|
5583
5589
|
baseColor?: string | undefined;
|
5584
5590
|
bgColor?: string | undefined;
|
5591
|
+
activeColor?: string | undefined;
|
5585
5592
|
activeClass?: string | undefined;
|
5586
5593
|
activeStrategy?: SelectStrategy | undefined;
|
5587
|
-
activeColor?: string | undefined;
|
5588
5594
|
collapseIcon?: string | undefined;
|
5589
5595
|
expandIcon?: string | undefined;
|
5590
5596
|
} & {
|
@@ -6221,9 +6227,9 @@ declare const VAutocomplete: {
|
|
6221
6227
|
elevation?: string | number | undefined;
|
6222
6228
|
baseColor?: string | undefined;
|
6223
6229
|
bgColor?: string | undefined;
|
6230
|
+
activeColor?: string | undefined;
|
6224
6231
|
activeClass?: string | undefined;
|
6225
6232
|
activeStrategy?: SelectStrategy | undefined;
|
6226
|
-
activeColor?: string | undefined;
|
6227
6233
|
collapseIcon?: string | undefined;
|
6228
6234
|
expandIcon?: string | undefined;
|
6229
6235
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -6276,9 +6282,9 @@ declare const VAutocomplete: {
|
|
6276
6282
|
elevation?: string | number | undefined;
|
6277
6283
|
baseColor?: string | undefined;
|
6278
6284
|
bgColor?: string | undefined;
|
6285
|
+
activeColor?: string | undefined;
|
6279
6286
|
activeClass?: string | undefined;
|
6280
6287
|
activeStrategy?: SelectStrategy | undefined;
|
6281
|
-
activeColor?: string | undefined;
|
6282
6288
|
collapseIcon?: string | undefined;
|
6283
6289
|
expandIcon?: string | undefined;
|
6284
6290
|
} & {
|
@@ -6850,9 +6856,9 @@ declare const VAutocomplete: {
|
|
6850
6856
|
elevation?: string | number | undefined;
|
6851
6857
|
baseColor?: string | undefined;
|
6852
6858
|
bgColor?: string | undefined;
|
6859
|
+
activeColor?: string | undefined;
|
6853
6860
|
activeClass?: string | undefined;
|
6854
6861
|
activeStrategy?: SelectStrategy | undefined;
|
6855
|
-
activeColor?: string | undefined;
|
6856
6862
|
collapseIcon?: string | undefined;
|
6857
6863
|
expandIcon?: string | undefined;
|
6858
6864
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -6905,9 +6911,9 @@ declare const VAutocomplete: {
|
|
6905
6911
|
elevation?: string | number | undefined;
|
6906
6912
|
baseColor?: string | undefined;
|
6907
6913
|
bgColor?: string | undefined;
|
6914
|
+
activeColor?: string | undefined;
|
6908
6915
|
activeClass?: string | undefined;
|
6909
6916
|
activeStrategy?: SelectStrategy | undefined;
|
6910
|
-
activeColor?: string | undefined;
|
6911
6917
|
collapseIcon?: string | undefined;
|
6912
6918
|
expandIcon?: string | undefined;
|
6913
6919
|
} & {
|
@@ -7680,9 +7686,9 @@ declare const VAutocomplete: {
|
|
7680
7686
|
elevation?: string | number | undefined;
|
7681
7687
|
baseColor?: string | undefined;
|
7682
7688
|
bgColor?: string | undefined;
|
7689
|
+
activeColor?: string | undefined;
|
7683
7690
|
activeClass?: string | undefined;
|
7684
7691
|
activeStrategy?: SelectStrategy | undefined;
|
7685
|
-
activeColor?: string | undefined;
|
7686
7692
|
collapseIcon?: string | undefined;
|
7687
7693
|
expandIcon?: string | undefined;
|
7688
7694
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -7735,9 +7741,9 @@ declare const VAutocomplete: {
|
|
7735
7741
|
elevation?: string | number | undefined;
|
7736
7742
|
baseColor?: string | undefined;
|
7737
7743
|
bgColor?: string | undefined;
|
7744
|
+
activeColor?: string | undefined;
|
7738
7745
|
activeClass?: string | undefined;
|
7739
7746
|
activeStrategy?: SelectStrategy | undefined;
|
7740
|
-
activeColor?: string | undefined;
|
7741
7747
|
collapseIcon?: string | undefined;
|
7742
7748
|
expandIcon?: string | undefined;
|
7743
7749
|
} & {
|
@@ -8364,9 +8370,9 @@ declare const VAutocomplete: {
|
|
8364
8370
|
elevation?: string | number | undefined;
|
8365
8371
|
baseColor?: string | undefined;
|
8366
8372
|
bgColor?: string | undefined;
|
8373
|
+
activeColor?: string | undefined;
|
8367
8374
|
activeClass?: string | undefined;
|
8368
8375
|
activeStrategy?: SelectStrategy | undefined;
|
8369
|
-
activeColor?: string | undefined;
|
8370
8376
|
collapseIcon?: string | undefined;
|
8371
8377
|
expandIcon?: string | undefined;
|
8372
8378
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -8419,9 +8425,9 @@ declare const VAutocomplete: {
|
|
8419
8425
|
elevation?: string | number | undefined;
|
8420
8426
|
baseColor?: string | undefined;
|
8421
8427
|
bgColor?: string | undefined;
|
8428
|
+
activeColor?: string | undefined;
|
8422
8429
|
activeClass?: string | undefined;
|
8423
8430
|
activeStrategy?: SelectStrategy | undefined;
|
8424
|
-
activeColor?: string | undefined;
|
8425
8431
|
collapseIcon?: string | undefined;
|
8426
8432
|
expandIcon?: string | undefined;
|
8427
8433
|
} & {
|
@@ -11056,8 +11062,8 @@ declare const VBreadcrumbs: {
|
|
11056
11062
|
icon?: IconValue | undefined;
|
11057
11063
|
rounded?: string | number | boolean | undefined;
|
11058
11064
|
bgColor?: string | undefined;
|
11059
|
-
activeClass?: string | undefined;
|
11060
11065
|
activeColor?: string | undefined;
|
11066
|
+
activeClass?: string | undefined;
|
11061
11067
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
11062
11068
|
style: vue.StyleValue;
|
11063
11069
|
disabled: boolean;
|
@@ -11071,8 +11077,8 @@ declare const VBreadcrumbs: {
|
|
11071
11077
|
icon?: IconValue | undefined;
|
11072
11078
|
rounded?: string | number | boolean | undefined;
|
11073
11079
|
bgColor?: string | undefined;
|
11074
|
-
activeClass?: string | undefined;
|
11075
11080
|
activeColor?: string | undefined;
|
11081
|
+
activeClass?: string | undefined;
|
11076
11082
|
}, {
|
11077
11083
|
style: vue.StyleValue;
|
11078
11084
|
disabled: boolean;
|
@@ -11126,8 +11132,8 @@ declare const VBreadcrumbs: {
|
|
11126
11132
|
icon?: IconValue | undefined;
|
11127
11133
|
rounded?: string | number | boolean | undefined;
|
11128
11134
|
bgColor?: string | undefined;
|
11129
|
-
activeClass?: string | undefined;
|
11130
11135
|
activeColor?: string | undefined;
|
11136
|
+
activeClass?: string | undefined;
|
11131
11137
|
}, {}, {}, {}, {}, {
|
11132
11138
|
style: vue.StyleValue;
|
11133
11139
|
disabled: boolean;
|
@@ -11153,8 +11159,8 @@ declare const VBreadcrumbs: {
|
|
11153
11159
|
icon?: IconValue | undefined;
|
11154
11160
|
rounded?: string | number | boolean | undefined;
|
11155
11161
|
bgColor?: string | undefined;
|
11156
|
-
activeClass?: string | undefined;
|
11157
11162
|
activeColor?: string | undefined;
|
11163
|
+
activeClass?: string | undefined;
|
11158
11164
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider" | "v-slot:item">, string, {
|
11159
11165
|
style: vue.StyleValue;
|
11160
11166
|
disabled: boolean;
|
@@ -11313,8 +11319,8 @@ declare const VBreadcrumbsItem: {
|
|
11313
11319
|
href?: string | undefined;
|
11314
11320
|
color?: string | undefined;
|
11315
11321
|
to?: vue_router.RouteLocationRaw | undefined;
|
11316
|
-
activeClass?: string | undefined;
|
11317
11322
|
activeColor?: string | undefined;
|
11323
|
+
activeClass?: string | undefined;
|
11318
11324
|
} & {
|
11319
11325
|
$children?: vue.VNodeChild | {
|
11320
11326
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11337,8 +11343,8 @@ declare const VBreadcrumbsItem: {
|
|
11337
11343
|
href?: string | undefined;
|
11338
11344
|
color?: string | undefined;
|
11339
11345
|
to?: vue_router.RouteLocationRaw | undefined;
|
11340
|
-
activeClass?: string | undefined;
|
11341
11346
|
activeColor?: string | undefined;
|
11347
|
+
activeClass?: string | undefined;
|
11342
11348
|
} & {
|
11343
11349
|
$children?: vue.VNodeChild | {
|
11344
11350
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11379,8 +11385,8 @@ declare const VBreadcrumbsItem: {
|
|
11379
11385
|
href?: string | undefined;
|
11380
11386
|
color?: string | undefined;
|
11381
11387
|
to?: vue_router.RouteLocationRaw | undefined;
|
11382
|
-
activeClass?: string | undefined;
|
11383
11388
|
activeColor?: string | undefined;
|
11389
|
+
activeClass?: string | undefined;
|
11384
11390
|
} & {
|
11385
11391
|
$children?: vue.VNodeChild | {
|
11386
11392
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11414,8 +11420,8 @@ declare const VBreadcrumbsItem: {
|
|
11414
11420
|
href?: string | undefined;
|
11415
11421
|
color?: string | undefined;
|
11416
11422
|
to?: vue_router.RouteLocationRaw | undefined;
|
11417
|
-
activeClass?: string | undefined;
|
11418
11423
|
activeColor?: string | undefined;
|
11424
|
+
activeClass?: string | undefined;
|
11419
11425
|
} & {
|
11420
11426
|
$children?: vue.VNodeChild | {
|
11421
11427
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11628,6 +11634,7 @@ declare const VBtn: {
|
|
11628
11634
|
location?: Anchor | undefined;
|
11629
11635
|
baseColor?: string | undefined;
|
11630
11636
|
selectedClass?: string | undefined;
|
11637
|
+
activeColor?: string | undefined;
|
11631
11638
|
prependIcon?: IconValue | undefined;
|
11632
11639
|
appendIcon?: IconValue | undefined;
|
11633
11640
|
} & {
|
@@ -11701,6 +11708,7 @@ declare const VBtn: {
|
|
11701
11708
|
location?: Anchor | undefined;
|
11702
11709
|
baseColor?: string | undefined;
|
11703
11710
|
selectedClass?: string | undefined;
|
11711
|
+
activeColor?: string | undefined;
|
11704
11712
|
prependIcon?: IconValue | undefined;
|
11705
11713
|
appendIcon?: IconValue | undefined;
|
11706
11714
|
} & {
|
@@ -11809,6 +11817,7 @@ declare const VBtn: {
|
|
11809
11817
|
location?: Anchor | undefined;
|
11810
11818
|
baseColor?: string | undefined;
|
11811
11819
|
selectedClass?: string | undefined;
|
11820
|
+
activeColor?: string | undefined;
|
11812
11821
|
prependIcon?: IconValue | undefined;
|
11813
11822
|
appendIcon?: IconValue | undefined;
|
11814
11823
|
} & {
|
@@ -11903,6 +11912,7 @@ declare const VBtn: {
|
|
11903
11912
|
location?: Anchor | undefined;
|
11904
11913
|
baseColor?: string | undefined;
|
11905
11914
|
selectedClass?: string | undefined;
|
11915
|
+
activeColor?: string | undefined;
|
11906
11916
|
prependIcon?: IconValue | undefined;
|
11907
11917
|
appendIcon?: IconValue | undefined;
|
11908
11918
|
} & {
|
@@ -12032,6 +12042,7 @@ declare const VBtn: {
|
|
12032
12042
|
type: BooleanConstructor;
|
12033
12043
|
default: undefined;
|
12034
12044
|
};
|
12045
|
+
activeColor: StringConstructor;
|
12035
12046
|
baseColor: StringConstructor;
|
12036
12047
|
symbol: {
|
12037
12048
|
type: null;
|
@@ -12117,6 +12128,7 @@ declare const VBtn: {
|
|
12117
12128
|
type: BooleanConstructor;
|
12118
12129
|
default: undefined;
|
12119
12130
|
};
|
12131
|
+
activeColor: StringConstructor;
|
12120
12132
|
baseColor: StringConstructor;
|
12121
12133
|
symbol: {
|
12122
12134
|
type: null;
|
@@ -18799,9 +18811,9 @@ declare const VCombobox: {
|
|
18799
18811
|
elevation?: string | number | undefined;
|
18800
18812
|
baseColor?: string | undefined;
|
18801
18813
|
bgColor?: string | undefined;
|
18814
|
+
activeColor?: string | undefined;
|
18802
18815
|
activeClass?: string | undefined;
|
18803
18816
|
activeStrategy?: SelectStrategy | undefined;
|
18804
|
-
activeColor?: string | undefined;
|
18805
18817
|
collapseIcon?: string | undefined;
|
18806
18818
|
expandIcon?: string | undefined;
|
18807
18819
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -18854,9 +18866,9 @@ declare const VCombobox: {
|
|
18854
18866
|
elevation?: string | number | undefined;
|
18855
18867
|
baseColor?: string | undefined;
|
18856
18868
|
bgColor?: string | undefined;
|
18869
|
+
activeColor?: string | undefined;
|
18857
18870
|
activeClass?: string | undefined;
|
18858
18871
|
activeStrategy?: SelectStrategy | undefined;
|
18859
|
-
activeColor?: string | undefined;
|
18860
18872
|
collapseIcon?: string | undefined;
|
18861
18873
|
expandIcon?: string | undefined;
|
18862
18874
|
} & {
|
@@ -19379,9 +19391,9 @@ declare const VCombobox: {
|
|
19379
19391
|
elevation?: string | number | undefined;
|
19380
19392
|
baseColor?: string | undefined;
|
19381
19393
|
bgColor?: string | undefined;
|
19394
|
+
activeColor?: string | undefined;
|
19382
19395
|
activeClass?: string | undefined;
|
19383
19396
|
activeStrategy?: SelectStrategy | undefined;
|
19384
|
-
activeColor?: string | undefined;
|
19385
19397
|
collapseIcon?: string | undefined;
|
19386
19398
|
expandIcon?: string | undefined;
|
19387
19399
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -19434,9 +19446,9 @@ declare const VCombobox: {
|
|
19434
19446
|
elevation?: string | number | undefined;
|
19435
19447
|
baseColor?: string | undefined;
|
19436
19448
|
bgColor?: string | undefined;
|
19449
|
+
activeColor?: string | undefined;
|
19437
19450
|
activeClass?: string | undefined;
|
19438
19451
|
activeStrategy?: SelectStrategy | undefined;
|
19439
|
-
activeColor?: string | undefined;
|
19440
19452
|
collapseIcon?: string | undefined;
|
19441
19453
|
expandIcon?: string | undefined;
|
19442
19454
|
} & {
|
@@ -20073,9 +20085,9 @@ declare const VCombobox: {
|
|
20073
20085
|
elevation?: string | number | undefined;
|
20074
20086
|
baseColor?: string | undefined;
|
20075
20087
|
bgColor?: string | undefined;
|
20088
|
+
activeColor?: string | undefined;
|
20076
20089
|
activeClass?: string | undefined;
|
20077
20090
|
activeStrategy?: SelectStrategy | undefined;
|
20078
|
-
activeColor?: string | undefined;
|
20079
20091
|
collapseIcon?: string | undefined;
|
20080
20092
|
expandIcon?: string | undefined;
|
20081
20093
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -20128,9 +20140,9 @@ declare const VCombobox: {
|
|
20128
20140
|
elevation?: string | number | undefined;
|
20129
20141
|
baseColor?: string | undefined;
|
20130
20142
|
bgColor?: string | undefined;
|
20143
|
+
activeColor?: string | undefined;
|
20131
20144
|
activeClass?: string | undefined;
|
20132
20145
|
activeStrategy?: SelectStrategy | undefined;
|
20133
|
-
activeColor?: string | undefined;
|
20134
20146
|
collapseIcon?: string | undefined;
|
20135
20147
|
expandIcon?: string | undefined;
|
20136
20148
|
} & {
|
@@ -20702,9 +20714,9 @@ declare const VCombobox: {
|
|
20702
20714
|
elevation?: string | number | undefined;
|
20703
20715
|
baseColor?: string | undefined;
|
20704
20716
|
bgColor?: string | undefined;
|
20717
|
+
activeColor?: string | undefined;
|
20705
20718
|
activeClass?: string | undefined;
|
20706
20719
|
activeStrategy?: SelectStrategy | undefined;
|
20707
|
-
activeColor?: string | undefined;
|
20708
20720
|
collapseIcon?: string | undefined;
|
20709
20721
|
expandIcon?: string | undefined;
|
20710
20722
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -20757,9 +20769,9 @@ declare const VCombobox: {
|
|
20757
20769
|
elevation?: string | number | undefined;
|
20758
20770
|
baseColor?: string | undefined;
|
20759
20771
|
bgColor?: string | undefined;
|
20772
|
+
activeColor?: string | undefined;
|
20760
20773
|
activeClass?: string | undefined;
|
20761
20774
|
activeStrategy?: SelectStrategy | undefined;
|
20762
|
-
activeColor?: string | undefined;
|
20763
20775
|
collapseIcon?: string | undefined;
|
20764
20776
|
expandIcon?: string | undefined;
|
20765
20777
|
} & {
|
@@ -21538,9 +21550,9 @@ declare const VCombobox: {
|
|
21538
21550
|
elevation?: string | number | undefined;
|
21539
21551
|
baseColor?: string | undefined;
|
21540
21552
|
bgColor?: string | undefined;
|
21553
|
+
activeColor?: string | undefined;
|
21541
21554
|
activeClass?: string | undefined;
|
21542
21555
|
activeStrategy?: SelectStrategy | undefined;
|
21543
|
-
activeColor?: string | undefined;
|
21544
21556
|
collapseIcon?: string | undefined;
|
21545
21557
|
expandIcon?: string | undefined;
|
21546
21558
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -21593,9 +21605,9 @@ declare const VCombobox: {
|
|
21593
21605
|
elevation?: string | number | undefined;
|
21594
21606
|
baseColor?: string | undefined;
|
21595
21607
|
bgColor?: string | undefined;
|
21608
|
+
activeColor?: string | undefined;
|
21596
21609
|
activeClass?: string | undefined;
|
21597
21610
|
activeStrategy?: SelectStrategy | undefined;
|
21598
|
-
activeColor?: string | undefined;
|
21599
21611
|
collapseIcon?: string | undefined;
|
21600
21612
|
expandIcon?: string | undefined;
|
21601
21613
|
} & {
|
@@ -22231,9 +22243,9 @@ declare const VCombobox: {
|
|
22231
22243
|
elevation?: string | number | undefined;
|
22232
22244
|
baseColor?: string | undefined;
|
22233
22245
|
bgColor?: string | undefined;
|
22246
|
+
activeColor?: string | undefined;
|
22234
22247
|
activeClass?: string | undefined;
|
22235
22248
|
activeStrategy?: SelectStrategy | undefined;
|
22236
|
-
activeColor?: string | undefined;
|
22237
22249
|
collapseIcon?: string | undefined;
|
22238
22250
|
expandIcon?: string | undefined;
|
22239
22251
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -22286,9 +22298,9 @@ declare const VCombobox: {
|
|
22286
22298
|
elevation?: string | number | undefined;
|
22287
22299
|
baseColor?: string | undefined;
|
22288
22300
|
bgColor?: string | undefined;
|
22301
|
+
activeColor?: string | undefined;
|
22289
22302
|
activeClass?: string | undefined;
|
22290
22303
|
activeStrategy?: SelectStrategy | undefined;
|
22291
|
-
activeColor?: string | undefined;
|
22292
22304
|
collapseIcon?: string | undefined;
|
22293
22305
|
expandIcon?: string | undefined;
|
22294
22306
|
} & {
|
@@ -33618,6 +33630,7 @@ declare const VFab: {
|
|
33618
33630
|
elevation?: string | number | undefined;
|
33619
33631
|
baseColor?: string | undefined;
|
33620
33632
|
selectedClass?: string | undefined;
|
33633
|
+
activeColor?: string | undefined;
|
33621
33634
|
prependIcon?: IconValue | undefined;
|
33622
33635
|
appendIcon?: IconValue | undefined;
|
33623
33636
|
} & {
|
@@ -33688,6 +33701,7 @@ declare const VFab: {
|
|
33688
33701
|
elevation?: string | number | undefined;
|
33689
33702
|
baseColor?: string | undefined;
|
33690
33703
|
selectedClass?: string | undefined;
|
33704
|
+
activeColor?: string | undefined;
|
33691
33705
|
prependIcon?: IconValue | undefined;
|
33692
33706
|
appendIcon?: IconValue | undefined;
|
33693
33707
|
} & {
|
@@ -33800,6 +33814,7 @@ declare const VFab: {
|
|
33800
33814
|
elevation?: string | number | undefined;
|
33801
33815
|
baseColor?: string | undefined;
|
33802
33816
|
selectedClass?: string | undefined;
|
33817
|
+
activeColor?: string | undefined;
|
33803
33818
|
prependIcon?: IconValue | undefined;
|
33804
33819
|
appendIcon?: IconValue | undefined;
|
33805
33820
|
} & {
|
@@ -33905,6 +33920,7 @@ declare const VFab: {
|
|
33905
33920
|
elevation?: string | number | undefined;
|
33906
33921
|
baseColor?: string | undefined;
|
33907
33922
|
selectedClass?: string | undefined;
|
33923
|
+
activeColor?: string | undefined;
|
33908
33924
|
prependIcon?: IconValue | undefined;
|
33909
33925
|
appendIcon?: IconValue | undefined;
|
33910
33926
|
} & {
|
@@ -34056,6 +34072,7 @@ declare const VFab: {
|
|
34056
34072
|
};
|
34057
34073
|
baseColor: StringConstructor;
|
34058
34074
|
selectedClass: StringConstructor;
|
34075
|
+
activeColor: StringConstructor;
|
34059
34076
|
prependIcon: PropType<IconValue>;
|
34060
34077
|
appendIcon: PropType<IconValue>;
|
34061
34078
|
slim: BooleanConstructor;
|
@@ -34178,6 +34195,7 @@ declare const VFab: {
|
|
34178
34195
|
};
|
34179
34196
|
baseColor: StringConstructor;
|
34180
34197
|
selectedClass: StringConstructor;
|
34198
|
+
activeColor: StringConstructor;
|
34181
34199
|
prependIcon: PropType<IconValue>;
|
34182
34200
|
appendIcon: PropType<IconValue>;
|
34183
34201
|
slim: BooleanConstructor;
|
@@ -37057,6 +37075,12 @@ declare const VContainer: {
|
|
37057
37075
|
fluid: boolean;
|
37058
37076
|
} & {
|
37059
37077
|
class?: any;
|
37078
|
+
width?: string | number | undefined;
|
37079
|
+
height?: string | number | undefined;
|
37080
|
+
maxHeight?: string | number | undefined;
|
37081
|
+
maxWidth?: string | number | undefined;
|
37082
|
+
minHeight?: string | number | undefined;
|
37083
|
+
minWidth?: string | number | undefined;
|
37060
37084
|
} & {
|
37061
37085
|
$children?: vue.VNodeChild | {
|
37062
37086
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37072,6 +37096,12 @@ declare const VContainer: {
|
|
37072
37096
|
fluid: boolean;
|
37073
37097
|
} & {
|
37074
37098
|
class?: any;
|
37099
|
+
width?: string | number | undefined;
|
37100
|
+
height?: string | number | undefined;
|
37101
|
+
maxHeight?: string | number | undefined;
|
37102
|
+
maxWidth?: string | number | undefined;
|
37103
|
+
minHeight?: string | number | undefined;
|
37104
|
+
minWidth?: string | number | undefined;
|
37075
37105
|
} & {
|
37076
37106
|
$children?: vue.VNodeChild | {
|
37077
37107
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37102,6 +37132,12 @@ declare const VContainer: {
|
|
37102
37132
|
fluid: boolean;
|
37103
37133
|
} & {
|
37104
37134
|
class?: any;
|
37135
|
+
width?: string | number | undefined;
|
37136
|
+
height?: string | number | undefined;
|
37137
|
+
maxHeight?: string | number | undefined;
|
37138
|
+
maxWidth?: string | number | undefined;
|
37139
|
+
minHeight?: string | number | undefined;
|
37140
|
+
minWidth?: string | number | undefined;
|
37105
37141
|
} & {
|
37106
37142
|
$children?: vue.VNodeChild | {
|
37107
37143
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37125,6 +37161,12 @@ declare const VContainer: {
|
|
37125
37161
|
fluid: boolean;
|
37126
37162
|
} & {
|
37127
37163
|
class?: any;
|
37164
|
+
width?: string | number | undefined;
|
37165
|
+
height?: string | number | undefined;
|
37166
|
+
maxHeight?: string | number | undefined;
|
37167
|
+
maxWidth?: string | number | undefined;
|
37168
|
+
minHeight?: string | number | undefined;
|
37169
|
+
minWidth?: string | number | undefined;
|
37128
37170
|
} & {
|
37129
37171
|
$children?: vue.VNodeChild | {
|
37130
37172
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37147,6 +37189,12 @@ declare const VContainer: {
|
|
37147
37189
|
type: StringConstructor;
|
37148
37190
|
default: string;
|
37149
37191
|
};
|
37192
|
+
height: (StringConstructor | NumberConstructor)[];
|
37193
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
37194
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
37195
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
37196
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
37197
|
+
width: (StringConstructor | NumberConstructor)[];
|
37150
37198
|
class: vue.PropType<any>;
|
37151
37199
|
style: {
|
37152
37200
|
type: vue.PropType<vue.StyleValue>;
|
@@ -37161,6 +37209,12 @@ declare const VContainer: {
|
|
37161
37209
|
type: StringConstructor;
|
37162
37210
|
default: string;
|
37163
37211
|
};
|
37212
|
+
height: (StringConstructor | NumberConstructor)[];
|
37213
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
37214
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
37215
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
37216
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
37217
|
+
width: (StringConstructor | NumberConstructor)[];
|
37164
37218
|
class: vue.PropType<any>;
|
37165
37219
|
style: {
|
37166
37220
|
type: vue.PropType<vue.StyleValue>;
|
@@ -39800,9 +39854,9 @@ declare const VList: {
|
|
39800
39854
|
elevation?: string | number | undefined;
|
39801
39855
|
baseColor?: string | undefined;
|
39802
39856
|
bgColor?: string | undefined;
|
39857
|
+
activeColor?: string | undefined;
|
39803
39858
|
activeClass?: string | undefined;
|
39804
39859
|
activeStrategy?: SelectStrategy | undefined;
|
39805
|
-
activeColor?: string | undefined;
|
39806
39860
|
collapseIcon?: string | undefined;
|
39807
39861
|
expandIcon?: string | undefined;
|
39808
39862
|
} & {
|
@@ -39881,9 +39935,9 @@ declare const VList: {
|
|
39881
39935
|
elevation?: string | number | undefined;
|
39882
39936
|
baseColor?: string | undefined;
|
39883
39937
|
bgColor?: string | undefined;
|
39938
|
+
activeColor?: string | undefined;
|
39884
39939
|
activeClass?: string | undefined;
|
39885
39940
|
activeStrategy?: SelectStrategy | undefined;
|
39886
|
-
activeColor?: string | undefined;
|
39887
39941
|
collapseIcon?: string | undefined;
|
39888
39942
|
expandIcon?: string | undefined;
|
39889
39943
|
} & {
|
@@ -40033,9 +40087,9 @@ declare const VList: {
|
|
40033
40087
|
elevation?: string | number | undefined;
|
40034
40088
|
baseColor?: string | undefined;
|
40035
40089
|
bgColor?: string | undefined;
|
40090
|
+
activeColor?: string | undefined;
|
40036
40091
|
activeClass?: string | undefined;
|
40037
40092
|
activeStrategy?: SelectStrategy | undefined;
|
40038
|
-
activeColor?: string | undefined;
|
40039
40093
|
collapseIcon?: string | undefined;
|
40040
40094
|
expandIcon?: string | undefined;
|
40041
40095
|
} & {
|
@@ -40118,9 +40172,9 @@ declare const VList: {
|
|
40118
40172
|
elevation?: string | number | undefined;
|
40119
40173
|
baseColor?: string | undefined;
|
40120
40174
|
bgColor?: string | undefined;
|
40175
|
+
activeColor?: string | undefined;
|
40121
40176
|
activeClass?: string | undefined;
|
40122
40177
|
activeStrategy?: SelectStrategy | undefined;
|
40123
|
-
activeColor?: string | undefined;
|
40124
40178
|
collapseIcon?: string | undefined;
|
40125
40179
|
expandIcon?: string | undefined;
|
40126
40180
|
} & {
|
@@ -40487,9 +40541,9 @@ declare const VListGroup: {
|
|
40487
40541
|
value?: any;
|
40488
40542
|
color?: string | undefined;
|
40489
40543
|
baseColor?: string | undefined;
|
40544
|
+
activeColor?: string | undefined;
|
40490
40545
|
prependIcon?: IconValue | undefined;
|
40491
40546
|
appendIcon?: IconValue | undefined;
|
40492
|
-
activeColor?: string | undefined;
|
40493
40547
|
} & {
|
40494
40548
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40495
40549
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -40526,9 +40580,9 @@ declare const VListGroup: {
|
|
40526
40580
|
value?: any;
|
40527
40581
|
color?: string | undefined;
|
40528
40582
|
baseColor?: string | undefined;
|
40583
|
+
activeColor?: string | undefined;
|
40529
40584
|
prependIcon?: IconValue | undefined;
|
40530
40585
|
appendIcon?: IconValue | undefined;
|
40531
|
-
activeColor?: string | undefined;
|
40532
40586
|
} & {
|
40533
40587
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40534
40588
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -40587,9 +40641,9 @@ declare const VListGroup: {
|
|
40587
40641
|
value?: any;
|
40588
40642
|
color?: string | undefined;
|
40589
40643
|
baseColor?: string | undefined;
|
40644
|
+
activeColor?: string | undefined;
|
40590
40645
|
prependIcon?: IconValue | undefined;
|
40591
40646
|
appendIcon?: IconValue | undefined;
|
40592
|
-
activeColor?: string | undefined;
|
40593
40647
|
} & {
|
40594
40648
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40595
40649
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -40637,9 +40691,9 @@ declare const VListGroup: {
|
|
40637
40691
|
value?: any;
|
40638
40692
|
color?: string | undefined;
|
40639
40693
|
baseColor?: string | undefined;
|
40694
|
+
activeColor?: string | undefined;
|
40640
40695
|
prependIcon?: IconValue | undefined;
|
40641
40696
|
appendIcon?: IconValue | undefined;
|
40642
|
-
activeColor?: string | undefined;
|
40643
40697
|
} & {
|
40644
40698
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40645
40699
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -49254,9 +49308,9 @@ declare const VSelect: {
|
|
49254
49308
|
elevation?: string | number | undefined;
|
49255
49309
|
baseColor?: string | undefined;
|
49256
49310
|
bgColor?: string | undefined;
|
49311
|
+
activeColor?: string | undefined;
|
49257
49312
|
activeClass?: string | undefined;
|
49258
49313
|
activeStrategy?: SelectStrategy | undefined;
|
49259
|
-
activeColor?: string | undefined;
|
49260
49314
|
collapseIcon?: string | undefined;
|
49261
49315
|
expandIcon?: string | undefined;
|
49262
49316
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -49309,9 +49363,9 @@ declare const VSelect: {
|
|
49309
49363
|
elevation?: string | number | undefined;
|
49310
49364
|
baseColor?: string | undefined;
|
49311
49365
|
bgColor?: string | undefined;
|
49366
|
+
activeColor?: string | undefined;
|
49312
49367
|
activeClass?: string | undefined;
|
49313
49368
|
activeStrategy?: SelectStrategy | undefined;
|
49314
|
-
activeColor?: string | undefined;
|
49315
49369
|
collapseIcon?: string | undefined;
|
49316
49370
|
expandIcon?: string | undefined;
|
49317
49371
|
} & {
|
@@ -49826,9 +49880,9 @@ declare const VSelect: {
|
|
49826
49880
|
elevation?: string | number | undefined;
|
49827
49881
|
baseColor?: string | undefined;
|
49828
49882
|
bgColor?: string | undefined;
|
49883
|
+
activeColor?: string | undefined;
|
49829
49884
|
activeClass?: string | undefined;
|
49830
49885
|
activeStrategy?: SelectStrategy | undefined;
|
49831
|
-
activeColor?: string | undefined;
|
49832
49886
|
collapseIcon?: string | undefined;
|
49833
49887
|
expandIcon?: string | undefined;
|
49834
49888
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -49881,9 +49935,9 @@ declare const VSelect: {
|
|
49881
49935
|
elevation?: string | number | undefined;
|
49882
49936
|
baseColor?: string | undefined;
|
49883
49937
|
bgColor?: string | undefined;
|
49938
|
+
activeColor?: string | undefined;
|
49884
49939
|
activeClass?: string | undefined;
|
49885
49940
|
activeStrategy?: SelectStrategy | undefined;
|
49886
|
-
activeColor?: string | undefined;
|
49887
49941
|
collapseIcon?: string | undefined;
|
49888
49942
|
expandIcon?: string | undefined;
|
49889
49943
|
} & {
|
@@ -50511,9 +50565,9 @@ declare const VSelect: {
|
|
50511
50565
|
elevation?: string | number | undefined;
|
50512
50566
|
baseColor?: string | undefined;
|
50513
50567
|
bgColor?: string | undefined;
|
50568
|
+
activeColor?: string | undefined;
|
50514
50569
|
activeClass?: string | undefined;
|
50515
50570
|
activeStrategy?: SelectStrategy | undefined;
|
50516
|
-
activeColor?: string | undefined;
|
50517
50571
|
collapseIcon?: string | undefined;
|
50518
50572
|
expandIcon?: string | undefined;
|
50519
50573
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -50566,9 +50620,9 @@ declare const VSelect: {
|
|
50566
50620
|
elevation?: string | number | undefined;
|
50567
50621
|
baseColor?: string | undefined;
|
50568
50622
|
bgColor?: string | undefined;
|
50623
|
+
activeColor?: string | undefined;
|
50569
50624
|
activeClass?: string | undefined;
|
50570
50625
|
activeStrategy?: SelectStrategy | undefined;
|
50571
|
-
activeColor?: string | undefined;
|
50572
50626
|
collapseIcon?: string | undefined;
|
50573
50627
|
expandIcon?: string | undefined;
|
50574
50628
|
} & {
|
@@ -51131,9 +51185,9 @@ declare const VSelect: {
|
|
51131
51185
|
elevation?: string | number | undefined;
|
51132
51186
|
baseColor?: string | undefined;
|
51133
51187
|
bgColor?: string | undefined;
|
51188
|
+
activeColor?: string | undefined;
|
51134
51189
|
activeClass?: string | undefined;
|
51135
51190
|
activeStrategy?: SelectStrategy | undefined;
|
51136
|
-
activeColor?: string | undefined;
|
51137
51191
|
collapseIcon?: string | undefined;
|
51138
51192
|
expandIcon?: string | undefined;
|
51139
51193
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -51186,9 +51240,9 @@ declare const VSelect: {
|
|
51186
51240
|
elevation?: string | number | undefined;
|
51187
51241
|
baseColor?: string | undefined;
|
51188
51242
|
bgColor?: string | undefined;
|
51243
|
+
activeColor?: string | undefined;
|
51189
51244
|
activeClass?: string | undefined;
|
51190
51245
|
activeStrategy?: SelectStrategy | undefined;
|
51191
|
-
activeColor?: string | undefined;
|
51192
51246
|
collapseIcon?: string | undefined;
|
51193
51247
|
expandIcon?: string | undefined;
|
51194
51248
|
} & {
|
@@ -51960,9 +52014,9 @@ declare const VSelect: {
|
|
51960
52014
|
elevation?: string | number | undefined;
|
51961
52015
|
baseColor?: string | undefined;
|
51962
52016
|
bgColor?: string | undefined;
|
52017
|
+
activeColor?: string | undefined;
|
51963
52018
|
activeClass?: string | undefined;
|
51964
52019
|
activeStrategy?: SelectStrategy | undefined;
|
51965
|
-
activeColor?: string | undefined;
|
51966
52020
|
collapseIcon?: string | undefined;
|
51967
52021
|
expandIcon?: string | undefined;
|
51968
52022
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -52015,9 +52069,9 @@ declare const VSelect: {
|
|
52015
52069
|
elevation?: string | number | undefined;
|
52016
52070
|
baseColor?: string | undefined;
|
52017
52071
|
bgColor?: string | undefined;
|
52072
|
+
activeColor?: string | undefined;
|
52018
52073
|
activeClass?: string | undefined;
|
52019
52074
|
activeStrategy?: SelectStrategy | undefined;
|
52020
|
-
activeColor?: string | undefined;
|
52021
52075
|
collapseIcon?: string | undefined;
|
52022
52076
|
expandIcon?: string | undefined;
|
52023
52077
|
} & {
|
@@ -52632,9 +52686,9 @@ declare const VSelect: {
|
|
52632
52686
|
elevation?: string | number | undefined;
|
52633
52687
|
baseColor?: string | undefined;
|
52634
52688
|
bgColor?: string | undefined;
|
52689
|
+
activeColor?: string | undefined;
|
52635
52690
|
activeClass?: string | undefined;
|
52636
52691
|
activeStrategy?: SelectStrategy | undefined;
|
52637
|
-
activeColor?: string | undefined;
|
52638
52692
|
collapseIcon?: string | undefined;
|
52639
52693
|
expandIcon?: string | undefined;
|
52640
52694
|
"onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
|
@@ -52687,9 +52741,9 @@ declare const VSelect: {
|
|
52687
52741
|
elevation?: string | number | undefined;
|
52688
52742
|
baseColor?: string | undefined;
|
52689
52743
|
bgColor?: string | undefined;
|
52744
|
+
activeColor?: string | undefined;
|
52690
52745
|
activeClass?: string | undefined;
|
52691
52746
|
activeStrategy?: SelectStrategy | undefined;
|
52692
|
-
activeColor?: string | undefined;
|
52693
52747
|
collapseIcon?: string | undefined;
|
52694
52748
|
expandIcon?: string | undefined;
|
52695
52749
|
} & {
|
@@ -60555,6 +60609,7 @@ declare const VTab: {
|
|
60555
60609
|
minWidth?: string | number | undefined;
|
60556
60610
|
elevation?: string | number | undefined;
|
60557
60611
|
baseColor?: string | undefined;
|
60612
|
+
activeColor?: string | undefined;
|
60558
60613
|
prependIcon?: IconValue | undefined;
|
60559
60614
|
appendIcon?: IconValue | undefined;
|
60560
60615
|
sliderColor?: string | undefined;
|
@@ -60642,6 +60697,7 @@ declare const VTab: {
|
|
60642
60697
|
location?: Anchor | undefined;
|
60643
60698
|
baseColor?: string | undefined;
|
60644
60699
|
selectedClass?: string | undefined;
|
60700
|
+
activeColor?: string | undefined;
|
60645
60701
|
prependIcon?: IconValue | undefined;
|
60646
60702
|
appendIcon?: IconValue | undefined;
|
60647
60703
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -60706,6 +60762,7 @@ declare const VTab: {
|
|
60706
60762
|
location?: Anchor | undefined;
|
60707
60763
|
baseColor?: string | undefined;
|
60708
60764
|
selectedClass?: string | undefined;
|
60765
|
+
activeColor?: string | undefined;
|
60709
60766
|
prependIcon?: IconValue | undefined;
|
60710
60767
|
appendIcon?: IconValue | undefined;
|
60711
60768
|
} & {
|
@@ -60800,6 +60857,7 @@ declare const VTab: {
|
|
60800
60857
|
location?: Anchor | undefined;
|
60801
60858
|
baseColor?: string | undefined;
|
60802
60859
|
selectedClass?: string | undefined;
|
60860
|
+
activeColor?: string | undefined;
|
60803
60861
|
prependIcon?: IconValue | undefined;
|
60804
60862
|
appendIcon?: IconValue | undefined;
|
60805
60863
|
} & {
|
@@ -60927,6 +60985,7 @@ declare const VTab: {
|
|
60927
60985
|
location?: Anchor | undefined;
|
60928
60986
|
baseColor?: string | undefined;
|
60929
60987
|
selectedClass?: string | undefined;
|
60988
|
+
activeColor?: string | undefined;
|
60930
60989
|
prependIcon?: IconValue | undefined;
|
60931
60990
|
appendIcon?: IconValue | undefined;
|
60932
60991
|
} & {
|
@@ -60953,7 +61012,7 @@ declare const VTab: {
|
|
60953
61012
|
}) => any) | undefined;
|
60954
61013
|
}, "group"> & vue.ShallowUnwrapRef<{
|
60955
61014
|
group: GroupItemProvide | null;
|
60956
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
61015
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
60957
61016
|
replace: boolean;
|
60958
61017
|
fixed: boolean;
|
60959
61018
|
style: vue.StyleValue;
|
@@ -60993,6 +61052,7 @@ declare const VTab: {
|
|
60993
61052
|
minWidth?: string | number | undefined;
|
60994
61053
|
elevation?: string | number | undefined;
|
60995
61054
|
baseColor?: string | undefined;
|
61055
|
+
activeColor?: string | undefined;
|
60996
61056
|
prependIcon?: IconValue | undefined;
|
60997
61057
|
appendIcon?: IconValue | undefined;
|
60998
61058
|
sliderColor?: string | undefined;
|
@@ -61095,6 +61155,7 @@ declare const VTab: {
|
|
61095
61155
|
minWidth?: string | number | undefined;
|
61096
61156
|
elevation?: string | number | undefined;
|
61097
61157
|
baseColor?: string | undefined;
|
61158
|
+
activeColor?: string | undefined;
|
61098
61159
|
prependIcon?: IconValue | undefined;
|
61099
61160
|
appendIcon?: IconValue | undefined;
|
61100
61161
|
sliderColor?: string | undefined;
|
@@ -61182,6 +61243,7 @@ declare const VTab: {
|
|
61182
61243
|
location?: Anchor | undefined;
|
61183
61244
|
baseColor?: string | undefined;
|
61184
61245
|
selectedClass?: string | undefined;
|
61246
|
+
activeColor?: string | undefined;
|
61185
61247
|
prependIcon?: IconValue | undefined;
|
61186
61248
|
appendIcon?: IconValue | undefined;
|
61187
61249
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -61246,6 +61308,7 @@ declare const VTab: {
|
|
61246
61308
|
location?: Anchor | undefined;
|
61247
61309
|
baseColor?: string | undefined;
|
61248
61310
|
selectedClass?: string | undefined;
|
61311
|
+
activeColor?: string | undefined;
|
61249
61312
|
prependIcon?: IconValue | undefined;
|
61250
61313
|
appendIcon?: IconValue | undefined;
|
61251
61314
|
} & {
|
@@ -61340,6 +61403,7 @@ declare const VTab: {
|
|
61340
61403
|
location?: Anchor | undefined;
|
61341
61404
|
baseColor?: string | undefined;
|
61342
61405
|
selectedClass?: string | undefined;
|
61406
|
+
activeColor?: string | undefined;
|
61343
61407
|
prependIcon?: IconValue | undefined;
|
61344
61408
|
appendIcon?: IconValue | undefined;
|
61345
61409
|
} & {
|
@@ -61467,6 +61531,7 @@ declare const VTab: {
|
|
61467
61531
|
location?: Anchor | undefined;
|
61468
61532
|
baseColor?: string | undefined;
|
61469
61533
|
selectedClass?: string | undefined;
|
61534
|
+
activeColor?: string | undefined;
|
61470
61535
|
prependIcon?: IconValue | undefined;
|
61471
61536
|
appendIcon?: IconValue | undefined;
|
61472
61537
|
} & {
|
@@ -61493,7 +61558,7 @@ declare const VTab: {
|
|
61493
61558
|
}) => any) | undefined;
|
61494
61559
|
}, "group"> & vue.ShallowUnwrapRef<{
|
61495
61560
|
group: GroupItemProvide | null;
|
61496
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
61561
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
61497
61562
|
replace: boolean;
|
61498
61563
|
fixed: boolean;
|
61499
61564
|
style: vue.StyleValue;
|
@@ -61558,6 +61623,7 @@ declare const VTab: {
|
|
61558
61623
|
minWidth?: string | number | undefined;
|
61559
61624
|
elevation?: string | number | undefined;
|
61560
61625
|
baseColor?: string | undefined;
|
61626
|
+
activeColor?: string | undefined;
|
61561
61627
|
prependIcon?: IconValue | undefined;
|
61562
61628
|
appendIcon?: IconValue | undefined;
|
61563
61629
|
sliderColor?: string | undefined;
|
@@ -61645,6 +61711,7 @@ declare const VTab: {
|
|
61645
61711
|
location?: Anchor | undefined;
|
61646
61712
|
baseColor?: string | undefined;
|
61647
61713
|
selectedClass?: string | undefined;
|
61714
|
+
activeColor?: string | undefined;
|
61648
61715
|
prependIcon?: IconValue | undefined;
|
61649
61716
|
appendIcon?: IconValue | undefined;
|
61650
61717
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -61709,6 +61776,7 @@ declare const VTab: {
|
|
61709
61776
|
location?: Anchor | undefined;
|
61710
61777
|
baseColor?: string | undefined;
|
61711
61778
|
selectedClass?: string | undefined;
|
61779
|
+
activeColor?: string | undefined;
|
61712
61780
|
prependIcon?: IconValue | undefined;
|
61713
61781
|
appendIcon?: IconValue | undefined;
|
61714
61782
|
} & {
|
@@ -61803,6 +61871,7 @@ declare const VTab: {
|
|
61803
61871
|
location?: Anchor | undefined;
|
61804
61872
|
baseColor?: string | undefined;
|
61805
61873
|
selectedClass?: string | undefined;
|
61874
|
+
activeColor?: string | undefined;
|
61806
61875
|
prependIcon?: IconValue | undefined;
|
61807
61876
|
appendIcon?: IconValue | undefined;
|
61808
61877
|
} & {
|
@@ -61930,6 +61999,7 @@ declare const VTab: {
|
|
61930
61999
|
location?: Anchor | undefined;
|
61931
62000
|
baseColor?: string | undefined;
|
61932
62001
|
selectedClass?: string | undefined;
|
62002
|
+
activeColor?: string | undefined;
|
61933
62003
|
prependIcon?: IconValue | undefined;
|
61934
62004
|
appendIcon?: IconValue | undefined;
|
61935
62005
|
} & {
|
@@ -61956,7 +62026,7 @@ declare const VTab: {
|
|
61956
62026
|
}) => any) | undefined;
|
61957
62027
|
}, "group"> & vue.ShallowUnwrapRef<{
|
61958
62028
|
group: GroupItemProvide | null;
|
61959
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
62029
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
61960
62030
|
replace: boolean;
|
61961
62031
|
fixed: boolean;
|
61962
62032
|
style: vue.StyleValue;
|
@@ -62056,6 +62126,7 @@ declare const VTab: {
|
|
62056
62126
|
type: PropType<string>;
|
62057
62127
|
default: string;
|
62058
62128
|
};
|
62129
|
+
activeColor: StringConstructor;
|
62059
62130
|
prependIcon: PropType<IconValue>;
|
62060
62131
|
appendIcon: PropType<IconValue>;
|
62061
62132
|
slim: BooleanConstructor;
|
@@ -62139,6 +62210,7 @@ declare const VTab: {
|
|
62139
62210
|
type: PropType<string>;
|
62140
62211
|
default: string;
|
62141
62212
|
};
|
62213
|
+
activeColor: StringConstructor;
|
62142
62214
|
prependIcon: PropType<IconValue>;
|
62143
62215
|
appendIcon: PropType<IconValue>;
|
62144
62216
|
slim: BooleanConstructor;
|
@@ -73371,48 +73443,42 @@ declare module '@vue/runtime-core' {
|
|
73371
73443
|
}
|
73372
73444
|
|
73373
73445
|
export interface GlobalComponents {
|
73374
|
-
|
73446
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73447
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73448
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73375
73449
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73450
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
73451
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73452
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73376
73453
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73377
73454
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73378
73455
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73379
|
-
|
73380
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73456
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73381
73457
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73382
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73383
73458
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73384
73459
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73385
73460
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73386
73461
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73387
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73388
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
73389
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73390
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73391
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73392
73462
|
VCard: typeof import('vuetify/components')['VCard']
|
73393
73463
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73394
73464
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73395
73465
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73396
73466
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73397
73467
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73468
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73398
73469
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73399
|
-
|
73400
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73401
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73470
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73402
73471
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73403
73472
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73473
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73474
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73475
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73476
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73404
73477
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73405
73478
|
VCode: typeof import('vuetify/components')['VCode']
|
73406
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73407
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73408
73479
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73480
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73409
73481
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73410
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73411
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73412
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73413
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73414
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73415
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73416
73482
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73417
73483
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73418
73484
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73420,14 +73486,19 @@ declare module '@vue/runtime-core' {
|
|
73420
73486
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73421
73487
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73422
73488
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73489
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73490
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73491
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73492
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73493
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73494
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73495
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73423
73496
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73424
73497
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73425
73498
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73426
73499
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73427
73500
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73428
73501
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73429
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73430
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73431
73502
|
VField: typeof import('vuetify/components')['VField']
|
73432
73503
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73433
73504
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
@@ -73437,14 +73508,14 @@ declare module '@vue/runtime-core' {
|
|
73437
73508
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73438
73509
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73439
73510
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73440
|
-
|
73441
|
-
|
73511
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73512
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73442
73513
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73443
73514
|
VItem: typeof import('vuetify/components')['VItem']
|
73444
|
-
|
73445
|
-
|
73515
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73516
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73446
73517
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73447
|
-
|
73518
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73448
73519
|
VList: typeof import('vuetify/components')['VList']
|
73449
73520
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73450
73521
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73454,24 +73525,23 @@ declare module '@vue/runtime-core' {
|
|
73454
73525
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73455
73526
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73456
73527
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73528
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73457
73529
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73530
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73458
73531
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73459
73532
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73460
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73461
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73462
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73463
73533
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73534
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73464
73535
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73465
|
-
|
73536
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73466
73537
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73467
|
-
|
73468
|
-
|
73538
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73539
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73469
73540
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73541
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73470
73542
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73471
73543
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73472
|
-
|
73473
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73474
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73544
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73475
73545
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73476
73546
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73477
73547
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -73479,25 +73549,27 @@ declare module '@vue/runtime-core' {
|
|
73479
73549
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73480
73550
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73481
73551
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73482
|
-
|
73552
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73553
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73483
73554
|
VTab: typeof import('vuetify/components')['VTab']
|
73484
73555
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73485
73556
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73486
73557
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73487
73558
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73488
|
-
|
73559
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73489
73560
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73490
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73491
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73492
73561
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73493
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73494
73562
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73495
73563
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73496
73564
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73565
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73566
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73567
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73497
73568
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73498
73569
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73499
|
-
|
73570
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73500
73571
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73572
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73501
73573
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73502
73574
|
VForm: typeof import('vuetify/components')['VForm']
|
73503
73575
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -73505,20 +73577,20 @@ declare module '@vue/runtime-core' {
|
|
73505
73577
|
VRow: typeof import('vuetify/components')['VRow']
|
73506
73578
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73507
73579
|
VHover: typeof import('vuetify/components')['VHover']
|
73508
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73509
73580
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73510
73581
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73582
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73511
73583
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73512
73584
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73585
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73513
73586
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73514
73587
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73515
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
73516
73588
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73517
73589
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73518
73590
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73519
73591
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73520
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73521
73592
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73593
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73522
73594
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73523
73595
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73524
73596
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73535,8 +73607,6 @@ declare module '@vue/runtime-core' {
|
|
73535
73607
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73536
73608
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73537
73609
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73538
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73539
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73540
73610
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73541
73611
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73542
73612
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73544,14 +73614,16 @@ declare module '@vue/runtime-core' {
|
|
73544
73614
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73545
73615
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73546
73616
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73547
|
-
|
73548
|
-
|
73549
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73617
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73618
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73550
73619
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73551
73620
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73552
73621
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73553
|
-
|
73554
|
-
|
73622
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73623
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73624
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73555
73625
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73626
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73627
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73556
73628
|
}
|
73557
73629
|
}
|