vuetify 3.4.10 → 3.4.11
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 +5 -5
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +2511 -2489
- package/dist/vuetify-labs.css +2293 -2287
- package/dist/vuetify-labs.d.ts +1116 -15
- package/dist/vuetify-labs.esm.js +166 -157
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +166 -157
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +548 -542
- package/dist/vuetify.d.ts +1162 -61
- package/dist/vuetify.esm.js +166 -157
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +166 -157
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +755 -758
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +21 -5
- package/lib/components/VCarousel/index.d.mts +5 -5
- package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +6 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.css +9 -4
- package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
- package/lib/components/VDataTable/_variables.scss +5 -0
- package/lib/components/VDataTable/composables/paginate.mjs +6 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +6 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -0
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VOverlay/locationStrategies.mjs +1 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +10 -10
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +4 -3
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +6 -6
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1102 -3
- package/lib/components/VWindow/VWindow.mjs +2 -2
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +1116 -15
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -2
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -4
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/locale.mjs +46 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/locale/index.d.mts +1 -45
- package/lib/locale/index.mjs +0 -43
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/sk.mjs +22 -22
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_utilities.scss +1 -0
- package/lib/util/helpers.mjs +1 -43
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
- package/lib/components/VDatePicker/utils.mjs +0 -69
- package/lib/components/VDatePicker/utils.mjs.map +0 -1
- package/lib/util/dateTimeUtils.mjs +0 -115
- package/lib/util/dateTimeUtils.mjs.map +0 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -8968,10 +8968,12 @@ declare const VBtn: {
|
|
|
8968
8968
|
"onGroup:selected"?: ((val: {
|
|
8969
8969
|
value: boolean;
|
|
8970
8970
|
}) => any) | undefined;
|
|
8971
|
-
}, {
|
|
8971
|
+
}, {
|
|
8972
|
+
group: GroupItemProvide | null;
|
|
8973
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
8972
8974
|
'group:selected': (val: {
|
|
8973
8975
|
value: boolean;
|
|
8974
|
-
}) =>
|
|
8976
|
+
}) => true;
|
|
8975
8977
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
8976
8978
|
symbol: any;
|
|
8977
8979
|
replace: boolean;
|
|
@@ -9139,7 +9141,9 @@ declare const VBtn: {
|
|
|
9139
9141
|
"onGroup:selected"?: ((val: {
|
|
9140
9142
|
value: boolean;
|
|
9141
9143
|
}) => any) | undefined;
|
|
9142
|
-
}, {
|
|
9144
|
+
}, {
|
|
9145
|
+
group: GroupItemProvide | null;
|
|
9146
|
+
}, {}, {}, {}, {
|
|
9143
9147
|
symbol: any;
|
|
9144
9148
|
replace: boolean;
|
|
9145
9149
|
flat: boolean;
|
|
@@ -9226,10 +9230,12 @@ declare const VBtn: {
|
|
|
9226
9230
|
"onGroup:selected"?: ((val: {
|
|
9227
9231
|
value: boolean;
|
|
9228
9232
|
}) => any) | undefined;
|
|
9229
|
-
}, {
|
|
9233
|
+
}, {
|
|
9234
|
+
group: GroupItemProvide | null;
|
|
9235
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
9230
9236
|
'group:selected': (val: {
|
|
9231
9237
|
value: boolean;
|
|
9232
|
-
}) =>
|
|
9238
|
+
}) => true;
|
|
9233
9239
|
}, string, {
|
|
9234
9240
|
symbol: any;
|
|
9235
9241
|
replace: boolean;
|
|
@@ -11135,7 +11141,7 @@ type ControlProps = {
|
|
|
11135
11141
|
icon: IconValue;
|
|
11136
11142
|
class: string;
|
|
11137
11143
|
onClick: () => void;
|
|
11138
|
-
|
|
11144
|
+
'aria-label': string;
|
|
11139
11145
|
};
|
|
11140
11146
|
declare const VWindow: {
|
|
11141
11147
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
@@ -11494,7 +11500,7 @@ declare const VCarousel: {
|
|
|
11494
11500
|
icon: IconValue;
|
|
11495
11501
|
class: string;
|
|
11496
11502
|
onClick: () => void;
|
|
11497
|
-
|
|
11503
|
+
'aria-label': string;
|
|
11498
11504
|
};
|
|
11499
11505
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11500
11506
|
[key: string]: any;
|
|
@@ -11504,7 +11510,7 @@ declare const VCarousel: {
|
|
|
11504
11510
|
icon: IconValue;
|
|
11505
11511
|
class: string;
|
|
11506
11512
|
onClick: () => void;
|
|
11507
|
-
|
|
11513
|
+
'aria-label': string;
|
|
11508
11514
|
};
|
|
11509
11515
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11510
11516
|
[key: string]: any;
|
|
@@ -11636,7 +11642,7 @@ declare const VCarousel: {
|
|
|
11636
11642
|
icon: IconValue;
|
|
11637
11643
|
class: string;
|
|
11638
11644
|
onClick: () => void;
|
|
11639
|
-
|
|
11645
|
+
'aria-label': string;
|
|
11640
11646
|
};
|
|
11641
11647
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11642
11648
|
[key: string]: any;
|
|
@@ -11646,7 +11652,7 @@ declare const VCarousel: {
|
|
|
11646
11652
|
icon: IconValue;
|
|
11647
11653
|
class: string;
|
|
11648
11654
|
onClick: () => void;
|
|
11649
|
-
|
|
11655
|
+
'aria-label': string;
|
|
11650
11656
|
};
|
|
11651
11657
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
11652
11658
|
[key: string]: any;
|
|
@@ -18237,6 +18243,7 @@ declare const VDataIterator: {
|
|
|
18237
18243
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18238
18244
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18239
18245
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18246
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18240
18247
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
18241
18248
|
'update:modelValue': (value: any[]) => boolean;
|
|
18242
18249
|
'update:groupBy': (value: any) => boolean;
|
|
@@ -18245,6 +18252,7 @@ declare const VDataIterator: {
|
|
|
18245
18252
|
'update:sortBy': (value: any) => boolean;
|
|
18246
18253
|
'update:options': (value: any) => boolean;
|
|
18247
18254
|
'update:expanded': (value: any) => boolean;
|
|
18255
|
+
'update:currentItems': (value: any) => boolean;
|
|
18248
18256
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
18249
18257
|
page: string | number;
|
|
18250
18258
|
loading: boolean;
|
|
@@ -18301,6 +18309,7 @@ declare const VDataIterator: {
|
|
|
18301
18309
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18302
18310
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18303
18311
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18312
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18304
18313
|
}, {
|
|
18305
18314
|
page: string | number;
|
|
18306
18315
|
loading: boolean;
|
|
@@ -18400,6 +18409,7 @@ declare const VDataIterator: {
|
|
|
18400
18409
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18401
18410
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18402
18411
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18412
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18403
18413
|
}, {}, {}, {}, {}, {
|
|
18404
18414
|
page: string | number;
|
|
18405
18415
|
loading: boolean;
|
|
@@ -18483,6 +18493,7 @@ declare const VDataIterator: {
|
|
|
18483
18493
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
18484
18494
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
18485
18495
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
18496
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
18486
18497
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
18487
18498
|
'update:modelValue': (value: any[]) => boolean;
|
|
18488
18499
|
'update:groupBy': (value: any) => boolean;
|
|
@@ -18491,6 +18502,7 @@ declare const VDataIterator: {
|
|
|
18491
18502
|
'update:sortBy': (value: any) => boolean;
|
|
18492
18503
|
'update:options': (value: any) => boolean;
|
|
18493
18504
|
'update:expanded': (value: any) => boolean;
|
|
18505
|
+
'update:currentItems': (value: any) => boolean;
|
|
18494
18506
|
}, string, {
|
|
18495
18507
|
page: string | number;
|
|
18496
18508
|
loading: boolean;
|
|
@@ -19124,6 +19136,7 @@ declare const VDataTable: {
|
|
|
19124
19136
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19125
19137
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19126
19138
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19139
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19127
19140
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
19128
19141
|
'update:modelValue': (value: any[]) => boolean;
|
|
19129
19142
|
'update:page': (value: number) => boolean;
|
|
@@ -19132,6 +19145,7 @@ declare const VDataTable: {
|
|
|
19132
19145
|
'update:options': (value: any) => boolean;
|
|
19133
19146
|
'update:groupBy': (value: any) => boolean;
|
|
19134
19147
|
'update:expanded': (value: any) => boolean;
|
|
19148
|
+
'update:currentItems': (value: any) => boolean;
|
|
19135
19149
|
}, "$children" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
19136
19150
|
page: string | number;
|
|
19137
19151
|
style: vue.StyleValue;
|
|
@@ -19214,6 +19228,7 @@ declare const VDataTable: {
|
|
|
19214
19228
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19215
19229
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19216
19230
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19231
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19217
19232
|
}, {
|
|
19218
19233
|
page: string | number;
|
|
19219
19234
|
style: vue.StyleValue;
|
|
@@ -19470,6 +19485,7 @@ declare const VDataTable: {
|
|
|
19470
19485
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19471
19486
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19472
19487
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19488
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19473
19489
|
}, {}, {}, {}, {}, {
|
|
19474
19490
|
page: string | number;
|
|
19475
19491
|
style: vue.StyleValue;
|
|
@@ -19599,6 +19615,7 @@ declare const VDataTable: {
|
|
|
19599
19615
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
19600
19616
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
19601
19617
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
19618
|
+
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
19602
19619
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
19603
19620
|
'update:modelValue': (value: any[]) => boolean;
|
|
19604
19621
|
'update:page': (value: number) => boolean;
|
|
@@ -19607,6 +19624,7 @@ declare const VDataTable: {
|
|
|
19607
19624
|
'update:options': (value: any) => boolean;
|
|
19608
19625
|
'update:groupBy': (value: any) => boolean;
|
|
19609
19626
|
'update:expanded': (value: any) => boolean;
|
|
19627
|
+
'update:currentItems': (value: any) => boolean;
|
|
19610
19628
|
}, "$children" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
|
19611
19629
|
page: string | number;
|
|
19612
19630
|
style: vue.StyleValue;
|
|
@@ -38365,8 +38383,8 @@ type ControlSlot = {
|
|
|
38365
38383
|
icon: IconValue;
|
|
38366
38384
|
onClick: (e: Event) => void;
|
|
38367
38385
|
disabled: boolean;
|
|
38368
|
-
|
|
38369
|
-
|
|
38386
|
+
'aria-label': string;
|
|
38387
|
+
'aria-disabled': boolean;
|
|
38370
38388
|
};
|
|
38371
38389
|
declare const VPagination: {
|
|
38372
38390
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
@@ -50531,7 +50549,368 @@ declare const VTab: {
|
|
|
50531
50549
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50532
50550
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50533
50551
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50534
|
-
},
|
|
50552
|
+
}, Omit<Omit<{
|
|
50553
|
+
$: vue.ComponentInternalInstance;
|
|
50554
|
+
$data: {};
|
|
50555
|
+
$props: Partial<{
|
|
50556
|
+
symbol: any;
|
|
50557
|
+
replace: boolean;
|
|
50558
|
+
flat: boolean;
|
|
50559
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50560
|
+
exact: boolean;
|
|
50561
|
+
block: boolean;
|
|
50562
|
+
active: boolean;
|
|
50563
|
+
style: vue.StyleValue;
|
|
50564
|
+
disabled: boolean;
|
|
50565
|
+
size: string | number;
|
|
50566
|
+
tag: string;
|
|
50567
|
+
rounded: string | number | boolean;
|
|
50568
|
+
density: Density;
|
|
50569
|
+
slim: boolean;
|
|
50570
|
+
stacked: boolean;
|
|
50571
|
+
ripple: boolean | {
|
|
50572
|
+
class: string;
|
|
50573
|
+
} | undefined;
|
|
50574
|
+
}> & Omit<{
|
|
50575
|
+
symbol: any;
|
|
50576
|
+
replace: boolean;
|
|
50577
|
+
flat: boolean;
|
|
50578
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50579
|
+
exact: boolean;
|
|
50580
|
+
block: boolean;
|
|
50581
|
+
style: vue.StyleValue;
|
|
50582
|
+
disabled: boolean;
|
|
50583
|
+
size: string | number;
|
|
50584
|
+
tag: string;
|
|
50585
|
+
density: Density;
|
|
50586
|
+
slim: boolean;
|
|
50587
|
+
stacked: boolean;
|
|
50588
|
+
ripple: boolean | {
|
|
50589
|
+
class: string;
|
|
50590
|
+
} | undefined;
|
|
50591
|
+
location?: Anchor | undefined;
|
|
50592
|
+
height?: string | number | undefined;
|
|
50593
|
+
width?: string | number | undefined;
|
|
50594
|
+
active?: boolean | undefined;
|
|
50595
|
+
border?: string | number | boolean | undefined;
|
|
50596
|
+
color?: string | undefined;
|
|
50597
|
+
maxHeight?: string | number | undefined;
|
|
50598
|
+
maxWidth?: string | number | undefined;
|
|
50599
|
+
minHeight?: string | number | undefined;
|
|
50600
|
+
minWidth?: string | number | undefined;
|
|
50601
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
50602
|
+
value?: any;
|
|
50603
|
+
loading?: string | boolean | undefined;
|
|
50604
|
+
text?: string | undefined;
|
|
50605
|
+
class?: any;
|
|
50606
|
+
icon?: boolean | IconValue | undefined;
|
|
50607
|
+
href?: string | undefined;
|
|
50608
|
+
elevation?: string | number | undefined;
|
|
50609
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
50610
|
+
theme?: string | undefined;
|
|
50611
|
+
rounded?: string | number | boolean | undefined;
|
|
50612
|
+
selectedClass?: string | undefined;
|
|
50613
|
+
prependIcon?: IconValue | undefined;
|
|
50614
|
+
appendIcon?: IconValue | undefined;
|
|
50615
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
50616
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
50617
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
50618
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
50619
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
50620
|
+
};
|
|
50621
|
+
'v-slots'?: {
|
|
50622
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50623
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
50624
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
50625
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
50626
|
+
} | undefined;
|
|
50627
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50628
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50629
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50630
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50631
|
+
"onGroup:selected"?: ((val: {
|
|
50632
|
+
value: boolean;
|
|
50633
|
+
}) => any) | undefined;
|
|
50634
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
50635
|
+
symbol: any;
|
|
50636
|
+
replace: boolean;
|
|
50637
|
+
flat: boolean;
|
|
50638
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50639
|
+
exact: boolean;
|
|
50640
|
+
block: boolean;
|
|
50641
|
+
style: vue.StyleValue;
|
|
50642
|
+
disabled: boolean;
|
|
50643
|
+
size: string | number;
|
|
50644
|
+
tag: string;
|
|
50645
|
+
density: Density;
|
|
50646
|
+
slim: boolean;
|
|
50647
|
+
stacked: boolean;
|
|
50648
|
+
ripple: boolean | {
|
|
50649
|
+
class: string;
|
|
50650
|
+
} | undefined;
|
|
50651
|
+
} & {
|
|
50652
|
+
location?: Anchor | undefined;
|
|
50653
|
+
height?: string | number | undefined;
|
|
50654
|
+
width?: string | number | undefined;
|
|
50655
|
+
active?: boolean | undefined;
|
|
50656
|
+
border?: string | number | boolean | undefined;
|
|
50657
|
+
color?: string | undefined;
|
|
50658
|
+
maxHeight?: string | number | undefined;
|
|
50659
|
+
maxWidth?: string | number | undefined;
|
|
50660
|
+
minHeight?: string | number | undefined;
|
|
50661
|
+
minWidth?: string | number | undefined;
|
|
50662
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
50663
|
+
value?: any;
|
|
50664
|
+
loading?: string | boolean | undefined;
|
|
50665
|
+
text?: string | undefined;
|
|
50666
|
+
class?: any;
|
|
50667
|
+
icon?: boolean | IconValue | undefined;
|
|
50668
|
+
href?: string | undefined;
|
|
50669
|
+
elevation?: string | number | undefined;
|
|
50670
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
50671
|
+
theme?: string | undefined;
|
|
50672
|
+
rounded?: string | number | boolean | undefined;
|
|
50673
|
+
selectedClass?: string | undefined;
|
|
50674
|
+
prependIcon?: IconValue | undefined;
|
|
50675
|
+
appendIcon?: IconValue | undefined;
|
|
50676
|
+
} & {
|
|
50677
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
50678
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
50679
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
50680
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
50681
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
50682
|
+
};
|
|
50683
|
+
'v-slots'?: {
|
|
50684
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50685
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
50686
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
50687
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
50688
|
+
} | undefined;
|
|
50689
|
+
} & {
|
|
50690
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50691
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50692
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50693
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50694
|
+
} & {
|
|
50695
|
+
"onGroup:selected"?: ((val: {
|
|
50696
|
+
value: boolean;
|
|
50697
|
+
}) => any) | undefined;
|
|
50698
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple">;
|
|
50699
|
+
$attrs: {
|
|
50700
|
+
[x: string]: unknown;
|
|
50701
|
+
};
|
|
50702
|
+
$refs: {
|
|
50703
|
+
[x: string]: unknown;
|
|
50704
|
+
};
|
|
50705
|
+
$slots: Readonly<{
|
|
50706
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50707
|
+
[key: string]: any;
|
|
50708
|
+
}>[]) | undefined;
|
|
50709
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50710
|
+
[key: string]: any;
|
|
50711
|
+
}>[]) | undefined;
|
|
50712
|
+
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50713
|
+
[key: string]: any;
|
|
50714
|
+
}>[]) | undefined;
|
|
50715
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50716
|
+
[key: string]: any;
|
|
50717
|
+
}>[]) | undefined;
|
|
50718
|
+
}>;
|
|
50719
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
50720
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
50721
|
+
$emit: (event: "group:selected", val: {
|
|
50722
|
+
value: boolean;
|
|
50723
|
+
}) => void;
|
|
50724
|
+
$el: any;
|
|
50725
|
+
$options: vue.ComponentOptionsBase<{
|
|
50726
|
+
symbol: any;
|
|
50727
|
+
replace: boolean;
|
|
50728
|
+
flat: boolean;
|
|
50729
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50730
|
+
exact: boolean;
|
|
50731
|
+
block: boolean;
|
|
50732
|
+
style: vue.StyleValue;
|
|
50733
|
+
disabled: boolean;
|
|
50734
|
+
size: string | number;
|
|
50735
|
+
tag: string;
|
|
50736
|
+
density: Density;
|
|
50737
|
+
slim: boolean;
|
|
50738
|
+
stacked: boolean;
|
|
50739
|
+
ripple: boolean | {
|
|
50740
|
+
class: string;
|
|
50741
|
+
} | undefined;
|
|
50742
|
+
} & {
|
|
50743
|
+
location?: Anchor | undefined;
|
|
50744
|
+
height?: string | number | undefined;
|
|
50745
|
+
width?: string | number | undefined;
|
|
50746
|
+
active?: boolean | undefined;
|
|
50747
|
+
border?: string | number | boolean | undefined;
|
|
50748
|
+
color?: string | undefined;
|
|
50749
|
+
maxHeight?: string | number | undefined;
|
|
50750
|
+
maxWidth?: string | number | undefined;
|
|
50751
|
+
minHeight?: string | number | undefined;
|
|
50752
|
+
minWidth?: string | number | undefined;
|
|
50753
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
50754
|
+
value?: any;
|
|
50755
|
+
loading?: string | boolean | undefined;
|
|
50756
|
+
text?: string | undefined;
|
|
50757
|
+
class?: any;
|
|
50758
|
+
icon?: boolean | IconValue | undefined;
|
|
50759
|
+
href?: string | undefined;
|
|
50760
|
+
elevation?: string | number | undefined;
|
|
50761
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
50762
|
+
theme?: string | undefined;
|
|
50763
|
+
rounded?: string | number | boolean | undefined;
|
|
50764
|
+
selectedClass?: string | undefined;
|
|
50765
|
+
prependIcon?: IconValue | undefined;
|
|
50766
|
+
appendIcon?: IconValue | undefined;
|
|
50767
|
+
} & {
|
|
50768
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
50769
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
50770
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
50771
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
50772
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
50773
|
+
};
|
|
50774
|
+
'v-slots'?: {
|
|
50775
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50776
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
50777
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
50778
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
50779
|
+
} | undefined;
|
|
50780
|
+
} & {
|
|
50781
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50782
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50783
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50784
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50785
|
+
} & {
|
|
50786
|
+
"onGroup:selected"?: ((val: {
|
|
50787
|
+
value: boolean;
|
|
50788
|
+
}) => any) | undefined;
|
|
50789
|
+
}, {
|
|
50790
|
+
group: GroupItemProvide | null;
|
|
50791
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
50792
|
+
'group:selected': (val: {
|
|
50793
|
+
value: boolean;
|
|
50794
|
+
}) => true;
|
|
50795
|
+
}, string, {
|
|
50796
|
+
symbol: any;
|
|
50797
|
+
replace: boolean;
|
|
50798
|
+
flat: boolean;
|
|
50799
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50800
|
+
exact: boolean;
|
|
50801
|
+
block: boolean;
|
|
50802
|
+
active: boolean;
|
|
50803
|
+
style: vue.StyleValue;
|
|
50804
|
+
disabled: boolean;
|
|
50805
|
+
size: string | number;
|
|
50806
|
+
tag: string;
|
|
50807
|
+
rounded: string | number | boolean;
|
|
50808
|
+
density: Density;
|
|
50809
|
+
slim: boolean;
|
|
50810
|
+
stacked: boolean;
|
|
50811
|
+
ripple: boolean | {
|
|
50812
|
+
class: string;
|
|
50813
|
+
} | undefined;
|
|
50814
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
50815
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50816
|
+
[key: string]: any;
|
|
50817
|
+
}>[];
|
|
50818
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50819
|
+
[key: string]: any;
|
|
50820
|
+
}>[];
|
|
50821
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50822
|
+
[key: string]: any;
|
|
50823
|
+
}>[];
|
|
50824
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
50825
|
+
[key: string]: any;
|
|
50826
|
+
}>[];
|
|
50827
|
+
}>>> & {
|
|
50828
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
50829
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
50830
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
50831
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
50832
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
50833
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
50834
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
50835
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
50836
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
50837
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
50838
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
50839
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
50840
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
50841
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
50842
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
50843
|
+
};
|
|
50844
|
+
$forceUpdate: () => void;
|
|
50845
|
+
$nextTick: typeof vue.nextTick;
|
|
50846
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
50847
|
+
} & Omit<{
|
|
50848
|
+
symbol: any;
|
|
50849
|
+
replace: boolean;
|
|
50850
|
+
flat: boolean;
|
|
50851
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
50852
|
+
exact: boolean;
|
|
50853
|
+
block: boolean;
|
|
50854
|
+
style: vue.StyleValue;
|
|
50855
|
+
disabled: boolean;
|
|
50856
|
+
size: string | number;
|
|
50857
|
+
tag: string;
|
|
50858
|
+
density: Density;
|
|
50859
|
+
slim: boolean;
|
|
50860
|
+
stacked: boolean;
|
|
50861
|
+
ripple: boolean | {
|
|
50862
|
+
class: string;
|
|
50863
|
+
} | undefined;
|
|
50864
|
+
} & {
|
|
50865
|
+
location?: Anchor | undefined;
|
|
50866
|
+
height?: string | number | undefined;
|
|
50867
|
+
width?: string | number | undefined;
|
|
50868
|
+
active?: boolean | undefined;
|
|
50869
|
+
border?: string | number | boolean | undefined;
|
|
50870
|
+
color?: string | undefined;
|
|
50871
|
+
maxHeight?: string | number | undefined;
|
|
50872
|
+
maxWidth?: string | number | undefined;
|
|
50873
|
+
minHeight?: string | number | undefined;
|
|
50874
|
+
minWidth?: string | number | undefined;
|
|
50875
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
50876
|
+
value?: any;
|
|
50877
|
+
loading?: string | boolean | undefined;
|
|
50878
|
+
text?: string | undefined;
|
|
50879
|
+
class?: any;
|
|
50880
|
+
icon?: boolean | IconValue | undefined;
|
|
50881
|
+
href?: string | undefined;
|
|
50882
|
+
elevation?: string | number | undefined;
|
|
50883
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
50884
|
+
theme?: string | undefined;
|
|
50885
|
+
rounded?: string | number | boolean | undefined;
|
|
50886
|
+
selectedClass?: string | undefined;
|
|
50887
|
+
prependIcon?: IconValue | undefined;
|
|
50888
|
+
appendIcon?: IconValue | undefined;
|
|
50889
|
+
} & {
|
|
50890
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
50891
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
50892
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
50893
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
50894
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
50895
|
+
};
|
|
50896
|
+
'v-slots'?: {
|
|
50897
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50898
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
50899
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
50900
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
50901
|
+
} | undefined;
|
|
50902
|
+
} & {
|
|
50903
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50904
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50905
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50906
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50907
|
+
} & {
|
|
50908
|
+
"onGroup:selected"?: ((val: {
|
|
50909
|
+
value: boolean;
|
|
50910
|
+
}) => any) | undefined;
|
|
50911
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
|
50912
|
+
group: GroupItemProvide | null;
|
|
50913
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
50535
50914
|
replace: boolean;
|
|
50536
50915
|
fixed: boolean;
|
|
50537
50916
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
@@ -50686,7 +51065,368 @@ declare const VTab: {
|
|
|
50686
51065
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50687
51066
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50688
51067
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50689
|
-
}, {
|
|
51068
|
+
}, Omit<Omit<{
|
|
51069
|
+
$: vue.ComponentInternalInstance;
|
|
51070
|
+
$data: {};
|
|
51071
|
+
$props: Partial<{
|
|
51072
|
+
symbol: any;
|
|
51073
|
+
replace: boolean;
|
|
51074
|
+
flat: boolean;
|
|
51075
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51076
|
+
exact: boolean;
|
|
51077
|
+
block: boolean;
|
|
51078
|
+
active: boolean;
|
|
51079
|
+
style: vue.StyleValue;
|
|
51080
|
+
disabled: boolean;
|
|
51081
|
+
size: string | number;
|
|
51082
|
+
tag: string;
|
|
51083
|
+
rounded: string | number | boolean;
|
|
51084
|
+
density: Density;
|
|
51085
|
+
slim: boolean;
|
|
51086
|
+
stacked: boolean;
|
|
51087
|
+
ripple: boolean | {
|
|
51088
|
+
class: string;
|
|
51089
|
+
} | undefined;
|
|
51090
|
+
}> & Omit<{
|
|
51091
|
+
symbol: any;
|
|
51092
|
+
replace: boolean;
|
|
51093
|
+
flat: boolean;
|
|
51094
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51095
|
+
exact: boolean;
|
|
51096
|
+
block: boolean;
|
|
51097
|
+
style: vue.StyleValue;
|
|
51098
|
+
disabled: boolean;
|
|
51099
|
+
size: string | number;
|
|
51100
|
+
tag: string;
|
|
51101
|
+
density: Density;
|
|
51102
|
+
slim: boolean;
|
|
51103
|
+
stacked: boolean;
|
|
51104
|
+
ripple: boolean | {
|
|
51105
|
+
class: string;
|
|
51106
|
+
} | undefined;
|
|
51107
|
+
location?: Anchor | undefined;
|
|
51108
|
+
height?: string | number | undefined;
|
|
51109
|
+
width?: string | number | undefined;
|
|
51110
|
+
active?: boolean | undefined;
|
|
51111
|
+
border?: string | number | boolean | undefined;
|
|
51112
|
+
color?: string | undefined;
|
|
51113
|
+
maxHeight?: string | number | undefined;
|
|
51114
|
+
maxWidth?: string | number | undefined;
|
|
51115
|
+
minHeight?: string | number | undefined;
|
|
51116
|
+
minWidth?: string | number | undefined;
|
|
51117
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51118
|
+
value?: any;
|
|
51119
|
+
loading?: string | boolean | undefined;
|
|
51120
|
+
text?: string | undefined;
|
|
51121
|
+
class?: any;
|
|
51122
|
+
icon?: boolean | IconValue | undefined;
|
|
51123
|
+
href?: string | undefined;
|
|
51124
|
+
elevation?: string | number | undefined;
|
|
51125
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51126
|
+
theme?: string | undefined;
|
|
51127
|
+
rounded?: string | number | boolean | undefined;
|
|
51128
|
+
selectedClass?: string | undefined;
|
|
51129
|
+
prependIcon?: IconValue | undefined;
|
|
51130
|
+
appendIcon?: IconValue | undefined;
|
|
51131
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51132
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51133
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51134
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51135
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51136
|
+
};
|
|
51137
|
+
'v-slots'?: {
|
|
51138
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51139
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51140
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51141
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51142
|
+
} | undefined;
|
|
51143
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51144
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51145
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51146
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51147
|
+
"onGroup:selected"?: ((val: {
|
|
51148
|
+
value: boolean;
|
|
51149
|
+
}) => any) | undefined;
|
|
51150
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
51151
|
+
symbol: any;
|
|
51152
|
+
replace: boolean;
|
|
51153
|
+
flat: boolean;
|
|
51154
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51155
|
+
exact: boolean;
|
|
51156
|
+
block: boolean;
|
|
51157
|
+
style: vue.StyleValue;
|
|
51158
|
+
disabled: boolean;
|
|
51159
|
+
size: string | number;
|
|
51160
|
+
tag: string;
|
|
51161
|
+
density: Density;
|
|
51162
|
+
slim: boolean;
|
|
51163
|
+
stacked: boolean;
|
|
51164
|
+
ripple: boolean | {
|
|
51165
|
+
class: string;
|
|
51166
|
+
} | undefined;
|
|
51167
|
+
} & {
|
|
51168
|
+
location?: Anchor | undefined;
|
|
51169
|
+
height?: string | number | undefined;
|
|
51170
|
+
width?: string | number | undefined;
|
|
51171
|
+
active?: boolean | undefined;
|
|
51172
|
+
border?: string | number | boolean | undefined;
|
|
51173
|
+
color?: string | undefined;
|
|
51174
|
+
maxHeight?: string | number | undefined;
|
|
51175
|
+
maxWidth?: string | number | undefined;
|
|
51176
|
+
minHeight?: string | number | undefined;
|
|
51177
|
+
minWidth?: string | number | undefined;
|
|
51178
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51179
|
+
value?: any;
|
|
51180
|
+
loading?: string | boolean | undefined;
|
|
51181
|
+
text?: string | undefined;
|
|
51182
|
+
class?: any;
|
|
51183
|
+
icon?: boolean | IconValue | undefined;
|
|
51184
|
+
href?: string | undefined;
|
|
51185
|
+
elevation?: string | number | undefined;
|
|
51186
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51187
|
+
theme?: string | undefined;
|
|
51188
|
+
rounded?: string | number | boolean | undefined;
|
|
51189
|
+
selectedClass?: string | undefined;
|
|
51190
|
+
prependIcon?: IconValue | undefined;
|
|
51191
|
+
appendIcon?: IconValue | undefined;
|
|
51192
|
+
} & {
|
|
51193
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51194
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51195
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51196
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51197
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51198
|
+
};
|
|
51199
|
+
'v-slots'?: {
|
|
51200
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51201
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51202
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51203
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51204
|
+
} | undefined;
|
|
51205
|
+
} & {
|
|
51206
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51207
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51208
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51209
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51210
|
+
} & {
|
|
51211
|
+
"onGroup:selected"?: ((val: {
|
|
51212
|
+
value: boolean;
|
|
51213
|
+
}) => any) | undefined;
|
|
51214
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple">;
|
|
51215
|
+
$attrs: {
|
|
51216
|
+
[x: string]: unknown;
|
|
51217
|
+
};
|
|
51218
|
+
$refs: {
|
|
51219
|
+
[x: string]: unknown;
|
|
51220
|
+
};
|
|
51221
|
+
$slots: Readonly<{
|
|
51222
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51223
|
+
[key: string]: any;
|
|
51224
|
+
}>[]) | undefined;
|
|
51225
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51226
|
+
[key: string]: any;
|
|
51227
|
+
}>[]) | undefined;
|
|
51228
|
+
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51229
|
+
[key: string]: any;
|
|
51230
|
+
}>[]) | undefined;
|
|
51231
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51232
|
+
[key: string]: any;
|
|
51233
|
+
}>[]) | undefined;
|
|
51234
|
+
}>;
|
|
51235
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51236
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51237
|
+
$emit: (event: "group:selected", val: {
|
|
51238
|
+
value: boolean;
|
|
51239
|
+
}) => void;
|
|
51240
|
+
$el: any;
|
|
51241
|
+
$options: vue.ComponentOptionsBase<{
|
|
51242
|
+
symbol: any;
|
|
51243
|
+
replace: boolean;
|
|
51244
|
+
flat: boolean;
|
|
51245
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51246
|
+
exact: boolean;
|
|
51247
|
+
block: boolean;
|
|
51248
|
+
style: vue.StyleValue;
|
|
51249
|
+
disabled: boolean;
|
|
51250
|
+
size: string | number;
|
|
51251
|
+
tag: string;
|
|
51252
|
+
density: Density;
|
|
51253
|
+
slim: boolean;
|
|
51254
|
+
stacked: boolean;
|
|
51255
|
+
ripple: boolean | {
|
|
51256
|
+
class: string;
|
|
51257
|
+
} | undefined;
|
|
51258
|
+
} & {
|
|
51259
|
+
location?: Anchor | undefined;
|
|
51260
|
+
height?: string | number | undefined;
|
|
51261
|
+
width?: string | number | undefined;
|
|
51262
|
+
active?: boolean | undefined;
|
|
51263
|
+
border?: string | number | boolean | undefined;
|
|
51264
|
+
color?: string | undefined;
|
|
51265
|
+
maxHeight?: string | number | undefined;
|
|
51266
|
+
maxWidth?: string | number | undefined;
|
|
51267
|
+
minHeight?: string | number | undefined;
|
|
51268
|
+
minWidth?: string | number | undefined;
|
|
51269
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51270
|
+
value?: any;
|
|
51271
|
+
loading?: string | boolean | undefined;
|
|
51272
|
+
text?: string | undefined;
|
|
51273
|
+
class?: any;
|
|
51274
|
+
icon?: boolean | IconValue | undefined;
|
|
51275
|
+
href?: string | undefined;
|
|
51276
|
+
elevation?: string | number | undefined;
|
|
51277
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51278
|
+
theme?: string | undefined;
|
|
51279
|
+
rounded?: string | number | boolean | undefined;
|
|
51280
|
+
selectedClass?: string | undefined;
|
|
51281
|
+
prependIcon?: IconValue | undefined;
|
|
51282
|
+
appendIcon?: IconValue | undefined;
|
|
51283
|
+
} & {
|
|
51284
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51285
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51286
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51287
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51288
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51289
|
+
};
|
|
51290
|
+
'v-slots'?: {
|
|
51291
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51292
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51293
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51294
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51295
|
+
} | undefined;
|
|
51296
|
+
} & {
|
|
51297
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51298
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51299
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51300
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51301
|
+
} & {
|
|
51302
|
+
"onGroup:selected"?: ((val: {
|
|
51303
|
+
value: boolean;
|
|
51304
|
+
}) => any) | undefined;
|
|
51305
|
+
}, {
|
|
51306
|
+
group: GroupItemProvide | null;
|
|
51307
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
51308
|
+
'group:selected': (val: {
|
|
51309
|
+
value: boolean;
|
|
51310
|
+
}) => true;
|
|
51311
|
+
}, string, {
|
|
51312
|
+
symbol: any;
|
|
51313
|
+
replace: boolean;
|
|
51314
|
+
flat: boolean;
|
|
51315
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51316
|
+
exact: boolean;
|
|
51317
|
+
block: boolean;
|
|
51318
|
+
active: boolean;
|
|
51319
|
+
style: vue.StyleValue;
|
|
51320
|
+
disabled: boolean;
|
|
51321
|
+
size: string | number;
|
|
51322
|
+
tag: string;
|
|
51323
|
+
rounded: string | number | boolean;
|
|
51324
|
+
density: Density;
|
|
51325
|
+
slim: boolean;
|
|
51326
|
+
stacked: boolean;
|
|
51327
|
+
ripple: boolean | {
|
|
51328
|
+
class: string;
|
|
51329
|
+
} | undefined;
|
|
51330
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
51331
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51332
|
+
[key: string]: any;
|
|
51333
|
+
}>[];
|
|
51334
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51335
|
+
[key: string]: any;
|
|
51336
|
+
}>[];
|
|
51337
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51338
|
+
[key: string]: any;
|
|
51339
|
+
}>[];
|
|
51340
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51341
|
+
[key: string]: any;
|
|
51342
|
+
}>[];
|
|
51343
|
+
}>>> & {
|
|
51344
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
51345
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
51346
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
51347
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51348
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
51349
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
51350
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
51351
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
51352
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
51353
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
51354
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
51355
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51356
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51357
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51358
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
51359
|
+
};
|
|
51360
|
+
$forceUpdate: () => void;
|
|
51361
|
+
$nextTick: typeof vue.nextTick;
|
|
51362
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
51363
|
+
} & Omit<{
|
|
51364
|
+
symbol: any;
|
|
51365
|
+
replace: boolean;
|
|
51366
|
+
flat: boolean;
|
|
51367
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51368
|
+
exact: boolean;
|
|
51369
|
+
block: boolean;
|
|
51370
|
+
style: vue.StyleValue;
|
|
51371
|
+
disabled: boolean;
|
|
51372
|
+
size: string | number;
|
|
51373
|
+
tag: string;
|
|
51374
|
+
density: Density;
|
|
51375
|
+
slim: boolean;
|
|
51376
|
+
stacked: boolean;
|
|
51377
|
+
ripple: boolean | {
|
|
51378
|
+
class: string;
|
|
51379
|
+
} | undefined;
|
|
51380
|
+
} & {
|
|
51381
|
+
location?: Anchor | undefined;
|
|
51382
|
+
height?: string | number | undefined;
|
|
51383
|
+
width?: string | number | undefined;
|
|
51384
|
+
active?: boolean | undefined;
|
|
51385
|
+
border?: string | number | boolean | undefined;
|
|
51386
|
+
color?: string | undefined;
|
|
51387
|
+
maxHeight?: string | number | undefined;
|
|
51388
|
+
maxWidth?: string | number | undefined;
|
|
51389
|
+
minHeight?: string | number | undefined;
|
|
51390
|
+
minWidth?: string | number | undefined;
|
|
51391
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51392
|
+
value?: any;
|
|
51393
|
+
loading?: string | boolean | undefined;
|
|
51394
|
+
text?: string | undefined;
|
|
51395
|
+
class?: any;
|
|
51396
|
+
icon?: boolean | IconValue | undefined;
|
|
51397
|
+
href?: string | undefined;
|
|
51398
|
+
elevation?: string | number | undefined;
|
|
51399
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51400
|
+
theme?: string | undefined;
|
|
51401
|
+
rounded?: string | number | boolean | undefined;
|
|
51402
|
+
selectedClass?: string | undefined;
|
|
51403
|
+
prependIcon?: IconValue | undefined;
|
|
51404
|
+
appendIcon?: IconValue | undefined;
|
|
51405
|
+
} & {
|
|
51406
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51407
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51408
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51409
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51410
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51411
|
+
};
|
|
51412
|
+
'v-slots'?: {
|
|
51413
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51414
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51415
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51416
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51417
|
+
} | undefined;
|
|
51418
|
+
} & {
|
|
51419
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51420
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51421
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51422
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51423
|
+
} & {
|
|
51424
|
+
"onGroup:selected"?: ((val: {
|
|
51425
|
+
value: boolean;
|
|
51426
|
+
}) => any) | undefined;
|
|
51427
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
|
51428
|
+
group: GroupItemProvide | null;
|
|
51429
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
|
50690
51430
|
replace: boolean;
|
|
50691
51431
|
fixed: boolean;
|
|
50692
51432
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
@@ -50767,7 +51507,368 @@ declare const VTab: {
|
|
|
50767
51507
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
50768
51508
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
50769
51509
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
50770
|
-
},
|
|
51510
|
+
}, Omit<Omit<{
|
|
51511
|
+
$: vue.ComponentInternalInstance;
|
|
51512
|
+
$data: {};
|
|
51513
|
+
$props: Partial<{
|
|
51514
|
+
symbol: any;
|
|
51515
|
+
replace: boolean;
|
|
51516
|
+
flat: boolean;
|
|
51517
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51518
|
+
exact: boolean;
|
|
51519
|
+
block: boolean;
|
|
51520
|
+
active: boolean;
|
|
51521
|
+
style: vue.StyleValue;
|
|
51522
|
+
disabled: boolean;
|
|
51523
|
+
size: string | number;
|
|
51524
|
+
tag: string;
|
|
51525
|
+
rounded: string | number | boolean;
|
|
51526
|
+
density: Density;
|
|
51527
|
+
slim: boolean;
|
|
51528
|
+
stacked: boolean;
|
|
51529
|
+
ripple: boolean | {
|
|
51530
|
+
class: string;
|
|
51531
|
+
} | undefined;
|
|
51532
|
+
}> & Omit<{
|
|
51533
|
+
symbol: any;
|
|
51534
|
+
replace: boolean;
|
|
51535
|
+
flat: boolean;
|
|
51536
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51537
|
+
exact: boolean;
|
|
51538
|
+
block: boolean;
|
|
51539
|
+
style: vue.StyleValue;
|
|
51540
|
+
disabled: boolean;
|
|
51541
|
+
size: string | number;
|
|
51542
|
+
tag: string;
|
|
51543
|
+
density: Density;
|
|
51544
|
+
slim: boolean;
|
|
51545
|
+
stacked: boolean;
|
|
51546
|
+
ripple: boolean | {
|
|
51547
|
+
class: string;
|
|
51548
|
+
} | undefined;
|
|
51549
|
+
location?: Anchor | undefined;
|
|
51550
|
+
height?: string | number | undefined;
|
|
51551
|
+
width?: string | number | undefined;
|
|
51552
|
+
active?: boolean | undefined;
|
|
51553
|
+
border?: string | number | boolean | undefined;
|
|
51554
|
+
color?: string | undefined;
|
|
51555
|
+
maxHeight?: string | number | undefined;
|
|
51556
|
+
maxWidth?: string | number | undefined;
|
|
51557
|
+
minHeight?: string | number | undefined;
|
|
51558
|
+
minWidth?: string | number | undefined;
|
|
51559
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51560
|
+
value?: any;
|
|
51561
|
+
loading?: string | boolean | undefined;
|
|
51562
|
+
text?: string | undefined;
|
|
51563
|
+
class?: any;
|
|
51564
|
+
icon?: boolean | IconValue | undefined;
|
|
51565
|
+
href?: string | undefined;
|
|
51566
|
+
elevation?: string | number | undefined;
|
|
51567
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51568
|
+
theme?: string | undefined;
|
|
51569
|
+
rounded?: string | number | boolean | undefined;
|
|
51570
|
+
selectedClass?: string | undefined;
|
|
51571
|
+
prependIcon?: IconValue | undefined;
|
|
51572
|
+
appendIcon?: IconValue | undefined;
|
|
51573
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51574
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51575
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51576
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51577
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51578
|
+
};
|
|
51579
|
+
'v-slots'?: {
|
|
51580
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51581
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51582
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51583
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51584
|
+
} | undefined;
|
|
51585
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51586
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51587
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51588
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51589
|
+
"onGroup:selected"?: ((val: {
|
|
51590
|
+
value: boolean;
|
|
51591
|
+
}) => any) | undefined;
|
|
51592
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
51593
|
+
symbol: any;
|
|
51594
|
+
replace: boolean;
|
|
51595
|
+
flat: boolean;
|
|
51596
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51597
|
+
exact: boolean;
|
|
51598
|
+
block: boolean;
|
|
51599
|
+
style: vue.StyleValue;
|
|
51600
|
+
disabled: boolean;
|
|
51601
|
+
size: string | number;
|
|
51602
|
+
tag: string;
|
|
51603
|
+
density: Density;
|
|
51604
|
+
slim: boolean;
|
|
51605
|
+
stacked: boolean;
|
|
51606
|
+
ripple: boolean | {
|
|
51607
|
+
class: string;
|
|
51608
|
+
} | undefined;
|
|
51609
|
+
} & {
|
|
51610
|
+
location?: Anchor | undefined;
|
|
51611
|
+
height?: string | number | undefined;
|
|
51612
|
+
width?: string | number | undefined;
|
|
51613
|
+
active?: boolean | undefined;
|
|
51614
|
+
border?: string | number | boolean | undefined;
|
|
51615
|
+
color?: string | undefined;
|
|
51616
|
+
maxHeight?: string | number | undefined;
|
|
51617
|
+
maxWidth?: string | number | undefined;
|
|
51618
|
+
minHeight?: string | number | undefined;
|
|
51619
|
+
minWidth?: string | number | undefined;
|
|
51620
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51621
|
+
value?: any;
|
|
51622
|
+
loading?: string | boolean | undefined;
|
|
51623
|
+
text?: string | undefined;
|
|
51624
|
+
class?: any;
|
|
51625
|
+
icon?: boolean | IconValue | undefined;
|
|
51626
|
+
href?: string | undefined;
|
|
51627
|
+
elevation?: string | number | undefined;
|
|
51628
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51629
|
+
theme?: string | undefined;
|
|
51630
|
+
rounded?: string | number | boolean | undefined;
|
|
51631
|
+
selectedClass?: string | undefined;
|
|
51632
|
+
prependIcon?: IconValue | undefined;
|
|
51633
|
+
appendIcon?: IconValue | undefined;
|
|
51634
|
+
} & {
|
|
51635
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51636
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51637
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51638
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51639
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51640
|
+
};
|
|
51641
|
+
'v-slots'?: {
|
|
51642
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51643
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51644
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51645
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51646
|
+
} | undefined;
|
|
51647
|
+
} & {
|
|
51648
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51649
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51650
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51651
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51652
|
+
} & {
|
|
51653
|
+
"onGroup:selected"?: ((val: {
|
|
51654
|
+
value: boolean;
|
|
51655
|
+
}) => any) | undefined;
|
|
51656
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple">;
|
|
51657
|
+
$attrs: {
|
|
51658
|
+
[x: string]: unknown;
|
|
51659
|
+
};
|
|
51660
|
+
$refs: {
|
|
51661
|
+
[x: string]: unknown;
|
|
51662
|
+
};
|
|
51663
|
+
$slots: Readonly<{
|
|
51664
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51665
|
+
[key: string]: any;
|
|
51666
|
+
}>[]) | undefined;
|
|
51667
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51668
|
+
[key: string]: any;
|
|
51669
|
+
}>[]) | undefined;
|
|
51670
|
+
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51671
|
+
[key: string]: any;
|
|
51672
|
+
}>[]) | undefined;
|
|
51673
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51674
|
+
[key: string]: any;
|
|
51675
|
+
}>[]) | undefined;
|
|
51676
|
+
}>;
|
|
51677
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51678
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
51679
|
+
$emit: (event: "group:selected", val: {
|
|
51680
|
+
value: boolean;
|
|
51681
|
+
}) => void;
|
|
51682
|
+
$el: any;
|
|
51683
|
+
$options: vue.ComponentOptionsBase<{
|
|
51684
|
+
symbol: any;
|
|
51685
|
+
replace: boolean;
|
|
51686
|
+
flat: boolean;
|
|
51687
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51688
|
+
exact: boolean;
|
|
51689
|
+
block: boolean;
|
|
51690
|
+
style: vue.StyleValue;
|
|
51691
|
+
disabled: boolean;
|
|
51692
|
+
size: string | number;
|
|
51693
|
+
tag: string;
|
|
51694
|
+
density: Density;
|
|
51695
|
+
slim: boolean;
|
|
51696
|
+
stacked: boolean;
|
|
51697
|
+
ripple: boolean | {
|
|
51698
|
+
class: string;
|
|
51699
|
+
} | undefined;
|
|
51700
|
+
} & {
|
|
51701
|
+
location?: Anchor | undefined;
|
|
51702
|
+
height?: string | number | undefined;
|
|
51703
|
+
width?: string | number | undefined;
|
|
51704
|
+
active?: boolean | undefined;
|
|
51705
|
+
border?: string | number | boolean | undefined;
|
|
51706
|
+
color?: string | undefined;
|
|
51707
|
+
maxHeight?: string | number | undefined;
|
|
51708
|
+
maxWidth?: string | number | undefined;
|
|
51709
|
+
minHeight?: string | number | undefined;
|
|
51710
|
+
minWidth?: string | number | undefined;
|
|
51711
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51712
|
+
value?: any;
|
|
51713
|
+
loading?: string | boolean | undefined;
|
|
51714
|
+
text?: string | undefined;
|
|
51715
|
+
class?: any;
|
|
51716
|
+
icon?: boolean | IconValue | undefined;
|
|
51717
|
+
href?: string | undefined;
|
|
51718
|
+
elevation?: string | number | undefined;
|
|
51719
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51720
|
+
theme?: string | undefined;
|
|
51721
|
+
rounded?: string | number | boolean | undefined;
|
|
51722
|
+
selectedClass?: string | undefined;
|
|
51723
|
+
prependIcon?: IconValue | undefined;
|
|
51724
|
+
appendIcon?: IconValue | undefined;
|
|
51725
|
+
} & {
|
|
51726
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51727
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51728
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51729
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51730
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51731
|
+
};
|
|
51732
|
+
'v-slots'?: {
|
|
51733
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51734
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51735
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51736
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51737
|
+
} | undefined;
|
|
51738
|
+
} & {
|
|
51739
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51740
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51741
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51742
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51743
|
+
} & {
|
|
51744
|
+
"onGroup:selected"?: ((val: {
|
|
51745
|
+
value: boolean;
|
|
51746
|
+
}) => any) | undefined;
|
|
51747
|
+
}, {
|
|
51748
|
+
group: GroupItemProvide | null;
|
|
51749
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
51750
|
+
'group:selected': (val: {
|
|
51751
|
+
value: boolean;
|
|
51752
|
+
}) => true;
|
|
51753
|
+
}, string, {
|
|
51754
|
+
symbol: any;
|
|
51755
|
+
replace: boolean;
|
|
51756
|
+
flat: boolean;
|
|
51757
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51758
|
+
exact: boolean;
|
|
51759
|
+
block: boolean;
|
|
51760
|
+
active: boolean;
|
|
51761
|
+
style: vue.StyleValue;
|
|
51762
|
+
disabled: boolean;
|
|
51763
|
+
size: string | number;
|
|
51764
|
+
tag: string;
|
|
51765
|
+
rounded: string | number | boolean;
|
|
51766
|
+
density: Density;
|
|
51767
|
+
slim: boolean;
|
|
51768
|
+
stacked: boolean;
|
|
51769
|
+
ripple: boolean | {
|
|
51770
|
+
class: string;
|
|
51771
|
+
} | undefined;
|
|
51772
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
51773
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51774
|
+
[key: string]: any;
|
|
51775
|
+
}>[];
|
|
51776
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51777
|
+
[key: string]: any;
|
|
51778
|
+
}>[];
|
|
51779
|
+
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51780
|
+
[key: string]: any;
|
|
51781
|
+
}>[];
|
|
51782
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
51783
|
+
[key: string]: any;
|
|
51784
|
+
}>[];
|
|
51785
|
+
}>>> & {
|
|
51786
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
51787
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
51788
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
51789
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51790
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
51791
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
51792
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
51793
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
51794
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
51795
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
51796
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
51797
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51798
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51799
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
51800
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
51801
|
+
};
|
|
51802
|
+
$forceUpdate: () => void;
|
|
51803
|
+
$nextTick: typeof vue.nextTick;
|
|
51804
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
51805
|
+
} & Omit<{
|
|
51806
|
+
symbol: any;
|
|
51807
|
+
replace: boolean;
|
|
51808
|
+
flat: boolean;
|
|
51809
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
51810
|
+
exact: boolean;
|
|
51811
|
+
block: boolean;
|
|
51812
|
+
style: vue.StyleValue;
|
|
51813
|
+
disabled: boolean;
|
|
51814
|
+
size: string | number;
|
|
51815
|
+
tag: string;
|
|
51816
|
+
density: Density;
|
|
51817
|
+
slim: boolean;
|
|
51818
|
+
stacked: boolean;
|
|
51819
|
+
ripple: boolean | {
|
|
51820
|
+
class: string;
|
|
51821
|
+
} | undefined;
|
|
51822
|
+
} & {
|
|
51823
|
+
location?: Anchor | undefined;
|
|
51824
|
+
height?: string | number | undefined;
|
|
51825
|
+
width?: string | number | undefined;
|
|
51826
|
+
active?: boolean | undefined;
|
|
51827
|
+
border?: string | number | boolean | undefined;
|
|
51828
|
+
color?: string | undefined;
|
|
51829
|
+
maxHeight?: string | number | undefined;
|
|
51830
|
+
maxWidth?: string | number | undefined;
|
|
51831
|
+
minHeight?: string | number | undefined;
|
|
51832
|
+
minWidth?: string | number | undefined;
|
|
51833
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
51834
|
+
value?: any;
|
|
51835
|
+
loading?: string | boolean | undefined;
|
|
51836
|
+
text?: string | undefined;
|
|
51837
|
+
class?: any;
|
|
51838
|
+
icon?: boolean | IconValue | undefined;
|
|
51839
|
+
href?: string | undefined;
|
|
51840
|
+
elevation?: string | number | undefined;
|
|
51841
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
51842
|
+
theme?: string | undefined;
|
|
51843
|
+
rounded?: string | number | boolean | undefined;
|
|
51844
|
+
selectedClass?: string | undefined;
|
|
51845
|
+
prependIcon?: IconValue | undefined;
|
|
51846
|
+
appendIcon?: IconValue | undefined;
|
|
51847
|
+
} & {
|
|
51848
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
51849
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
51850
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
51851
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
51852
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
51853
|
+
};
|
|
51854
|
+
'v-slots'?: {
|
|
51855
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
51856
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
51857
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
|
51858
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
51859
|
+
} | undefined;
|
|
51860
|
+
} & {
|
|
51861
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
51862
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
51863
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
51864
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
51865
|
+
} & {
|
|
51866
|
+
"onGroup:selected"?: ((val: {
|
|
51867
|
+
value: boolean;
|
|
51868
|
+
}) => any) | undefined;
|
|
51869
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
|
51870
|
+
group: GroupItemProvide | null;
|
|
51871
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "rounded" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
50771
51872
|
replace: boolean;
|
|
50772
51873
|
fixed: boolean;
|
|
50773
51874
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
@@ -60878,29 +61979,26 @@ declare module '@vue/runtime-core' {
|
|
|
60878
61979
|
}
|
|
60879
61980
|
|
|
60880
61981
|
export interface GlobalComponents {
|
|
60881
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
60882
61982
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
60883
61983
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
60884
61984
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
60885
61985
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
60886
61986
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
60887
|
-
|
|
61987
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
61988
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
60888
61989
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
60889
61990
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
60890
61991
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
60891
|
-
|
|
60892
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
61992
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
60893
61993
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
61994
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
61995
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
61996
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
60894
61997
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
60895
61998
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
60896
61999
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
60897
62000
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
60898
62001
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
60899
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
60900
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
60901
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
60902
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
60903
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
60904
62002
|
VCard: typeof import('vuetify/components')['VCard']
|
|
60905
62003
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
60906
62004
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -60909,45 +62007,47 @@ declare module '@vue/runtime-core' {
|
|
|
60909
62007
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
60910
62008
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
60911
62009
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
62010
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
62011
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
62012
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
60912
62013
|
VChip: typeof import('vuetify/components')['VChip']
|
|
60913
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
60914
62014
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
60915
|
-
|
|
60916
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
60917
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
60918
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
60919
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
60920
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
62015
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
60921
62016
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
60922
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
60923
62017
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
60924
62018
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
60925
62019
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
60926
62020
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
60927
62021
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
60928
62022
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
62023
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
62024
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
62025
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
62026
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
62027
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
62028
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
62029
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
60929
62030
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
60930
62031
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
60931
|
-
VField: typeof import('vuetify/components')['VField']
|
|
60932
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
60933
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
60934
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
60935
62032
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
60936
62033
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
60937
62034
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
60938
62035
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
62036
|
+
VField: typeof import('vuetify/components')['VField']
|
|
62037
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
62038
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
62039
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
62040
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
60939
62041
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
60940
62042
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
60941
62043
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
60942
62044
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
60943
62045
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
60944
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
60945
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
60946
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
60947
62046
|
VInput: typeof import('vuetify/components')['VInput']
|
|
60948
|
-
|
|
62047
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
60949
62048
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
60950
62049
|
VItem: typeof import('vuetify/components')['VItem']
|
|
62050
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
60951
62051
|
VList: typeof import('vuetify/components')['VList']
|
|
60952
62052
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
60953
62053
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -60957,67 +62057,68 @@ declare module '@vue/runtime-core' {
|
|
|
60957
62057
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
60958
62058
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
60959
62059
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
62060
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
60960
62061
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
60961
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
60962
62062
|
VMain: typeof import('vuetify/components')['VMain']
|
|
62063
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
60963
62064
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
60964
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
60965
62065
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
60966
|
-
|
|
62066
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
60967
62067
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
60968
|
-
|
|
62068
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
60969
62069
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
60970
|
-
|
|
60971
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
62070
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
60972
62071
|
VRating: typeof import('vuetify/components')['VRating']
|
|
60973
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
60974
62072
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
62073
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
62074
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
62075
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
60975
62076
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
62077
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
60976
62078
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
60977
62079
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
60978
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
60979
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
60980
62080
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
60981
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
60982
62081
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
60983
62082
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
60984
62083
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
60985
62084
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
60986
62085
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
60987
62086
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
62087
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
62088
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
62089
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
60988
62090
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
60989
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
60990
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
60991
62091
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
60992
62092
|
VTab: typeof import('vuetify/components')['VTab']
|
|
60993
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
60994
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
60995
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
60996
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
60997
62093
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
60998
62094
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
62095
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
62096
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
60999
62097
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
61000
62098
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
62099
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
62100
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
62101
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
61001
62102
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
61002
62103
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
62104
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
62105
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
61003
62106
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
61004
62107
|
VCol: typeof import('vuetify/components')['VCol']
|
|
61005
62108
|
VRow: typeof import('vuetify/components')['VRow']
|
|
61006
62109
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
61007
|
-
|
|
61008
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
62110
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
61009
62111
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
61010
62112
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
61011
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
61012
62113
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
61013
62114
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
61014
62115
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
61015
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
61016
62116
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
62117
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
61017
62118
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
62119
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
61018
62120
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
61019
62121
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
61020
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
61021
62122
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
61022
62123
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
61023
62124
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|