vuetify 3.4.2 → 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2187 -2187
- package/dist/json/importMap.json +114 -114
- package/dist/json/web-types.json +3977 -3962
- package/dist/vuetify-labs.css +1645 -1636
- package/dist/vuetify-labs.d.ts +298 -151
- package/dist/vuetify-labs.esm.js +710 -696
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +709 -695
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +915 -906
- package/dist/vuetify.d.ts +332 -185
- package/dist/vuetify.esm.js +710 -696
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +709 -695
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +222 -221
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +48 -48
- package/lib/blueprints/md1.d.mts +48 -48
- package/lib/blueprints/md2.d.mts +48 -48
- package/lib/blueprints/md3.d.mts +48 -48
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +4 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VCarousel/VCarousel.css +2 -1
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +3 -1
- package/lib/components/VCarousel/_variables.scss +6 -0
- package/lib/components/VCheckbox/index.d.mts +32 -20
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.css +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +18 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +1 -1
- package/lib/components/VDataTable/index.d.mts +3 -3
- package/lib/components/VDatePicker/VDatePicker.mjs +3 -3
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +18 -15
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +2 -2
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +16 -10
- package/lib/components/VRadioGroup/index.d.mts +16 -10
- package/lib/components/VSelect/VSelect.mjs +3 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +16 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +16 -10
- package/lib/components/VSlideGroup/VSlideGroup.mjs +2 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +16 -10
- package/lib/components/VTable/VTable.css +6 -1
- package/lib/components/VTable/VTable.sass +6 -1
- package/lib/components/VTable/_variables.scss +2 -0
- package/lib/components/VTabs/VTab.mjs +4 -3
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +72 -0
- package/lib/components/index.d.mts +187 -73
- package/lib/composables/date/date.mjs +21 -13
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/router.mjs +7 -2
- package/lib/composables/router.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +4 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +145 -112
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -15014,7 +15014,7 @@ declare const VSelectionControlGroup: {
|
|
|
15014
15014
|
style: vue.StyleValue;
|
|
15015
15015
|
disabled: boolean | null;
|
|
15016
15016
|
multiple: boolean | null;
|
|
15017
|
-
readonly: boolean;
|
|
15017
|
+
readonly: boolean | null;
|
|
15018
15018
|
density: Density;
|
|
15019
15019
|
ripple: boolean;
|
|
15020
15020
|
defaultsTarget: string;
|
|
@@ -15025,7 +15025,7 @@ declare const VSelectionControlGroup: {
|
|
|
15025
15025
|
style: vue.StyleValue;
|
|
15026
15026
|
disabled: boolean | null;
|
|
15027
15027
|
multiple: boolean | null;
|
|
15028
|
-
readonly: boolean;
|
|
15028
|
+
readonly: boolean | null;
|
|
15029
15029
|
density: Density;
|
|
15030
15030
|
ripple: boolean;
|
|
15031
15031
|
defaultsTarget: string;
|
|
@@ -15044,7 +15044,7 @@ declare const VSelectionControlGroup: {
|
|
|
15044
15044
|
style: vue.StyleValue;
|
|
15045
15045
|
disabled: boolean | null;
|
|
15046
15046
|
multiple: boolean | null;
|
|
15047
|
-
readonly: boolean;
|
|
15047
|
+
readonly: boolean | null;
|
|
15048
15048
|
density: Density;
|
|
15049
15049
|
ripple: boolean;
|
|
15050
15050
|
defaultsTarget: string;
|
|
@@ -15080,7 +15080,7 @@ declare const VSelectionControlGroup: {
|
|
|
15080
15080
|
style: vue.StyleValue;
|
|
15081
15081
|
disabled: boolean | null;
|
|
15082
15082
|
multiple: boolean | null;
|
|
15083
|
-
readonly: boolean;
|
|
15083
|
+
readonly: boolean | null;
|
|
15084
15084
|
density: Density;
|
|
15085
15085
|
ripple: boolean;
|
|
15086
15086
|
defaultsTarget: string;
|
|
@@ -15102,7 +15102,7 @@ declare const VSelectionControlGroup: {
|
|
|
15102
15102
|
style: vue.StyleValue;
|
|
15103
15103
|
disabled: boolean | null;
|
|
15104
15104
|
multiple: boolean | null;
|
|
15105
|
-
readonly: boolean;
|
|
15105
|
+
readonly: boolean | null;
|
|
15106
15106
|
density: Density;
|
|
15107
15107
|
ripple: boolean;
|
|
15108
15108
|
defaultsTarget: string;
|
|
@@ -15137,7 +15137,7 @@ declare const VSelectionControlGroup: {
|
|
|
15137
15137
|
style: vue.StyleValue;
|
|
15138
15138
|
disabled: boolean | null;
|
|
15139
15139
|
multiple: boolean | null;
|
|
15140
|
-
readonly: boolean;
|
|
15140
|
+
readonly: boolean | null;
|
|
15141
15141
|
density: Density;
|
|
15142
15142
|
ripple: boolean;
|
|
15143
15143
|
defaultsTarget: string;
|
|
@@ -15161,7 +15161,7 @@ declare const VSelectionControlGroup: {
|
|
|
15161
15161
|
style: vue.StyleValue;
|
|
15162
15162
|
disabled: boolean | null;
|
|
15163
15163
|
multiple: boolean | null;
|
|
15164
|
-
readonly: boolean;
|
|
15164
|
+
readonly: boolean | null;
|
|
15165
15165
|
density: Density;
|
|
15166
15166
|
ripple: boolean;
|
|
15167
15167
|
defaultsTarget: string;
|
|
@@ -15183,7 +15183,7 @@ declare const VSelectionControlGroup: {
|
|
|
15183
15183
|
style: vue.StyleValue;
|
|
15184
15184
|
disabled: boolean | null;
|
|
15185
15185
|
multiple: boolean | null;
|
|
15186
|
-
readonly: boolean;
|
|
15186
|
+
readonly: boolean | null;
|
|
15187
15187
|
density: Density;
|
|
15188
15188
|
ripple: boolean;
|
|
15189
15189
|
defaultsTarget: string;
|
|
@@ -15237,7 +15237,10 @@ declare const VSelectionControlGroup: {
|
|
|
15237
15237
|
default: null;
|
|
15238
15238
|
};
|
|
15239
15239
|
name: StringConstructor;
|
|
15240
|
-
readonly:
|
|
15240
|
+
readonly: {
|
|
15241
|
+
type: PropType<boolean | null>;
|
|
15242
|
+
default: null;
|
|
15243
|
+
};
|
|
15241
15244
|
modelValue: null;
|
|
15242
15245
|
type: StringConstructor;
|
|
15243
15246
|
valueComparator: {
|
|
@@ -15279,7 +15282,10 @@ declare const VSelectionControlGroup: {
|
|
|
15279
15282
|
default: null;
|
|
15280
15283
|
};
|
|
15281
15284
|
name: StringConstructor;
|
|
15282
|
-
readonly:
|
|
15285
|
+
readonly: {
|
|
15286
|
+
type: PropType<boolean | null>;
|
|
15287
|
+
default: null;
|
|
15288
|
+
};
|
|
15283
15289
|
modelValue: null;
|
|
15284
15290
|
type: StringConstructor;
|
|
15285
15291
|
valueComparator: {
|
|
@@ -15324,7 +15330,7 @@ declare const VSelectionControl: {
|
|
|
15324
15330
|
style: vue.StyleValue;
|
|
15325
15331
|
disabled: boolean | null;
|
|
15326
15332
|
multiple: boolean | null;
|
|
15327
|
-
readonly: boolean;
|
|
15333
|
+
readonly: boolean | null;
|
|
15328
15334
|
density: Density;
|
|
15329
15335
|
ripple: boolean;
|
|
15330
15336
|
valueComparator: typeof deepEqual;
|
|
@@ -15334,7 +15340,7 @@ declare const VSelectionControl: {
|
|
|
15334
15340
|
style: vue.StyleValue;
|
|
15335
15341
|
disabled: boolean | null;
|
|
15336
15342
|
multiple: boolean | null;
|
|
15337
|
-
readonly: boolean;
|
|
15343
|
+
readonly: boolean | null;
|
|
15338
15344
|
density: Density;
|
|
15339
15345
|
ripple: boolean;
|
|
15340
15346
|
valueComparator: typeof deepEqual;
|
|
@@ -15358,7 +15364,7 @@ declare const VSelectionControl: {
|
|
|
15358
15364
|
style: vue.StyleValue;
|
|
15359
15365
|
disabled: boolean | null;
|
|
15360
15366
|
multiple: boolean | null;
|
|
15361
|
-
readonly: boolean;
|
|
15367
|
+
readonly: boolean | null;
|
|
15362
15368
|
density: Density;
|
|
15363
15369
|
ripple: boolean;
|
|
15364
15370
|
valueComparator: typeof deepEqual;
|
|
@@ -15411,7 +15417,7 @@ declare const VSelectionControl: {
|
|
|
15411
15417
|
style: vue.StyleValue;
|
|
15412
15418
|
disabled: boolean | null;
|
|
15413
15419
|
multiple: boolean | null;
|
|
15414
|
-
readonly: boolean;
|
|
15420
|
+
readonly: boolean | null;
|
|
15415
15421
|
density: Density;
|
|
15416
15422
|
ripple: boolean;
|
|
15417
15423
|
valueComparator: typeof deepEqual;
|
|
@@ -15441,7 +15447,7 @@ declare const VSelectionControl: {
|
|
|
15441
15447
|
style: vue.StyleValue;
|
|
15442
15448
|
disabled: boolean | null;
|
|
15443
15449
|
multiple: boolean | null;
|
|
15444
|
-
readonly: boolean;
|
|
15450
|
+
readonly: boolean | null;
|
|
15445
15451
|
density: Density;
|
|
15446
15452
|
ripple: boolean;
|
|
15447
15453
|
valueComparator: typeof deepEqual;
|
|
@@ -15487,7 +15493,7 @@ declare const VSelectionControl: {
|
|
|
15487
15493
|
style: vue.StyleValue;
|
|
15488
15494
|
disabled: boolean | null;
|
|
15489
15495
|
multiple: boolean | null;
|
|
15490
|
-
readonly: boolean;
|
|
15496
|
+
readonly: boolean | null;
|
|
15491
15497
|
density: Density;
|
|
15492
15498
|
ripple: boolean;
|
|
15493
15499
|
valueComparator: typeof deepEqual;
|
|
@@ -15519,7 +15525,7 @@ declare const VSelectionControl: {
|
|
|
15519
15525
|
style: vue.StyleValue;
|
|
15520
15526
|
disabled: boolean | null;
|
|
15521
15527
|
multiple: boolean | null;
|
|
15522
|
-
readonly: boolean;
|
|
15528
|
+
readonly: boolean | null;
|
|
15523
15529
|
density: Density;
|
|
15524
15530
|
ripple: boolean;
|
|
15525
15531
|
valueComparator: typeof deepEqual;
|
|
@@ -15549,7 +15555,7 @@ declare const VSelectionControl: {
|
|
|
15549
15555
|
style: vue.StyleValue;
|
|
15550
15556
|
disabled: boolean | null;
|
|
15551
15557
|
multiple: boolean | null;
|
|
15552
|
-
readonly: boolean;
|
|
15558
|
+
readonly: boolean | null;
|
|
15553
15559
|
density: Density;
|
|
15554
15560
|
ripple: boolean;
|
|
15555
15561
|
valueComparator: typeof deepEqual;
|
|
@@ -15607,7 +15613,10 @@ declare const VSelectionControl: {
|
|
|
15607
15613
|
default: null;
|
|
15608
15614
|
};
|
|
15609
15615
|
name: StringConstructor;
|
|
15610
|
-
readonly:
|
|
15616
|
+
readonly: {
|
|
15617
|
+
type: vue.PropType<boolean | null>;
|
|
15618
|
+
default: null;
|
|
15619
|
+
};
|
|
15611
15620
|
modelValue: null;
|
|
15612
15621
|
type: StringConstructor;
|
|
15613
15622
|
valueComparator: {
|
|
@@ -15651,7 +15660,10 @@ declare const VSelectionControl: {
|
|
|
15651
15660
|
default: null;
|
|
15652
15661
|
};
|
|
15653
15662
|
name: StringConstructor;
|
|
15654
|
-
readonly:
|
|
15663
|
+
readonly: {
|
|
15664
|
+
type: vue.PropType<boolean | null>;
|
|
15665
|
+
default: null;
|
|
15666
|
+
};
|
|
15655
15667
|
modelValue: null;
|
|
15656
15668
|
type: StringConstructor;
|
|
15657
15669
|
valueComparator: {
|
|
@@ -15677,7 +15689,7 @@ declare const VCheckbox: {
|
|
|
15677
15689
|
style: vue.StyleValue;
|
|
15678
15690
|
disabled: boolean | null;
|
|
15679
15691
|
multiple: boolean | null;
|
|
15680
|
-
readonly: boolean;
|
|
15692
|
+
readonly: boolean | null;
|
|
15681
15693
|
indeterminate: boolean;
|
|
15682
15694
|
messages: string | readonly string[];
|
|
15683
15695
|
density: Density;
|
|
@@ -15699,7 +15711,7 @@ declare const VCheckbox: {
|
|
|
15699
15711
|
style: vue.StyleValue;
|
|
15700
15712
|
disabled: boolean | null;
|
|
15701
15713
|
multiple: boolean | null;
|
|
15702
|
-
readonly: boolean;
|
|
15714
|
+
readonly: boolean | null;
|
|
15703
15715
|
indeterminate: boolean;
|
|
15704
15716
|
messages: string | readonly string[];
|
|
15705
15717
|
density: Density;
|
|
@@ -15742,7 +15754,7 @@ declare const VCheckbox: {
|
|
|
15742
15754
|
style: vue.StyleValue;
|
|
15743
15755
|
disabled: boolean | null;
|
|
15744
15756
|
multiple: boolean | null;
|
|
15745
|
-
readonly: boolean;
|
|
15757
|
+
readonly: boolean | null;
|
|
15746
15758
|
indeterminate: boolean;
|
|
15747
15759
|
messages: string | readonly string[];
|
|
15748
15760
|
density: Density;
|
|
@@ -15828,7 +15840,7 @@ declare const VCheckbox: {
|
|
|
15828
15840
|
style: vue.StyleValue;
|
|
15829
15841
|
disabled: boolean | null;
|
|
15830
15842
|
multiple: boolean | null;
|
|
15831
|
-
readonly: boolean;
|
|
15843
|
+
readonly: boolean | null;
|
|
15832
15844
|
indeterminate: boolean;
|
|
15833
15845
|
messages: string | readonly string[];
|
|
15834
15846
|
density: Density;
|
|
@@ -15877,7 +15889,7 @@ declare const VCheckbox: {
|
|
|
15877
15889
|
style: vue.StyleValue;
|
|
15878
15890
|
disabled: boolean | null;
|
|
15879
15891
|
multiple: boolean | null;
|
|
15880
|
-
readonly: boolean;
|
|
15892
|
+
readonly: boolean | null;
|
|
15881
15893
|
indeterminate: boolean;
|
|
15882
15894
|
messages: string | readonly string[];
|
|
15883
15895
|
density: Density;
|
|
@@ -15947,7 +15959,7 @@ declare const VCheckbox: {
|
|
|
15947
15959
|
style: vue.StyleValue;
|
|
15948
15960
|
disabled: boolean | null;
|
|
15949
15961
|
multiple: boolean | null;
|
|
15950
|
-
readonly: boolean;
|
|
15962
|
+
readonly: boolean | null;
|
|
15951
15963
|
indeterminate: boolean;
|
|
15952
15964
|
messages: string | readonly string[];
|
|
15953
15965
|
density: Density;
|
|
@@ -15997,7 +16009,7 @@ declare const VCheckbox: {
|
|
|
15997
16009
|
style: vue.StyleValue;
|
|
15998
16010
|
disabled: boolean | null;
|
|
15999
16011
|
multiple: boolean | null;
|
|
16000
|
-
readonly: boolean;
|
|
16012
|
+
readonly: boolean | null;
|
|
16001
16013
|
indeterminate: boolean;
|
|
16002
16014
|
messages: string | readonly string[];
|
|
16003
16015
|
density: Density;
|
|
@@ -16046,7 +16058,7 @@ declare const VCheckbox: {
|
|
|
16046
16058
|
style: vue.StyleValue;
|
|
16047
16059
|
disabled: boolean | null;
|
|
16048
16060
|
multiple: boolean | null;
|
|
16049
|
-
readonly: boolean;
|
|
16061
|
+
readonly: boolean | null;
|
|
16050
16062
|
indeterminate: boolean;
|
|
16051
16063
|
messages: string | readonly string[];
|
|
16052
16064
|
density: Density;
|
|
@@ -16116,7 +16128,10 @@ declare const VCheckbox: {
|
|
|
16116
16128
|
type: vue.PropType<boolean | null>;
|
|
16117
16129
|
default: null;
|
|
16118
16130
|
};
|
|
16119
|
-
readonly:
|
|
16131
|
+
readonly: {
|
|
16132
|
+
type: vue.PropType<boolean | null>;
|
|
16133
|
+
default: null;
|
|
16134
|
+
};
|
|
16120
16135
|
class: vue.PropType<any>;
|
|
16121
16136
|
indeterminate: BooleanConstructor;
|
|
16122
16137
|
theme: StringConstructor;
|
|
@@ -16207,7 +16222,10 @@ declare const VCheckbox: {
|
|
|
16207
16222
|
type: vue.PropType<boolean | null>;
|
|
16208
16223
|
default: null;
|
|
16209
16224
|
};
|
|
16210
|
-
readonly:
|
|
16225
|
+
readonly: {
|
|
16226
|
+
type: vue.PropType<boolean | null>;
|
|
16227
|
+
default: null;
|
|
16228
|
+
};
|
|
16211
16229
|
class: vue.PropType<any>;
|
|
16212
16230
|
indeterminate: BooleanConstructor;
|
|
16213
16231
|
theme: StringConstructor;
|
|
@@ -16291,7 +16309,7 @@ declare const VCheckboxBtn: {
|
|
|
16291
16309
|
style: vue.StyleValue;
|
|
16292
16310
|
disabled: boolean | null;
|
|
16293
16311
|
multiple: boolean | null;
|
|
16294
|
-
readonly: boolean;
|
|
16312
|
+
readonly: boolean | null;
|
|
16295
16313
|
indeterminate: boolean;
|
|
16296
16314
|
density: Density;
|
|
16297
16315
|
ripple: boolean;
|
|
@@ -16305,7 +16323,7 @@ declare const VCheckboxBtn: {
|
|
|
16305
16323
|
style: vue.StyleValue;
|
|
16306
16324
|
disabled: boolean | null;
|
|
16307
16325
|
multiple: boolean | null;
|
|
16308
|
-
readonly: boolean;
|
|
16326
|
+
readonly: boolean | null;
|
|
16309
16327
|
indeterminate: boolean;
|
|
16310
16328
|
density: Density;
|
|
16311
16329
|
ripple: boolean;
|
|
@@ -16332,7 +16350,7 @@ declare const VCheckboxBtn: {
|
|
|
16332
16350
|
style: vue.StyleValue;
|
|
16333
16351
|
disabled: boolean | null;
|
|
16334
16352
|
multiple: boolean | null;
|
|
16335
|
-
readonly: boolean;
|
|
16353
|
+
readonly: boolean | null;
|
|
16336
16354
|
indeterminate: boolean;
|
|
16337
16355
|
density: Density;
|
|
16338
16356
|
ripple: boolean;
|
|
@@ -16389,7 +16407,7 @@ declare const VCheckboxBtn: {
|
|
|
16389
16407
|
style: vue.StyleValue;
|
|
16390
16408
|
disabled: boolean | null;
|
|
16391
16409
|
multiple: boolean | null;
|
|
16392
|
-
readonly: boolean;
|
|
16410
|
+
readonly: boolean | null;
|
|
16393
16411
|
indeterminate: boolean;
|
|
16394
16412
|
density: Density;
|
|
16395
16413
|
ripple: boolean;
|
|
@@ -16421,7 +16439,7 @@ declare const VCheckboxBtn: {
|
|
|
16421
16439
|
style: vue.StyleValue;
|
|
16422
16440
|
disabled: boolean | null;
|
|
16423
16441
|
multiple: boolean | null;
|
|
16424
|
-
readonly: boolean;
|
|
16442
|
+
readonly: boolean | null;
|
|
16425
16443
|
indeterminate: boolean;
|
|
16426
16444
|
density: Density;
|
|
16427
16445
|
ripple: boolean;
|
|
@@ -16471,7 +16489,7 @@ declare const VCheckboxBtn: {
|
|
|
16471
16489
|
style: vue.StyleValue;
|
|
16472
16490
|
disabled: boolean | null;
|
|
16473
16491
|
multiple: boolean | null;
|
|
16474
|
-
readonly: boolean;
|
|
16492
|
+
readonly: boolean | null;
|
|
16475
16493
|
indeterminate: boolean;
|
|
16476
16494
|
density: Density;
|
|
16477
16495
|
ripple: boolean;
|
|
@@ -16504,7 +16522,7 @@ declare const VCheckboxBtn: {
|
|
|
16504
16522
|
style: vue.StyleValue;
|
|
16505
16523
|
disabled: boolean | null;
|
|
16506
16524
|
multiple: boolean | null;
|
|
16507
|
-
readonly: boolean;
|
|
16525
|
+
readonly: boolean | null;
|
|
16508
16526
|
indeterminate: boolean;
|
|
16509
16527
|
density: Density;
|
|
16510
16528
|
ripple: boolean;
|
|
@@ -16536,7 +16554,7 @@ declare const VCheckboxBtn: {
|
|
|
16536
16554
|
style: vue.StyleValue;
|
|
16537
16555
|
disabled: boolean | null;
|
|
16538
16556
|
multiple: boolean | null;
|
|
16539
|
-
readonly: boolean;
|
|
16557
|
+
readonly: boolean | null;
|
|
16540
16558
|
indeterminate: boolean;
|
|
16541
16559
|
density: Density;
|
|
16542
16560
|
ripple: boolean;
|
|
@@ -16604,7 +16622,10 @@ declare const VCheckboxBtn: {
|
|
|
16604
16622
|
default: null;
|
|
16605
16623
|
};
|
|
16606
16624
|
name: StringConstructor;
|
|
16607
|
-
readonly:
|
|
16625
|
+
readonly: {
|
|
16626
|
+
type: vue.PropType<boolean | null>;
|
|
16627
|
+
default: null;
|
|
16628
|
+
};
|
|
16608
16629
|
modelValue: null;
|
|
16609
16630
|
type: StringConstructor;
|
|
16610
16631
|
valueComparator: {
|
|
@@ -16659,7 +16680,10 @@ declare const VCheckboxBtn: {
|
|
|
16659
16680
|
default: null;
|
|
16660
16681
|
};
|
|
16661
16682
|
name: StringConstructor;
|
|
16662
|
-
readonly:
|
|
16683
|
+
readonly: {
|
|
16684
|
+
type: vue.PropType<boolean | null>;
|
|
16685
|
+
default: null;
|
|
16686
|
+
};
|
|
16663
16687
|
modelValue: null;
|
|
16664
16688
|
type: StringConstructor;
|
|
16665
16689
|
valueComparator: {
|
|
@@ -24108,7 +24132,7 @@ declare const VDataTableFooter: {
|
|
|
24108
24132
|
} | undefined;
|
|
24109
24133
|
} & {
|
|
24110
24134
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
24111
|
-
},
|
|
24135
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
24112
24136
|
itemsPerPageText: string;
|
|
24113
24137
|
pageText: string;
|
|
24114
24138
|
nextIcon: string;
|
|
@@ -24173,7 +24197,7 @@ declare const VDataTableFooter: {
|
|
|
24173
24197
|
} | undefined;
|
|
24174
24198
|
} & {
|
|
24175
24199
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
24176
|
-
} & vue.ShallowUnwrapRef<
|
|
24200
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
24177
24201
|
__isFragment?: undefined;
|
|
24178
24202
|
__isTeleport?: undefined;
|
|
24179
24203
|
__isSuspense?: undefined;
|
|
@@ -24202,7 +24226,7 @@ declare const VDataTableFooter: {
|
|
|
24202
24226
|
} | undefined;
|
|
24203
24227
|
} & {
|
|
24204
24228
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
24205
|
-
},
|
|
24229
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
24206
24230
|
itemsPerPageText: string;
|
|
24207
24231
|
pageText: string;
|
|
24208
24232
|
nextIcon: string;
|
|
@@ -47592,7 +47616,7 @@ declare const VRadio: {
|
|
|
47592
47616
|
style: vue.StyleValue;
|
|
47593
47617
|
disabled: boolean | null;
|
|
47594
47618
|
multiple: boolean | null;
|
|
47595
|
-
readonly: boolean;
|
|
47619
|
+
readonly: boolean | null;
|
|
47596
47620
|
density: Density;
|
|
47597
47621
|
ripple: boolean;
|
|
47598
47622
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -47604,7 +47628,7 @@ declare const VRadio: {
|
|
|
47604
47628
|
style: vue.StyleValue;
|
|
47605
47629
|
disabled: boolean | null;
|
|
47606
47630
|
multiple: boolean | null;
|
|
47607
|
-
readonly: boolean;
|
|
47631
|
+
readonly: boolean | null;
|
|
47608
47632
|
density: Density;
|
|
47609
47633
|
ripple: boolean;
|
|
47610
47634
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -47663,7 +47687,7 @@ declare const VRadio: {
|
|
|
47663
47687
|
style: vue.StyleValue;
|
|
47664
47688
|
disabled: boolean | null;
|
|
47665
47689
|
multiple: boolean | null;
|
|
47666
|
-
readonly: boolean;
|
|
47690
|
+
readonly: boolean | null;
|
|
47667
47691
|
density: Density;
|
|
47668
47692
|
ripple: boolean;
|
|
47669
47693
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -47753,7 +47777,7 @@ declare const VRadio: {
|
|
|
47753
47777
|
style: vue.StyleValue;
|
|
47754
47778
|
disabled: boolean | null;
|
|
47755
47779
|
multiple: boolean | null;
|
|
47756
|
-
readonly: boolean;
|
|
47780
|
+
readonly: boolean | null;
|
|
47757
47781
|
density: Density;
|
|
47758
47782
|
ripple: boolean;
|
|
47759
47783
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -47815,7 +47839,7 @@ declare const VRadio: {
|
|
|
47815
47839
|
style: vue.StyleValue;
|
|
47816
47840
|
disabled: boolean | null;
|
|
47817
47841
|
multiple: boolean | null;
|
|
47818
|
-
readonly: boolean;
|
|
47842
|
+
readonly: boolean | null;
|
|
47819
47843
|
density: Density;
|
|
47820
47844
|
ripple: boolean;
|
|
47821
47845
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -47863,7 +47887,7 @@ declare const VRadio: {
|
|
|
47863
47887
|
style: vue.StyleValue;
|
|
47864
47888
|
disabled: boolean | null;
|
|
47865
47889
|
multiple: boolean | null;
|
|
47866
|
-
readonly: boolean;
|
|
47890
|
+
readonly: boolean | null;
|
|
47867
47891
|
density: Density;
|
|
47868
47892
|
ripple: boolean;
|
|
47869
47893
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -47929,7 +47953,7 @@ declare const VRadio: {
|
|
|
47929
47953
|
style: vue.StyleValue;
|
|
47930
47954
|
disabled: boolean | null;
|
|
47931
47955
|
multiple: boolean | null;
|
|
47932
|
-
readonly: boolean;
|
|
47956
|
+
readonly: boolean | null;
|
|
47933
47957
|
density: Density;
|
|
47934
47958
|
ripple: boolean;
|
|
47935
47959
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -47991,7 +48015,7 @@ declare const VRadio: {
|
|
|
47991
48015
|
style: vue.StyleValue;
|
|
47992
48016
|
disabled: boolean | null;
|
|
47993
48017
|
multiple: boolean | null;
|
|
47994
|
-
readonly: boolean;
|
|
48018
|
+
readonly: boolean | null;
|
|
47995
48019
|
density: Density;
|
|
47996
48020
|
ripple: boolean;
|
|
47997
48021
|
falseIcon: NonNullable<IconValue>;
|
|
@@ -48051,7 +48075,10 @@ declare const VRadio: {
|
|
|
48051
48075
|
default: null;
|
|
48052
48076
|
};
|
|
48053
48077
|
name: StringConstructor;
|
|
48054
|
-
readonly:
|
|
48078
|
+
readonly: {
|
|
48079
|
+
type: vue.PropType<boolean | null>;
|
|
48080
|
+
default: null;
|
|
48081
|
+
};
|
|
48055
48082
|
modelValue: null;
|
|
48056
48083
|
type: StringConstructor;
|
|
48057
48084
|
valueComparator: {
|
|
@@ -48101,7 +48128,10 @@ declare const VRadio: {
|
|
|
48101
48128
|
default: null;
|
|
48102
48129
|
};
|
|
48103
48130
|
name: StringConstructor;
|
|
48104
|
-
readonly:
|
|
48131
|
+
readonly: {
|
|
48132
|
+
type: vue.PropType<boolean | null>;
|
|
48133
|
+
default: null;
|
|
48134
|
+
};
|
|
48105
48135
|
modelValue: null;
|
|
48106
48136
|
type: StringConstructor;
|
|
48107
48137
|
valueComparator: {
|
|
@@ -48135,7 +48165,7 @@ declare const VRadioGroup: {
|
|
|
48135
48165
|
direction: "horizontal" | "vertical";
|
|
48136
48166
|
style: vue.StyleValue;
|
|
48137
48167
|
disabled: boolean | null;
|
|
48138
|
-
readonly: boolean;
|
|
48168
|
+
readonly: boolean | null;
|
|
48139
48169
|
messages: string | readonly string[];
|
|
48140
48170
|
density: Density;
|
|
48141
48171
|
ripple: boolean;
|
|
@@ -48157,7 +48187,7 @@ declare const VRadioGroup: {
|
|
|
48157
48187
|
direction: "horizontal" | "vertical";
|
|
48158
48188
|
style: vue.StyleValue;
|
|
48159
48189
|
disabled: boolean | null;
|
|
48160
|
-
readonly: boolean;
|
|
48190
|
+
readonly: boolean | null;
|
|
48161
48191
|
messages: string | readonly string[];
|
|
48162
48192
|
density: Density;
|
|
48163
48193
|
ripple: boolean;
|
|
@@ -48195,7 +48225,7 @@ declare const VRadioGroup: {
|
|
|
48195
48225
|
direction: "horizontal" | "vertical";
|
|
48196
48226
|
style: vue.StyleValue;
|
|
48197
48227
|
disabled: boolean | null;
|
|
48198
|
-
readonly: boolean;
|
|
48228
|
+
readonly: boolean | null;
|
|
48199
48229
|
messages: string | readonly string[];
|
|
48200
48230
|
density: Density;
|
|
48201
48231
|
ripple: boolean;
|
|
@@ -48268,7 +48298,7 @@ declare const VRadioGroup: {
|
|
|
48268
48298
|
direction: "horizontal" | "vertical";
|
|
48269
48299
|
style: vue.StyleValue;
|
|
48270
48300
|
disabled: boolean | null;
|
|
48271
|
-
readonly: boolean;
|
|
48301
|
+
readonly: boolean | null;
|
|
48272
48302
|
messages: string | readonly string[];
|
|
48273
48303
|
density: Density;
|
|
48274
48304
|
ripple: boolean;
|
|
@@ -48309,7 +48339,7 @@ declare const VRadioGroup: {
|
|
|
48309
48339
|
direction: "horizontal" | "vertical";
|
|
48310
48340
|
style: vue.StyleValue;
|
|
48311
48341
|
disabled: boolean | null;
|
|
48312
|
-
readonly: boolean;
|
|
48342
|
+
readonly: boolean | null;
|
|
48313
48343
|
messages: string | readonly string[];
|
|
48314
48344
|
density: Density;
|
|
48315
48345
|
ripple: boolean;
|
|
@@ -48373,7 +48403,7 @@ declare const VRadioGroup: {
|
|
|
48373
48403
|
direction: "horizontal" | "vertical";
|
|
48374
48404
|
style: vue.StyleValue;
|
|
48375
48405
|
disabled: boolean | null;
|
|
48376
|
-
readonly: boolean;
|
|
48406
|
+
readonly: boolean | null;
|
|
48377
48407
|
messages: string | readonly string[];
|
|
48378
48408
|
density: Density;
|
|
48379
48409
|
ripple: boolean;
|
|
@@ -48416,7 +48446,7 @@ declare const VRadioGroup: {
|
|
|
48416
48446
|
direction: "horizontal" | "vertical";
|
|
48417
48447
|
style: vue.StyleValue;
|
|
48418
48448
|
disabled: boolean | null;
|
|
48419
|
-
readonly: boolean;
|
|
48449
|
+
readonly: boolean | null;
|
|
48420
48450
|
messages: string | readonly string[];
|
|
48421
48451
|
density: Density;
|
|
48422
48452
|
ripple: boolean;
|
|
@@ -48457,7 +48487,7 @@ declare const VRadioGroup: {
|
|
|
48457
48487
|
direction: "horizontal" | "vertical";
|
|
48458
48488
|
style: vue.StyleValue;
|
|
48459
48489
|
disabled: boolean | null;
|
|
48460
|
-
readonly: boolean;
|
|
48490
|
+
readonly: boolean | null;
|
|
48461
48491
|
messages: string | readonly string[];
|
|
48462
48492
|
density: Density;
|
|
48463
48493
|
ripple: boolean;
|
|
@@ -48525,7 +48555,10 @@ declare const VRadioGroup: {
|
|
|
48525
48555
|
type: vue.PropType<boolean | null>;
|
|
48526
48556
|
default: null;
|
|
48527
48557
|
};
|
|
48528
|
-
readonly:
|
|
48558
|
+
readonly: {
|
|
48559
|
+
type: vue.PropType<boolean | null>;
|
|
48560
|
+
default: null;
|
|
48561
|
+
};
|
|
48529
48562
|
class: vue.PropType<any>;
|
|
48530
48563
|
theme: StringConstructor;
|
|
48531
48564
|
density: {
|
|
@@ -48611,7 +48644,10 @@ declare const VRadioGroup: {
|
|
|
48611
48644
|
type: vue.PropType<boolean | null>;
|
|
48612
48645
|
default: null;
|
|
48613
48646
|
};
|
|
48614
|
-
readonly:
|
|
48647
|
+
readonly: {
|
|
48648
|
+
type: vue.PropType<boolean | null>;
|
|
48649
|
+
default: null;
|
|
48650
|
+
};
|
|
48615
48651
|
class: vue.PropType<any>;
|
|
48616
48652
|
theme: StringConstructor;
|
|
48617
48653
|
density: {
|
|
@@ -58975,7 +59011,7 @@ declare const VSwitch: {
|
|
|
58975
59011
|
style: vue.StyleValue;
|
|
58976
59012
|
disabled: boolean | null;
|
|
58977
59013
|
multiple: boolean | null;
|
|
58978
|
-
readonly: boolean;
|
|
59014
|
+
readonly: boolean | null;
|
|
58979
59015
|
indeterminate: boolean;
|
|
58980
59016
|
messages: string | readonly string[];
|
|
58981
59017
|
density: Density;
|
|
@@ -58998,7 +59034,7 @@ declare const VSwitch: {
|
|
|
58998
59034
|
style: vue.StyleValue;
|
|
58999
59035
|
disabled: boolean | null;
|
|
59000
59036
|
multiple: boolean | null;
|
|
59001
|
-
readonly: boolean;
|
|
59037
|
+
readonly: boolean | null;
|
|
59002
59038
|
indeterminate: boolean;
|
|
59003
59039
|
messages: string | readonly string[];
|
|
59004
59040
|
density: Density;
|
|
@@ -59045,7 +59081,7 @@ declare const VSwitch: {
|
|
|
59045
59081
|
style: vue.StyleValue;
|
|
59046
59082
|
disabled: boolean | null;
|
|
59047
59083
|
multiple: boolean | null;
|
|
59048
|
-
readonly: boolean;
|
|
59084
|
+
readonly: boolean | null;
|
|
59049
59085
|
indeterminate: boolean;
|
|
59050
59086
|
messages: string | readonly string[];
|
|
59051
59087
|
density: Density;
|
|
@@ -59138,7 +59174,7 @@ declare const VSwitch: {
|
|
|
59138
59174
|
style: vue.StyleValue;
|
|
59139
59175
|
disabled: boolean | null;
|
|
59140
59176
|
multiple: boolean | null;
|
|
59141
|
-
readonly: boolean;
|
|
59177
|
+
readonly: boolean | null;
|
|
59142
59178
|
indeterminate: boolean;
|
|
59143
59179
|
messages: string | readonly string[];
|
|
59144
59180
|
density: Density;
|
|
@@ -59192,7 +59228,7 @@ declare const VSwitch: {
|
|
|
59192
59228
|
style: vue.StyleValue;
|
|
59193
59229
|
disabled: boolean | null;
|
|
59194
59230
|
multiple: boolean | null;
|
|
59195
|
-
readonly: boolean;
|
|
59231
|
+
readonly: boolean | null;
|
|
59196
59232
|
indeterminate: boolean;
|
|
59197
59233
|
messages: string | readonly string[];
|
|
59198
59234
|
density: Density;
|
|
@@ -59266,7 +59302,7 @@ declare const VSwitch: {
|
|
|
59266
59302
|
style: vue.StyleValue;
|
|
59267
59303
|
disabled: boolean | null;
|
|
59268
59304
|
multiple: boolean | null;
|
|
59269
|
-
readonly: boolean;
|
|
59305
|
+
readonly: boolean | null;
|
|
59270
59306
|
indeterminate: boolean;
|
|
59271
59307
|
messages: string | readonly string[];
|
|
59272
59308
|
density: Density;
|
|
@@ -59320,7 +59356,7 @@ declare const VSwitch: {
|
|
|
59320
59356
|
style: vue.StyleValue;
|
|
59321
59357
|
disabled: boolean | null;
|
|
59322
59358
|
multiple: boolean | null;
|
|
59323
|
-
readonly: boolean;
|
|
59359
|
+
readonly: boolean | null;
|
|
59324
59360
|
indeterminate: boolean;
|
|
59325
59361
|
messages: string | readonly string[];
|
|
59326
59362
|
density: Density;
|
|
@@ -59374,7 +59410,7 @@ declare const VSwitch: {
|
|
|
59374
59410
|
style: vue.StyleValue;
|
|
59375
59411
|
disabled: boolean | null;
|
|
59376
59412
|
multiple: boolean | null;
|
|
59377
|
-
readonly: boolean;
|
|
59413
|
+
readonly: boolean | null;
|
|
59378
59414
|
indeterminate: boolean;
|
|
59379
59415
|
messages: string | readonly string[];
|
|
59380
59416
|
density: Density;
|
|
@@ -59456,7 +59492,10 @@ declare const VSwitch: {
|
|
|
59456
59492
|
default: null;
|
|
59457
59493
|
};
|
|
59458
59494
|
name: StringConstructor;
|
|
59459
|
-
readonly:
|
|
59495
|
+
readonly: {
|
|
59496
|
+
type: vue.PropType<boolean | null>;
|
|
59497
|
+
default: null;
|
|
59498
|
+
};
|
|
59460
59499
|
modelValue: null;
|
|
59461
59500
|
type: StringConstructor;
|
|
59462
59501
|
valueComparator: {
|
|
@@ -59544,7 +59583,10 @@ declare const VSwitch: {
|
|
|
59544
59583
|
default: null;
|
|
59545
59584
|
};
|
|
59546
59585
|
name: StringConstructor;
|
|
59547
|
-
readonly:
|
|
59586
|
+
readonly: {
|
|
59587
|
+
type: vue.PropType<boolean | null>;
|
|
59588
|
+
default: null;
|
|
59589
|
+
};
|
|
59548
59590
|
modelValue: null;
|
|
59549
59591
|
type: StringConstructor;
|
|
59550
59592
|
valueComparator: {
|
|
@@ -60376,11 +60418,20 @@ declare const VTab: {
|
|
|
60376
60418
|
sliderColor?: string | undefined;
|
|
60377
60419
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
60378
60420
|
default?: (() => vue.VNodeChild) | undefined;
|
|
60421
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
60422
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
60423
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
60379
60424
|
};
|
|
60380
60425
|
'v-slots'?: {
|
|
60381
60426
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
60427
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
60428
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
60429
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
60382
60430
|
} | undefined;
|
|
60383
60431
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
60432
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
60433
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
60434
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
60384
60435
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
60385
60436
|
replace: boolean;
|
|
60386
60437
|
fixed: boolean;
|
|
@@ -60424,12 +60475,21 @@ declare const VTab: {
|
|
|
60424
60475
|
} & {
|
|
60425
60476
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
60426
60477
|
default?: (() => vue.VNodeChild) | undefined;
|
|
60478
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
60479
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
60480
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
60427
60481
|
};
|
|
60428
60482
|
'v-slots'?: {
|
|
60429
60483
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
60484
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
60485
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
60486
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
60430
60487
|
} | undefined;
|
|
60431
60488
|
} & {
|
|
60432
60489
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
60490
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
60491
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
60492
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
60433
60493
|
}, "replace" | "fixed" | "exact" | "direction" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "variant" | "selectedClass" | "slim" | "stacked" | "ripple" | "hideSlider">;
|
|
60434
60494
|
$attrs: {
|
|
60435
60495
|
[x: string]: unknown;
|
|
@@ -60441,6 +60501,15 @@ declare const VTab: {
|
|
|
60441
60501
|
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60442
60502
|
[key: string]: any;
|
|
60443
60503
|
}>[]) | undefined;
|
|
60504
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60505
|
+
[key: string]: any;
|
|
60506
|
+
}>[]) | undefined;
|
|
60507
|
+
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60508
|
+
[key: string]: any;
|
|
60509
|
+
}>[]) | undefined;
|
|
60510
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60511
|
+
[key: string]: any;
|
|
60512
|
+
}>[]) | undefined;
|
|
60444
60513
|
}>;
|
|
60445
60514
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
60446
60515
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
@@ -60489,12 +60558,21 @@ declare const VTab: {
|
|
|
60489
60558
|
} & {
|
|
60490
60559
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
60491
60560
|
default?: (() => vue.VNodeChild) | undefined;
|
|
60561
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
60562
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
60563
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
60492
60564
|
};
|
|
60493
60565
|
'v-slots'?: {
|
|
60494
60566
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
60567
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
60568
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
60569
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
60495
60570
|
} | undefined;
|
|
60496
60571
|
} & {
|
|
60497
60572
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
60573
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
60574
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
60575
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
60498
60576
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
60499
60577
|
replace: boolean;
|
|
60500
60578
|
fixed: boolean;
|
|
@@ -60518,6 +60596,15 @@ declare const VTab: {
|
|
|
60518
60596
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60519
60597
|
[key: string]: any;
|
|
60520
60598
|
}>[];
|
|
60599
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60600
|
+
[key: string]: any;
|
|
60601
|
+
}>[];
|
|
60602
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60603
|
+
[key: string]: any;
|
|
60604
|
+
}>[];
|
|
60605
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60606
|
+
[key: string]: any;
|
|
60607
|
+
}>[];
|
|
60521
60608
|
}>>> & {
|
|
60522
60609
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
60523
60610
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -60581,12 +60668,21 @@ declare const VTab: {
|
|
|
60581
60668
|
} & {
|
|
60582
60669
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
60583
60670
|
default?: (() => vue.VNodeChild) | undefined;
|
|
60671
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
60672
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
60673
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
60584
60674
|
};
|
|
60585
60675
|
'v-slots'?: {
|
|
60586
60676
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
60677
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
60678
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
60679
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
60587
60680
|
} | undefined;
|
|
60588
60681
|
} & {
|
|
60589
60682
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
60683
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
60684
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
60685
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
60590
60686
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
60591
60687
|
__isFragment?: undefined;
|
|
60592
60688
|
__isTeleport?: undefined;
|
|
@@ -60634,12 +60730,21 @@ declare const VTab: {
|
|
|
60634
60730
|
} & {
|
|
60635
60731
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
60636
60732
|
default?: (() => vue.VNodeChild) | undefined;
|
|
60733
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
60734
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
60735
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
60637
60736
|
};
|
|
60638
60737
|
'v-slots'?: {
|
|
60639
60738
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
60739
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
60740
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
60741
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
60640
60742
|
} | undefined;
|
|
60641
60743
|
} & {
|
|
60642
60744
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
60745
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
60746
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
60747
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
60643
60748
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
60644
60749
|
replace: boolean;
|
|
60645
60750
|
fixed: boolean;
|
|
@@ -60663,6 +60768,15 @@ declare const VTab: {
|
|
|
60663
60768
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60664
60769
|
[key: string]: any;
|
|
60665
60770
|
}>[];
|
|
60771
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60772
|
+
[key: string]: any;
|
|
60773
|
+
}>[];
|
|
60774
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60775
|
+
[key: string]: any;
|
|
60776
|
+
}>[];
|
|
60777
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60778
|
+
[key: string]: any;
|
|
60779
|
+
}>[];
|
|
60666
60780
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
60667
60781
|
replace: BooleanConstructor;
|
|
60668
60782
|
exact: BooleanConstructor;
|