@vuetify/nightly 3.8.7-dev.2025-05-27 → 3.8.7-dev.2025-06-03
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 +12 -3
- package/dist/json/attributes.json +3213 -3189
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +5962 -5902
- package/dist/vuetify-labs.cjs +52 -19
- package/dist/vuetify-labs.css +5727 -5721
- package/dist/vuetify-labs.d.ts +677 -402
- package/dist/vuetify-labs.esm.js +52 -19
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +52 -19
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +52 -19
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4233 -4227
- package/dist/vuetify.d.ts +621 -378
- package/dist/vuetify.esm.js +52 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +52 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +29 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VCombobox/VCombobox.d.ts +21 -7
- package/lib/components/VCombobox/VCombobox.js +2 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +42 -0
- package/lib/components/VDataTable/VDataTableServer.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +29 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +23 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +20 -10
- package/lib/components/VSelect/VSelect.d.ts +33 -11
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +20 -10
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +2 -2
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- package/lib/composables/date/date.d.ts +2 -2
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +2 -2
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +75 -65
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/entry-bundler.d.ts +2 -2
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -21,10 +21,10 @@ interface DateAdapter<T = unknown> {
|
|
21
21
|
startOfYear(date: T): T;
|
22
22
|
endOfYear(date: T): T;
|
23
23
|
isAfter(date: T, comparing: T): boolean;
|
24
|
-
isAfterDay(
|
24
|
+
isAfterDay(date: T, comparing: T): boolean;
|
25
25
|
isSameDay(date: T, comparing: T): boolean;
|
26
26
|
isSameMonth(date: T, comparing: T): boolean;
|
27
|
-
isSameYear(
|
27
|
+
isSameYear(date: T, comparing: T): boolean;
|
28
28
|
isBefore(date: T, comparing: T): boolean;
|
29
29
|
isEqual(date: T, comparing: T): boolean;
|
30
30
|
isValid(date: any): boolean;
|
@@ -3706,7 +3706,10 @@ declare const VToolbar: {
|
|
3706
3706
|
default: string;
|
3707
3707
|
validator: (v: any) => boolean;
|
3708
3708
|
};
|
3709
|
-
extended:
|
3709
|
+
extended: {
|
3710
|
+
type: BooleanConstructor;
|
3711
|
+
default: null;
|
3712
|
+
};
|
3710
3713
|
extensionHeight: {
|
3711
3714
|
type: (StringConstructor | NumberConstructor)[];
|
3712
3715
|
default: number;
|
@@ -3751,7 +3754,10 @@ declare const VToolbar: {
|
|
3751
3754
|
default: string;
|
3752
3755
|
validator: (v: any) => boolean;
|
3753
3756
|
};
|
3754
|
-
extended:
|
3757
|
+
extended: {
|
3758
|
+
type: BooleanConstructor;
|
3759
|
+
default: null;
|
3760
|
+
};
|
3755
3761
|
extensionHeight: {
|
3756
3762
|
type: (StringConstructor | NumberConstructor)[];
|
3757
3763
|
default: number;
|
@@ -4060,7 +4066,10 @@ declare const VAppBar: {
|
|
4060
4066
|
default: string;
|
4061
4067
|
validator: (v: any) => boolean;
|
4062
4068
|
};
|
4063
|
-
extended:
|
4069
|
+
extended: {
|
4070
|
+
type: BooleanConstructor;
|
4071
|
+
default: null;
|
4072
|
+
};
|
4064
4073
|
extensionHeight: {
|
4065
4074
|
type: (StringConstructor | NumberConstructor)[];
|
4066
4075
|
default: number;
|
@@ -4129,7 +4138,10 @@ declare const VAppBar: {
|
|
4129
4138
|
default: string;
|
4130
4139
|
validator: (v: any) => boolean;
|
4131
4140
|
};
|
4132
|
-
extended:
|
4141
|
+
extended: {
|
4142
|
+
type: BooleanConstructor;
|
4143
|
+
default: null;
|
4144
|
+
};
|
4133
4145
|
extensionHeight: {
|
4134
4146
|
type: (StringConstructor | NumberConstructor)[];
|
4135
4147
|
default: number;
|
@@ -4153,7 +4165,8 @@ type VAppBar = InstanceType<typeof VAppBar>;
|
|
4153
4165
|
|
4154
4166
|
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
4155
4167
|
value?: boolean | {
|
4156
|
-
class
|
4168
|
+
class?: string;
|
4169
|
+
keys?: number[];
|
4157
4170
|
};
|
4158
4171
|
modifiers: {
|
4159
4172
|
center?: boolean;
|
@@ -4227,7 +4240,8 @@ declare const VAppBarNavIcon: {
|
|
4227
4240
|
slim: boolean;
|
4228
4241
|
stacked: boolean;
|
4229
4242
|
ripple: boolean | {
|
4230
|
-
class
|
4243
|
+
class?: string;
|
4244
|
+
keys?: number[];
|
4231
4245
|
} | undefined;
|
4232
4246
|
} & {
|
4233
4247
|
location?: Anchor | null | undefined;
|
@@ -4294,7 +4308,8 @@ declare const VAppBarNavIcon: {
|
|
4294
4308
|
slim: boolean;
|
4295
4309
|
stacked: boolean;
|
4296
4310
|
ripple: boolean | {
|
4297
|
-
class
|
4311
|
+
class?: string;
|
4312
|
+
keys?: number[];
|
4298
4313
|
} | undefined;
|
4299
4314
|
}, true, {}, vue.SlotsType<Partial<{
|
4300
4315
|
default: () => vue.VNode[];
|
@@ -4326,7 +4341,8 @@ declare const VAppBarNavIcon: {
|
|
4326
4341
|
slim: boolean;
|
4327
4342
|
stacked: boolean;
|
4328
4343
|
ripple: boolean | {
|
4329
|
-
class
|
4344
|
+
class?: string;
|
4345
|
+
keys?: number[];
|
4330
4346
|
} | undefined;
|
4331
4347
|
} & {
|
4332
4348
|
location?: Anchor | null | undefined;
|
@@ -4393,7 +4409,8 @@ declare const VAppBarNavIcon: {
|
|
4393
4409
|
slim: boolean;
|
4394
4410
|
stacked: boolean;
|
4395
4411
|
ripple: boolean | {
|
4396
|
-
class
|
4412
|
+
class?: string;
|
4413
|
+
keys?: number[];
|
4397
4414
|
} | undefined;
|
4398
4415
|
}>;
|
4399
4416
|
__isFragment?: never;
|
@@ -4417,7 +4434,8 @@ declare const VAppBarNavIcon: {
|
|
4417
4434
|
slim: boolean;
|
4418
4435
|
stacked: boolean;
|
4419
4436
|
ripple: boolean | {
|
4420
|
-
class
|
4437
|
+
class?: string;
|
4438
|
+
keys?: number[];
|
4421
4439
|
} | undefined;
|
4422
4440
|
} & {
|
4423
4441
|
location?: Anchor | null | undefined;
|
@@ -4484,7 +4502,8 @@ declare const VAppBarNavIcon: {
|
|
4484
4502
|
slim: boolean;
|
4485
4503
|
stacked: boolean;
|
4486
4504
|
ripple: boolean | {
|
4487
|
-
class
|
4505
|
+
class?: string;
|
4506
|
+
keys?: number[];
|
4488
4507
|
} | undefined;
|
4489
4508
|
}, {}, string, vue.SlotsType<Partial<{
|
4490
4509
|
default: () => vue.VNode[];
|
@@ -6793,7 +6812,8 @@ declare const VListItem: {
|
|
6793
6812
|
tile: boolean;
|
6794
6813
|
slim: boolean;
|
6795
6814
|
ripple: boolean | {
|
6796
|
-
class
|
6815
|
+
class?: string;
|
6816
|
+
keys?: number[];
|
6797
6817
|
} | undefined;
|
6798
6818
|
} & {
|
6799
6819
|
link?: boolean | undefined;
|
@@ -6854,6 +6874,7 @@ declare const VListItem: {
|
|
6854
6874
|
isGroupActivator: boolean | undefined;
|
6855
6875
|
isSelected: vue.ComputedRef<boolean>;
|
6856
6876
|
list: {
|
6877
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
6857
6878
|
hasPrepend: vue.Ref<boolean>;
|
6858
6879
|
updateHasPrepend: (value: boolean) => void;
|
6859
6880
|
} | null;
|
@@ -6895,7 +6916,8 @@ declare const VListItem: {
|
|
6895
6916
|
tile: boolean;
|
6896
6917
|
slim: boolean;
|
6897
6918
|
ripple: boolean | {
|
6898
|
-
class
|
6919
|
+
class?: string;
|
6920
|
+
keys?: number[];
|
6899
6921
|
} | undefined;
|
6900
6922
|
subtitle: string | number | boolean;
|
6901
6923
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -6923,7 +6945,8 @@ declare const VListItem: {
|
|
6923
6945
|
tile: boolean;
|
6924
6946
|
slim: boolean;
|
6925
6947
|
ripple: boolean | {
|
6926
|
-
class
|
6948
|
+
class?: string;
|
6949
|
+
keys?: number[];
|
6927
6950
|
} | undefined;
|
6928
6951
|
} & {
|
6929
6952
|
link?: boolean | undefined;
|
@@ -6984,6 +7007,7 @@ declare const VListItem: {
|
|
6984
7007
|
isGroupActivator: boolean | undefined;
|
6985
7008
|
isSelected: vue.ComputedRef<boolean>;
|
6986
7009
|
list: {
|
7010
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
6987
7011
|
hasPrepend: vue.Ref<boolean>;
|
6988
7012
|
updateHasPrepend: (value: boolean) => void;
|
6989
7013
|
} | null;
|
@@ -7023,7 +7047,8 @@ declare const VListItem: {
|
|
7023
7047
|
tile: boolean;
|
7024
7048
|
slim: boolean;
|
7025
7049
|
ripple: boolean | {
|
7026
|
-
class
|
7050
|
+
class?: string;
|
7051
|
+
keys?: number[];
|
7027
7052
|
} | undefined;
|
7028
7053
|
subtitle: string | number | boolean;
|
7029
7054
|
}>;
|
@@ -7042,7 +7067,8 @@ declare const VListItem: {
|
|
7042
7067
|
tile: boolean;
|
7043
7068
|
slim: boolean;
|
7044
7069
|
ripple: boolean | {
|
7045
|
-
class
|
7070
|
+
class?: string;
|
7071
|
+
keys?: number[];
|
7046
7072
|
} | undefined;
|
7047
7073
|
} & {
|
7048
7074
|
link?: boolean | undefined;
|
@@ -7103,6 +7129,7 @@ declare const VListItem: {
|
|
7103
7129
|
isGroupActivator: boolean | undefined;
|
7104
7130
|
isSelected: vue.ComputedRef<boolean>;
|
7105
7131
|
list: {
|
7132
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
7106
7133
|
hasPrepend: vue.Ref<boolean>;
|
7107
7134
|
updateHasPrepend: (value: boolean) => void;
|
7108
7135
|
} | null;
|
@@ -7144,7 +7171,8 @@ declare const VListItem: {
|
|
7144
7171
|
tile: boolean;
|
7145
7172
|
slim: boolean;
|
7146
7173
|
ripple: boolean | {
|
7147
|
-
class
|
7174
|
+
class?: string;
|
7175
|
+
keys?: number[];
|
7148
7176
|
} | undefined;
|
7149
7177
|
subtitle: string | number | boolean;
|
7150
7178
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -7375,6 +7403,7 @@ declare const VList: {
|
|
7375
7403
|
density: Density;
|
7376
7404
|
tile: boolean;
|
7377
7405
|
slim: boolean;
|
7406
|
+
filterable: boolean;
|
7378
7407
|
activatable: boolean;
|
7379
7408
|
selectable: boolean;
|
7380
7409
|
openStrategy: OpenStrategyProp;
|
@@ -7448,6 +7477,7 @@ declare const VList: {
|
|
7448
7477
|
rounded: string | number | boolean;
|
7449
7478
|
tile: boolean;
|
7450
7479
|
slim: boolean;
|
7480
|
+
filterable: boolean;
|
7451
7481
|
activatable: boolean;
|
7452
7482
|
selectable: boolean;
|
7453
7483
|
openStrategy: OpenStrategyProp;
|
@@ -7498,6 +7528,7 @@ declare const VList: {
|
|
7498
7528
|
density: Density;
|
7499
7529
|
tile: boolean;
|
7500
7530
|
slim: boolean;
|
7531
|
+
filterable: boolean;
|
7501
7532
|
activatable: boolean;
|
7502
7533
|
selectable: boolean;
|
7503
7534
|
openStrategy: OpenStrategyProp;
|
@@ -7552,6 +7583,7 @@ declare const VList: {
|
|
7552
7583
|
rounded: string | number | boolean;
|
7553
7584
|
tile: boolean;
|
7554
7585
|
slim: boolean;
|
7586
|
+
filterable: boolean;
|
7555
7587
|
activatable: boolean;
|
7556
7588
|
selectable: boolean;
|
7557
7589
|
openStrategy: OpenStrategyProp;
|
@@ -7573,6 +7605,7 @@ declare const VList: {
|
|
7573
7605
|
density: Density;
|
7574
7606
|
tile: boolean;
|
7575
7607
|
slim: boolean;
|
7608
|
+
filterable: boolean;
|
7576
7609
|
activatable: boolean;
|
7577
7610
|
selectable: boolean;
|
7578
7611
|
openStrategy: OpenStrategyProp;
|
@@ -7646,6 +7679,7 @@ declare const VList: {
|
|
7646
7679
|
rounded: string | number | boolean;
|
7647
7680
|
tile: boolean;
|
7648
7681
|
slim: boolean;
|
7682
|
+
filterable: boolean;
|
7649
7683
|
activatable: boolean;
|
7650
7684
|
selectable: boolean;
|
7651
7685
|
openStrategy: OpenStrategyProp;
|
@@ -7783,6 +7817,7 @@ declare const VList: {
|
|
7783
7817
|
activeClass: StringConstructor;
|
7784
7818
|
bgColor: StringConstructor;
|
7785
7819
|
disabled: BooleanConstructor;
|
7820
|
+
filterable: BooleanConstructor;
|
7786
7821
|
expandIcon: PropType<IconValue>;
|
7787
7822
|
collapseIcon: PropType<IconValue>;
|
7788
7823
|
lines: {
|
@@ -7889,6 +7924,7 @@ declare const VList: {
|
|
7889
7924
|
activeClass: StringConstructor;
|
7890
7925
|
bgColor: StringConstructor;
|
7891
7926
|
disabled: BooleanConstructor;
|
7927
|
+
filterable: BooleanConstructor;
|
7892
7928
|
expandIcon: PropType<IconValue>;
|
7893
7929
|
collapseIcon: PropType<IconValue>;
|
7894
7930
|
lines: {
|
@@ -11153,6 +11189,7 @@ declare const VAutocomplete: {
|
|
11153
11189
|
rounded: string | number | boolean;
|
11154
11190
|
tile: boolean;
|
11155
11191
|
slim: boolean;
|
11192
|
+
filterable: boolean;
|
11156
11193
|
activatable: boolean;
|
11157
11194
|
selectable: boolean;
|
11158
11195
|
openStrategy: OpenStrategyProp;
|
@@ -11170,6 +11207,7 @@ declare const VAutocomplete: {
|
|
11170
11207
|
density: Density;
|
11171
11208
|
tile: boolean;
|
11172
11209
|
slim: boolean;
|
11210
|
+
filterable: boolean;
|
11173
11211
|
activatable: boolean;
|
11174
11212
|
selectable: boolean;
|
11175
11213
|
openStrategy: OpenStrategyProp;
|
@@ -11201,7 +11239,7 @@ declare const VAutocomplete: {
|
|
11201
11239
|
value: boolean;
|
11202
11240
|
path: unknown[];
|
11203
11241
|
}) => any) | undefined;
|
11204
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
11242
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
11205
11243
|
items?: readonly any[] | undefined;
|
11206
11244
|
itemTitle?: SelectItemKey<any>;
|
11207
11245
|
itemValue?: SelectItemKey<any>;
|
@@ -13679,6 +13717,7 @@ declare const VAutocomplete: {
|
|
13679
13717
|
rounded: string | number | boolean;
|
13680
13718
|
tile: boolean;
|
13681
13719
|
slim: boolean;
|
13720
|
+
filterable: boolean;
|
13682
13721
|
activatable: boolean;
|
13683
13722
|
selectable: boolean;
|
13684
13723
|
openStrategy: OpenStrategyProp;
|
@@ -13696,6 +13735,7 @@ declare const VAutocomplete: {
|
|
13696
13735
|
density: Density;
|
13697
13736
|
tile: boolean;
|
13698
13737
|
slim: boolean;
|
13738
|
+
filterable: boolean;
|
13699
13739
|
activatable: boolean;
|
13700
13740
|
selectable: boolean;
|
13701
13741
|
openStrategy: OpenStrategyProp;
|
@@ -13727,7 +13767,7 @@ declare const VAutocomplete: {
|
|
13727
13767
|
value: boolean;
|
13728
13768
|
path: unknown[];
|
13729
13769
|
}) => any) | undefined;
|
13730
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
13770
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
13731
13771
|
items?: readonly any[] | undefined;
|
13732
13772
|
itemTitle?: SelectItemKey<any>;
|
13733
13773
|
itemValue?: SelectItemKey<any>;
|
@@ -16157,6 +16197,7 @@ declare const VAutocomplete: {
|
|
16157
16197
|
rounded: string | number | boolean;
|
16158
16198
|
tile: boolean;
|
16159
16199
|
slim: boolean;
|
16200
|
+
filterable: boolean;
|
16160
16201
|
activatable: boolean;
|
16161
16202
|
selectable: boolean;
|
16162
16203
|
openStrategy: OpenStrategyProp;
|
@@ -16174,6 +16215,7 @@ declare const VAutocomplete: {
|
|
16174
16215
|
density: Density;
|
16175
16216
|
tile: boolean;
|
16176
16217
|
slim: boolean;
|
16218
|
+
filterable: boolean;
|
16177
16219
|
activatable: boolean;
|
16178
16220
|
selectable: boolean;
|
16179
16221
|
openStrategy: OpenStrategyProp;
|
@@ -16205,7 +16247,7 @@ declare const VAutocomplete: {
|
|
16205
16247
|
value: boolean;
|
16206
16248
|
path: unknown[];
|
16207
16249
|
}) => any) | undefined;
|
16208
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
16250
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
16209
16251
|
items?: readonly any[] | undefined;
|
16210
16252
|
itemTitle?: SelectItemKey<any>;
|
16211
16253
|
itemValue?: SelectItemKey<any>;
|
@@ -22066,7 +22108,8 @@ declare const VBtn: {
|
|
22066
22108
|
slim: boolean;
|
22067
22109
|
stacked: boolean;
|
22068
22110
|
ripple: boolean | {
|
22069
|
-
class
|
22111
|
+
class?: string;
|
22112
|
+
keys?: number[];
|
22070
22113
|
} | undefined;
|
22071
22114
|
} & {
|
22072
22115
|
location?: Anchor | null | undefined;
|
@@ -22143,7 +22186,8 @@ declare const VBtn: {
|
|
22143
22186
|
slim: boolean;
|
22144
22187
|
stacked: boolean;
|
22145
22188
|
ripple: boolean | {
|
22146
|
-
class
|
22189
|
+
class?: string;
|
22190
|
+
keys?: number[];
|
22147
22191
|
} | undefined;
|
22148
22192
|
}, true, {}, vue.SlotsType<Partial<{
|
22149
22193
|
default: () => vue.VNode[];
|
@@ -22174,7 +22218,8 @@ declare const VBtn: {
|
|
22174
22218
|
slim: boolean;
|
22175
22219
|
stacked: boolean;
|
22176
22220
|
ripple: boolean | {
|
22177
|
-
class
|
22221
|
+
class?: string;
|
22222
|
+
keys?: number[];
|
22178
22223
|
} | undefined;
|
22179
22224
|
} & {
|
22180
22225
|
location?: Anchor | null | undefined;
|
@@ -22247,7 +22292,8 @@ declare const VBtn: {
|
|
22247
22292
|
slim: boolean;
|
22248
22293
|
stacked: boolean;
|
22249
22294
|
ripple: boolean | {
|
22250
|
-
class
|
22295
|
+
class?: string;
|
22296
|
+
keys?: number[];
|
22251
22297
|
} | undefined;
|
22252
22298
|
}>;
|
22253
22299
|
__isFragment?: never;
|
@@ -22270,7 +22316,8 @@ declare const VBtn: {
|
|
22270
22316
|
slim: boolean;
|
22271
22317
|
stacked: boolean;
|
22272
22318
|
ripple: boolean | {
|
22273
|
-
class
|
22319
|
+
class?: string;
|
22320
|
+
keys?: number[];
|
22274
22321
|
} | undefined;
|
22275
22322
|
} & {
|
22276
22323
|
location?: Anchor | null | undefined;
|
@@ -22347,7 +22394,8 @@ declare const VBtn: {
|
|
22347
22394
|
slim: boolean;
|
22348
22395
|
stacked: boolean;
|
22349
22396
|
ripple: boolean | {
|
22350
|
-
class
|
22397
|
+
class?: string;
|
22398
|
+
keys?: number[];
|
22351
22399
|
} | undefined;
|
22352
22400
|
}, {}, string, vue.SlotsType<Partial<{
|
22353
22401
|
default: () => vue.VNode[];
|
@@ -23158,7 +23206,8 @@ declare const VCard: {
|
|
23158
23206
|
density: Density;
|
23159
23207
|
tile: boolean;
|
23160
23208
|
ripple: boolean | {
|
23161
|
-
class
|
23209
|
+
class?: string;
|
23210
|
+
keys?: number[];
|
23162
23211
|
} | undefined;
|
23163
23212
|
hover: boolean;
|
23164
23213
|
} & {
|
@@ -23239,7 +23288,8 @@ declare const VCard: {
|
|
23239
23288
|
rounded: string | number | boolean;
|
23240
23289
|
tile: boolean;
|
23241
23290
|
ripple: boolean | {
|
23242
|
-
class
|
23291
|
+
class?: string;
|
23292
|
+
keys?: number[];
|
23243
23293
|
} | undefined;
|
23244
23294
|
subtitle: string | number | boolean;
|
23245
23295
|
hover: boolean;
|
@@ -23272,7 +23322,8 @@ declare const VCard: {
|
|
23272
23322
|
density: Density;
|
23273
23323
|
tile: boolean;
|
23274
23324
|
ripple: boolean | {
|
23275
|
-
class
|
23325
|
+
class?: string;
|
23326
|
+
keys?: number[];
|
23276
23327
|
} | undefined;
|
23277
23328
|
hover: boolean;
|
23278
23329
|
} & {
|
@@ -23353,7 +23404,8 @@ declare const VCard: {
|
|
23353
23404
|
rounded: string | number | boolean;
|
23354
23405
|
tile: boolean;
|
23355
23406
|
ripple: boolean | {
|
23356
|
-
class
|
23407
|
+
class?: string;
|
23408
|
+
keys?: number[];
|
23357
23409
|
} | undefined;
|
23358
23410
|
subtitle: string | number | boolean;
|
23359
23411
|
hover: boolean;
|
@@ -23372,7 +23424,8 @@ declare const VCard: {
|
|
23372
23424
|
density: Density;
|
23373
23425
|
tile: boolean;
|
23374
23426
|
ripple: boolean | {
|
23375
|
-
class
|
23427
|
+
class?: string;
|
23428
|
+
keys?: number[];
|
23376
23429
|
} | undefined;
|
23377
23430
|
hover: boolean;
|
23378
23431
|
} & {
|
@@ -23453,7 +23506,8 @@ declare const VCard: {
|
|
23453
23506
|
rounded: string | number | boolean;
|
23454
23507
|
tile: boolean;
|
23455
23508
|
ripple: boolean | {
|
23456
|
-
class
|
23509
|
+
class?: string;
|
23510
|
+
keys?: number[];
|
23457
23511
|
} | undefined;
|
23458
23512
|
subtitle: string | number | boolean;
|
23459
23513
|
hover: boolean;
|
@@ -25354,7 +25408,8 @@ declare const VSelectionControlGroup: {
|
|
25354
25408
|
valueComparator: typeof deepEqual;
|
25355
25409
|
density: Density;
|
25356
25410
|
ripple: boolean | {
|
25357
|
-
class
|
25411
|
+
class?: string;
|
25412
|
+
keys?: number[];
|
25358
25413
|
} | undefined;
|
25359
25414
|
defaultsTarget: string;
|
25360
25415
|
} & {
|
@@ -25378,7 +25433,8 @@ declare const VSelectionControlGroup: {
|
|
25378
25433
|
valueComparator: typeof deepEqual;
|
25379
25434
|
density: Density;
|
25380
25435
|
ripple: boolean | {
|
25381
|
-
class
|
25436
|
+
class?: string;
|
25437
|
+
keys?: number[];
|
25382
25438
|
} | undefined;
|
25383
25439
|
defaultsTarget: string;
|
25384
25440
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -25400,7 +25456,8 @@ declare const VSelectionControlGroup: {
|
|
25400
25456
|
valueComparator: typeof deepEqual;
|
25401
25457
|
density: Density;
|
25402
25458
|
ripple: boolean | {
|
25403
|
-
class
|
25459
|
+
class?: string;
|
25460
|
+
keys?: number[];
|
25404
25461
|
} | undefined;
|
25405
25462
|
defaultsTarget: string;
|
25406
25463
|
} & {
|
@@ -25422,7 +25479,8 @@ declare const VSelectionControlGroup: {
|
|
25422
25479
|
valueComparator: typeof deepEqual;
|
25423
25480
|
density: Density;
|
25424
25481
|
ripple: boolean | {
|
25425
|
-
class
|
25482
|
+
class?: string;
|
25483
|
+
keys?: number[];
|
25426
25484
|
} | undefined;
|
25427
25485
|
defaultsTarget: string;
|
25428
25486
|
}>;
|
@@ -25439,7 +25497,8 @@ declare const VSelectionControlGroup: {
|
|
25439
25497
|
valueComparator: typeof deepEqual;
|
25440
25498
|
density: Density;
|
25441
25499
|
ripple: boolean | {
|
25442
|
-
class
|
25500
|
+
class?: string;
|
25501
|
+
keys?: number[];
|
25443
25502
|
} | undefined;
|
25444
25503
|
defaultsTarget: string;
|
25445
25504
|
} & {
|
@@ -25463,7 +25522,8 @@ declare const VSelectionControlGroup: {
|
|
25463
25522
|
valueComparator: typeof deepEqual;
|
25464
25523
|
density: Density;
|
25465
25524
|
ripple: boolean | {
|
25466
|
-
class
|
25525
|
+
class?: string;
|
25526
|
+
keys?: number[];
|
25467
25527
|
} | undefined;
|
25468
25528
|
defaultsTarget: string;
|
25469
25529
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -25602,7 +25662,8 @@ declare const VSelectionControl: {
|
|
25602
25662
|
valueComparator: typeof deepEqual;
|
25603
25663
|
density: Density;
|
25604
25664
|
ripple: boolean | {
|
25605
|
-
class
|
25665
|
+
class?: string;
|
25666
|
+
keys?: number[];
|
25606
25667
|
} | undefined;
|
25607
25668
|
} & {
|
25608
25669
|
name?: string | undefined;
|
@@ -25634,7 +25695,8 @@ declare const VSelectionControl: {
|
|
25634
25695
|
valueComparator: typeof deepEqual;
|
25635
25696
|
density: Density;
|
25636
25697
|
ripple: boolean | {
|
25637
|
-
class
|
25698
|
+
class?: string;
|
25699
|
+
keys?: number[];
|
25638
25700
|
} | undefined;
|
25639
25701
|
}, true, {}, vue.SlotsType<Partial<{
|
25640
25702
|
default: (arg: {
|
@@ -25663,7 +25725,8 @@ declare const VSelectionControl: {
|
|
25663
25725
|
valueComparator: typeof deepEqual;
|
25664
25726
|
density: Density;
|
25665
25727
|
ripple: boolean | {
|
25666
|
-
class
|
25728
|
+
class?: string;
|
25729
|
+
keys?: number[];
|
25667
25730
|
} | undefined;
|
25668
25731
|
} & {
|
25669
25732
|
name?: string | undefined;
|
@@ -25693,7 +25756,8 @@ declare const VSelectionControl: {
|
|
25693
25756
|
valueComparator: typeof deepEqual;
|
25694
25757
|
density: Density;
|
25695
25758
|
ripple: boolean | {
|
25696
|
-
class
|
25759
|
+
class?: string;
|
25760
|
+
keys?: number[];
|
25697
25761
|
} | undefined;
|
25698
25762
|
}>;
|
25699
25763
|
__isFragment?: never;
|
@@ -25709,7 +25773,8 @@ declare const VSelectionControl: {
|
|
25709
25773
|
valueComparator: typeof deepEqual;
|
25710
25774
|
density: Density;
|
25711
25775
|
ripple: boolean | {
|
25712
|
-
class
|
25776
|
+
class?: string;
|
25777
|
+
keys?: number[];
|
25713
25778
|
} | undefined;
|
25714
25779
|
} & {
|
25715
25780
|
name?: string | undefined;
|
@@ -25741,7 +25806,8 @@ declare const VSelectionControl: {
|
|
25741
25806
|
valueComparator: typeof deepEqual;
|
25742
25807
|
density: Density;
|
25743
25808
|
ripple: boolean | {
|
25744
|
-
class
|
25809
|
+
class?: string;
|
25810
|
+
keys?: number[];
|
25745
25811
|
} | undefined;
|
25746
25812
|
}, {}, string, vue.SlotsType<Partial<{
|
25747
25813
|
default: (arg: {
|
@@ -25871,7 +25937,8 @@ declare const VCheckbox: {
|
|
25871
25937
|
valueComparator: typeof deepEqual;
|
25872
25938
|
density: Density;
|
25873
25939
|
ripple: boolean | {
|
25874
|
-
class
|
25940
|
+
class?: string;
|
25941
|
+
keys?: number[];
|
25875
25942
|
} | undefined;
|
25876
25943
|
falseIcon: IconValue;
|
25877
25944
|
trueIcon: IconValue;
|
@@ -25927,7 +25994,8 @@ declare const VCheckbox: {
|
|
25927
25994
|
valueComparator: typeof deepEqual;
|
25928
25995
|
density: Density;
|
25929
25996
|
ripple: boolean | {
|
25930
|
-
class
|
25997
|
+
class?: string;
|
25998
|
+
keys?: number[];
|
25931
25999
|
} | undefined;
|
25932
26000
|
falseIcon: IconValue;
|
25933
26001
|
trueIcon: IconValue;
|
@@ -25973,7 +26041,8 @@ declare const VCheckbox: {
|
|
25973
26041
|
valueComparator: typeof deepEqual;
|
25974
26042
|
density: Density;
|
25975
26043
|
ripple: boolean | {
|
25976
|
-
class
|
26044
|
+
class?: string;
|
26045
|
+
keys?: number[];
|
25977
26046
|
} | undefined;
|
25978
26047
|
falseIcon: IconValue;
|
25979
26048
|
trueIcon: IconValue;
|
@@ -26026,7 +26095,8 @@ declare const VCheckbox: {
|
|
26026
26095
|
valueComparator: typeof deepEqual;
|
26027
26096
|
density: Density;
|
26028
26097
|
ripple: boolean | {
|
26029
|
-
class
|
26098
|
+
class?: string;
|
26099
|
+
keys?: number[];
|
26030
26100
|
} | undefined;
|
26031
26101
|
falseIcon: IconValue;
|
26032
26102
|
trueIcon: IconValue;
|
@@ -26055,7 +26125,8 @@ declare const VCheckbox: {
|
|
26055
26125
|
valueComparator: typeof deepEqual;
|
26056
26126
|
density: Density;
|
26057
26127
|
ripple: boolean | {
|
26058
|
-
class
|
26128
|
+
class?: string;
|
26129
|
+
keys?: number[];
|
26059
26130
|
} | undefined;
|
26060
26131
|
falseIcon: IconValue;
|
26061
26132
|
trueIcon: IconValue;
|
@@ -26111,7 +26182,8 @@ declare const VCheckbox: {
|
|
26111
26182
|
valueComparator: typeof deepEqual;
|
26112
26183
|
density: Density;
|
26113
26184
|
ripple: boolean | {
|
26114
|
-
class
|
26185
|
+
class?: string;
|
26186
|
+
keys?: number[];
|
26115
26187
|
} | undefined;
|
26116
26188
|
falseIcon: IconValue;
|
26117
26189
|
trueIcon: IconValue;
|
@@ -26350,7 +26422,8 @@ declare const VCheckboxBtn: {
|
|
26350
26422
|
valueComparator: typeof deepEqual;
|
26351
26423
|
density: Density;
|
26352
26424
|
ripple: boolean | {
|
26353
|
-
class
|
26425
|
+
class?: string;
|
26426
|
+
keys?: number[];
|
26354
26427
|
} | undefined;
|
26355
26428
|
falseIcon: IconValue;
|
26356
26429
|
trueIcon: IconValue;
|
@@ -26384,7 +26457,8 @@ declare const VCheckboxBtn: {
|
|
26384
26457
|
valueComparator: typeof deepEqual;
|
26385
26458
|
density: Density;
|
26386
26459
|
ripple: boolean | {
|
26387
|
-
class
|
26460
|
+
class?: string;
|
26461
|
+
keys?: number[];
|
26388
26462
|
} | undefined;
|
26389
26463
|
falseIcon: IconValue;
|
26390
26464
|
trueIcon: IconValue;
|
@@ -26417,7 +26491,8 @@ declare const VCheckboxBtn: {
|
|
26417
26491
|
valueComparator: typeof deepEqual;
|
26418
26492
|
density: Density;
|
26419
26493
|
ripple: boolean | {
|
26420
|
-
class
|
26494
|
+
class?: string;
|
26495
|
+
keys?: number[];
|
26421
26496
|
} | undefined;
|
26422
26497
|
falseIcon: IconValue;
|
26423
26498
|
trueIcon: IconValue;
|
@@ -26448,7 +26523,8 @@ declare const VCheckboxBtn: {
|
|
26448
26523
|
valueComparator: typeof deepEqual;
|
26449
26524
|
density: Density;
|
26450
26525
|
ripple: boolean | {
|
26451
|
-
class
|
26526
|
+
class?: string;
|
26527
|
+
keys?: number[];
|
26452
26528
|
} | undefined;
|
26453
26529
|
falseIcon: IconValue;
|
26454
26530
|
trueIcon: IconValue;
|
@@ -26468,7 +26544,8 @@ declare const VCheckboxBtn: {
|
|
26468
26544
|
valueComparator: typeof deepEqual;
|
26469
26545
|
density: Density;
|
26470
26546
|
ripple: boolean | {
|
26471
|
-
class
|
26547
|
+
class?: string;
|
26548
|
+
keys?: number[];
|
26472
26549
|
} | undefined;
|
26473
26550
|
falseIcon: IconValue;
|
26474
26551
|
trueIcon: IconValue;
|
@@ -26502,7 +26579,8 @@ declare const VCheckboxBtn: {
|
|
26502
26579
|
valueComparator: typeof deepEqual;
|
26503
26580
|
density: Density;
|
26504
26581
|
ripple: boolean | {
|
26505
|
-
class
|
26582
|
+
class?: string;
|
26583
|
+
keys?: number[];
|
26506
26584
|
} | undefined;
|
26507
26585
|
falseIcon: IconValue;
|
26508
26586
|
trueIcon: IconValue;
|
@@ -26655,7 +26733,8 @@ declare const VChip: {
|
|
26655
26733
|
density: Density;
|
26656
26734
|
tile: boolean;
|
26657
26735
|
ripple: boolean | {
|
26658
|
-
class
|
26736
|
+
class?: string;
|
26737
|
+
keys?: number[];
|
26659
26738
|
} | undefined;
|
26660
26739
|
closable: boolean;
|
26661
26740
|
closeIcon: IconValue;
|
@@ -26767,7 +26846,8 @@ declare const VChip: {
|
|
26767
26846
|
rounded: string | number | boolean;
|
26768
26847
|
tile: boolean;
|
26769
26848
|
ripple: boolean | {
|
26770
|
-
class
|
26849
|
+
class?: string;
|
26850
|
+
keys?: number[];
|
26771
26851
|
} | undefined;
|
26772
26852
|
closable: boolean;
|
26773
26853
|
closeIcon: IconValue;
|
@@ -26810,7 +26890,8 @@ declare const VChip: {
|
|
26810
26890
|
density: Density;
|
26811
26891
|
tile: boolean;
|
26812
26892
|
ripple: boolean | {
|
26813
|
-
class
|
26893
|
+
class?: string;
|
26894
|
+
keys?: number[];
|
26814
26895
|
} | undefined;
|
26815
26896
|
closable: boolean;
|
26816
26897
|
closeIcon: IconValue;
|
@@ -26915,7 +26996,8 @@ declare const VChip: {
|
|
26915
26996
|
rounded: string | number | boolean;
|
26916
26997
|
tile: boolean;
|
26917
26998
|
ripple: boolean | {
|
26918
|
-
class
|
26999
|
+
class?: string;
|
27000
|
+
keys?: number[];
|
26919
27001
|
} | undefined;
|
26920
27002
|
closable: boolean;
|
26921
27003
|
closeIcon: IconValue;
|
@@ -26941,7 +27023,8 @@ declare const VChip: {
|
|
26941
27023
|
density: Density;
|
26942
27024
|
tile: boolean;
|
26943
27025
|
ripple: boolean | {
|
26944
|
-
class
|
27026
|
+
class?: string;
|
27027
|
+
keys?: number[];
|
26945
27028
|
} | undefined;
|
26946
27029
|
closable: boolean;
|
26947
27030
|
closeIcon: IconValue;
|
@@ -27053,7 +27136,8 @@ declare const VChip: {
|
|
27053
27136
|
rounded: string | number | boolean;
|
27054
27137
|
tile: boolean;
|
27055
27138
|
ripple: boolean | {
|
27056
|
-
class
|
27139
|
+
class?: string;
|
27140
|
+
keys?: number[];
|
27057
27141
|
} | undefined;
|
27058
27142
|
closable: boolean;
|
27059
27143
|
closeIcon: IconValue;
|
@@ -28260,6 +28344,7 @@ declare const VCombobox: {
|
|
28260
28344
|
rounded: string | number | boolean;
|
28261
28345
|
tile: boolean;
|
28262
28346
|
slim: boolean;
|
28347
|
+
filterable: boolean;
|
28263
28348
|
activatable: boolean;
|
28264
28349
|
selectable: boolean;
|
28265
28350
|
openStrategy: OpenStrategyProp;
|
@@ -28277,6 +28362,7 @@ declare const VCombobox: {
|
|
28277
28362
|
density: Density;
|
28278
28363
|
tile: boolean;
|
28279
28364
|
slim: boolean;
|
28365
|
+
filterable: boolean;
|
28280
28366
|
activatable: boolean;
|
28281
28367
|
selectable: boolean;
|
28282
28368
|
openStrategy: OpenStrategyProp;
|
@@ -28308,7 +28394,7 @@ declare const VCombobox: {
|
|
28308
28394
|
value: boolean;
|
28309
28395
|
path: unknown[];
|
28310
28396
|
}) => any) | undefined;
|
28311
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
28397
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
28312
28398
|
items?: readonly any[] | undefined;
|
28313
28399
|
itemTitle?: SelectItemKey<any>;
|
28314
28400
|
itemValue?: SelectItemKey<any>;
|
@@ -30784,6 +30870,7 @@ declare const VCombobox: {
|
|
30784
30870
|
rounded: string | number | boolean;
|
30785
30871
|
tile: boolean;
|
30786
30872
|
slim: boolean;
|
30873
|
+
filterable: boolean;
|
30787
30874
|
activatable: boolean;
|
30788
30875
|
selectable: boolean;
|
30789
30876
|
openStrategy: OpenStrategyProp;
|
@@ -30801,6 +30888,7 @@ declare const VCombobox: {
|
|
30801
30888
|
density: Density;
|
30802
30889
|
tile: boolean;
|
30803
30890
|
slim: boolean;
|
30891
|
+
filterable: boolean;
|
30804
30892
|
activatable: boolean;
|
30805
30893
|
selectable: boolean;
|
30806
30894
|
openStrategy: OpenStrategyProp;
|
@@ -30832,7 +30920,7 @@ declare const VCombobox: {
|
|
30832
30920
|
value: boolean;
|
30833
30921
|
path: unknown[];
|
30834
30922
|
}) => any) | undefined;
|
30835
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
30923
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
30836
30924
|
items?: readonly any[] | undefined;
|
30837
30925
|
itemTitle?: SelectItemKey<any>;
|
30838
30926
|
itemValue?: SelectItemKey<any>;
|
@@ -33260,6 +33348,7 @@ declare const VCombobox: {
|
|
33260
33348
|
rounded: string | number | boolean;
|
33261
33349
|
tile: boolean;
|
33262
33350
|
slim: boolean;
|
33351
|
+
filterable: boolean;
|
33263
33352
|
activatable: boolean;
|
33264
33353
|
selectable: boolean;
|
33265
33354
|
openStrategy: OpenStrategyProp;
|
@@ -33277,6 +33366,7 @@ declare const VCombobox: {
|
|
33277
33366
|
density: Density;
|
33278
33367
|
tile: boolean;
|
33279
33368
|
slim: boolean;
|
33369
|
+
filterable: boolean;
|
33280
33370
|
activatable: boolean;
|
33281
33371
|
selectable: boolean;
|
33282
33372
|
openStrategy: OpenStrategyProp;
|
@@ -33308,7 +33398,7 @@ declare const VCombobox: {
|
|
33308
33398
|
value: boolean;
|
33309
33399
|
path: unknown[];
|
33310
33400
|
}) => any) | undefined;
|
33311
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
33401
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
33312
33402
|
items?: readonly any[] | undefined;
|
33313
33403
|
itemTitle?: SelectItemKey<any>;
|
33314
33404
|
itemValue?: SelectItemKey<any>;
|
@@ -37088,6 +37178,196 @@ declare const VDataTableRow: {
|
|
37088
37178
|
}>>;
|
37089
37179
|
type VDataTableRow = InstanceType<typeof VDataTableRow>;
|
37090
37180
|
|
37181
|
+
type Striped = null | 'odd' | 'even';
|
37182
|
+
declare const VTable: {
|
37183
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
37184
|
+
style: vue.StyleValue;
|
37185
|
+
tag: string | JSXComponent;
|
37186
|
+
density: Density;
|
37187
|
+
striped: Striped;
|
37188
|
+
hover: boolean;
|
37189
|
+
fixedHeader: boolean;
|
37190
|
+
fixedFooter: boolean;
|
37191
|
+
} & {
|
37192
|
+
height?: string | number | undefined;
|
37193
|
+
class?: any;
|
37194
|
+
theme?: string | undefined;
|
37195
|
+
} & {
|
37196
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
37197
|
+
default?: (() => vue.VNodeChild) | undefined;
|
37198
|
+
top?: (() => vue.VNodeChild) | undefined;
|
37199
|
+
bottom?: (() => vue.VNodeChild) | undefined;
|
37200
|
+
wrapper?: (() => vue.VNodeChild) | undefined;
|
37201
|
+
};
|
37202
|
+
'v-slots'?: {
|
37203
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
37204
|
+
top?: false | (() => vue.VNodeChild) | undefined;
|
37205
|
+
bottom?: false | (() => vue.VNodeChild) | undefined;
|
37206
|
+
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
37207
|
+
} | undefined;
|
37208
|
+
} & {
|
37209
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
37210
|
+
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
37211
|
+
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
37212
|
+
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
37213
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
37214
|
+
style: vue.StyleValue;
|
37215
|
+
tag: string | JSXComponent;
|
37216
|
+
density: Density;
|
37217
|
+
striped: Striped;
|
37218
|
+
hover: boolean;
|
37219
|
+
fixedHeader: boolean;
|
37220
|
+
fixedFooter: boolean;
|
37221
|
+
}, true, {}, vue.SlotsType<Partial<{
|
37222
|
+
default: () => vue.VNode[];
|
37223
|
+
top: () => vue.VNode[];
|
37224
|
+
bottom: () => vue.VNode[];
|
37225
|
+
wrapper: () => vue.VNode[];
|
37226
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
37227
|
+
P: {};
|
37228
|
+
B: {};
|
37229
|
+
D: {};
|
37230
|
+
C: {};
|
37231
|
+
M: {};
|
37232
|
+
Defaults: {};
|
37233
|
+
}, {
|
37234
|
+
style: vue.StyleValue;
|
37235
|
+
tag: string | JSXComponent;
|
37236
|
+
density: Density;
|
37237
|
+
striped: Striped;
|
37238
|
+
hover: boolean;
|
37239
|
+
fixedHeader: boolean;
|
37240
|
+
fixedFooter: boolean;
|
37241
|
+
} & {
|
37242
|
+
height?: string | number | undefined;
|
37243
|
+
class?: any;
|
37244
|
+
theme?: string | undefined;
|
37245
|
+
} & {
|
37246
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
37247
|
+
default?: (() => vue.VNodeChild) | undefined;
|
37248
|
+
top?: (() => vue.VNodeChild) | undefined;
|
37249
|
+
bottom?: (() => vue.VNodeChild) | undefined;
|
37250
|
+
wrapper?: (() => vue.VNodeChild) | undefined;
|
37251
|
+
};
|
37252
|
+
'v-slots'?: {
|
37253
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
37254
|
+
top?: false | (() => vue.VNodeChild) | undefined;
|
37255
|
+
bottom?: false | (() => vue.VNodeChild) | undefined;
|
37256
|
+
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
37257
|
+
} | undefined;
|
37258
|
+
} & {
|
37259
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
37260
|
+
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
37261
|
+
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
37262
|
+
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
37263
|
+
}, {}, {}, {}, {}, {
|
37264
|
+
style: vue.StyleValue;
|
37265
|
+
tag: string | JSXComponent;
|
37266
|
+
density: Density;
|
37267
|
+
striped: Striped;
|
37268
|
+
hover: boolean;
|
37269
|
+
fixedHeader: boolean;
|
37270
|
+
fixedFooter: boolean;
|
37271
|
+
}>;
|
37272
|
+
__isFragment?: never;
|
37273
|
+
__isTeleport?: never;
|
37274
|
+
__isSuspense?: never;
|
37275
|
+
} & vue.ComponentOptionsBase<{
|
37276
|
+
style: vue.StyleValue;
|
37277
|
+
tag: string | JSXComponent;
|
37278
|
+
density: Density;
|
37279
|
+
striped: Striped;
|
37280
|
+
hover: boolean;
|
37281
|
+
fixedHeader: boolean;
|
37282
|
+
fixedFooter: boolean;
|
37283
|
+
} & {
|
37284
|
+
height?: string | number | undefined;
|
37285
|
+
class?: any;
|
37286
|
+
theme?: string | undefined;
|
37287
|
+
} & {
|
37288
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
37289
|
+
default?: (() => vue.VNodeChild) | undefined;
|
37290
|
+
top?: (() => vue.VNodeChild) | undefined;
|
37291
|
+
bottom?: (() => vue.VNodeChild) | undefined;
|
37292
|
+
wrapper?: (() => vue.VNodeChild) | undefined;
|
37293
|
+
};
|
37294
|
+
'v-slots'?: {
|
37295
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
37296
|
+
top?: false | (() => vue.VNodeChild) | undefined;
|
37297
|
+
bottom?: false | (() => vue.VNodeChild) | undefined;
|
37298
|
+
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
37299
|
+
} | undefined;
|
37300
|
+
} & {
|
37301
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
37302
|
+
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
37303
|
+
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
37304
|
+
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
37305
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
37306
|
+
style: vue.StyleValue;
|
37307
|
+
tag: string | JSXComponent;
|
37308
|
+
density: Density;
|
37309
|
+
striped: Striped;
|
37310
|
+
hover: boolean;
|
37311
|
+
fixedHeader: boolean;
|
37312
|
+
fixedFooter: boolean;
|
37313
|
+
}, {}, string, vue.SlotsType<Partial<{
|
37314
|
+
default: () => vue.VNode[];
|
37315
|
+
top: () => vue.VNode[];
|
37316
|
+
bottom: () => vue.VNode[];
|
37317
|
+
wrapper: () => vue.VNode[];
|
37318
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
37319
|
+
theme: StringConstructor;
|
37320
|
+
tag: {
|
37321
|
+
type: PropType<string | JSXComponent>;
|
37322
|
+
default: string;
|
37323
|
+
};
|
37324
|
+
density: {
|
37325
|
+
type: PropType<Density>;
|
37326
|
+
default: string;
|
37327
|
+
validator: (v: any) => boolean;
|
37328
|
+
};
|
37329
|
+
class: PropType<ClassValue>;
|
37330
|
+
style: {
|
37331
|
+
type: PropType<vue.StyleValue>;
|
37332
|
+
default: null;
|
37333
|
+
};
|
37334
|
+
fixedHeader: BooleanConstructor;
|
37335
|
+
fixedFooter: BooleanConstructor;
|
37336
|
+
height: (StringConstructor | NumberConstructor)[];
|
37337
|
+
hover: BooleanConstructor;
|
37338
|
+
striped: {
|
37339
|
+
type: PropType<Striped>;
|
37340
|
+
default: null;
|
37341
|
+
validator: (v: any) => boolean;
|
37342
|
+
};
|
37343
|
+
}, vue.ExtractPropTypes<{
|
37344
|
+
theme: StringConstructor;
|
37345
|
+
tag: {
|
37346
|
+
type: PropType<string | JSXComponent>;
|
37347
|
+
default: string;
|
37348
|
+
};
|
37349
|
+
density: {
|
37350
|
+
type: PropType<Density>;
|
37351
|
+
default: string;
|
37352
|
+
validator: (v: any) => boolean;
|
37353
|
+
};
|
37354
|
+
class: PropType<ClassValue>;
|
37355
|
+
style: {
|
37356
|
+
type: PropType<vue.StyleValue>;
|
37357
|
+
default: null;
|
37358
|
+
};
|
37359
|
+
fixedHeader: BooleanConstructor;
|
37360
|
+
fixedFooter: BooleanConstructor;
|
37361
|
+
height: (StringConstructor | NumberConstructor)[];
|
37362
|
+
hover: BooleanConstructor;
|
37363
|
+
striped: {
|
37364
|
+
type: PropType<Striped>;
|
37365
|
+
default: null;
|
37366
|
+
validator: (v: any) => boolean;
|
37367
|
+
};
|
37368
|
+
}>>;
|
37369
|
+
type VTable = InstanceType<typeof VTable>;
|
37370
|
+
|
37091
37371
|
type VDataTableGroupHeaderRowSlots = {
|
37092
37372
|
'data-table-group': {
|
37093
37373
|
item: Group;
|
@@ -37341,6 +37621,7 @@ declare const VDataTable: {
|
|
37341
37621
|
selectStrategy: "all" | "page" | "single";
|
37342
37622
|
valueComparator: typeof deepEqual;
|
37343
37623
|
density: Density;
|
37624
|
+
striped: Striped;
|
37344
37625
|
nextIcon: IconValue;
|
37345
37626
|
prevIcon: IconValue;
|
37346
37627
|
hideNoData: boolean;
|
@@ -37421,6 +37702,7 @@ declare const VDataTable: {
|
|
37421
37702
|
selectStrategy: "all" | "page" | "single";
|
37422
37703
|
valueComparator: typeof deepEqual;
|
37423
37704
|
density: Density;
|
37705
|
+
striped: Striped;
|
37424
37706
|
nextIcon: IconValue;
|
37425
37707
|
prevIcon: IconValue;
|
37426
37708
|
hideNoData: boolean;
|
@@ -37522,6 +37804,7 @@ declare const VDataTable: {
|
|
37522
37804
|
selectStrategy: "all" | "page" | "single";
|
37523
37805
|
valueComparator: typeof deepEqual;
|
37524
37806
|
density: Density;
|
37807
|
+
striped: Striped;
|
37525
37808
|
nextIcon: IconValue;
|
37526
37809
|
prevIcon: IconValue;
|
37527
37810
|
hideNoData: boolean;
|
@@ -37593,6 +37876,7 @@ declare const VDataTable: {
|
|
37593
37876
|
selectStrategy: "all" | "page" | "single";
|
37594
37877
|
valueComparator: typeof deepEqual;
|
37595
37878
|
density: Density;
|
37879
|
+
striped: Striped;
|
37596
37880
|
nextIcon: IconValue;
|
37597
37881
|
prevIcon: IconValue;
|
37598
37882
|
hideNoData: boolean;
|
@@ -37646,6 +37930,7 @@ declare const VDataTable: {
|
|
37646
37930
|
selectStrategy: "all" | "page" | "single";
|
37647
37931
|
valueComparator: typeof deepEqual;
|
37648
37932
|
density: Density;
|
37933
|
+
striped: Striped;
|
37649
37934
|
nextIcon: IconValue;
|
37650
37935
|
prevIcon: IconValue;
|
37651
37936
|
hideNoData: boolean;
|
@@ -37726,6 +38011,7 @@ declare const VDataTable: {
|
|
37726
38011
|
selectStrategy: "all" | "page" | "single";
|
37727
38012
|
valueComparator: typeof deepEqual;
|
37728
38013
|
density: Density;
|
38014
|
+
striped: Striped;
|
37729
38015
|
nextIcon: IconValue;
|
37730
38016
|
prevIcon: IconValue;
|
37731
38017
|
hideNoData: boolean;
|
@@ -37883,6 +38169,11 @@ declare const VDataTable: {
|
|
37883
38169
|
fixedFooter: BooleanConstructor;
|
37884
38170
|
height: (StringConstructor | NumberConstructor)[];
|
37885
38171
|
hover: BooleanConstructor;
|
38172
|
+
striped: {
|
38173
|
+
type: vue.PropType<Striped>;
|
38174
|
+
default: null;
|
38175
|
+
validator: (v: any) => boolean;
|
38176
|
+
};
|
37886
38177
|
loading: (StringConstructor | BooleanConstructor)[];
|
37887
38178
|
mobile: {
|
37888
38179
|
type: vue.PropType<boolean | null>;
|
@@ -38051,6 +38342,11 @@ declare const VDataTable: {
|
|
38051
38342
|
fixedFooter: BooleanConstructor;
|
38052
38343
|
height: (StringConstructor | NumberConstructor)[];
|
38053
38344
|
hover: BooleanConstructor;
|
38345
|
+
striped: {
|
38346
|
+
type: vue.PropType<Striped>;
|
38347
|
+
default: null;
|
38348
|
+
validator: (v: any) => boolean;
|
38349
|
+
};
|
38054
38350
|
loading: (StringConstructor | BooleanConstructor)[];
|
38055
38351
|
mobile: {
|
38056
38352
|
type: vue.PropType<boolean | null>;
|
@@ -38428,6 +38724,7 @@ declare const VDataTableVirtual: {
|
|
38428
38724
|
selectStrategy: "all" | "page" | "single";
|
38429
38725
|
valueComparator: typeof deepEqual;
|
38430
38726
|
density: Density;
|
38727
|
+
striped: Striped;
|
38431
38728
|
itemHeight: string | number;
|
38432
38729
|
itemKey: SelectItemKey;
|
38433
38730
|
hideNoData: boolean;
|
@@ -38489,6 +38786,7 @@ declare const VDataTableVirtual: {
|
|
38489
38786
|
selectStrategy: "all" | "page" | "single";
|
38490
38787
|
valueComparator: typeof deepEqual;
|
38491
38788
|
density: Density;
|
38789
|
+
striped: Striped;
|
38492
38790
|
itemHeight: string | number;
|
38493
38791
|
itemKey: SelectItemKey;
|
38494
38792
|
hideNoData: boolean;
|
@@ -38573,6 +38871,7 @@ declare const VDataTableVirtual: {
|
|
38573
38871
|
selectStrategy: "all" | "page" | "single";
|
38574
38872
|
valueComparator: typeof deepEqual;
|
38575
38873
|
density: Density;
|
38874
|
+
striped: Striped;
|
38576
38875
|
itemHeight: string | number;
|
38577
38876
|
itemKey: SelectItemKey;
|
38578
38877
|
hideNoData: boolean;
|
@@ -38628,6 +38927,7 @@ declare const VDataTableVirtual: {
|
|
38628
38927
|
selectStrategy: "all" | "page" | "single";
|
38629
38928
|
valueComparator: typeof deepEqual;
|
38630
38929
|
density: Density;
|
38930
|
+
striped: Striped;
|
38631
38931
|
itemHeight: string | number;
|
38632
38932
|
itemKey: SelectItemKey;
|
38633
38933
|
hideNoData: boolean;
|
@@ -38665,6 +38965,7 @@ declare const VDataTableVirtual: {
|
|
38665
38965
|
selectStrategy: "all" | "page" | "single";
|
38666
38966
|
valueComparator: typeof deepEqual;
|
38667
38967
|
density: Density;
|
38968
|
+
striped: Striped;
|
38668
38969
|
itemHeight: string | number;
|
38669
38970
|
itemKey: SelectItemKey;
|
38670
38971
|
hideNoData: boolean;
|
@@ -38726,6 +39027,7 @@ declare const VDataTableVirtual: {
|
|
38726
39027
|
selectStrategy: "all" | "page" | "single";
|
38727
39028
|
valueComparator: typeof deepEqual;
|
38728
39029
|
density: Density;
|
39030
|
+
striped: Striped;
|
38729
39031
|
itemHeight: string | number;
|
38730
39032
|
itemKey: SelectItemKey;
|
38731
39033
|
hideNoData: boolean;
|
@@ -38891,6 +39193,11 @@ declare const VDataTableVirtual: {
|
|
38891
39193
|
default: string;
|
38892
39194
|
validator: (v: any) => boolean;
|
38893
39195
|
};
|
39196
|
+
striped: {
|
39197
|
+
type: vue.PropType<Striped>;
|
39198
|
+
default: null;
|
39199
|
+
validator: (v: any) => boolean;
|
39200
|
+
};
|
38894
39201
|
hideNoData: BooleanConstructor;
|
38895
39202
|
hover: BooleanConstructor;
|
38896
39203
|
lastFixed: BooleanConstructor;
|
@@ -39007,6 +39314,11 @@ declare const VDataTableVirtual: {
|
|
39007
39314
|
default: string;
|
39008
39315
|
validator: (v: any) => boolean;
|
39009
39316
|
};
|
39317
|
+
striped: {
|
39318
|
+
type: vue.PropType<Striped>;
|
39319
|
+
default: null;
|
39320
|
+
validator: (v: any) => boolean;
|
39321
|
+
};
|
39010
39322
|
hideNoData: BooleanConstructor;
|
39011
39323
|
hover: BooleanConstructor;
|
39012
39324
|
lastFixed: BooleanConstructor;
|
@@ -39050,6 +39362,7 @@ declare const VDataTableServer: {
|
|
39050
39362
|
selectStrategy: "all" | "page" | "single";
|
39051
39363
|
valueComparator: typeof deepEqual;
|
39052
39364
|
density: Density;
|
39365
|
+
striped: Striped;
|
39053
39366
|
nextIcon: IconValue;
|
39054
39367
|
prevIcon: IconValue;
|
39055
39368
|
hideNoData: boolean;
|
@@ -39124,6 +39437,7 @@ declare const VDataTableServer: {
|
|
39124
39437
|
selectStrategy: "all" | "page" | "single";
|
39125
39438
|
valueComparator: typeof deepEqual;
|
39126
39439
|
density: Density;
|
39440
|
+
striped: Striped;
|
39127
39441
|
nextIcon: IconValue;
|
39128
39442
|
prevIcon: IconValue;
|
39129
39443
|
hideNoData: boolean;
|
@@ -39223,6 +39537,7 @@ declare const VDataTableServer: {
|
|
39223
39537
|
selectStrategy: "all" | "page" | "single";
|
39224
39538
|
valueComparator: typeof deepEqual;
|
39225
39539
|
density: Density;
|
39540
|
+
striped: Striped;
|
39226
39541
|
nextIcon: IconValue;
|
39227
39542
|
prevIcon: IconValue;
|
39228
39543
|
hideNoData: boolean;
|
@@ -39289,6 +39604,7 @@ declare const VDataTableServer: {
|
|
39289
39604
|
selectStrategy: "all" | "page" | "single";
|
39290
39605
|
valueComparator: typeof deepEqual;
|
39291
39606
|
density: Density;
|
39607
|
+
striped: Striped;
|
39292
39608
|
nextIcon: IconValue;
|
39293
39609
|
prevIcon: IconValue;
|
39294
39610
|
hideNoData: boolean;
|
@@ -39340,6 +39656,7 @@ declare const VDataTableServer: {
|
|
39340
39656
|
selectStrategy: "all" | "page" | "single";
|
39341
39657
|
valueComparator: typeof deepEqual;
|
39342
39658
|
density: Density;
|
39659
|
+
striped: Striped;
|
39343
39660
|
nextIcon: IconValue;
|
39344
39661
|
prevIcon: IconValue;
|
39345
39662
|
hideNoData: boolean;
|
@@ -39414,6 +39731,7 @@ declare const VDataTableServer: {
|
|
39414
39731
|
selectStrategy: "all" | "page" | "single";
|
39415
39732
|
valueComparator: typeof deepEqual;
|
39416
39733
|
density: Density;
|
39734
|
+
striped: Striped;
|
39417
39735
|
nextIcon: IconValue;
|
39418
39736
|
prevIcon: IconValue;
|
39419
39737
|
hideNoData: boolean;
|
@@ -39563,6 +39881,11 @@ declare const VDataTableServer: {
|
|
39563
39881
|
fixedFooter: BooleanConstructor;
|
39564
39882
|
height: (StringConstructor | NumberConstructor)[];
|
39565
39883
|
hover: BooleanConstructor;
|
39884
|
+
striped: {
|
39885
|
+
type: vue.PropType<Striped>;
|
39886
|
+
default: null;
|
39887
|
+
validator: (v: any) => boolean;
|
39888
|
+
};
|
39566
39889
|
loading: (StringConstructor | BooleanConstructor)[];
|
39567
39890
|
mobile: {
|
39568
39891
|
type: vue.PropType<boolean | null>;
|
@@ -39727,6 +40050,11 @@ declare const VDataTableServer: {
|
|
39727
40050
|
fixedFooter: BooleanConstructor;
|
39728
40051
|
height: (StringConstructor | NumberConstructor)[];
|
39729
40052
|
hover: BooleanConstructor;
|
40053
|
+
striped: {
|
40054
|
+
type: vue.PropType<Striped>;
|
40055
|
+
default: null;
|
40056
|
+
validator: (v: any) => boolean;
|
40057
|
+
};
|
39730
40058
|
loading: (StringConstructor | BooleanConstructor)[];
|
39731
40059
|
mobile: {
|
39732
40060
|
type: vue.PropType<boolean | null>;
|
@@ -44449,7 +44777,8 @@ declare const VExpansionPanels: {
|
|
44449
44777
|
focusable: boolean;
|
44450
44778
|
tile: boolean;
|
44451
44779
|
ripple: boolean | {
|
44452
|
-
class
|
44780
|
+
class?: string;
|
44781
|
+
keys?: number[];
|
44453
44782
|
} | undefined;
|
44454
44783
|
collapseIcon: IconValue;
|
44455
44784
|
expandIcon: IconValue;
|
@@ -44496,7 +44825,8 @@ declare const VExpansionPanels: {
|
|
44496
44825
|
rounded: string | number | boolean;
|
44497
44826
|
tile: boolean;
|
44498
44827
|
ripple: boolean | {
|
44499
|
-
class
|
44828
|
+
class?: string;
|
44829
|
+
keys?: number[];
|
44500
44830
|
} | undefined;
|
44501
44831
|
collapseIcon: IconValue;
|
44502
44832
|
expandIcon: IconValue;
|
@@ -44523,7 +44853,8 @@ declare const VExpansionPanels: {
|
|
44523
44853
|
focusable: boolean;
|
44524
44854
|
tile: boolean;
|
44525
44855
|
ripple: boolean | {
|
44526
|
-
class
|
44856
|
+
class?: string;
|
44857
|
+
keys?: number[];
|
44527
44858
|
} | undefined;
|
44528
44859
|
collapseIcon: IconValue;
|
44529
44860
|
expandIcon: IconValue;
|
@@ -44568,7 +44899,8 @@ declare const VExpansionPanels: {
|
|
44568
44899
|
rounded: string | number | boolean;
|
44569
44900
|
tile: boolean;
|
44570
44901
|
ripple: boolean | {
|
44571
|
-
class
|
44902
|
+
class?: string;
|
44903
|
+
keys?: number[];
|
44572
44904
|
} | undefined;
|
44573
44905
|
collapseIcon: IconValue;
|
44574
44906
|
expandIcon: IconValue;
|
@@ -44590,7 +44922,8 @@ declare const VExpansionPanels: {
|
|
44590
44922
|
focusable: boolean;
|
44591
44923
|
tile: boolean;
|
44592
44924
|
ripple: boolean | {
|
44593
|
-
class
|
44925
|
+
class?: string;
|
44926
|
+
keys?: number[];
|
44594
44927
|
} | undefined;
|
44595
44928
|
collapseIcon: IconValue;
|
44596
44929
|
expandIcon: IconValue;
|
@@ -44637,7 +44970,8 @@ declare const VExpansionPanels: {
|
|
44637
44970
|
rounded: string | number | boolean;
|
44638
44971
|
tile: boolean;
|
44639
44972
|
ripple: boolean | {
|
44640
|
-
class
|
44973
|
+
class?: string;
|
44974
|
+
keys?: number[];
|
44641
44975
|
} | undefined;
|
44642
44976
|
collapseIcon: IconValue;
|
44643
44977
|
expandIcon: IconValue;
|
@@ -44766,7 +45100,8 @@ declare const VExpansionPanel: {
|
|
44766
45100
|
focusable: boolean;
|
44767
45101
|
tile: boolean;
|
44768
45102
|
ripple: boolean | {
|
44769
|
-
class
|
45103
|
+
class?: string;
|
45104
|
+
keys?: number[];
|
44770
45105
|
} | undefined;
|
44771
45106
|
collapseIcon: IconValue;
|
44772
45107
|
expandIcon: IconValue;
|
@@ -44823,7 +45158,8 @@ declare const VExpansionPanel: {
|
|
44823
45158
|
rounded: string | number | boolean;
|
44824
45159
|
tile: boolean;
|
44825
45160
|
ripple: boolean | {
|
44826
|
-
class
|
45161
|
+
class?: string;
|
45162
|
+
keys?: number[];
|
44827
45163
|
} | undefined;
|
44828
45164
|
collapseIcon: IconValue;
|
44829
45165
|
expandIcon: IconValue;
|
@@ -44849,7 +45185,8 @@ declare const VExpansionPanel: {
|
|
44849
45185
|
focusable: boolean;
|
44850
45186
|
tile: boolean;
|
44851
45187
|
ripple: boolean | {
|
44852
|
-
class
|
45188
|
+
class?: string;
|
45189
|
+
keys?: number[];
|
44853
45190
|
} | undefined;
|
44854
45191
|
collapseIcon: IconValue;
|
44855
45192
|
expandIcon: IconValue;
|
@@ -44902,7 +45239,8 @@ declare const VExpansionPanel: {
|
|
44902
45239
|
rounded: string | number | boolean;
|
44903
45240
|
tile: boolean;
|
44904
45241
|
ripple: boolean | {
|
44905
|
-
class
|
45242
|
+
class?: string;
|
45243
|
+
keys?: number[];
|
44906
45244
|
} | undefined;
|
44907
45245
|
collapseIcon: IconValue;
|
44908
45246
|
expandIcon: IconValue;
|
@@ -44921,7 +45259,8 @@ declare const VExpansionPanel: {
|
|
44921
45259
|
focusable: boolean;
|
44922
45260
|
tile: boolean;
|
44923
45261
|
ripple: boolean | {
|
44924
|
-
class
|
45262
|
+
class?: string;
|
45263
|
+
keys?: number[];
|
44925
45264
|
} | undefined;
|
44926
45265
|
collapseIcon: IconValue;
|
44927
45266
|
expandIcon: IconValue;
|
@@ -44978,7 +45317,8 @@ declare const VExpansionPanel: {
|
|
44978
45317
|
rounded: string | number | boolean;
|
44979
45318
|
tile: boolean;
|
44980
45319
|
ripple: boolean | {
|
44981
|
-
class
|
45320
|
+
class?: string;
|
45321
|
+
keys?: number[];
|
44982
45322
|
} | undefined;
|
44983
45323
|
collapseIcon: IconValue;
|
44984
45324
|
expandIcon: IconValue;
|
@@ -45186,7 +45526,8 @@ declare const VExpansionPanelTitle: {
|
|
45186
45526
|
static: boolean;
|
45187
45527
|
focusable: boolean;
|
45188
45528
|
ripple: boolean | {
|
45189
|
-
class
|
45529
|
+
class?: string;
|
45530
|
+
keys?: number[];
|
45190
45531
|
} | undefined;
|
45191
45532
|
collapseIcon: IconValue;
|
45192
45533
|
expandIcon: IconValue;
|
@@ -45218,7 +45559,8 @@ declare const VExpansionPanelTitle: {
|
|
45218
45559
|
static: boolean;
|
45219
45560
|
focusable: boolean;
|
45220
45561
|
ripple: boolean | {
|
45221
|
-
class
|
45562
|
+
class?: string;
|
45563
|
+
keys?: number[];
|
45222
45564
|
} | undefined;
|
45223
45565
|
collapseIcon: IconValue;
|
45224
45566
|
expandIcon: IconValue;
|
@@ -45239,7 +45581,8 @@ declare const VExpansionPanelTitle: {
|
|
45239
45581
|
static: boolean;
|
45240
45582
|
focusable: boolean;
|
45241
45583
|
ripple: boolean | {
|
45242
|
-
class
|
45584
|
+
class?: string;
|
45585
|
+
keys?: number[];
|
45243
45586
|
} | undefined;
|
45244
45587
|
collapseIcon: IconValue;
|
45245
45588
|
expandIcon: IconValue;
|
@@ -45271,7 +45614,8 @@ declare const VExpansionPanelTitle: {
|
|
45271
45614
|
static: boolean;
|
45272
45615
|
focusable: boolean;
|
45273
45616
|
ripple: boolean | {
|
45274
|
-
class
|
45617
|
+
class?: string;
|
45618
|
+
keys?: number[];
|
45275
45619
|
} | undefined;
|
45276
45620
|
collapseIcon: IconValue;
|
45277
45621
|
expandIcon: IconValue;
|
@@ -45286,7 +45630,8 @@ declare const VExpansionPanelTitle: {
|
|
45286
45630
|
static: boolean;
|
45287
45631
|
focusable: boolean;
|
45288
45632
|
ripple: boolean | {
|
45289
|
-
class
|
45633
|
+
class?: string;
|
45634
|
+
keys?: number[];
|
45290
45635
|
} | undefined;
|
45291
45636
|
collapseIcon: IconValue;
|
45292
45637
|
expandIcon: IconValue;
|
@@ -45318,7 +45663,8 @@ declare const VExpansionPanelTitle: {
|
|
45318
45663
|
static: boolean;
|
45319
45664
|
focusable: boolean;
|
45320
45665
|
ripple: boolean | {
|
45321
|
-
class
|
45666
|
+
class?: string;
|
45667
|
+
keys?: number[];
|
45322
45668
|
} | undefined;
|
45323
45669
|
collapseIcon: IconValue;
|
45324
45670
|
expandIcon: IconValue;
|
@@ -45416,7 +45762,8 @@ declare const VFab: {
|
|
45416
45762
|
slim: boolean;
|
45417
45763
|
stacked: boolean;
|
45418
45764
|
ripple: boolean | {
|
45419
|
-
class
|
45765
|
+
class?: string;
|
45766
|
+
keys?: number[];
|
45420
45767
|
} | undefined;
|
45421
45768
|
extended: boolean;
|
45422
45769
|
} & {
|
@@ -45489,7 +45836,8 @@ declare const VFab: {
|
|
45489
45836
|
slim: boolean;
|
45490
45837
|
stacked: boolean;
|
45491
45838
|
ripple: boolean | {
|
45492
|
-
class
|
45839
|
+
class?: string;
|
45840
|
+
keys?: number[];
|
45493
45841
|
} | undefined;
|
45494
45842
|
extended: boolean;
|
45495
45843
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -45529,7 +45877,8 @@ declare const VFab: {
|
|
45529
45877
|
slim: boolean;
|
45530
45878
|
stacked: boolean;
|
45531
45879
|
ripple: boolean | {
|
45532
|
-
class
|
45880
|
+
class?: string;
|
45881
|
+
keys?: number[];
|
45533
45882
|
} | undefined;
|
45534
45883
|
extended: boolean;
|
45535
45884
|
} & {
|
@@ -45600,7 +45949,8 @@ declare const VFab: {
|
|
45600
45949
|
slim: boolean;
|
45601
45950
|
stacked: boolean;
|
45602
45951
|
ripple: boolean | {
|
45603
|
-
class
|
45952
|
+
class?: string;
|
45953
|
+
keys?: number[];
|
45604
45954
|
} | undefined;
|
45605
45955
|
extended: boolean;
|
45606
45956
|
}>;
|
@@ -45635,7 +45985,8 @@ declare const VFab: {
|
|
45635
45985
|
slim: boolean;
|
45636
45986
|
stacked: boolean;
|
45637
45987
|
ripple: boolean | {
|
45638
|
-
class
|
45988
|
+
class?: string;
|
45989
|
+
keys?: number[];
|
45639
45990
|
} | undefined;
|
45640
45991
|
extended: boolean;
|
45641
45992
|
} & {
|
@@ -45708,7 +46059,8 @@ declare const VFab: {
|
|
45708
46059
|
slim: boolean;
|
45709
46060
|
stacked: boolean;
|
45710
46061
|
ripple: boolean | {
|
45711
|
-
class
|
46062
|
+
class?: string;
|
46063
|
+
keys?: number[];
|
45712
46064
|
} | undefined;
|
45713
46065
|
extended: boolean;
|
45714
46066
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -60415,7 +60767,8 @@ declare const VRadio: {
|
|
60415
60767
|
valueComparator: typeof deepEqual;
|
60416
60768
|
density: Density;
|
60417
60769
|
ripple: boolean | {
|
60418
|
-
class
|
60770
|
+
class?: string;
|
60771
|
+
keys?: number[];
|
60419
60772
|
} | undefined;
|
60420
60773
|
falseIcon: IconValue;
|
60421
60774
|
trueIcon: IconValue;
|
@@ -60479,7 +60832,8 @@ declare const VRadio: {
|
|
60479
60832
|
valueComparator: typeof deepEqual;
|
60480
60833
|
density: Density;
|
60481
60834
|
ripple: boolean | {
|
60482
|
-
class
|
60835
|
+
class?: string;
|
60836
|
+
keys?: number[];
|
60483
60837
|
} | undefined;
|
60484
60838
|
falseIcon: IconValue;
|
60485
60839
|
trueIcon: IconValue;
|
@@ -60510,7 +60864,8 @@ declare const VRadio: {
|
|
60510
60864
|
valueComparator: typeof deepEqual;
|
60511
60865
|
density: Density;
|
60512
60866
|
ripple: boolean | {
|
60513
|
-
class
|
60867
|
+
class?: string;
|
60868
|
+
keys?: number[];
|
60514
60869
|
} | undefined;
|
60515
60870
|
falseIcon: IconValue;
|
60516
60871
|
trueIcon: IconValue;
|
@@ -60574,7 +60929,8 @@ declare const VRadio: {
|
|
60574
60929
|
valueComparator: typeof deepEqual;
|
60575
60930
|
density: Density;
|
60576
60931
|
ripple: boolean | {
|
60577
|
-
class
|
60932
|
+
class?: string;
|
60933
|
+
keys?: number[];
|
60578
60934
|
} | undefined;
|
60579
60935
|
falseIcon: IconValue;
|
60580
60936
|
trueIcon: IconValue;
|
@@ -60592,7 +60948,8 @@ declare const VRadio: {
|
|
60592
60948
|
valueComparator: typeof deepEqual;
|
60593
60949
|
density: Density;
|
60594
60950
|
ripple: boolean | {
|
60595
|
-
class
|
60951
|
+
class?: string;
|
60952
|
+
keys?: number[];
|
60596
60953
|
} | undefined;
|
60597
60954
|
falseIcon: IconValue;
|
60598
60955
|
trueIcon: IconValue;
|
@@ -60656,7 +61013,8 @@ declare const VRadio: {
|
|
60656
61013
|
valueComparator: typeof deepEqual;
|
60657
61014
|
density: Density;
|
60658
61015
|
ripple: boolean | {
|
60659
|
-
class
|
61016
|
+
class?: string;
|
61017
|
+
keys?: number[];
|
60660
61018
|
} | undefined;
|
60661
61019
|
falseIcon: IconValue;
|
60662
61020
|
trueIcon: IconValue;
|
@@ -60804,7 +61162,8 @@ declare const VRadioGroup: {
|
|
60804
61162
|
valueComparator: typeof deepEqual;
|
60805
61163
|
density: Density;
|
60806
61164
|
ripple: boolean | {
|
60807
|
-
class
|
61165
|
+
class?: string;
|
61166
|
+
keys?: number[];
|
60808
61167
|
} | undefined;
|
60809
61168
|
falseIcon: IconValue;
|
60810
61169
|
trueIcon: IconValue;
|
@@ -60853,7 +61212,8 @@ declare const VRadioGroup: {
|
|
60853
61212
|
valueComparator: typeof deepEqual;
|
60854
61213
|
density: Density;
|
60855
61214
|
ripple: boolean | {
|
60856
|
-
class
|
61215
|
+
class?: string;
|
61216
|
+
keys?: number[];
|
60857
61217
|
} | undefined;
|
60858
61218
|
falseIcon: IconValue;
|
60859
61219
|
trueIcon: IconValue;
|
@@ -60895,7 +61255,8 @@ declare const VRadioGroup: {
|
|
60895
61255
|
valueComparator: typeof deepEqual;
|
60896
61256
|
density: Density;
|
60897
61257
|
ripple: boolean | {
|
60898
|
-
class
|
61258
|
+
class?: string;
|
61259
|
+
keys?: number[];
|
60899
61260
|
} | undefined;
|
60900
61261
|
falseIcon: IconValue;
|
60901
61262
|
trueIcon: IconValue;
|
@@ -60942,7 +61303,8 @@ declare const VRadioGroup: {
|
|
60942
61303
|
valueComparator: typeof deepEqual;
|
60943
61304
|
density: Density;
|
60944
61305
|
ripple: boolean | {
|
60945
|
-
class
|
61306
|
+
class?: string;
|
61307
|
+
keys?: number[];
|
60946
61308
|
} | undefined;
|
60947
61309
|
falseIcon: IconValue;
|
60948
61310
|
trueIcon: IconValue;
|
@@ -60971,7 +61333,8 @@ declare const VRadioGroup: {
|
|
60971
61333
|
valueComparator: typeof deepEqual;
|
60972
61334
|
density: Density;
|
60973
61335
|
ripple: boolean | {
|
60974
|
-
class
|
61336
|
+
class?: string;
|
61337
|
+
keys?: number[];
|
60975
61338
|
} | undefined;
|
60976
61339
|
falseIcon: IconValue;
|
60977
61340
|
trueIcon: IconValue;
|
@@ -61020,7 +61383,8 @@ declare const VRadioGroup: {
|
|
61020
61383
|
valueComparator: typeof deepEqual;
|
61021
61384
|
density: Density;
|
61022
61385
|
ripple: boolean | {
|
61023
|
-
class
|
61386
|
+
class?: string;
|
61387
|
+
keys?: number[];
|
61024
61388
|
} | undefined;
|
61025
61389
|
falseIcon: IconValue;
|
61026
61390
|
trueIcon: IconValue;
|
@@ -62515,6 +62879,7 @@ declare const VSelect: {
|
|
62515
62879
|
rounded: string | number | boolean;
|
62516
62880
|
tile: boolean;
|
62517
62881
|
slim: boolean;
|
62882
|
+
filterable: boolean;
|
62518
62883
|
activatable: boolean;
|
62519
62884
|
selectable: boolean;
|
62520
62885
|
openStrategy: OpenStrategyProp;
|
@@ -62532,6 +62897,7 @@ declare const VSelect: {
|
|
62532
62897
|
density: Density;
|
62533
62898
|
tile: boolean;
|
62534
62899
|
slim: boolean;
|
62900
|
+
filterable: boolean;
|
62535
62901
|
activatable: boolean;
|
62536
62902
|
selectable: boolean;
|
62537
62903
|
openStrategy: OpenStrategyProp;
|
@@ -62563,7 +62929,7 @@ declare const VSelect: {
|
|
62563
62929
|
value: boolean;
|
62564
62930
|
path: unknown[];
|
62565
62931
|
}) => any) | undefined;
|
62566
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
62932
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
62567
62933
|
items?: readonly any[] | undefined;
|
62568
62934
|
itemTitle?: SelectItemKey<any>;
|
62569
62935
|
itemValue?: SelectItemKey<any>;
|
@@ -65021,6 +65387,7 @@ declare const VSelect: {
|
|
65021
65387
|
rounded: string | number | boolean;
|
65022
65388
|
tile: boolean;
|
65023
65389
|
slim: boolean;
|
65390
|
+
filterable: boolean;
|
65024
65391
|
activatable: boolean;
|
65025
65392
|
selectable: boolean;
|
65026
65393
|
openStrategy: OpenStrategyProp;
|
@@ -65038,6 +65405,7 @@ declare const VSelect: {
|
|
65038
65405
|
density: Density;
|
65039
65406
|
tile: boolean;
|
65040
65407
|
slim: boolean;
|
65408
|
+
filterable: boolean;
|
65041
65409
|
activatable: boolean;
|
65042
65410
|
selectable: boolean;
|
65043
65411
|
openStrategy: OpenStrategyProp;
|
@@ -65069,7 +65437,7 @@ declare const VSelect: {
|
|
65069
65437
|
value: boolean;
|
65070
65438
|
path: unknown[];
|
65071
65439
|
}) => any) | undefined;
|
65072
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
65440
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
65073
65441
|
items?: readonly any[] | undefined;
|
65074
65442
|
itemTitle?: SelectItemKey<any>;
|
65075
65443
|
itemValue?: SelectItemKey<any>;
|
@@ -67480,6 +67848,7 @@ declare const VSelect: {
|
|
67480
67848
|
rounded: string | number | boolean;
|
67481
67849
|
tile: boolean;
|
67482
67850
|
slim: boolean;
|
67851
|
+
filterable: boolean;
|
67483
67852
|
activatable: boolean;
|
67484
67853
|
selectable: boolean;
|
67485
67854
|
openStrategy: OpenStrategyProp;
|
@@ -67497,6 +67866,7 @@ declare const VSelect: {
|
|
67497
67866
|
density: Density;
|
67498
67867
|
tile: boolean;
|
67499
67868
|
slim: boolean;
|
67869
|
+
filterable: boolean;
|
67500
67870
|
activatable: boolean;
|
67501
67871
|
selectable: boolean;
|
67502
67872
|
openStrategy: OpenStrategyProp;
|
@@ -67528,7 +67898,7 @@ declare const VSelect: {
|
|
67528
67898
|
value: boolean;
|
67529
67899
|
path: unknown[];
|
67530
67900
|
}) => any) | undefined;
|
67531
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
67901
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
|
67532
67902
|
items?: readonly any[] | undefined;
|
67533
67903
|
itemTitle?: SelectItemKey<any>;
|
67534
67904
|
itemValue?: SelectItemKey<any>;
|
@@ -73529,7 +73899,8 @@ declare const VStepperItem: {
|
|
73529
73899
|
disabled: boolean;
|
73530
73900
|
rules: readonly ValidationRule[];
|
73531
73901
|
ripple: boolean | {
|
73532
|
-
class
|
73902
|
+
class?: string;
|
73903
|
+
keys?: number[];
|
73533
73904
|
} | undefined;
|
73534
73905
|
completeIcon: IconValue;
|
73535
73906
|
editable: boolean;
|
@@ -73574,7 +73945,8 @@ declare const VStepperItem: {
|
|
73574
73945
|
disabled: boolean;
|
73575
73946
|
rules: readonly ValidationRule[];
|
73576
73947
|
ripple: boolean | {
|
73577
|
-
class
|
73948
|
+
class?: string;
|
73949
|
+
keys?: number[];
|
73578
73950
|
} | undefined;
|
73579
73951
|
completeIcon: IconValue;
|
73580
73952
|
editable: boolean;
|
@@ -73598,7 +73970,8 @@ declare const VStepperItem: {
|
|
73598
73970
|
disabled: boolean;
|
73599
73971
|
rules: readonly ValidationRule[];
|
73600
73972
|
ripple: boolean | {
|
73601
|
-
class
|
73973
|
+
class?: string;
|
73974
|
+
keys?: number[];
|
73602
73975
|
} | undefined;
|
73603
73976
|
completeIcon: IconValue;
|
73604
73977
|
editable: boolean;
|
@@ -73639,7 +74012,8 @@ declare const VStepperItem: {
|
|
73639
74012
|
disabled: boolean;
|
73640
74013
|
rules: readonly ValidationRule[];
|
73641
74014
|
ripple: boolean | {
|
73642
|
-
class
|
74015
|
+
class?: string;
|
74016
|
+
keys?: number[];
|
73643
74017
|
} | undefined;
|
73644
74018
|
completeIcon: IconValue;
|
73645
74019
|
editable: boolean;
|
@@ -73655,7 +74029,8 @@ declare const VStepperItem: {
|
|
73655
74029
|
disabled: boolean;
|
73656
74030
|
rules: readonly ValidationRule[];
|
73657
74031
|
ripple: boolean | {
|
73658
|
-
class
|
74032
|
+
class?: string;
|
74033
|
+
keys?: number[];
|
73659
74034
|
} | undefined;
|
73660
74035
|
completeIcon: IconValue;
|
73661
74036
|
editable: boolean;
|
@@ -73700,7 +74075,8 @@ declare const VStepperItem: {
|
|
73700
74075
|
disabled: boolean;
|
73701
74076
|
rules: readonly ValidationRule[];
|
73702
74077
|
ripple: boolean | {
|
73703
|
-
class
|
74078
|
+
class?: string;
|
74079
|
+
keys?: number[];
|
73704
74080
|
} | undefined;
|
73705
74081
|
completeIcon: IconValue;
|
73706
74082
|
editable: boolean;
|
@@ -74947,7 +75323,8 @@ declare const VSwitch: {
|
|
74947
75323
|
valueComparator: typeof deepEqual;
|
74948
75324
|
density: Density;
|
74949
75325
|
ripple: boolean | {
|
74950
|
-
class
|
75326
|
+
class?: string;
|
75327
|
+
keys?: number[];
|
74951
75328
|
} | undefined;
|
74952
75329
|
centerAffix: boolean;
|
74953
75330
|
glow: boolean;
|
@@ -75008,7 +75385,8 @@ declare const VSwitch: {
|
|
75008
75385
|
valueComparator: typeof deepEqual;
|
75009
75386
|
density: Density;
|
75010
75387
|
ripple: boolean | {
|
75011
|
-
class
|
75388
|
+
class?: string;
|
75389
|
+
keys?: number[];
|
75012
75390
|
} | undefined;
|
75013
75391
|
centerAffix: boolean;
|
75014
75392
|
glow: boolean;
|
@@ -75061,7 +75439,8 @@ declare const VSwitch: {
|
|
75061
75439
|
valueComparator: typeof deepEqual;
|
75062
75440
|
density: Density;
|
75063
75441
|
ripple: boolean | {
|
75064
|
-
class
|
75442
|
+
class?: string;
|
75443
|
+
keys?: number[];
|
75065
75444
|
} | undefined;
|
75066
75445
|
centerAffix: boolean;
|
75067
75446
|
glow: boolean;
|
@@ -75118,7 +75497,8 @@ declare const VSwitch: {
|
|
75118
75497
|
valueComparator: typeof deepEqual;
|
75119
75498
|
density: Density;
|
75120
75499
|
ripple: boolean | {
|
75121
|
-
class
|
75500
|
+
class?: string;
|
75501
|
+
keys?: number[];
|
75122
75502
|
} | undefined;
|
75123
75503
|
centerAffix: boolean;
|
75124
75504
|
glow: boolean;
|
@@ -75148,7 +75528,8 @@ declare const VSwitch: {
|
|
75148
75528
|
valueComparator: typeof deepEqual;
|
75149
75529
|
density: Density;
|
75150
75530
|
ripple: boolean | {
|
75151
|
-
class
|
75531
|
+
class?: string;
|
75532
|
+
keys?: number[];
|
75152
75533
|
} | undefined;
|
75153
75534
|
centerAffix: boolean;
|
75154
75535
|
glow: boolean;
|
@@ -75209,7 +75590,8 @@ declare const VSwitch: {
|
|
75209
75590
|
valueComparator: typeof deepEqual;
|
75210
75591
|
density: Density;
|
75211
75592
|
ripple: boolean | {
|
75212
|
-
class
|
75593
|
+
class?: string;
|
75594
|
+
keys?: number[];
|
75213
75595
|
} | undefined;
|
75214
75596
|
centerAffix: boolean;
|
75215
75597
|
glow: boolean;
|
@@ -75628,7 +76010,8 @@ declare const VTab: {
|
|
75628
76010
|
slim: boolean;
|
75629
76011
|
stacked: boolean;
|
75630
76012
|
ripple: boolean | {
|
75631
|
-
class
|
76013
|
+
class?: string;
|
76014
|
+
keys?: number[];
|
75632
76015
|
} | undefined;
|
75633
76016
|
hideSlider: boolean;
|
75634
76017
|
} & {
|
@@ -75696,7 +76079,8 @@ declare const VTab: {
|
|
75696
76079
|
slim: boolean;
|
75697
76080
|
stacked: boolean;
|
75698
76081
|
ripple: boolean | {
|
75699
|
-
class
|
76082
|
+
class?: string;
|
76083
|
+
keys?: number[];
|
75700
76084
|
} | undefined;
|
75701
76085
|
}> & Omit<{
|
75702
76086
|
symbol: any;
|
@@ -75715,7 +76099,8 @@ declare const VTab: {
|
|
75715
76099
|
slim: boolean;
|
75716
76100
|
stacked: boolean;
|
75717
76101
|
ripple: boolean | {
|
75718
|
-
class
|
76102
|
+
class?: string;
|
76103
|
+
keys?: number[];
|
75719
76104
|
} | undefined;
|
75720
76105
|
location?: Anchor | null | undefined;
|
75721
76106
|
height?: string | number | undefined;
|
@@ -75799,7 +76184,8 @@ declare const VTab: {
|
|
75799
76184
|
slim: boolean;
|
75800
76185
|
stacked: boolean;
|
75801
76186
|
ripple: boolean | {
|
75802
|
-
class
|
76187
|
+
class?: string;
|
76188
|
+
keys?: number[];
|
75803
76189
|
} | undefined;
|
75804
76190
|
} & {
|
75805
76191
|
location?: Anchor | null | undefined;
|
@@ -75876,7 +76262,8 @@ declare const VTab: {
|
|
75876
76262
|
slim: boolean;
|
75877
76263
|
stacked: boolean;
|
75878
76264
|
ripple: boolean | {
|
75879
|
-
class
|
76265
|
+
class?: string;
|
76266
|
+
keys?: number[];
|
75880
76267
|
} | undefined;
|
75881
76268
|
}, {}, string, vue.SlotsType<Partial<{
|
75882
76269
|
default: () => vue.VNode[];
|
@@ -75923,7 +76310,8 @@ declare const VTab: {
|
|
75923
76310
|
slim: boolean;
|
75924
76311
|
stacked: boolean;
|
75925
76312
|
ripple: boolean | {
|
75926
|
-
class
|
76313
|
+
class?: string;
|
76314
|
+
keys?: number[];
|
75927
76315
|
} | undefined;
|
75928
76316
|
}> & Omit<{
|
75929
76317
|
symbol: any;
|
@@ -75942,7 +76330,8 @@ declare const VTab: {
|
|
75942
76330
|
slim: boolean;
|
75943
76331
|
stacked: boolean;
|
75944
76332
|
ripple: boolean | {
|
75945
|
-
class
|
76333
|
+
class?: string;
|
76334
|
+
keys?: number[];
|
75946
76335
|
} | undefined;
|
75947
76336
|
} & {
|
75948
76337
|
location?: Anchor | null | undefined;
|
@@ -76018,7 +76407,8 @@ declare const VTab: {
|
|
76018
76407
|
slim: boolean;
|
76019
76408
|
stacked: boolean;
|
76020
76409
|
ripple: boolean | {
|
76021
|
-
class
|
76410
|
+
class?: string;
|
76411
|
+
keys?: number[];
|
76022
76412
|
} | undefined;
|
76023
76413
|
hideSlider: boolean;
|
76024
76414
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -76050,7 +76440,8 @@ declare const VTab: {
|
|
76050
76440
|
slim: boolean;
|
76051
76441
|
stacked: boolean;
|
76052
76442
|
ripple: boolean | {
|
76053
|
-
class
|
76443
|
+
class?: string;
|
76444
|
+
keys?: number[];
|
76054
76445
|
} | undefined;
|
76055
76446
|
hideSlider: boolean;
|
76056
76447
|
} & {
|
@@ -76118,7 +76509,8 @@ declare const VTab: {
|
|
76118
76509
|
slim: boolean;
|
76119
76510
|
stacked: boolean;
|
76120
76511
|
ripple: boolean | {
|
76121
|
-
class
|
76512
|
+
class?: string;
|
76513
|
+
keys?: number[];
|
76122
76514
|
} | undefined;
|
76123
76515
|
}> & Omit<{
|
76124
76516
|
symbol: any;
|
@@ -76137,7 +76529,8 @@ declare const VTab: {
|
|
76137
76529
|
slim: boolean;
|
76138
76530
|
stacked: boolean;
|
76139
76531
|
ripple: boolean | {
|
76140
|
-
class
|
76532
|
+
class?: string;
|
76533
|
+
keys?: number[];
|
76141
76534
|
} | undefined;
|
76142
76535
|
location?: Anchor | null | undefined;
|
76143
76536
|
height?: string | number | undefined;
|
@@ -76221,7 +76614,8 @@ declare const VTab: {
|
|
76221
76614
|
slim: boolean;
|
76222
76615
|
stacked: boolean;
|
76223
76616
|
ripple: boolean | {
|
76224
|
-
class
|
76617
|
+
class?: string;
|
76618
|
+
keys?: number[];
|
76225
76619
|
} | undefined;
|
76226
76620
|
} & {
|
76227
76621
|
location?: Anchor | null | undefined;
|
@@ -76298,7 +76692,8 @@ declare const VTab: {
|
|
76298
76692
|
slim: boolean;
|
76299
76693
|
stacked: boolean;
|
76300
76694
|
ripple: boolean | {
|
76301
|
-
class
|
76695
|
+
class?: string;
|
76696
|
+
keys?: number[];
|
76302
76697
|
} | undefined;
|
76303
76698
|
}, {}, string, vue.SlotsType<Partial<{
|
76304
76699
|
default: () => vue.VNode[];
|
@@ -76345,7 +76740,8 @@ declare const VTab: {
|
|
76345
76740
|
slim: boolean;
|
76346
76741
|
stacked: boolean;
|
76347
76742
|
ripple: boolean | {
|
76348
|
-
class
|
76743
|
+
class?: string;
|
76744
|
+
keys?: number[];
|
76349
76745
|
} | undefined;
|
76350
76746
|
}> & Omit<{
|
76351
76747
|
symbol: any;
|
@@ -76364,7 +76760,8 @@ declare const VTab: {
|
|
76364
76760
|
slim: boolean;
|
76365
76761
|
stacked: boolean;
|
76366
76762
|
ripple: boolean | {
|
76367
|
-
class
|
76763
|
+
class?: string;
|
76764
|
+
keys?: number[];
|
76368
76765
|
} | undefined;
|
76369
76766
|
} & {
|
76370
76767
|
location?: Anchor | null | undefined;
|
@@ -76440,7 +76837,8 @@ declare const VTab: {
|
|
76440
76837
|
slim: boolean;
|
76441
76838
|
stacked: boolean;
|
76442
76839
|
ripple: boolean | {
|
76443
|
-
class
|
76840
|
+
class?: string;
|
76841
|
+
keys?: number[];
|
76444
76842
|
} | undefined;
|
76445
76843
|
hideSlider: boolean;
|
76446
76844
|
}>;
|
@@ -76464,7 +76862,8 @@ declare const VTab: {
|
|
76464
76862
|
slim: boolean;
|
76465
76863
|
stacked: boolean;
|
76466
76864
|
ripple: boolean | {
|
76467
|
-
class
|
76865
|
+
class?: string;
|
76866
|
+
keys?: number[];
|
76468
76867
|
} | undefined;
|
76469
76868
|
hideSlider: boolean;
|
76470
76869
|
} & {
|
@@ -76532,7 +76931,8 @@ declare const VTab: {
|
|
76532
76931
|
slim: boolean;
|
76533
76932
|
stacked: boolean;
|
76534
76933
|
ripple: boolean | {
|
76535
|
-
class
|
76934
|
+
class?: string;
|
76935
|
+
keys?: number[];
|
76536
76936
|
} | undefined;
|
76537
76937
|
}> & Omit<{
|
76538
76938
|
symbol: any;
|
@@ -76551,7 +76951,8 @@ declare const VTab: {
|
|
76551
76951
|
slim: boolean;
|
76552
76952
|
stacked: boolean;
|
76553
76953
|
ripple: boolean | {
|
76554
|
-
class
|
76954
|
+
class?: string;
|
76955
|
+
keys?: number[];
|
76555
76956
|
} | undefined;
|
76556
76957
|
location?: Anchor | null | undefined;
|
76557
76958
|
height?: string | number | undefined;
|
@@ -76635,7 +77036,8 @@ declare const VTab: {
|
|
76635
77036
|
slim: boolean;
|
76636
77037
|
stacked: boolean;
|
76637
77038
|
ripple: boolean | {
|
76638
|
-
class
|
77039
|
+
class?: string;
|
77040
|
+
keys?: number[];
|
76639
77041
|
} | undefined;
|
76640
77042
|
} & {
|
76641
77043
|
location?: Anchor | null | undefined;
|
@@ -76712,7 +77114,8 @@ declare const VTab: {
|
|
76712
77114
|
slim: boolean;
|
76713
77115
|
stacked: boolean;
|
76714
77116
|
ripple: boolean | {
|
76715
|
-
class
|
77117
|
+
class?: string;
|
77118
|
+
keys?: number[];
|
76716
77119
|
} | undefined;
|
76717
77120
|
}, {}, string, vue.SlotsType<Partial<{
|
76718
77121
|
default: () => vue.VNode[];
|
@@ -76759,7 +77162,8 @@ declare const VTab: {
|
|
76759
77162
|
slim: boolean;
|
76760
77163
|
stacked: boolean;
|
76761
77164
|
ripple: boolean | {
|
76762
|
-
class
|
77165
|
+
class?: string;
|
77166
|
+
keys?: number[];
|
76763
77167
|
} | undefined;
|
76764
77168
|
}> & Omit<{
|
76765
77169
|
symbol: any;
|
@@ -76778,7 +77182,8 @@ declare const VTab: {
|
|
76778
77182
|
slim: boolean;
|
76779
77183
|
stacked: boolean;
|
76780
77184
|
ripple: boolean | {
|
76781
|
-
class
|
77185
|
+
class?: string;
|
77186
|
+
keys?: number[];
|
76782
77187
|
} | undefined;
|
76783
77188
|
} & {
|
76784
77189
|
location?: Anchor | null | undefined;
|
@@ -76854,7 +77259,8 @@ declare const VTab: {
|
|
76854
77259
|
slim: boolean;
|
76855
77260
|
stacked: boolean;
|
76856
77261
|
ripple: boolean | {
|
76857
|
-
class
|
77262
|
+
class?: string;
|
77263
|
+
keys?: number[];
|
76858
77264
|
} | undefined;
|
76859
77265
|
hideSlider: boolean;
|
76860
77266
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -77690,179 +78096,6 @@ declare const VTabsWindowItem: {
|
|
77690
78096
|
}>>;
|
77691
78097
|
type VTabsWindowItem = InstanceType<typeof VTabsWindowItem>;
|
77692
78098
|
|
77693
|
-
declare const VTable: {
|
77694
|
-
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
77695
|
-
style: vue.StyleValue;
|
77696
|
-
tag: string | JSXComponent;
|
77697
|
-
density: Density;
|
77698
|
-
hover: boolean;
|
77699
|
-
fixedHeader: boolean;
|
77700
|
-
fixedFooter: boolean;
|
77701
|
-
} & {
|
77702
|
-
height?: string | number | undefined;
|
77703
|
-
class?: any;
|
77704
|
-
theme?: string | undefined;
|
77705
|
-
} & {
|
77706
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
77707
|
-
default?: (() => vue.VNodeChild) | undefined;
|
77708
|
-
top?: (() => vue.VNodeChild) | undefined;
|
77709
|
-
bottom?: (() => vue.VNodeChild) | undefined;
|
77710
|
-
wrapper?: (() => vue.VNodeChild) | undefined;
|
77711
|
-
};
|
77712
|
-
'v-slots'?: {
|
77713
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
77714
|
-
top?: false | (() => vue.VNodeChild) | undefined;
|
77715
|
-
bottom?: false | (() => vue.VNodeChild) | undefined;
|
77716
|
-
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
77717
|
-
} | undefined;
|
77718
|
-
} & {
|
77719
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
77720
|
-
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
77721
|
-
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
77722
|
-
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
77723
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
77724
|
-
style: vue.StyleValue;
|
77725
|
-
tag: string | JSXComponent;
|
77726
|
-
density: Density;
|
77727
|
-
hover: boolean;
|
77728
|
-
fixedHeader: boolean;
|
77729
|
-
fixedFooter: boolean;
|
77730
|
-
}, true, {}, vue.SlotsType<Partial<{
|
77731
|
-
default: () => vue.VNode[];
|
77732
|
-
top: () => vue.VNode[];
|
77733
|
-
bottom: () => vue.VNode[];
|
77734
|
-
wrapper: () => vue.VNode[];
|
77735
|
-
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
77736
|
-
P: {};
|
77737
|
-
B: {};
|
77738
|
-
D: {};
|
77739
|
-
C: {};
|
77740
|
-
M: {};
|
77741
|
-
Defaults: {};
|
77742
|
-
}, {
|
77743
|
-
style: vue.StyleValue;
|
77744
|
-
tag: string | JSXComponent;
|
77745
|
-
density: Density;
|
77746
|
-
hover: boolean;
|
77747
|
-
fixedHeader: boolean;
|
77748
|
-
fixedFooter: boolean;
|
77749
|
-
} & {
|
77750
|
-
height?: string | number | undefined;
|
77751
|
-
class?: any;
|
77752
|
-
theme?: string | undefined;
|
77753
|
-
} & {
|
77754
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
77755
|
-
default?: (() => vue.VNodeChild) | undefined;
|
77756
|
-
top?: (() => vue.VNodeChild) | undefined;
|
77757
|
-
bottom?: (() => vue.VNodeChild) | undefined;
|
77758
|
-
wrapper?: (() => vue.VNodeChild) | undefined;
|
77759
|
-
};
|
77760
|
-
'v-slots'?: {
|
77761
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
77762
|
-
top?: false | (() => vue.VNodeChild) | undefined;
|
77763
|
-
bottom?: false | (() => vue.VNodeChild) | undefined;
|
77764
|
-
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
77765
|
-
} | undefined;
|
77766
|
-
} & {
|
77767
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
77768
|
-
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
77769
|
-
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
77770
|
-
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
77771
|
-
}, {}, {}, {}, {}, {
|
77772
|
-
style: vue.StyleValue;
|
77773
|
-
tag: string | JSXComponent;
|
77774
|
-
density: Density;
|
77775
|
-
hover: boolean;
|
77776
|
-
fixedHeader: boolean;
|
77777
|
-
fixedFooter: boolean;
|
77778
|
-
}>;
|
77779
|
-
__isFragment?: never;
|
77780
|
-
__isTeleport?: never;
|
77781
|
-
__isSuspense?: never;
|
77782
|
-
} & vue.ComponentOptionsBase<{
|
77783
|
-
style: vue.StyleValue;
|
77784
|
-
tag: string | JSXComponent;
|
77785
|
-
density: Density;
|
77786
|
-
hover: boolean;
|
77787
|
-
fixedHeader: boolean;
|
77788
|
-
fixedFooter: boolean;
|
77789
|
-
} & {
|
77790
|
-
height?: string | number | undefined;
|
77791
|
-
class?: any;
|
77792
|
-
theme?: string | undefined;
|
77793
|
-
} & {
|
77794
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
77795
|
-
default?: (() => vue.VNodeChild) | undefined;
|
77796
|
-
top?: (() => vue.VNodeChild) | undefined;
|
77797
|
-
bottom?: (() => vue.VNodeChild) | undefined;
|
77798
|
-
wrapper?: (() => vue.VNodeChild) | undefined;
|
77799
|
-
};
|
77800
|
-
'v-slots'?: {
|
77801
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
77802
|
-
top?: false | (() => vue.VNodeChild) | undefined;
|
77803
|
-
bottom?: false | (() => vue.VNodeChild) | undefined;
|
77804
|
-
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
77805
|
-
} | undefined;
|
77806
|
-
} & {
|
77807
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
77808
|
-
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
77809
|
-
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
77810
|
-
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
77811
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
77812
|
-
style: vue.StyleValue;
|
77813
|
-
tag: string | JSXComponent;
|
77814
|
-
density: Density;
|
77815
|
-
hover: boolean;
|
77816
|
-
fixedHeader: boolean;
|
77817
|
-
fixedFooter: boolean;
|
77818
|
-
}, {}, string, vue.SlotsType<Partial<{
|
77819
|
-
default: () => vue.VNode[];
|
77820
|
-
top: () => vue.VNode[];
|
77821
|
-
bottom: () => vue.VNode[];
|
77822
|
-
wrapper: () => vue.VNode[];
|
77823
|
-
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
77824
|
-
theme: StringConstructor;
|
77825
|
-
tag: {
|
77826
|
-
type: vue.PropType<string | JSXComponent>;
|
77827
|
-
default: string;
|
77828
|
-
};
|
77829
|
-
density: {
|
77830
|
-
type: vue.PropType<Density>;
|
77831
|
-
default: string;
|
77832
|
-
validator: (v: any) => boolean;
|
77833
|
-
};
|
77834
|
-
class: vue.PropType<ClassValue>;
|
77835
|
-
style: {
|
77836
|
-
type: vue.PropType<vue.StyleValue>;
|
77837
|
-
default: null;
|
77838
|
-
};
|
77839
|
-
fixedHeader: BooleanConstructor;
|
77840
|
-
fixedFooter: BooleanConstructor;
|
77841
|
-
height: (StringConstructor | NumberConstructor)[];
|
77842
|
-
hover: BooleanConstructor;
|
77843
|
-
}, vue.ExtractPropTypes<{
|
77844
|
-
theme: StringConstructor;
|
77845
|
-
tag: {
|
77846
|
-
type: vue.PropType<string | JSXComponent>;
|
77847
|
-
default: string;
|
77848
|
-
};
|
77849
|
-
density: {
|
77850
|
-
type: vue.PropType<Density>;
|
77851
|
-
default: string;
|
77852
|
-
validator: (v: any) => boolean;
|
77853
|
-
};
|
77854
|
-
class: vue.PropType<ClassValue>;
|
77855
|
-
style: {
|
77856
|
-
type: vue.PropType<vue.StyleValue>;
|
77857
|
-
default: null;
|
77858
|
-
};
|
77859
|
-
fixedHeader: BooleanConstructor;
|
77860
|
-
fixedFooter: BooleanConstructor;
|
77861
|
-
height: (StringConstructor | NumberConstructor)[];
|
77862
|
-
hover: BooleanConstructor;
|
77863
|
-
}>>;
|
77864
|
-
type VTable = InstanceType<typeof VTable>;
|
77865
|
-
|
77866
78099
|
declare const VTextarea: {
|
77867
78100
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
77868
78101
|
flat: boolean;
|
@@ -97433,7 +97666,8 @@ declare const VFileUploadItem: {
|
|
97433
97666
|
tile: boolean;
|
97434
97667
|
slim: boolean;
|
97435
97668
|
ripple: boolean | {
|
97436
|
-
class
|
97669
|
+
class?: string;
|
97670
|
+
keys?: number[];
|
97437
97671
|
} | undefined;
|
97438
97672
|
clearable: boolean;
|
97439
97673
|
showSize: boolean;
|
@@ -97526,7 +97760,8 @@ declare const VFileUploadItem: {
|
|
97526
97760
|
tile: boolean;
|
97527
97761
|
slim: boolean;
|
97528
97762
|
ripple: boolean | {
|
97529
|
-
class
|
97763
|
+
class?: string;
|
97764
|
+
keys?: number[];
|
97530
97765
|
} | undefined;
|
97531
97766
|
subtitle: string | number | boolean;
|
97532
97767
|
clearable: boolean;
|
@@ -97566,7 +97801,8 @@ declare const VFileUploadItem: {
|
|
97566
97801
|
tile: boolean;
|
97567
97802
|
slim: boolean;
|
97568
97803
|
ripple: boolean | {
|
97569
|
-
class
|
97804
|
+
class?: string;
|
97805
|
+
keys?: number[];
|
97570
97806
|
} | undefined;
|
97571
97807
|
clearable: boolean;
|
97572
97808
|
showSize: boolean;
|
@@ -97656,7 +97892,8 @@ declare const VFileUploadItem: {
|
|
97656
97892
|
tile: boolean;
|
97657
97893
|
slim: boolean;
|
97658
97894
|
ripple: boolean | {
|
97659
|
-
class
|
97895
|
+
class?: string;
|
97896
|
+
keys?: number[];
|
97660
97897
|
} | undefined;
|
97661
97898
|
subtitle: string | number | boolean;
|
97662
97899
|
clearable: boolean;
|
@@ -97682,7 +97919,8 @@ declare const VFileUploadItem: {
|
|
97682
97919
|
tile: boolean;
|
97683
97920
|
slim: boolean;
|
97684
97921
|
ripple: boolean | {
|
97685
|
-
class
|
97922
|
+
class?: string;
|
97923
|
+
keys?: number[];
|
97686
97924
|
} | undefined;
|
97687
97925
|
clearable: boolean;
|
97688
97926
|
showSize: boolean;
|
@@ -97775,7 +98013,8 @@ declare const VFileUploadItem: {
|
|
97775
98013
|
tile: boolean;
|
97776
98014
|
slim: boolean;
|
97777
98015
|
ripple: boolean | {
|
97778
|
-
class
|
98016
|
+
class?: string;
|
98017
|
+
keys?: number[];
|
97779
98018
|
} | undefined;
|
97780
98019
|
subtitle: string | number | boolean;
|
97781
98020
|
clearable: boolean;
|
@@ -98105,7 +98344,8 @@ declare const VStepperVerticalItem: {
|
|
98105
98344
|
rules: readonly ValidationRule[];
|
98106
98345
|
tile: boolean;
|
98107
98346
|
ripple: boolean | {
|
98108
|
-
class
|
98347
|
+
class?: string;
|
98348
|
+
keys?: number[];
|
98109
98349
|
} | undefined;
|
98110
98350
|
collapseIcon: IconValue;
|
98111
98351
|
expandIcon: IconValue;
|
@@ -98184,7 +98424,8 @@ declare const VStepperVerticalItem: {
|
|
98184
98424
|
rounded: string | number | boolean;
|
98185
98425
|
tile: boolean;
|
98186
98426
|
ripple: boolean | {
|
98187
|
-
class
|
98427
|
+
class?: string;
|
98428
|
+
keys?: number[];
|
98188
98429
|
} | undefined;
|
98189
98430
|
collapseIcon: IconValue;
|
98190
98431
|
expandIcon: IconValue;
|
@@ -98222,7 +98463,8 @@ declare const VStepperVerticalItem: {
|
|
98222
98463
|
rules: readonly ValidationRule[];
|
98223
98464
|
tile: boolean;
|
98224
98465
|
ripple: boolean | {
|
98225
|
-
class
|
98466
|
+
class?: string;
|
98467
|
+
keys?: number[];
|
98226
98468
|
} | undefined;
|
98227
98469
|
collapseIcon: IconValue;
|
98228
98470
|
expandIcon: IconValue;
|
@@ -98297,7 +98539,8 @@ declare const VStepperVerticalItem: {
|
|
98297
98539
|
rounded: string | number | boolean;
|
98298
98540
|
tile: boolean;
|
98299
98541
|
ripple: boolean | {
|
98300
|
-
class
|
98542
|
+
class?: string;
|
98543
|
+
keys?: number[];
|
98301
98544
|
} | undefined;
|
98302
98545
|
collapseIcon: IconValue;
|
98303
98546
|
expandIcon: IconValue;
|
@@ -98323,7 +98566,8 @@ declare const VStepperVerticalItem: {
|
|
98323
98566
|
rules: readonly ValidationRule[];
|
98324
98567
|
tile: boolean;
|
98325
98568
|
ripple: boolean | {
|
98326
|
-
class
|
98569
|
+
class?: string;
|
98570
|
+
keys?: number[];
|
98327
98571
|
} | undefined;
|
98328
98572
|
collapseIcon: IconValue;
|
98329
98573
|
expandIcon: IconValue;
|
@@ -98402,7 +98646,8 @@ declare const VStepperVerticalItem: {
|
|
98402
98646
|
rounded: string | number | boolean;
|
98403
98647
|
tile: boolean;
|
98404
98648
|
ripple: boolean | {
|
98405
|
-
class
|
98649
|
+
class?: string;
|
98650
|
+
keys?: number[];
|
98406
98651
|
} | undefined;
|
98407
98652
|
collapseIcon: IconValue;
|
98408
98653
|
expandIcon: IconValue;
|
@@ -98606,7 +98851,8 @@ declare const VStepperVertical: {
|
|
98606
98851
|
itemValue: string;
|
98607
98852
|
tile: boolean;
|
98608
98853
|
ripple: boolean | {
|
98609
|
-
class
|
98854
|
+
class?: string;
|
98855
|
+
keys?: number[];
|
98610
98856
|
} | undefined;
|
98611
98857
|
collapseIcon: IconValue;
|
98612
98858
|
expandIcon: IconValue;
|
@@ -98649,7 +98895,8 @@ declare const VStepperVertical: {
|
|
98649
98895
|
rounded: string | number | boolean;
|
98650
98896
|
tile: boolean;
|
98651
98897
|
ripple: boolean | {
|
98652
|
-
class
|
98898
|
+
class?: string;
|
98899
|
+
keys?: number[];
|
98653
98900
|
} | undefined;
|
98654
98901
|
collapseIcon: IconValue;
|
98655
98902
|
expandIcon: IconValue;
|
@@ -98695,7 +98942,8 @@ declare const VStepperVertical: {
|
|
98695
98942
|
itemValue: string;
|
98696
98943
|
tile: boolean;
|
98697
98944
|
ripple: boolean | {
|
98698
|
-
class
|
98945
|
+
class?: string;
|
98946
|
+
keys?: number[];
|
98699
98947
|
} | undefined;
|
98700
98948
|
collapseIcon: IconValue;
|
98701
98949
|
expandIcon: IconValue;
|
@@ -98736,7 +98984,8 @@ declare const VStepperVertical: {
|
|
98736
98984
|
rounded: string | number | boolean;
|
98737
98985
|
tile: boolean;
|
98738
98986
|
ripple: boolean | {
|
98739
|
-
class
|
98987
|
+
class?: string;
|
98988
|
+
keys?: number[];
|
98740
98989
|
} | undefined;
|
98741
98990
|
collapseIcon: IconValue;
|
98742
98991
|
expandIcon: IconValue;
|
@@ -98767,7 +99016,8 @@ declare const VStepperVertical: {
|
|
98767
99016
|
itemValue: string;
|
98768
99017
|
tile: boolean;
|
98769
99018
|
ripple: boolean | {
|
98770
|
-
class
|
99019
|
+
class?: string;
|
99020
|
+
keys?: number[];
|
98771
99021
|
} | undefined;
|
98772
99022
|
collapseIcon: IconValue;
|
98773
99023
|
expandIcon: IconValue;
|
@@ -98810,7 +99060,8 @@ declare const VStepperVertical: {
|
|
98810
99060
|
rounded: string | number | boolean;
|
98811
99061
|
tile: boolean;
|
98812
99062
|
ripple: boolean | {
|
98813
|
-
class
|
99063
|
+
class?: string;
|
99064
|
+
keys?: number[];
|
98814
99065
|
} | undefined;
|
98815
99066
|
collapseIcon: IconValue;
|
98816
99067
|
expandIcon: IconValue;
|
@@ -100141,6 +100392,7 @@ declare const VTreeview: {
|
|
100141
100392
|
tile: boolean;
|
100142
100393
|
slim: boolean;
|
100143
100394
|
indeterminateIcon: IconValue;
|
100395
|
+
filterable: boolean;
|
100144
100396
|
activatable: boolean;
|
100145
100397
|
selectable: boolean;
|
100146
100398
|
collapseIcon: IconValue;
|
@@ -100242,6 +100494,7 @@ declare const VTreeview: {
|
|
100242
100494
|
slim: boolean;
|
100243
100495
|
openOnClick: boolean;
|
100244
100496
|
indeterminateIcon: IconValue;
|
100497
|
+
filterable: boolean;
|
100245
100498
|
activatable: boolean;
|
100246
100499
|
selectable: boolean;
|
100247
100500
|
collapseIcon: IconValue;
|
@@ -100303,6 +100556,7 @@ declare const VTreeview: {
|
|
100303
100556
|
tile: boolean;
|
100304
100557
|
slim: boolean;
|
100305
100558
|
indeterminateIcon: IconValue;
|
100559
|
+
filterable: boolean;
|
100306
100560
|
activatable: boolean;
|
100307
100561
|
selectable: boolean;
|
100308
100562
|
collapseIcon: IconValue;
|
@@ -100389,6 +100643,7 @@ declare const VTreeview: {
|
|
100389
100643
|
slim: boolean;
|
100390
100644
|
openOnClick: boolean;
|
100391
100645
|
indeterminateIcon: IconValue;
|
100646
|
+
filterable: boolean;
|
100392
100647
|
activatable: boolean;
|
100393
100648
|
selectable: boolean;
|
100394
100649
|
collapseIcon: IconValue;
|
@@ -100421,6 +100676,7 @@ declare const VTreeview: {
|
|
100421
100676
|
tile: boolean;
|
100422
100677
|
slim: boolean;
|
100423
100678
|
indeterminateIcon: IconValue;
|
100679
|
+
filterable: boolean;
|
100424
100680
|
activatable: boolean;
|
100425
100681
|
selectable: boolean;
|
100426
100682
|
collapseIcon: IconValue;
|
@@ -100522,6 +100778,7 @@ declare const VTreeview: {
|
|
100522
100778
|
slim: boolean;
|
100523
100779
|
openOnClick: boolean;
|
100524
100780
|
indeterminateIcon: IconValue;
|
100781
|
+
filterable: boolean;
|
100525
100782
|
activatable: boolean;
|
100526
100783
|
selectable: boolean;
|
100527
100784
|
collapseIcon: IconValue;
|
@@ -100636,6 +100893,7 @@ declare const VTreeview: {
|
|
100636
100893
|
default: boolean;
|
100637
100894
|
};
|
100638
100895
|
activeClass: StringConstructor;
|
100896
|
+
filterable: BooleanConstructor;
|
100639
100897
|
activatable: BooleanConstructor;
|
100640
100898
|
selectable: BooleanConstructor;
|
100641
100899
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
@@ -100776,6 +101034,7 @@ declare const VTreeview: {
|
|
100776
101034
|
default: boolean;
|
100777
101035
|
};
|
100778
101036
|
activeClass: StringConstructor;
|
101037
|
+
filterable: BooleanConstructor;
|
100779
101038
|
activatable: BooleanConstructor;
|
100780
101039
|
selectable: BooleanConstructor;
|
100781
101040
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
@@ -100857,7 +101116,8 @@ declare const VTreeviewItem: {
|
|
100857
101116
|
tile: boolean;
|
100858
101117
|
slim: boolean;
|
100859
101118
|
ripple: boolean | {
|
100860
|
-
class
|
101119
|
+
class?: string;
|
101120
|
+
keys?: number[];
|
100861
101121
|
} | undefined;
|
100862
101122
|
} & {
|
100863
101123
|
link?: boolean | undefined;
|
@@ -100932,7 +101192,8 @@ declare const VTreeviewItem: {
|
|
100932
101192
|
tile: boolean;
|
100933
101193
|
slim: boolean;
|
100934
101194
|
ripple: boolean | {
|
100935
|
-
class
|
101195
|
+
class?: string;
|
101196
|
+
keys?: number[];
|
100936
101197
|
} | undefined;
|
100937
101198
|
subtitle: string | number | boolean;
|
100938
101199
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -100961,7 +101222,8 @@ declare const VTreeviewItem: {
|
|
100961
101222
|
tile: boolean;
|
100962
101223
|
slim: boolean;
|
100963
101224
|
ripple: boolean | {
|
100964
|
-
class
|
101225
|
+
class?: string;
|
101226
|
+
keys?: number[];
|
100965
101227
|
} | undefined;
|
100966
101228
|
} & {
|
100967
101229
|
link?: boolean | undefined;
|
@@ -101034,7 +101296,8 @@ declare const VTreeviewItem: {
|
|
101034
101296
|
tile: boolean;
|
101035
101297
|
slim: boolean;
|
101036
101298
|
ripple: boolean | {
|
101037
|
-
class
|
101299
|
+
class?: string;
|
101300
|
+
keys?: number[];
|
101038
101301
|
} | undefined;
|
101039
101302
|
subtitle: string | number | boolean;
|
101040
101303
|
}>;
|
@@ -101054,7 +101317,8 @@ declare const VTreeviewItem: {
|
|
101054
101317
|
tile: boolean;
|
101055
101318
|
slim: boolean;
|
101056
101319
|
ripple: boolean | {
|
101057
|
-
class
|
101320
|
+
class?: string;
|
101321
|
+
keys?: number[];
|
101058
101322
|
} | undefined;
|
101059
101323
|
} & {
|
101060
101324
|
link?: boolean | undefined;
|
@@ -101129,7 +101393,8 @@ declare const VTreeviewItem: {
|
|
101129
101393
|
tile: boolean;
|
101130
101394
|
slim: boolean;
|
101131
101395
|
ripple: boolean | {
|
101132
|
-
class
|
101396
|
+
class?: string;
|
101397
|
+
keys?: number[];
|
101133
101398
|
} | undefined;
|
101134
101399
|
subtitle: string | number | boolean;
|
101135
101400
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -101907,10 +102172,10 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
101907
102172
|
startOfYear: (date: unknown) => unknown;
|
101908
102173
|
endOfYear: (date: unknown) => unknown;
|
101909
102174
|
isAfter: (date: unknown, comparing: unknown) => boolean;
|
101910
|
-
isAfterDay: (
|
102175
|
+
isAfterDay: (date: unknown, comparing: unknown) => boolean;
|
101911
102176
|
isSameDay: (date: unknown, comparing: unknown) => boolean;
|
101912
102177
|
isSameMonth: (date: unknown, comparing: unknown) => boolean;
|
101913
|
-
isSameYear: (
|
102178
|
+
isSameYear: (date: unknown, comparing: unknown) => boolean;
|
101914
102179
|
isBefore: (date: unknown, comparing: unknown) => boolean;
|
101915
102180
|
isEqual: (date: unknown, comparing: unknown) => boolean;
|
101916
102181
|
isValid: (date: any) => boolean;
|
@@ -101979,34 +102244,38 @@ declare module 'vue' {
|
|
101979
102244
|
}
|
101980
102245
|
export interface GlobalComponents {
|
101981
102246
|
VApp: VApp
|
102247
|
+
VAutocomplete: VAutocomplete
|
101982
102248
|
VAppBar: VAppBar
|
101983
102249
|
VAppBarNavIcon: VAppBarNavIcon
|
101984
102250
|
VAppBarTitle: VAppBarTitle
|
102251
|
+
VBadge: VBadge
|
101985
102252
|
VAlert: VAlert
|
101986
102253
|
VAlertTitle: VAlertTitle
|
101987
|
-
|
101988
|
-
|
102254
|
+
VBottomNavigation: VBottomNavigation
|
102255
|
+
VAvatar: VAvatar
|
102256
|
+
VBtn: VBtn
|
101989
102257
|
VBanner: VBanner
|
101990
102258
|
VBannerActions: VBannerActions
|
101991
102259
|
VBannerText: VBannerText
|
101992
|
-
VBottomNavigation: VBottomNavigation
|
101993
|
-
VBottomSheet: VBottomSheet
|
101994
|
-
VBtn: VBtn
|
101995
102260
|
VBtnGroup: VBtnGroup
|
101996
|
-
|
101997
|
-
|
102261
|
+
VCheckbox: VCheckbox
|
102262
|
+
VCheckboxBtn: VCheckboxBtn
|
101998
102263
|
VCard: VCard
|
101999
102264
|
VCardActions: VCardActions
|
102000
102265
|
VCardItem: VCardItem
|
102001
102266
|
VCardSubtitle: VCardSubtitle
|
102002
102267
|
VCardText: VCardText
|
102003
102268
|
VCardTitle: VCardTitle
|
102004
|
-
|
102005
|
-
|
102269
|
+
VBreadcrumbs: VBreadcrumbs
|
102270
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
102271
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
102272
|
+
VChipGroup: VChipGroup
|
102006
102273
|
VCarousel: VCarousel
|
102007
102274
|
VCarouselItem: VCarouselItem
|
102275
|
+
VChip: VChip
|
102276
|
+
VCode: VCode
|
102008
102277
|
VColorPicker: VColorPicker
|
102009
|
-
|
102278
|
+
VCombobox: VCombobox
|
102010
102279
|
VDataTable: VDataTable
|
102011
102280
|
VDataTableHeaders: VDataTableHeaders
|
102012
102281
|
VDataTableFooter: VDataTableFooter
|
@@ -102014,43 +102283,39 @@ declare module 'vue' {
|
|
102014
102283
|
VDataTableRow: VDataTableRow
|
102015
102284
|
VDataTableVirtual: VDataTableVirtual
|
102016
102285
|
VDataTableServer: VDataTableServer
|
102017
|
-
VCode: VCode
|
102018
|
-
VBreadcrumbs: VBreadcrumbs
|
102019
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
102020
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
102021
102286
|
VCounter: VCounter
|
102022
|
-
VCombobox: VCombobox
|
102023
|
-
VDialog: VDialog
|
102024
102287
|
VDatePicker: VDatePicker
|
102025
102288
|
VDatePickerControls: VDatePickerControls
|
102026
102289
|
VDatePickerHeader: VDatePickerHeader
|
102027
102290
|
VDatePickerMonth: VDatePickerMonth
|
102028
102291
|
VDatePickerMonths: VDatePickerMonths
|
102029
102292
|
VDatePickerYears: VDatePickerYears
|
102030
|
-
|
102293
|
+
VBtnToggle: VBtnToggle
|
102031
102294
|
VDivider: VDivider
|
102295
|
+
VDialog: VDialog
|
102296
|
+
VEmptyState: VEmptyState
|
102297
|
+
VField: VField
|
102298
|
+
VFieldLabel: VFieldLabel
|
102032
102299
|
VExpansionPanels: VExpansionPanels
|
102033
102300
|
VExpansionPanel: VExpansionPanel
|
102034
102301
|
VExpansionPanelText: VExpansionPanelText
|
102035
102302
|
VExpansionPanelTitle: VExpansionPanelTitle
|
102036
|
-
|
102303
|
+
VBottomSheet: VBottomSheet
|
102037
102304
|
VFab: VFab
|
102305
|
+
VFileInput: VFileInput
|
102038
102306
|
VFooter: VFooter
|
102039
|
-
|
102040
|
-
|
102041
|
-
VChip: VChip
|
102307
|
+
VInfiniteScroll: VInfiniteScroll
|
102308
|
+
VImg: VImg
|
102042
102309
|
VIcon: VIcon
|
102043
102310
|
VComponentIcon: VComponentIcon
|
102044
102311
|
VSvgIcon: VSvgIcon
|
102045
102312
|
VLigatureIcon: VLigatureIcon
|
102046
102313
|
VClassIcon: VClassIcon
|
102047
|
-
|
102314
|
+
VKbd: VKbd
|
102315
|
+
VMain: VMain
|
102316
|
+
VInput: VInput
|
102048
102317
|
VItemGroup: VItemGroup
|
102049
102318
|
VItem: VItem
|
102050
|
-
VInput: VInput
|
102051
|
-
VImg: VImg
|
102052
|
-
VKbd: VKbd
|
102053
|
-
VLabel: VLabel
|
102054
102319
|
VList: VList
|
102055
102320
|
VListGroup: VListGroup
|
102056
102321
|
VListImg: VListImg
|
@@ -102060,73 +102325,69 @@ declare module 'vue' {
|
|
102060
102325
|
VListItemSubtitle: VListItemSubtitle
|
102061
102326
|
VListItemTitle: VListItemTitle
|
102062
102327
|
VListSubheader: VListSubheader
|
102063
|
-
|
102064
|
-
VMenu: VMenu
|
102328
|
+
VLabel: VLabel
|
102065
102329
|
VMessages: VMessages
|
102066
|
-
|
102330
|
+
VMenu: VMenu
|
102331
|
+
VNavigationDrawer: VNavigationDrawer
|
102067
102332
|
VNumberInput: VNumberInput
|
102068
|
-
|
102333
|
+
VOverlay: VOverlay
|
102069
102334
|
VOtpInput: VOtpInput
|
102070
|
-
VProgressCircular: VProgressCircular
|
102071
|
-
VNavigationDrawer: VNavigationDrawer
|
102072
102335
|
VProgressLinear: VProgressLinear
|
102336
|
+
VPagination: VPagination
|
102337
|
+
VProgressCircular: VProgressCircular
|
102338
|
+
VRadioGroup: VRadioGroup
|
102073
102339
|
VRating: VRating
|
102074
|
-
VSelect: VSelect
|
102075
102340
|
VSelectionControl: VSelectionControl
|
102076
|
-
VRadioGroup: VRadioGroup
|
102077
|
-
VSkeletonLoader: VSkeletonLoader
|
102078
102341
|
VSheet: VSheet
|
102079
|
-
VSlider: VSlider
|
102080
102342
|
VSlideGroup: VSlideGroup
|
102081
102343
|
VSlideGroupItem: VSlideGroupItem
|
102082
|
-
VSelectionControlGroup: VSelectionControlGroup
|
102083
102344
|
VSnackbar: VSnackbar
|
102345
|
+
VSkeletonLoader: VSkeletonLoader
|
102346
|
+
VSwitch: VSwitch
|
102347
|
+
VSelect: VSelect
|
102084
102348
|
VStepper: VStepper
|
102085
102349
|
VStepperActions: VStepperActions
|
102086
102350
|
VStepperHeader: VStepperHeader
|
102087
102351
|
VStepperItem: VStepperItem
|
102088
102352
|
VStepperWindow: VStepperWindow
|
102089
102353
|
VStepperWindowItem: VStepperWindowItem
|
102090
|
-
|
102354
|
+
VSlider: VSlider
|
102355
|
+
VSelectionControlGroup: VSelectionControlGroup
|
102356
|
+
VTable: VTable
|
102091
102357
|
VSystemBar: VSystemBar
|
102092
|
-
VTab: VTab
|
102093
|
-
VTabs: VTabs
|
102094
|
-
VTabsWindow: VTabsWindow
|
102095
|
-
VTabsWindowItem: VTabsWindowItem
|
102096
102358
|
VTextarea: VTextarea
|
102097
|
-
VTable: VTable
|
102098
|
-
VTimeline: VTimeline
|
102099
|
-
VTimelineItem: VTimelineItem
|
102100
|
-
VTextField: VTextField
|
102101
102359
|
VToolbar: VToolbar
|
102102
102360
|
VToolbarTitle: VToolbarTitle
|
102103
102361
|
VToolbarItems: VToolbarItems
|
102104
102362
|
VTooltip: VTooltip
|
102363
|
+
VTextField: VTextField
|
102364
|
+
VTimeline: VTimeline
|
102365
|
+
VTimelineItem: VTimelineItem
|
102105
102366
|
VWindow: VWindow
|
102106
102367
|
VWindowItem: VWindowItem
|
102107
102368
|
VDataIterator: VDataIterator
|
102108
|
-
VConfirmEdit: VConfirmEdit
|
102109
102369
|
VDefaultsProvider: VDefaultsProvider
|
102110
|
-
VForm: VForm
|
102111
|
-
VHover: VHover
|
102112
|
-
VLayout: VLayout
|
102113
|
-
VLayoutItem: VLayoutItem
|
102114
|
-
VLazy: VLazy
|
102115
102370
|
VContainer: VContainer
|
102116
102371
|
VCol: VCol
|
102117
102372
|
VRow: VRow
|
102118
102373
|
VSpacer: VSpacer
|
102374
|
+
VForm: VForm
|
102375
|
+
VHover: VHover
|
102376
|
+
VConfirmEdit: VConfirmEdit
|
102377
|
+
VLayout: VLayout
|
102378
|
+
VLayoutItem: VLayoutItem
|
102119
102379
|
VLocaleProvider: VLocaleProvider
|
102120
|
-
|
102380
|
+
VLazy: VLazy
|
102121
102381
|
VParallax: VParallax
|
102122
102382
|
VRadio: VRadio
|
102123
102383
|
VRangeSlider: VRangeSlider
|
102124
102384
|
VResponsive: VResponsive
|
102125
|
-
|
102126
|
-
VSnackbarQueue: VSnackbarQueue
|
102385
|
+
VNoSsr: VNoSsr
|
102127
102386
|
VSpeedDial: VSpeedDial
|
102387
|
+
VSparkline: VSparkline
|
102128
102388
|
VThemeProvider: VThemeProvider
|
102129
102389
|
VValidation: VValidation
|
102390
|
+
VSnackbarQueue: VSnackbarQueue
|
102130
102391
|
VVirtualScroll: VVirtualScroll
|
102131
102392
|
VFabTransition: VFabTransition
|
102132
102393
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -102144,28 +102405,42 @@ declare module 'vue' {
|
|
102144
102405
|
VExpandTransition: VExpandTransition
|
102145
102406
|
VExpandXTransition: VExpandXTransition
|
102146
102407
|
VDialogTransition: VDialogTransition
|
102408
|
+
VTab: VTab
|
102409
|
+
VTabs: VTabs
|
102410
|
+
VTabsWindow: VTabsWindow
|
102411
|
+
VTabsWindowItem: VTabsWindowItem
|
102147
102412
|
VCalendar: VCalendar
|
102148
102413
|
VCalendarDay: VCalendarDay
|
102149
102414
|
VCalendarHeader: VCalendarHeader
|
102150
102415
|
VCalendarInterval: VCalendarInterval
|
102151
102416
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
102152
102417
|
VCalendarMonthDay: VCalendarMonthDay
|
102418
|
+
VIconBtn: VIconBtn
|
102419
|
+
VStepperVertical: VStepperVertical
|
102420
|
+
VStepperVerticalItem: VStepperVerticalItem
|
102421
|
+
VStepperVerticalActions: VStepperVerticalActions
|
102153
102422
|
VFileUpload: VFileUpload
|
102154
102423
|
VFileUploadItem: VFileUploadItem
|
102155
102424
|
VPicker: VPicker
|
102156
102425
|
VPickerTitle: VPickerTitle
|
102157
|
-
VColorInput: VColorInput
|
102158
|
-
VIconBtn: VIconBtn
|
102159
102426
|
VTimePicker: VTimePicker
|
102160
102427
|
VTimePickerClock: VTimePickerClock
|
102161
102428
|
VTimePickerControls: VTimePickerControls
|
102162
102429
|
VTreeview: VTreeview
|
102163
102430
|
VTreeviewItem: VTreeviewItem
|
102164
102431
|
VTreeviewGroup: VTreeviewGroup
|
102165
|
-
|
102166
|
-
VStepperVerticalItem: VStepperVerticalItem
|
102167
|
-
VStepperVerticalActions: VStepperVerticalActions
|
102168
|
-
VDateInput: VDateInput
|
102432
|
+
VColorInput: VColorInput
|
102169
102433
|
VPullToRefresh: VPullToRefresh
|
102434
|
+
VDateInput: VDateInput
|
102435
|
+
}
|
102436
|
+
export interface GlobalDirectives {
|
102437
|
+
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
102438
|
+
vIntersect: typeof import('vuetify/directives')['Intersect']
|
102439
|
+
vMutate: typeof import('vuetify/directives')['Mutate']
|
102440
|
+
vResize: typeof import('vuetify/directives')['Resize']
|
102441
|
+
vRipple: typeof import('vuetify/directives')['Ripple']
|
102442
|
+
vScroll: typeof import('vuetify/directives')['Scroll']
|
102443
|
+
vTouch: typeof import('vuetify/directives')['Touch']
|
102444
|
+
vTooltip: typeof import('vuetify/directives')['Tooltip']
|
102170
102445
|
}
|
102171
102446
|
}
|