vuetify 3.8.8 → 3.8.10
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/LICENSE.md +1 -1
- package/dist/json/attributes.json +3413 -3405
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6357 -6339
- package/dist/vuetify-labs.cjs +210 -103
- package/dist/vuetify-labs.css +3832 -3823
- package/dist/vuetify-labs.d.ts +80 -58
- package/dist/vuetify-labs.esm.js +211 -104
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +210 -103
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +191 -83
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3244 -3235
- package/dist/vuetify.d.ts +70 -58
- package/dist/vuetify.esm.js +192 -84
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +191 -83
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1002 -993
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +2 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +2 -1
- package/lib/components/VDataTable/VDataTable.css +6 -3
- package/lib/components/VDataTable/VDataTable.sass +4 -2
- package/lib/components/VDataTable/VDataTableColumn.js +1 -0
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +3 -1
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +8 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +19 -13
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +1 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VField/VField.js +10 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +8 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VListChildren.js +4 -3
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +10 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.css +2 -0
- package/lib/components/VList/VListItem.sass +2 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VNumberInput/VNumberInput.d.ts +5 -0
- package/lib/components/VNumberInput/VNumberInput.js +7 -11
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +22 -3
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -5
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +1 -1
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.css +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
- package/lib/components/VTextField/VTextField.js +9 -8
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -4
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/composables/autofocus.d.ts +7 -0
- package/lib/composables/autofocus.js +10 -0
- package/lib/composables/autofocus.js.map +1 -0
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -4
- package/lib/composables/date/date.js +13 -14
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/fileDrop.d.ts +4 -0
- package/lib/composables/fileDrop.js +50 -0
- package/lib/composables/fileDrop.js.map +1 -0
- package/lib/composables/group.js +1 -0
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/hotkey.d.ts +9 -0
- package/lib/composables/hotkey.js +131 -0
- package/lib/composables/hotkey.js.map +1 -0
- package/lib/composables/icons.d.ts +6 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/intersectionObserver.js +2 -2
- package/lib/composables/intersectionObserver.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/selectLink.js +2 -2
- package/lib/composables/selectLink.js.map +1 -1
- package/lib/composables/transition.js +3 -3
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.d.ts +0 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +60 -58
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/iconsets/fa.js +3 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +3 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +3 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +3 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.js +3 -8
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +5 -0
- package/lib/labs/VDateInput/VDateInput.js +7 -10
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +7 -3
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +1 -0
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
- package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +0 -3
- package/lib/util/helpers.d.ts +4 -1
- package/lib/util/helpers.js +7 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +8 -8
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -86,7 +86,6 @@ declare function useRtl(): {
|
|
|
86
86
|
|
|
87
87
|
interface DateInstance extends DateModule.InternalAdapter {
|
|
88
88
|
locale?: any;
|
|
89
|
-
createDateRange: (start: unknown, stop?: unknown) => unknown[];
|
|
90
89
|
}
|
|
91
90
|
/** Supports module augmentation to specify date adapter types */
|
|
92
91
|
declare namespace DateModule {
|
|
@@ -258,6 +257,7 @@ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComp
|
|
|
258
257
|
declare const IconValue: PropType<IconValue>;
|
|
259
258
|
interface IconAliases {
|
|
260
259
|
[name: string]: IconValue;
|
|
260
|
+
collapse: IconValue;
|
|
261
261
|
complete: IconValue;
|
|
262
262
|
cancel: IconValue;
|
|
263
263
|
close: IconValue;
|
|
@@ -293,6 +293,11 @@ interface IconAliases {
|
|
|
293
293
|
plus: IconValue;
|
|
294
294
|
minus: IconValue;
|
|
295
295
|
calendar: IconValue;
|
|
296
|
+
treeviewCollapse: IconValue;
|
|
297
|
+
treeviewExpand: IconValue;
|
|
298
|
+
eyeDropper: IconValue;
|
|
299
|
+
upload: IconValue;
|
|
300
|
+
color: IconValue;
|
|
296
301
|
}
|
|
297
302
|
interface IconProps {
|
|
298
303
|
tag: string | JSXComponent;
|
|
@@ -7551,6 +7556,7 @@ declare const VListGroup: {
|
|
|
7551
7556
|
activeColor?: string | undefined;
|
|
7552
7557
|
prependIcon?: IconValue | undefined;
|
|
7553
7558
|
appendIcon?: IconValue | undefined;
|
|
7559
|
+
rawId?: string | number | undefined;
|
|
7554
7560
|
} & {
|
|
7555
7561
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
7556
7562
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -7610,6 +7616,7 @@ declare const VListGroup: {
|
|
|
7610
7616
|
activeColor?: string | undefined;
|
|
7611
7617
|
prependIcon?: IconValue | undefined;
|
|
7612
7618
|
appendIcon?: IconValue | undefined;
|
|
7619
|
+
rawId?: string | number | undefined;
|
|
7613
7620
|
} & {
|
|
7614
7621
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
7615
7622
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -7660,6 +7667,7 @@ declare const VListGroup: {
|
|
|
7660
7667
|
activeColor?: string | undefined;
|
|
7661
7668
|
prependIcon?: IconValue | undefined;
|
|
7662
7669
|
appendIcon?: IconValue | undefined;
|
|
7670
|
+
rawId?: string | number | undefined;
|
|
7663
7671
|
} & {
|
|
7664
7672
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
7665
7673
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -7717,6 +7725,7 @@ declare const VListGroup: {
|
|
|
7717
7725
|
type: vue.PropType<IconValue>;
|
|
7718
7726
|
default: string;
|
|
7719
7727
|
};
|
|
7728
|
+
rawId: (StringConstructor | NumberConstructor)[];
|
|
7720
7729
|
prependIcon: vue.PropType<IconValue>;
|
|
7721
7730
|
appendIcon: vue.PropType<IconValue>;
|
|
7722
7731
|
fluid: BooleanConstructor;
|
|
@@ -7744,6 +7753,7 @@ declare const VListGroup: {
|
|
|
7744
7753
|
type: vue.PropType<IconValue>;
|
|
7745
7754
|
default: string;
|
|
7746
7755
|
};
|
|
7756
|
+
rawId: (StringConstructor | NumberConstructor)[];
|
|
7747
7757
|
prependIcon: vue.PropType<IconValue>;
|
|
7748
7758
|
appendIcon: vue.PropType<IconValue>;
|
|
7749
7759
|
fluid: BooleanConstructor;
|
|
@@ -51320,6 +51330,7 @@ declare const VNumberInput: {
|
|
|
51320
51330
|
"v-slot:increment"?: false | ((arg: ControlSlot$1) => vue.VNodeChild) | undefined;
|
|
51321
51331
|
"v-slot:decrement"?: false | ((arg: ControlSlot$1) => vue.VNodeChild) | undefined;
|
|
51322
51332
|
} & {
|
|
51333
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
51323
51334
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
51324
51335
|
}, Omit<Omit<{
|
|
51325
51336
|
$: vue.ComponentInternalInstance;
|
|
@@ -53260,6 +53271,7 @@ declare const VNumberInput: {
|
|
|
53260
53271
|
} | {};
|
|
53261
53272
|
}) | {};
|
|
53262
53273
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
53274
|
+
'update:focused': (val: boolean) => true;
|
|
53263
53275
|
'update:modelValue': (val: number) => true;
|
|
53264
53276
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
53265
53277
|
flat: boolean;
|
|
@@ -53456,6 +53468,7 @@ declare const VNumberInput: {
|
|
|
53456
53468
|
"v-slot:increment"?: false | ((arg: ControlSlot$1) => vue.VNodeChild) | undefined;
|
|
53457
53469
|
"v-slot:decrement"?: false | ((arg: ControlSlot$1) => vue.VNodeChild) | undefined;
|
|
53458
53470
|
} & {
|
|
53471
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
53459
53472
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
53460
53473
|
}, Omit<Omit<{
|
|
53461
53474
|
$: vue.ComponentInternalInstance;
|
|
@@ -55569,6 +55582,7 @@ declare const VNumberInput: {
|
|
|
55569
55582
|
"v-slot:increment"?: false | ((arg: ControlSlot$1) => vue.VNodeChild) | undefined;
|
|
55570
55583
|
"v-slot:decrement"?: false | ((arg: ControlSlot$1) => vue.VNodeChild) | undefined;
|
|
55571
55584
|
} & {
|
|
55585
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
55572
55586
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
55573
55587
|
}, Omit<Omit<{
|
|
55574
55588
|
$: vue.ComponentInternalInstance;
|
|
@@ -57509,6 +57523,7 @@ declare const VNumberInput: {
|
|
|
57509
57523
|
} | {};
|
|
57510
57524
|
}) | {};
|
|
57511
57525
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
57526
|
+
'update:focused': (val: boolean) => true;
|
|
57512
57527
|
'update:modelValue': (val: number) => true;
|
|
57513
57528
|
}, string, {
|
|
57514
57529
|
flat: boolean;
|
|
@@ -89433,6 +89448,7 @@ declare const VDateInput: {
|
|
|
89433
89448
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
89434
89449
|
} & {
|
|
89435
89450
|
onCancel?: (() => any) | undefined;
|
|
89451
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
89436
89452
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
89437
89453
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
89438
89454
|
onSave?: ((value: string) => any) | undefined;
|
|
@@ -91377,6 +91393,7 @@ declare const VDateInput: {
|
|
|
91377
91393
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
91378
91394
|
save: (value: string) => true;
|
|
91379
91395
|
cancel: () => true;
|
|
91396
|
+
'update:focused': (val: boolean) => true;
|
|
91380
91397
|
'update:modelValue': (val: string) => true;
|
|
91381
91398
|
'update:menu': (val: boolean) => true;
|
|
91382
91399
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
@@ -91632,6 +91649,7 @@ declare const VDateInput: {
|
|
|
91632
91649
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
91633
91650
|
} & {
|
|
91634
91651
|
onCancel?: (() => any) | undefined;
|
|
91652
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
91635
91653
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
91636
91654
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
91637
91655
|
onSave?: ((value: string) => any) | undefined;
|
|
@@ -93805,6 +93823,7 @@ declare const VDateInput: {
|
|
|
93805
93823
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
93806
93824
|
} & {
|
|
93807
93825
|
onCancel?: (() => any) | undefined;
|
|
93826
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
93808
93827
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
93809
93828
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
93810
93829
|
onSave?: ((value: string) => any) | undefined;
|
|
@@ -95749,6 +95768,7 @@ declare const VDateInput: {
|
|
|
95749
95768
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
95750
95769
|
save: (value: string) => true;
|
|
95751
95770
|
cancel: () => true;
|
|
95771
|
+
'update:focused': (val: boolean) => true;
|
|
95752
95772
|
'update:modelValue': (val: string) => true;
|
|
95753
95773
|
'update:menu': (val: boolean) => true;
|
|
95754
95774
|
}, string, {
|
|
@@ -101127,6 +101147,7 @@ declare const VTreeviewGroup: {
|
|
|
101127
101147
|
activeColor?: string | undefined;
|
|
101128
101148
|
prependIcon?: IconValue | undefined;
|
|
101129
101149
|
appendIcon?: IconValue | undefined;
|
|
101150
|
+
rawId?: string | number | undefined;
|
|
101130
101151
|
} & {
|
|
101131
101152
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
101132
101153
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -101182,6 +101203,7 @@ declare const VTreeviewGroup: {
|
|
|
101182
101203
|
activeColor?: string | undefined;
|
|
101183
101204
|
prependIcon?: IconValue | undefined;
|
|
101184
101205
|
appendIcon?: IconValue | undefined;
|
|
101206
|
+
rawId?: string | number | undefined;
|
|
101185
101207
|
} & {
|
|
101186
101208
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
101187
101209
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -101228,6 +101250,7 @@ declare const VTreeviewGroup: {
|
|
|
101228
101250
|
activeColor?: string | undefined;
|
|
101229
101251
|
prependIcon?: IconValue | undefined;
|
|
101230
101252
|
appendIcon?: IconValue | undefined;
|
|
101253
|
+
rawId?: string | number | undefined;
|
|
101231
101254
|
} & {
|
|
101232
101255
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
101233
101256
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -101292,6 +101315,7 @@ declare const VTreeviewGroup: {
|
|
|
101292
101315
|
type: vue.PropType<IconValue>;
|
|
101293
101316
|
default: NonNullable<IconValue>;
|
|
101294
101317
|
};
|
|
101318
|
+
rawId: (StringConstructor | NumberConstructor)[];
|
|
101295
101319
|
fluid: BooleanConstructor;
|
|
101296
101320
|
}, vue.ExtractPropTypes<{
|
|
101297
101321
|
color: StringConstructor;
|
|
@@ -101324,6 +101348,7 @@ declare const VTreeviewGroup: {
|
|
|
101324
101348
|
type: vue.PropType<IconValue>;
|
|
101325
101349
|
default: NonNullable<IconValue>;
|
|
101326
101350
|
};
|
|
101351
|
+
rawId: (StringConstructor | NumberConstructor)[];
|
|
101327
101352
|
fluid: BooleanConstructor;
|
|
101328
101353
|
}>>;
|
|
101329
101354
|
type VTreeviewGroup = InstanceType<typeof VTreeviewGroup>;
|
|
@@ -101695,7 +101720,6 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
|
101695
101720
|
options: InternalDateOptions;
|
|
101696
101721
|
instance: {
|
|
101697
101722
|
locale?: any;
|
|
101698
|
-
createDateRange: (start: unknown, stop?: unknown) => unknown[];
|
|
101699
101723
|
date: (value?: any) => unknown;
|
|
101700
101724
|
format: (date: unknown, formatString: string) => string;
|
|
101701
101725
|
toJsDate: (value: unknown) => Date;
|
|
@@ -101739,8 +101763,6 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
|
101739
101763
|
setHours: (date: unknown, hours: number) => unknown;
|
|
101740
101764
|
getMinutes: (date: unknown) => number;
|
|
101741
101765
|
setMinutes: (date: unknown, minutes: number) => unknown;
|
|
101742
|
-
} & {
|
|
101743
|
-
createDateRange(start: unknown, stop?: unknown): unknown[];
|
|
101744
101766
|
};
|
|
101745
101767
|
};
|
|
101746
101768
|
goTo: GoToInstance;
|
|
@@ -101783,27 +101805,24 @@ declare module 'vue' {
|
|
|
101783
101805
|
$children?: VNodeChild
|
|
101784
101806
|
}
|
|
101785
101807
|
export interface GlobalComponents {
|
|
101808
|
+
VAlert: VAlert
|
|
101809
|
+
VAlertTitle: VAlertTitle
|
|
101786
101810
|
VApp: VApp
|
|
101787
101811
|
VAppBar: VAppBar
|
|
101788
101812
|
VAppBarNavIcon: VAppBarNavIcon
|
|
101789
101813
|
VAppBarTitle: VAppBarTitle
|
|
101790
101814
|
VAvatar: VAvatar
|
|
101791
|
-
|
|
101792
|
-
VAlertTitle: VAlertTitle
|
|
101815
|
+
VAutocomplete: VAutocomplete
|
|
101793
101816
|
VBanner: VBanner
|
|
101794
101817
|
VBannerActions: VBannerActions
|
|
101795
101818
|
VBannerText: VBannerText
|
|
101796
|
-
VBadge: VBadge
|
|
101797
|
-
VBtn: VBtn
|
|
101798
|
-
VAutocomplete: VAutocomplete
|
|
101799
101819
|
VBottomSheet: VBottomSheet
|
|
101820
|
+
VBadge: VBadge
|
|
101800
101821
|
VBottomNavigation: VBottomNavigation
|
|
101822
|
+
VBtnGroup: VBtnGroup
|
|
101801
101823
|
VBreadcrumbs: VBreadcrumbs
|
|
101802
101824
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
101803
101825
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
101804
|
-
VCarousel: VCarousel
|
|
101805
|
-
VCarouselItem: VCarouselItem
|
|
101806
|
-
VBtnGroup: VBtnGroup
|
|
101807
101826
|
VBtnToggle: VBtnToggle
|
|
101808
101827
|
VCard: VCard
|
|
101809
101828
|
VCardActions: VCardActions
|
|
@@ -101811,11 +101830,24 @@ declare module 'vue' {
|
|
|
101811
101830
|
VCardSubtitle: VCardSubtitle
|
|
101812
101831
|
VCardText: VCardText
|
|
101813
101832
|
VCardTitle: VCardTitle
|
|
101814
|
-
VCode: VCode
|
|
101815
|
-
VColorPicker: VColorPicker
|
|
101816
101833
|
VCheckbox: VCheckbox
|
|
101817
101834
|
VCheckboxBtn: VCheckboxBtn
|
|
101835
|
+
VChipGroup: VChipGroup
|
|
101836
|
+
VCode: VCode
|
|
101837
|
+
VCarousel: VCarousel
|
|
101838
|
+
VCarouselItem: VCarouselItem
|
|
101839
|
+
VChip: VChip
|
|
101818
101840
|
VCombobox: VCombobox
|
|
101841
|
+
VCounter: VCounter
|
|
101842
|
+
VColorPicker: VColorPicker
|
|
101843
|
+
VDatePicker: VDatePicker
|
|
101844
|
+
VDatePickerControls: VDatePickerControls
|
|
101845
|
+
VDatePickerHeader: VDatePickerHeader
|
|
101846
|
+
VDatePickerMonth: VDatePickerMonth
|
|
101847
|
+
VDatePickerMonths: VDatePickerMonths
|
|
101848
|
+
VDatePickerYears: VDatePickerYears
|
|
101849
|
+
VDialog: VDialog
|
|
101850
|
+
VBtn: VBtn
|
|
101819
101851
|
VDataTable: VDataTable
|
|
101820
101852
|
VDataTableHeaders: VDataTableHeaders
|
|
101821
101853
|
VDataTableFooter: VDataTableFooter
|
|
@@ -101823,36 +101855,28 @@ declare module 'vue' {
|
|
|
101823
101855
|
VDataTableRow: VDataTableRow
|
|
101824
101856
|
VDataTableVirtual: VDataTableVirtual
|
|
101825
101857
|
VDataTableServer: VDataTableServer
|
|
101826
|
-
VCounter: VCounter
|
|
101827
|
-
VChip: VChip
|
|
101828
|
-
VDialog: VDialog
|
|
101829
101858
|
VDivider: VDivider
|
|
101830
|
-
VFab: VFab
|
|
101831
|
-
VDatePicker: VDatePicker
|
|
101832
|
-
VDatePickerControls: VDatePickerControls
|
|
101833
|
-
VDatePickerHeader: VDatePickerHeader
|
|
101834
|
-
VDatePickerMonth: VDatePickerMonth
|
|
101835
|
-
VDatePickerMonths: VDatePickerMonths
|
|
101836
|
-
VDatePickerYears: VDatePickerYears
|
|
101837
101859
|
VEmptyState: VEmptyState
|
|
101860
|
+
VField: VField
|
|
101861
|
+
VFieldLabel: VFieldLabel
|
|
101838
101862
|
VFileInput: VFileInput
|
|
101839
|
-
VFooter: VFooter
|
|
101840
101863
|
VExpansionPanels: VExpansionPanels
|
|
101841
101864
|
VExpansionPanel: VExpansionPanel
|
|
101842
101865
|
VExpansionPanelText: VExpansionPanelText
|
|
101843
101866
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
101844
|
-
|
|
101845
|
-
|
|
101846
|
-
|
|
101867
|
+
VFab: VFab
|
|
101868
|
+
VItemGroup: VItemGroup
|
|
101869
|
+
VItem: VItem
|
|
101870
|
+
VImg: VImg
|
|
101871
|
+
VInput: VInput
|
|
101847
101872
|
VIcon: VIcon
|
|
101848
101873
|
VComponentIcon: VComponentIcon
|
|
101849
101874
|
VSvgIcon: VSvgIcon
|
|
101850
101875
|
VLigatureIcon: VLigatureIcon
|
|
101851
101876
|
VClassIcon: VClassIcon
|
|
101852
|
-
|
|
101853
|
-
|
|
101854
|
-
|
|
101855
|
-
VInput: VInput
|
|
101877
|
+
VInfiniteScroll: VInfiniteScroll
|
|
101878
|
+
VFooter: VFooter
|
|
101879
|
+
VLabel: VLabel
|
|
101856
101880
|
VKbd: VKbd
|
|
101857
101881
|
VList: VList
|
|
101858
101882
|
VListGroup: VListGroup
|
|
@@ -101863,47 +101887,48 @@ declare module 'vue' {
|
|
|
101863
101887
|
VListItemSubtitle: VListItemSubtitle
|
|
101864
101888
|
VListItemTitle: VListItemTitle
|
|
101865
101889
|
VListSubheader: VListSubheader
|
|
101866
|
-
VLabel: VLabel
|
|
101867
101890
|
VMain: VMain
|
|
101868
101891
|
VMessages: VMessages
|
|
101869
101892
|
VMenu: VMenu
|
|
101893
|
+
VOtpInput: VOtpInput
|
|
101870
101894
|
VNavigationDrawer: VNavigationDrawer
|
|
101871
|
-
VNumberInput: VNumberInput
|
|
101872
101895
|
VOverlay: VOverlay
|
|
101873
|
-
VOtpInput: VOtpInput
|
|
101874
101896
|
VPagination: VPagination
|
|
101897
|
+
VProgressCircular: VProgressCircular
|
|
101898
|
+
VNumberInput: VNumberInput
|
|
101875
101899
|
VRadioGroup: VRadioGroup
|
|
101876
101900
|
VProgressLinear: VProgressLinear
|
|
101877
101901
|
VRating: VRating
|
|
101878
|
-
VSelectionControl: VSelectionControl
|
|
101879
101902
|
VSelect: VSelect
|
|
101880
101903
|
VSheet: VSheet
|
|
101904
|
+
VSelectionControl: VSelectionControl
|
|
101881
101905
|
VSelectionControlGroup: VSelectionControlGroup
|
|
101882
101906
|
VSkeletonLoader: VSkeletonLoader
|
|
101883
101907
|
VSlideGroup: VSlideGroup
|
|
101884
101908
|
VSlideGroupItem: VSlideGroupItem
|
|
101885
101909
|
VSlider: VSlider
|
|
101886
|
-
VSwitch: VSwitch
|
|
101887
101910
|
VStepper: VStepper
|
|
101888
101911
|
VStepperActions: VStepperActions
|
|
101889
101912
|
VStepperHeader: VStepperHeader
|
|
101890
101913
|
VStepperItem: VStepperItem
|
|
101891
101914
|
VStepperWindow: VStepperWindow
|
|
101892
101915
|
VStepperWindowItem: VStepperWindowItem
|
|
101893
|
-
|
|
101916
|
+
VSnackbar: VSnackbar
|
|
101917
|
+
VSwitch: VSwitch
|
|
101918
|
+
VTable: VTable
|
|
101919
|
+
VTextField: VTextField
|
|
101894
101920
|
VTab: VTab
|
|
101895
101921
|
VTabs: VTabs
|
|
101896
101922
|
VTabsWindow: VTabsWindow
|
|
101897
101923
|
VTabsWindowItem: VTabsWindowItem
|
|
101898
|
-
|
|
101924
|
+
VSystemBar: VSystemBar
|
|
101899
101925
|
VTextarea: VTextarea
|
|
101900
|
-
VTable: VTable
|
|
101901
101926
|
VToolbar: VToolbar
|
|
101902
101927
|
VToolbarTitle: VToolbarTitle
|
|
101903
101928
|
VToolbarItems: VToolbarItems
|
|
101904
|
-
VTooltip: VTooltip
|
|
101905
101929
|
VTimeline: VTimeline
|
|
101906
101930
|
VTimelineItem: VTimelineItem
|
|
101931
|
+
VTooltip: VTooltip
|
|
101907
101932
|
VWindow: VWindow
|
|
101908
101933
|
VWindowItem: VWindowItem
|
|
101909
101934
|
VConfirmEdit: VConfirmEdit
|
|
@@ -101914,7 +101939,6 @@ declare module 'vue' {
|
|
|
101914
101939
|
VCol: VCol
|
|
101915
101940
|
VRow: VRow
|
|
101916
101941
|
VSpacer: VSpacer
|
|
101917
|
-
VChipGroup: VChipGroup
|
|
101918
101942
|
VHover: VHover
|
|
101919
101943
|
VLayout: VLayout
|
|
101920
101944
|
VLayoutItem: VLayoutItem
|
|
@@ -101924,14 +101948,13 @@ declare module 'vue' {
|
|
|
101924
101948
|
VParallax: VParallax
|
|
101925
101949
|
VRadio: VRadio
|
|
101926
101950
|
VRangeSlider: VRangeSlider
|
|
101927
|
-
VSnackbarQueue: VSnackbarQueue
|
|
101928
|
-
VSparkline: VSparkline
|
|
101929
101951
|
VResponsive: VResponsive
|
|
101952
|
+
VSparkline: VSparkline
|
|
101953
|
+
VSnackbarQueue: VSnackbarQueue
|
|
101954
|
+
VSpeedDial: VSpeedDial
|
|
101930
101955
|
VThemeProvider: VThemeProvider
|
|
101931
|
-
VValidation: VValidation
|
|
101932
101956
|
VVirtualScroll: VVirtualScroll
|
|
101933
|
-
|
|
101934
|
-
VSnackbar: VSnackbar
|
|
101957
|
+
VValidation: VValidation
|
|
101935
101958
|
VFabTransition: VFabTransition
|
|
101936
101959
|
VDialogBottomTransition: VDialogBottomTransition
|
|
101937
101960
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -101948,28 +101971,27 @@ declare module 'vue' {
|
|
|
101948
101971
|
VExpandTransition: VExpandTransition
|
|
101949
101972
|
VExpandXTransition: VExpandXTransition
|
|
101950
101973
|
VDialogTransition: VDialogTransition
|
|
101951
|
-
VProgressCircular: VProgressCircular
|
|
101952
|
-
VColorInput: VColorInput
|
|
101953
|
-
VFileUpload: VFileUpload
|
|
101954
|
-
VFileUploadItem: VFileUploadItem
|
|
101955
|
-
VStepperVertical: VStepperVertical
|
|
101956
|
-
VStepperVerticalItem: VStepperVerticalItem
|
|
101957
|
-
VStepperVerticalActions: VStepperVerticalActions
|
|
101958
101974
|
VCalendar: VCalendar
|
|
101959
101975
|
VCalendarDay: VCalendarDay
|
|
101960
101976
|
VCalendarHeader: VCalendarHeader
|
|
101961
101977
|
VCalendarInterval: VCalendarInterval
|
|
101962
101978
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
101963
101979
|
VCalendarMonthDay: VCalendarMonthDay
|
|
101964
|
-
|
|
101965
|
-
VTimePickerClock: VTimePickerClock
|
|
101966
|
-
VTimePickerControls: VTimePickerControls
|
|
101967
|
-
VIconBtn: VIconBtn
|
|
101980
|
+
VColorInput: VColorInput
|
|
101968
101981
|
VPicker: VPicker
|
|
101969
101982
|
VPickerTitle: VPickerTitle
|
|
101983
|
+
VIconBtn: VIconBtn
|
|
101970
101984
|
VTreeview: VTreeview
|
|
101971
101985
|
VTreeviewItem: VTreeviewItem
|
|
101972
101986
|
VTreeviewGroup: VTreeviewGroup
|
|
101987
|
+
VFileUpload: VFileUpload
|
|
101988
|
+
VFileUploadItem: VFileUploadItem
|
|
101989
|
+
VTimePicker: VTimePicker
|
|
101990
|
+
VTimePickerClock: VTimePickerClock
|
|
101991
|
+
VTimePickerControls: VTimePickerControls
|
|
101992
|
+
VStepperVertical: VStepperVertical
|
|
101993
|
+
VStepperVerticalItem: VStepperVerticalItem
|
|
101994
|
+
VStepperVerticalActions: VStepperVerticalActions
|
|
101973
101995
|
VDateInput: VDateInput
|
|
101974
101996
|
VPullToRefresh: VPullToRefresh
|
|
101975
101997
|
}
|