vuetify 3.9.3 → 3.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +3354 -3342
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +5 -2
- package/dist/json/web-types.json +6563 -6534
- package/dist/vuetify-labs.cjs +222 -119
- package/dist/vuetify-labs.css +4072 -4024
- package/dist/vuetify-labs.d.ts +167 -135
- package/dist/vuetify-labs.esm.js +222 -119
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +222 -119
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +163 -94
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4249 -4216
- package/dist/vuetify.d.ts +50 -63
- package/dist/vuetify.esm.js +163 -94
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +163 -94
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +483 -482
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +9 -2
- package/lib/components/VAlert/VAlert.js +2 -2
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +10 -3
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VApp/VApp.d.ts +0 -25
- package/lib/components/VApp/VApp.js +6 -5
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
- package/lib/components/VColorPicker/VColorPickerEdit.css +5 -0
- package/lib/components/VColorPicker/VColorPickerEdit.js +8 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -0
- package/lib/components/VColorPicker/VColorPickerPreview.js +8 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/util/index.d.ts +1 -0
- package/lib/components/VColorPicker/util/index.js +20 -10
- package/lib/components/VColorPicker/util/index.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.js +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +2 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/composables/headers.js +53 -42
- package/lib/components/VDataTable/composables/headers.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +1 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.js +7 -7
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +2 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VStepper/VStepperItem.css +9 -4
- package/lib/components/VStepper/VStepperItem.sass +8 -7
- package/lib/components/VTable/VTable.css +2 -2
- package/lib/components/VTable/VTable.js +32 -20
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +4 -4
- package/lib/components/VTextField/VTextField.js +1 -0
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +6 -0
- package/lib/components/VTreeview/VTreeviewItem.sass +7 -0
- package/lib/components/VWindow/VWindow.css +8 -0
- package/lib/components/VWindow/VWindow.sass +9 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +49 -49
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.css +15 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +287 -215
- package/lib/labs/VColorInput/VColorInput.js +24 -10
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.sass +8 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VVideo/VVideo.css +4 -4
- package/lib/labs/VVideo/VVideo.d.ts +10 -0
- package/lib/labs/VVideo/VVideo.js +6 -3
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +4 -2
- package/lib/labs/VVideo/VVideoControls.js +33 -16
- package/lib/labs/VVideo/VVideoControls.js.map +1 -1
- package/lib/labs/VVideo/VVideoVolume.js +1 -1
- package/lib/labs/VVideo/VVideoVolume.js.map +1 -1
- package/lib/labs/VVideo/_variables.scss +3 -2
- package/lib/labs/rules/rules.d.ts +10 -3
- package/lib/labs/rules/rules.js +13 -5
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/locale/af.d.ts +17 -0
- package/lib/locale/af.js +17 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +17 -0
- package/lib/locale/ar.js +17 -0
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +17 -0
- package/lib/locale/az.js +17 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +17 -0
- package/lib/locale/bg.js +17 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +17 -0
- package/lib/locale/ca.js +17 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +17 -0
- package/lib/locale/ckb.js +17 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +17 -0
- package/lib/locale/cs.js +17 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +17 -0
- package/lib/locale/da.js +17 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +17 -0
- package/lib/locale/de.js +17 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +17 -0
- package/lib/locale/el.js +17 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +17 -0
- package/lib/locale/en.js +17 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +17 -0
- package/lib/locale/es.js +17 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +17 -0
- package/lib/locale/et.js +17 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +17 -0
- package/lib/locale/fa.js +17 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +17 -0
- package/lib/locale/fi.js +17 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +17 -0
- package/lib/locale/fr.js +17 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +17 -0
- package/lib/locale/he.js +17 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +17 -0
- package/lib/locale/hr.js +17 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +17 -0
- package/lib/locale/hu.js +17 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +17 -0
- package/lib/locale/id.js +17 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +17 -0
- package/lib/locale/it.js +17 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +17 -0
- package/lib/locale/ja.js +17 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +17 -0
- package/lib/locale/km.js +17 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +17 -0
- package/lib/locale/ko.js +17 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +17 -0
- package/lib/locale/lt.js +17 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +17 -0
- package/lib/locale/lv.js +17 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +17 -0
- package/lib/locale/nl.js +17 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +17 -0
- package/lib/locale/no.js +17 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +17 -0
- package/lib/locale/pl.js +17 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +17 -0
- package/lib/locale/pt.js +17 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +17 -0
- package/lib/locale/ro.js +17 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +17 -0
- package/lib/locale/ru.js +17 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +17 -0
- package/lib/locale/sk.js +17 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +17 -0
- package/lib/locale/sl.js +17 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +17 -0
- package/lib/locale/sr-Cyrl.js +17 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +17 -0
- package/lib/locale/sr-Latn.js +17 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +17 -0
- package/lib/locale/sv.js +17 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +17 -0
- package/lib/locale/th.js +17 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +17 -0
- package/lib/locale/tr.js +17 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +17 -0
- package/lib/locale/uk.js +17 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +17 -0
- package/lib/locale/vi.js +17 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +17 -0
- package/lib/locale/zh-Hans.js +17 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +17 -0
- package/lib/locale/zh-Hant.js +17 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/util/getScrollParent.js +3 -1
- package/lib/util/getScrollParent.js.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -3394,7 +3394,6 @@ declare namespace index_d$2 {
|
|
|
3394
3394
|
declare const VApp: {
|
|
3395
3395
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
3396
3396
|
style: vue.StyleValue;
|
|
3397
|
-
fullHeight: boolean;
|
|
3398
3397
|
} & {
|
|
3399
3398
|
class?: any;
|
|
3400
3399
|
theme?: string | undefined;
|
|
@@ -3432,7 +3431,6 @@ declare const VApp: {
|
|
|
3432
3431
|
theme: ThemeInstance;
|
|
3433
3432
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
3434
3433
|
style: vue.StyleValue;
|
|
3435
|
-
fullHeight: boolean;
|
|
3436
3434
|
}, true, {}, vue.SlotsType<Partial<{
|
|
3437
3435
|
default: () => vue.VNode[];
|
|
3438
3436
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
@@ -3444,7 +3442,6 @@ declare const VApp: {
|
|
|
3444
3442
|
Defaults: {};
|
|
3445
3443
|
}, {
|
|
3446
3444
|
style: vue.StyleValue;
|
|
3447
|
-
fullHeight: boolean;
|
|
3448
3445
|
} & {
|
|
3449
3446
|
class?: any;
|
|
3450
3447
|
theme?: string | undefined;
|
|
@@ -3482,14 +3479,12 @@ declare const VApp: {
|
|
|
3482
3479
|
theme: ThemeInstance;
|
|
3483
3480
|
}, {}, {}, {}, {
|
|
3484
3481
|
style: vue.StyleValue;
|
|
3485
|
-
fullHeight: boolean;
|
|
3486
3482
|
}>;
|
|
3487
3483
|
__isFragment?: never;
|
|
3488
3484
|
__isTeleport?: never;
|
|
3489
3485
|
__isSuspense?: never;
|
|
3490
3486
|
} & vue.ComponentOptionsBase<{
|
|
3491
3487
|
style: vue.StyleValue;
|
|
3492
|
-
fullHeight: boolean;
|
|
3493
3488
|
} & {
|
|
3494
3489
|
class?: any;
|
|
3495
3490
|
theme?: string | undefined;
|
|
@@ -3527,16 +3522,11 @@ declare const VApp: {
|
|
|
3527
3522
|
theme: ThemeInstance;
|
|
3528
3523
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
3529
3524
|
style: vue.StyleValue;
|
|
3530
|
-
fullHeight: boolean;
|
|
3531
3525
|
}, {}, string, vue.SlotsType<Partial<{
|
|
3532
3526
|
default: () => vue.VNode[];
|
|
3533
3527
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
3534
3528
|
theme: StringConstructor;
|
|
3535
3529
|
overlaps: vue.Prop<string[]>;
|
|
3536
|
-
fullHeight: {
|
|
3537
|
-
type: vue.PropType<boolean>;
|
|
3538
|
-
default: boolean;
|
|
3539
|
-
};
|
|
3540
3530
|
class: vue.PropType<ClassValue>;
|
|
3541
3531
|
style: {
|
|
3542
3532
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -3545,10 +3535,6 @@ declare const VApp: {
|
|
|
3545
3535
|
}, vue.ExtractPropTypes<{
|
|
3546
3536
|
theme: StringConstructor;
|
|
3547
3537
|
overlaps: vue.Prop<string[]>;
|
|
3548
|
-
fullHeight: {
|
|
3549
|
-
type: vue.PropType<boolean>;
|
|
3550
|
-
default: boolean;
|
|
3551
|
-
};
|
|
3552
3538
|
class: vue.PropType<ClassValue>;
|
|
3553
3539
|
style: {
|
|
3554
3540
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -28843,6 +28829,7 @@ declare const modes: {
|
|
|
28843
28829
|
label: string;
|
|
28844
28830
|
getValue: (c: string) => string;
|
|
28845
28831
|
getColor: (c: string, v: string) => string;
|
|
28832
|
+
localeKey: string;
|
|
28846
28833
|
}[];
|
|
28847
28834
|
inputProps: Record<string, unknown>;
|
|
28848
28835
|
from: (color: any) => HSV;
|
|
@@ -95376,49 +95363,48 @@ declare module 'vue' {
|
|
|
95376
95363
|
$children?: VNodeChild
|
|
95377
95364
|
}
|
|
95378
95365
|
export interface GlobalComponents {
|
|
95379
|
-
|
|
95380
|
-
VAlertTitle: VAlertTitle
|
|
95366
|
+
VApp: VApp
|
|
95381
95367
|
VAppBar: VAppBar
|
|
95382
95368
|
VAppBarNavIcon: VAppBarNavIcon
|
|
95383
95369
|
VAppBarTitle: VAppBarTitle
|
|
95384
|
-
|
|
95370
|
+
VAlert: VAlert
|
|
95371
|
+
VAlertTitle: VAlertTitle
|
|
95385
95372
|
VAutocomplete: VAutocomplete
|
|
95373
|
+
VAvatar: VAvatar
|
|
95386
95374
|
VBadge: VBadge
|
|
95387
95375
|
VBanner: VBanner
|
|
95388
95376
|
VBannerActions: VBannerActions
|
|
95389
95377
|
VBannerText: VBannerText
|
|
95390
95378
|
VBottomNavigation: VBottomNavigation
|
|
95391
|
-
VBtn: VBtn
|
|
95392
95379
|
VBottomSheet: VBottomSheet
|
|
95393
95380
|
VBreadcrumbs: VBreadcrumbs
|
|
95394
95381
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
95395
95382
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
95396
|
-
|
|
95397
|
-
|
|
95398
|
-
|
|
95399
|
-
VCarouselItem: VCarouselItem
|
|
95400
|
-
VChipGroup: VChipGroup
|
|
95383
|
+
VBtn: VBtn
|
|
95384
|
+
VBtnGroup: VBtnGroup
|
|
95385
|
+
VBtnToggle: VBtnToggle
|
|
95401
95386
|
VCard: VCard
|
|
95402
95387
|
VCardActions: VCardActions
|
|
95403
95388
|
VCardItem: VCardItem
|
|
95404
95389
|
VCardSubtitle: VCardSubtitle
|
|
95405
95390
|
VCardText: VCardText
|
|
95406
95391
|
VCardTitle: VCardTitle
|
|
95407
|
-
|
|
95408
|
-
|
|
95392
|
+
VCarousel: VCarousel
|
|
95393
|
+
VCarouselItem: VCarouselItem
|
|
95394
|
+
VChipGroup: VChipGroup
|
|
95395
|
+
VCheckbox: VCheckbox
|
|
95396
|
+
VCheckboxBtn: VCheckboxBtn
|
|
95409
95397
|
VChip: VChip
|
|
95410
95398
|
VColorPicker: VColorPicker
|
|
95399
|
+
VCounter: VCounter
|
|
95411
95400
|
VCode: VCode
|
|
95401
|
+
VCombobox: VCombobox
|
|
95412
95402
|
VDatePicker: VDatePicker
|
|
95413
95403
|
VDatePickerControls: VDatePickerControls
|
|
95414
95404
|
VDatePickerHeader: VDatePickerHeader
|
|
95415
95405
|
VDatePickerMonth: VDatePickerMonth
|
|
95416
95406
|
VDatePickerMonths: VDatePickerMonths
|
|
95417
95407
|
VDatePickerYears: VDatePickerYears
|
|
95418
|
-
VCounter: VCounter
|
|
95419
|
-
VApp: VApp
|
|
95420
|
-
VCombobox: VCombobox
|
|
95421
|
-
VEmptyState: VEmptyState
|
|
95422
95408
|
VDataTable: VDataTable
|
|
95423
95409
|
VDataTableHeaders: VDataTableHeaders
|
|
95424
95410
|
VDataTableFooter: VDataTableFooter
|
|
@@ -95426,19 +95412,27 @@ declare module 'vue' {
|
|
|
95426
95412
|
VDataTableRow: VDataTableRow
|
|
95427
95413
|
VDataTableVirtual: VDataTableVirtual
|
|
95428
95414
|
VDataTableServer: VDataTableServer
|
|
95429
|
-
VDialog: VDialog
|
|
95430
95415
|
VDivider: VDivider
|
|
95416
|
+
VEmptyState: VEmptyState
|
|
95417
|
+
VDialog: VDialog
|
|
95418
|
+
VExpansionPanels: VExpansionPanels
|
|
95419
|
+
VExpansionPanel: VExpansionPanel
|
|
95420
|
+
VExpansionPanelText: VExpansionPanelText
|
|
95421
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
|
95431
95422
|
VFab: VFab
|
|
95423
|
+
VFooter: VFooter
|
|
95432
95424
|
VFileInput: VFileInput
|
|
95433
95425
|
VField: VField
|
|
95434
95426
|
VFieldLabel: VFieldLabel
|
|
95427
|
+
VImg: VImg
|
|
95435
95428
|
VIcon: VIcon
|
|
95436
95429
|
VComponentIcon: VComponentIcon
|
|
95437
95430
|
VSvgIcon: VSvgIcon
|
|
95438
95431
|
VLigatureIcon: VLigatureIcon
|
|
95439
95432
|
VClassIcon: VClassIcon
|
|
95440
|
-
VImg: VImg
|
|
95441
95433
|
VInput: VInput
|
|
95434
|
+
VItemGroup: VItemGroup
|
|
95435
|
+
VItem: VItem
|
|
95442
95436
|
VInfiniteScroll: VInfiniteScroll
|
|
95443
95437
|
VKbd: VKbd
|
|
95444
95438
|
VList: VList
|
|
@@ -95450,27 +95444,27 @@ declare module 'vue' {
|
|
|
95450
95444
|
VListItemSubtitle: VListItemSubtitle
|
|
95451
95445
|
VListItemTitle: VListItemTitle
|
|
95452
95446
|
VListSubheader: VListSubheader
|
|
95453
|
-
VMain: VMain
|
|
95454
95447
|
VLabel: VLabel
|
|
95455
|
-
VItemGroup: VItemGroup
|
|
95456
|
-
VItem: VItem
|
|
95457
95448
|
VMessages: VMessages
|
|
95458
95449
|
VMenu: VMenu
|
|
95459
95450
|
VNavigationDrawer: VNavigationDrawer
|
|
95451
|
+
VMain: VMain
|
|
95460
95452
|
VNumberInput: VNumberInput
|
|
95461
|
-
VOverlay: VOverlay
|
|
95462
95453
|
VPagination: VPagination
|
|
95463
95454
|
VOtpInput: VOtpInput
|
|
95464
|
-
|
|
95465
|
-
VProgressLinear: VProgressLinear
|
|
95455
|
+
VOverlay: VOverlay
|
|
95466
95456
|
VRadioGroup: VRadioGroup
|
|
95457
|
+
VProgressLinear: VProgressLinear
|
|
95458
|
+
VProgressCircular: VProgressCircular
|
|
95467
95459
|
VRating: VRating
|
|
95468
|
-
VSelectionControl: VSelectionControl
|
|
95469
95460
|
VSelectionControlGroup: VSelectionControlGroup
|
|
95461
|
+
VSelectionControl: VSelectionControl
|
|
95470
95462
|
VSelect: VSelect
|
|
95471
|
-
|
|
95463
|
+
VSlideGroup: VSlideGroup
|
|
95464
|
+
VSlideGroupItem: VSlideGroupItem
|
|
95472
95465
|
VSheet: VSheet
|
|
95473
95466
|
VSnackbar: VSnackbar
|
|
95467
|
+
VSkeletonLoader: VSkeletonLoader
|
|
95474
95468
|
VSlider: VSlider
|
|
95475
95469
|
VSwitch: VSwitch
|
|
95476
95470
|
VStepper: VStepper
|
|
@@ -95479,40 +95473,35 @@ declare module 'vue' {
|
|
|
95479
95473
|
VStepperItem: VStepperItem
|
|
95480
95474
|
VStepperWindow: VStepperWindow
|
|
95481
95475
|
VStepperWindowItem: VStepperWindowItem
|
|
95482
|
-
VSlideGroup: VSlideGroup
|
|
95483
|
-
VSlideGroupItem: VSlideGroupItem
|
|
95484
|
-
VTable: VTable
|
|
95485
95476
|
VSystemBar: VSystemBar
|
|
95486
95477
|
VTextField: VTextField
|
|
95478
|
+
VTextarea: VTextarea
|
|
95487
95479
|
VTab: VTab
|
|
95488
95480
|
VTabs: VTabs
|
|
95489
95481
|
VTabsWindow: VTabsWindow
|
|
95490
95482
|
VTabsWindowItem: VTabsWindowItem
|
|
95483
|
+
VTable: VTable
|
|
95484
|
+
VTimePicker: VTimePicker
|
|
95485
|
+
VTimePickerClock: VTimePickerClock
|
|
95486
|
+
VTimePickerControls: VTimePickerControls
|
|
95491
95487
|
VToolbar: VToolbar
|
|
95492
95488
|
VToolbarTitle: VToolbarTitle
|
|
95493
95489
|
VToolbarItems: VToolbarItems
|
|
95494
95490
|
VTooltip: VTooltip
|
|
95495
|
-
VTextarea: VTextarea
|
|
95496
|
-
VTimeline: VTimeline
|
|
95497
|
-
VTimelineItem: VTimelineItem
|
|
95498
|
-
VWindow: VWindow
|
|
95499
|
-
VWindowItem: VWindowItem
|
|
95500
95491
|
VTreeview: VTreeview
|
|
95501
95492
|
VTreeviewItem: VTreeviewItem
|
|
95502
95493
|
VTreeviewGroup: VTreeviewGroup
|
|
95503
|
-
|
|
95504
|
-
|
|
95505
|
-
VTimePickerControls: VTimePickerControls
|
|
95506
|
-
VConfirmEdit: VConfirmEdit
|
|
95494
|
+
VWindow: VWindow
|
|
95495
|
+
VWindowItem: VWindowItem
|
|
95507
95496
|
VDataIterator: VDataIterator
|
|
95497
|
+
VConfirmEdit: VConfirmEdit
|
|
95508
95498
|
VDefaultsProvider: VDefaultsProvider
|
|
95509
|
-
VFooter: VFooter
|
|
95510
95499
|
VForm: VForm
|
|
95511
|
-
VHover: VHover
|
|
95512
95500
|
VContainer: VContainer
|
|
95513
95501
|
VCol: VCol
|
|
95514
95502
|
VRow: VRow
|
|
95515
95503
|
VSpacer: VSpacer
|
|
95504
|
+
VHover: VHover
|
|
95516
95505
|
VLayout: VLayout
|
|
95517
95506
|
VLayoutItem: VLayoutItem
|
|
95518
95507
|
VLazy: VLazy
|
|
@@ -95522,16 +95511,12 @@ declare module 'vue' {
|
|
|
95522
95511
|
VRadio: VRadio
|
|
95523
95512
|
VRangeSlider: VRangeSlider
|
|
95524
95513
|
VResponsive: VResponsive
|
|
95514
|
+
VSnackbarQueue: VSnackbarQueue
|
|
95525
95515
|
VSparkline: VSparkline
|
|
95526
95516
|
VSpeedDial: VSpeedDial
|
|
95527
|
-
VSnackbarQueue: VSnackbarQueue
|
|
95528
95517
|
VThemeProvider: VThemeProvider
|
|
95529
|
-
VExpansionPanels: VExpansionPanels
|
|
95530
|
-
VExpansionPanel: VExpansionPanel
|
|
95531
|
-
VExpansionPanelText: VExpansionPanelText
|
|
95532
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
|
95533
|
-
VVirtualScroll: VVirtualScroll
|
|
95534
95518
|
VValidation: VValidation
|
|
95519
|
+
VVirtualScroll: VVirtualScroll
|
|
95535
95520
|
VFabTransition: VFabTransition
|
|
95536
95521
|
VDialogBottomTransition: VDialogBottomTransition
|
|
95537
95522
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -95548,21 +95533,23 @@ declare module 'vue' {
|
|
|
95548
95533
|
VExpandTransition: VExpandTransition
|
|
95549
95534
|
VExpandXTransition: VExpandXTransition
|
|
95550
95535
|
VDialogTransition: VDialogTransition
|
|
95536
|
+
VTimeline: VTimeline
|
|
95537
|
+
VTimelineItem: VTimelineItem
|
|
95551
95538
|
VCalendar: VCalendar
|
|
95552
95539
|
VCalendarDay: VCalendarDay
|
|
95553
95540
|
VCalendarHeader: VCalendarHeader
|
|
95554
95541
|
VCalendarInterval: VCalendarInterval
|
|
95555
95542
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
95556
95543
|
VCalendarMonthDay: VCalendarMonthDay
|
|
95544
|
+
VColorInput: VColorInput
|
|
95557
95545
|
VIconBtn: VIconBtn
|
|
95558
95546
|
VFileUpload: VFileUpload
|
|
95559
95547
|
VFileUploadItem: VFileUploadItem
|
|
95548
|
+
VPicker: VPicker
|
|
95549
|
+
VPickerTitle: VPickerTitle
|
|
95560
95550
|
VPie: VPie
|
|
95561
95551
|
VPieSegment: VPieSegment
|
|
95562
95552
|
VPieTooltip: VPieTooltip
|
|
95563
|
-
VColorInput: VColorInput
|
|
95564
|
-
VPicker: VPicker
|
|
95565
|
-
VPickerTitle: VPickerTitle
|
|
95566
95553
|
VVideo: VVideo
|
|
95567
95554
|
VVideoControls: VVideoControls
|
|
95568
95555
|
VVideoVolume: VVideoVolume
|
|
@@ -95570,8 +95557,8 @@ declare module 'vue' {
|
|
|
95570
95557
|
VStepperVertical: VStepperVertical
|
|
95571
95558
|
VStepperVerticalItem: VStepperVerticalItem
|
|
95572
95559
|
VStepperVerticalActions: VStepperVerticalActions
|
|
95573
|
-
VDateInput: VDateInput
|
|
95574
95560
|
VMaskInput: VMaskInput
|
|
95561
|
+
VDateInput: VDateInput
|
|
95575
95562
|
VPullToRefresh: VPullToRefresh
|
|
95576
95563
|
}
|
|
95577
95564
|
export interface GlobalDirectives {
|