vuetify 3.5.6 → 3.5.8
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/_component-variables-labs.sass +2 -0
- package/dist/json/attributes.json +461 -41
- package/dist/json/importMap-labs.json +16 -4
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +120 -0
- package/dist/json/web-types.json +1173 -53
- package/dist/vuetify-labs.css +1547 -1407
- package/dist/vuetify-labs.d.ts +1672 -127
- package/dist/vuetify-labs.esm.js +428 -94
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +428 -94
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +438 -432
- package/dist/vuetify.d.ts +78 -142
- package/dist/vuetify.esm.js +121 -82
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +121 -82
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +147 -135
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/index.d.mts +8 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +28 -27
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +4 -4
- package/lib/components/VCombobox/VCombobox.mjs +40 -27
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +2 -2
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +50 -94
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +8 -6
- package/lib/components/VSelect/VSelect.mjs +18 -17
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +9 -5
- package/lib/components/VSwitch/VSwitch.mjs +2 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +10 -7
- package/lib/components/VSwitch/_variables.scss +2 -0
- package/lib/components/VToolbar/VToolbar.css +3 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -1
- package/lib/components/index.d.mts +38 -105
- package/lib/composables/date/adapters/vuetify.mjs +21 -3
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/transition.mjs +7 -5
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -37
- package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
- package/lib/labs/VEmptyState/VEmptyState.css +59 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs +145 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.sass +53 -0
- package/lib/labs/VEmptyState/_variables.scss +22 -0
- package/lib/labs/VEmptyState/index.d.mts +415 -0
- package/lib/labs/VEmptyState/index.mjs +2 -0
- package/lib/labs/VEmptyState/index.mjs.map +1 -0
- package/lib/labs/VFab/VFab.css +69 -0
- package/lib/labs/VFab/VFab.mjs +114 -0
- package/lib/labs/VFab/VFab.mjs.map +1 -0
- package/lib/labs/VFab/VFab.sass +82 -0
- package/lib/labs/VFab/_mixins.scss +22 -0
- package/lib/labs/VFab/_variables.scss +33 -0
- package/lib/labs/VFab/index.d.mts +656 -0
- package/lib/labs/VFab/index.mjs +2 -0
- package/lib/labs/VFab/index.mjs.map +1 -0
- package/lib/labs/VSparkline/VBarline.mjs +8 -7
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs +14 -6
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +27 -0
- package/lib/labs/VSparkline/util/line.mjs +6 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
- package/lib/labs/VSpeedDial/index.d.mts +649 -0
- package/lib/labs/VSpeedDial/index.mjs +2 -0
- package/lib/labs/VSpeedDial/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1907 -193
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -799,7 +799,7 @@ declare const VApp: {
|
|
|
799
799
|
}, {
|
|
800
800
|
getLayoutItem: (id: string) => {
|
|
801
801
|
size: number;
|
|
802
|
-
position:
|
|
802
|
+
position: Position;
|
|
803
803
|
top: number;
|
|
804
804
|
bottom: number;
|
|
805
805
|
left: number;
|
|
@@ -808,7 +808,7 @@ declare const VApp: {
|
|
|
808
808
|
} | undefined;
|
|
809
809
|
items: vue.ComputedRef<{
|
|
810
810
|
size: number;
|
|
811
|
-
position:
|
|
811
|
+
position: Position;
|
|
812
812
|
top: number;
|
|
813
813
|
bottom: number;
|
|
814
814
|
left: number;
|
|
@@ -865,7 +865,7 @@ declare const VApp: {
|
|
|
865
865
|
}, {
|
|
866
866
|
getLayoutItem: (id: string) => {
|
|
867
867
|
size: number;
|
|
868
|
-
position:
|
|
868
|
+
position: Position;
|
|
869
869
|
top: number;
|
|
870
870
|
bottom: number;
|
|
871
871
|
left: number;
|
|
@@ -874,7 +874,7 @@ declare const VApp: {
|
|
|
874
874
|
} | undefined;
|
|
875
875
|
items: vue.ComputedRef<{
|
|
876
876
|
size: number;
|
|
877
|
-
position:
|
|
877
|
+
position: Position;
|
|
878
878
|
top: number;
|
|
879
879
|
bottom: number;
|
|
880
880
|
left: number;
|
|
@@ -908,7 +908,7 @@ declare const VApp: {
|
|
|
908
908
|
}, {
|
|
909
909
|
getLayoutItem: (id: string) => {
|
|
910
910
|
size: number;
|
|
911
|
-
position:
|
|
911
|
+
position: Position;
|
|
912
912
|
top: number;
|
|
913
913
|
bottom: number;
|
|
914
914
|
left: number;
|
|
@@ -917,7 +917,7 @@ declare const VApp: {
|
|
|
917
917
|
} | undefined;
|
|
918
918
|
items: vue.ComputedRef<{
|
|
919
919
|
size: number;
|
|
920
|
-
position:
|
|
920
|
+
position: Position;
|
|
921
921
|
top: number;
|
|
922
922
|
bottom: number;
|
|
923
923
|
left: number;
|
|
@@ -22452,7 +22452,7 @@ interface DataIteratorItem<T = any> extends GroupableItem<T>, SelectableItem {
|
|
|
22452
22452
|
value: unknown;
|
|
22453
22453
|
}
|
|
22454
22454
|
|
|
22455
|
-
type VDataIteratorSlotProps = {
|
|
22455
|
+
type VDataIteratorSlotProps<T> = {
|
|
22456
22456
|
page: number;
|
|
22457
22457
|
itemsPerPage: number;
|
|
22458
22458
|
sortBy: readonly SortItem[];
|
|
@@ -22470,8 +22470,14 @@ type VDataIteratorSlotProps = {
|
|
|
22470
22470
|
toggleExpand: ReturnType<typeof provideExpanded>['toggleExpand'];
|
|
22471
22471
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
|
22472
22472
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
|
22473
|
-
items: readonly DataIteratorItem[];
|
|
22474
|
-
groupedItems: readonly (DataIteratorItem | Group<DataIteratorItem
|
|
22473
|
+
items: readonly DataIteratorItem<T>[];
|
|
22474
|
+
groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
|
|
22475
|
+
};
|
|
22476
|
+
type VDataIteratorSlots<T> = {
|
|
22477
|
+
default: VDataIteratorSlotProps<T>;
|
|
22478
|
+
header: VDataIteratorSlotProps<T>;
|
|
22479
|
+
footer: VDataIteratorSlotProps<T>;
|
|
22480
|
+
'no-data': never;
|
|
22475
22481
|
};
|
|
22476
22482
|
declare const VDataIterator: {
|
|
22477
22483
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
@@ -22481,7 +22487,6 @@ declare const VDataIterator: {
|
|
|
22481
22487
|
expanded: readonly string[];
|
|
22482
22488
|
tag: string;
|
|
22483
22489
|
sortBy: readonly SortItem[];
|
|
22484
|
-
items: any[];
|
|
22485
22490
|
modelValue: readonly any[];
|
|
22486
22491
|
valueComparator: typeof deepEqual;
|
|
22487
22492
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -22504,24 +22509,6 @@ declare const VDataIterator: {
|
|
|
22504
22509
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
22505
22510
|
filterKeys?: FilterKeys | undefined;
|
|
22506
22511
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
22507
|
-
} & {
|
|
22508
|
-
$children?: vue.VNodeChild | {
|
|
22509
|
-
default?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22510
|
-
header?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22511
|
-
footer?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22512
|
-
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
22513
|
-
} | ((arg: VDataIteratorSlotProps) => vue.VNodeChild);
|
|
22514
|
-
'v-slots'?: {
|
|
22515
|
-
default?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22516
|
-
header?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22517
|
-
footer?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22518
|
-
'no-data'?: false | (() => vue.VNodeChild) | undefined;
|
|
22519
|
-
} | undefined;
|
|
22520
|
-
} & {
|
|
22521
|
-
"v-slot:default"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22522
|
-
"v-slot:header"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22523
|
-
"v-slot:footer"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22524
|
-
"v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
|
|
22525
22512
|
} & {
|
|
22526
22513
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
22527
22514
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
@@ -22531,7 +22518,7 @@ declare const VDataIterator: {
|
|
|
22531
22518
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
22532
22519
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
22533
22520
|
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
22534
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
22521
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
22535
22522
|
'update:modelValue': (value: any[]) => boolean;
|
|
22536
22523
|
'update:groupBy': (value: any) => boolean;
|
|
22537
22524
|
'update:page': (value: number) => boolean;
|
|
@@ -22540,14 +22527,13 @@ declare const VDataIterator: {
|
|
|
22540
22527
|
'update:options': (value: any) => boolean;
|
|
22541
22528
|
'update:expanded': (value: any) => boolean;
|
|
22542
22529
|
'update:currentItems': (value: any) => boolean;
|
|
22543
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
22530
|
+
}, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:header" | "v-slot:no-data" | "v-slot:footer">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
22544
22531
|
page: string | number;
|
|
22545
22532
|
loading: boolean;
|
|
22546
22533
|
style: vue.StyleValue;
|
|
22547
22534
|
expanded: readonly string[];
|
|
22548
22535
|
tag: string;
|
|
22549
22536
|
sortBy: readonly SortItem[];
|
|
22550
|
-
items: any[];
|
|
22551
22537
|
modelValue: readonly any[];
|
|
22552
22538
|
valueComparator: typeof deepEqual;
|
|
22553
22539
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -22570,24 +22556,6 @@ declare const VDataIterator: {
|
|
|
22570
22556
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
22571
22557
|
filterKeys?: FilterKeys | undefined;
|
|
22572
22558
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
22573
|
-
} & {
|
|
22574
|
-
$children?: vue.VNodeChild | {
|
|
22575
|
-
default?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22576
|
-
header?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22577
|
-
footer?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22578
|
-
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
22579
|
-
} | ((arg: VDataIteratorSlotProps) => vue.VNodeChild);
|
|
22580
|
-
'v-slots'?: {
|
|
22581
|
-
default?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22582
|
-
header?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22583
|
-
footer?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22584
|
-
'no-data'?: false | (() => vue.VNodeChild) | undefined;
|
|
22585
|
-
} | undefined;
|
|
22586
|
-
} & {
|
|
22587
|
-
"v-slot:default"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22588
|
-
"v-slot:header"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22589
|
-
"v-slot:footer"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22590
|
-
"v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
|
|
22591
22559
|
} & {
|
|
22592
22560
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
22593
22561
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
@@ -22604,7 +22572,6 @@ declare const VDataIterator: {
|
|
|
22604
22572
|
expanded: readonly string[];
|
|
22605
22573
|
tag: string;
|
|
22606
22574
|
sortBy: readonly SortItem[];
|
|
22607
|
-
items: any[];
|
|
22608
22575
|
modelValue: readonly any[];
|
|
22609
22576
|
valueComparator: typeof deepEqual;
|
|
22610
22577
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -22621,13 +22588,13 @@ declare const VDataIterator: {
|
|
|
22621
22588
|
showExpand: boolean;
|
|
22622
22589
|
itemsPerPage: NonNullable<string | number>;
|
|
22623
22590
|
}, true, {}, vue.SlotsType<Partial<{
|
|
22624
|
-
default: (arg: VDataIteratorSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22591
|
+
default: (arg: VDataIteratorSlotProps<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22625
22592
|
[key: string]: any;
|
|
22626
22593
|
}>[];
|
|
22627
|
-
header: (arg: VDataIteratorSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22594
|
+
header: (arg: VDataIteratorSlotProps<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22628
22595
|
[key: string]: any;
|
|
22629
22596
|
}>[];
|
|
22630
|
-
footer: (arg: VDataIteratorSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22597
|
+
footer: (arg: VDataIteratorSlotProps<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22631
22598
|
[key: string]: any;
|
|
22632
22599
|
}>[];
|
|
22633
22600
|
'no-data': () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -22647,7 +22614,6 @@ declare const VDataIterator: {
|
|
|
22647
22614
|
expanded: readonly string[];
|
|
22648
22615
|
tag: string;
|
|
22649
22616
|
sortBy: readonly SortItem[];
|
|
22650
|
-
items: any[];
|
|
22651
22617
|
modelValue: readonly any[];
|
|
22652
22618
|
valueComparator: typeof deepEqual;
|
|
22653
22619
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -22670,24 +22636,6 @@ declare const VDataIterator: {
|
|
|
22670
22636
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
22671
22637
|
filterKeys?: FilterKeys | undefined;
|
|
22672
22638
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
22673
|
-
} & {
|
|
22674
|
-
$children?: vue.VNodeChild | {
|
|
22675
|
-
default?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22676
|
-
header?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22677
|
-
footer?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22678
|
-
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
22679
|
-
} | ((arg: VDataIteratorSlotProps) => vue.VNodeChild);
|
|
22680
|
-
'v-slots'?: {
|
|
22681
|
-
default?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22682
|
-
header?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22683
|
-
footer?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22684
|
-
'no-data'?: false | (() => vue.VNodeChild) | undefined;
|
|
22685
|
-
} | undefined;
|
|
22686
|
-
} & {
|
|
22687
|
-
"v-slot:default"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22688
|
-
"v-slot:header"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22689
|
-
"v-slot:footer"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22690
|
-
"v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
|
|
22691
22639
|
} & {
|
|
22692
22640
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
22693
22641
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
@@ -22704,7 +22652,6 @@ declare const VDataIterator: {
|
|
|
22704
22652
|
expanded: readonly string[];
|
|
22705
22653
|
tag: string;
|
|
22706
22654
|
sortBy: readonly SortItem[];
|
|
22707
|
-
items: any[];
|
|
22708
22655
|
modelValue: readonly any[];
|
|
22709
22656
|
valueComparator: typeof deepEqual;
|
|
22710
22657
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -22731,7 +22678,6 @@ declare const VDataIterator: {
|
|
|
22731
22678
|
expanded: readonly string[];
|
|
22732
22679
|
tag: string;
|
|
22733
22680
|
sortBy: readonly SortItem[];
|
|
22734
|
-
items: any[];
|
|
22735
22681
|
modelValue: readonly any[];
|
|
22736
22682
|
valueComparator: typeof deepEqual;
|
|
22737
22683
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -22754,24 +22700,6 @@ declare const VDataIterator: {
|
|
|
22754
22700
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
22755
22701
|
filterKeys?: FilterKeys | undefined;
|
|
22756
22702
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
22757
|
-
} & {
|
|
22758
|
-
$children?: vue.VNodeChild | {
|
|
22759
|
-
default?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22760
|
-
header?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22761
|
-
footer?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22762
|
-
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
22763
|
-
} | ((arg: VDataIteratorSlotProps) => vue.VNodeChild);
|
|
22764
|
-
'v-slots'?: {
|
|
22765
|
-
default?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22766
|
-
header?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22767
|
-
footer?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22768
|
-
'no-data'?: false | (() => vue.VNodeChild) | undefined;
|
|
22769
|
-
} | undefined;
|
|
22770
|
-
} & {
|
|
22771
|
-
"v-slot:default"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22772
|
-
"v-slot:header"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22773
|
-
"v-slot:footer"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
22774
|
-
"v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
|
|
22775
22703
|
} & {
|
|
22776
22704
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
22777
22705
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
@@ -22781,7 +22709,7 @@ declare const VDataIterator: {
|
|
|
22781
22709
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
22782
22710
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
22783
22711
|
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
22784
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
22712
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
22785
22713
|
'update:modelValue': (value: any[]) => boolean;
|
|
22786
22714
|
'update:groupBy': (value: any) => boolean;
|
|
22787
22715
|
'update:page': (value: number) => boolean;
|
|
@@ -22790,14 +22718,13 @@ declare const VDataIterator: {
|
|
|
22790
22718
|
'update:options': (value: any) => boolean;
|
|
22791
22719
|
'update:expanded': (value: any) => boolean;
|
|
22792
22720
|
'update:currentItems': (value: any) => boolean;
|
|
22793
|
-
}, string, {
|
|
22721
|
+
}, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:header" | "v-slot:no-data" | "v-slot:footer">, string, {
|
|
22794
22722
|
page: string | number;
|
|
22795
22723
|
loading: boolean;
|
|
22796
22724
|
style: vue.StyleValue;
|
|
22797
22725
|
expanded: readonly string[];
|
|
22798
22726
|
tag: string;
|
|
22799
22727
|
sortBy: readonly SortItem[];
|
|
22800
|
-
items: any[];
|
|
22801
22728
|
modelValue: readonly any[];
|
|
22802
22729
|
valueComparator: typeof deepEqual;
|
|
22803
22730
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -22814,19 +22741,23 @@ declare const VDataIterator: {
|
|
|
22814
22741
|
showExpand: boolean;
|
|
22815
22742
|
itemsPerPage: NonNullable<string | number>;
|
|
22816
22743
|
}, {}, string, vue.SlotsType<Partial<{
|
|
22817
|
-
default: (arg: VDataIteratorSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22744
|
+
default: (arg: VDataIteratorSlotProps<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22818
22745
|
[key: string]: any;
|
|
22819
22746
|
}>[];
|
|
22820
|
-
header: (arg: VDataIteratorSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22747
|
+
header: (arg: VDataIteratorSlotProps<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22821
22748
|
[key: string]: any;
|
|
22822
22749
|
}>[];
|
|
22823
|
-
footer: (arg: VDataIteratorSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22750
|
+
footer: (arg: VDataIteratorSlotProps<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22824
22751
|
[key: string]: any;
|
|
22825
22752
|
}>[];
|
|
22826
22753
|
'no-data': () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22827
22754
|
[key: string]: any;
|
|
22828
22755
|
}>[];
|
|
22829
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps &
|
|
22756
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
22757
|
+
items?: readonly T[] | undefined;
|
|
22758
|
+
}, slots: VDataIteratorSlots<T>) => GenericProps<{
|
|
22759
|
+
items?: readonly T[] | undefined;
|
|
22760
|
+
}, VDataIteratorSlots<T>>) & FilterPropsOptions<{
|
|
22830
22761
|
tag: {
|
|
22831
22762
|
type: StringConstructor;
|
|
22832
22763
|
default: string;
|
|
@@ -37120,7 +37051,7 @@ declare const VLayout: {
|
|
|
37120
37051
|
}, {
|
|
37121
37052
|
getLayoutItem: (id: string) => {
|
|
37122
37053
|
size: number;
|
|
37123
|
-
position:
|
|
37054
|
+
position: Position;
|
|
37124
37055
|
top: number;
|
|
37125
37056
|
bottom: number;
|
|
37126
37057
|
left: number;
|
|
@@ -37129,7 +37060,7 @@ declare const VLayout: {
|
|
|
37129
37060
|
} | undefined;
|
|
37130
37061
|
items: vue.ComputedRef<{
|
|
37131
37062
|
size: number;
|
|
37132
|
-
position:
|
|
37063
|
+
position: Position;
|
|
37133
37064
|
top: number;
|
|
37134
37065
|
bottom: number;
|
|
37135
37066
|
left: number;
|
|
@@ -37183,7 +37114,7 @@ declare const VLayout: {
|
|
|
37183
37114
|
}, {
|
|
37184
37115
|
getLayoutItem: (id: string) => {
|
|
37185
37116
|
size: number;
|
|
37186
|
-
position:
|
|
37117
|
+
position: Position;
|
|
37187
37118
|
top: number;
|
|
37188
37119
|
bottom: number;
|
|
37189
37120
|
left: number;
|
|
@@ -37192,7 +37123,7 @@ declare const VLayout: {
|
|
|
37192
37123
|
} | undefined;
|
|
37193
37124
|
items: vue.ComputedRef<{
|
|
37194
37125
|
size: number;
|
|
37195
|
-
position:
|
|
37126
|
+
position: Position;
|
|
37196
37127
|
top: number;
|
|
37197
37128
|
bottom: number;
|
|
37198
37129
|
left: number;
|
|
@@ -37224,7 +37155,7 @@ declare const VLayout: {
|
|
|
37224
37155
|
}, {
|
|
37225
37156
|
getLayoutItem: (id: string) => {
|
|
37226
37157
|
size: number;
|
|
37227
|
-
position:
|
|
37158
|
+
position: Position;
|
|
37228
37159
|
top: number;
|
|
37229
37160
|
bottom: number;
|
|
37230
37161
|
left: number;
|
|
@@ -37233,7 +37164,7 @@ declare const VLayout: {
|
|
|
37233
37164
|
} | undefined;
|
|
37234
37165
|
items: vue.ComputedRef<{
|
|
37235
37166
|
size: number;
|
|
37236
|
-
position:
|
|
37167
|
+
position: Position;
|
|
37237
37168
|
top: number;
|
|
37238
37169
|
bottom: number;
|
|
37239
37170
|
left: number;
|
|
@@ -69856,12 +69787,61 @@ declare const VCalendarMonthDay: {
|
|
|
69856
69787
|
}>>;
|
|
69857
69788
|
type VCalendarMonthDay = InstanceType<typeof VCalendarMonthDay>;
|
|
69858
69789
|
|
|
69859
|
-
declare const
|
|
69790
|
+
declare const VFab: {
|
|
69860
69791
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
69792
|
+
symbol: any;
|
|
69793
|
+
replace: boolean;
|
|
69794
|
+
flat: boolean;
|
|
69795
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
69796
|
+
offset: boolean;
|
|
69797
|
+
exact: boolean;
|
|
69798
|
+
absolute: boolean;
|
|
69799
|
+
block: boolean;
|
|
69800
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
69801
|
+
active: boolean;
|
|
69802
|
+
order: string | number;
|
|
69803
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
69804
|
+
component?: vue.Component | undefined;
|
|
69805
|
+
})>;
|
|
69861
69806
|
style: vue.StyleValue;
|
|
69807
|
+
disabled: boolean;
|
|
69808
|
+
size: string | number;
|
|
69862
69809
|
tag: string;
|
|
69810
|
+
appear: boolean;
|
|
69811
|
+
app: boolean;
|
|
69812
|
+
tile: boolean;
|
|
69813
|
+
density: Density;
|
|
69814
|
+
extended: boolean;
|
|
69815
|
+
modelValue: boolean;
|
|
69816
|
+
slim: boolean;
|
|
69817
|
+
stacked: boolean;
|
|
69818
|
+
ripple: boolean | {
|
|
69819
|
+
class: string;
|
|
69820
|
+
} | undefined;
|
|
69863
69821
|
} & {
|
|
69822
|
+
height?: string | number | undefined;
|
|
69823
|
+
width?: string | number | undefined;
|
|
69824
|
+
name?: string | undefined;
|
|
69825
|
+
border?: string | number | boolean | undefined;
|
|
69826
|
+
color?: string | undefined;
|
|
69827
|
+
maxHeight?: string | number | undefined;
|
|
69828
|
+
maxWidth?: string | number | undefined;
|
|
69829
|
+
minHeight?: string | number | undefined;
|
|
69830
|
+
minWidth?: string | number | undefined;
|
|
69831
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
69832
|
+
value?: any;
|
|
69833
|
+
loading?: string | boolean | undefined;
|
|
69834
|
+
text?: string | undefined;
|
|
69864
69835
|
class?: any;
|
|
69836
|
+
icon?: boolean | IconValue | undefined;
|
|
69837
|
+
href?: string | undefined;
|
|
69838
|
+
elevation?: string | number | undefined;
|
|
69839
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
69840
|
+
theme?: string | undefined;
|
|
69841
|
+
rounded?: string | number | boolean | undefined;
|
|
69842
|
+
selectedClass?: string | undefined;
|
|
69843
|
+
prependIcon?: IconValue | undefined;
|
|
69844
|
+
appendIcon?: IconValue | undefined;
|
|
69865
69845
|
} & {
|
|
69866
69846
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
69867
69847
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -69871,13 +69851,64 @@ declare const VPickerTitle: {
|
|
|
69871
69851
|
} | undefined;
|
|
69872
69852
|
} & {
|
|
69873
69853
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
69874
|
-
}
|
|
69875
|
-
|
|
69876
|
-
}
|
|
69854
|
+
} & {
|
|
69855
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
69856
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
69857
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
69858
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
69859
|
+
symbol: any;
|
|
69860
|
+
replace: boolean;
|
|
69861
|
+
flat: boolean;
|
|
69862
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
69863
|
+
offset: boolean;
|
|
69864
|
+
exact: boolean;
|
|
69865
|
+
absolute: boolean;
|
|
69866
|
+
block: boolean;
|
|
69867
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
69868
|
+
active: boolean;
|
|
69869
|
+
order: string | number;
|
|
69870
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
69871
|
+
component?: vue.Component | undefined;
|
|
69872
|
+
})>;
|
|
69877
69873
|
style: vue.StyleValue;
|
|
69874
|
+
disabled: boolean;
|
|
69875
|
+
size: string | number;
|
|
69878
69876
|
tag: string;
|
|
69877
|
+
appear: boolean;
|
|
69878
|
+
app: boolean;
|
|
69879
|
+
tile: boolean;
|
|
69880
|
+
density: Density;
|
|
69881
|
+
extended: boolean;
|
|
69882
|
+
modelValue: boolean;
|
|
69883
|
+
slim: boolean;
|
|
69884
|
+
stacked: boolean;
|
|
69885
|
+
ripple: boolean | {
|
|
69886
|
+
class: string;
|
|
69887
|
+
} | undefined;
|
|
69879
69888
|
} & {
|
|
69889
|
+
height?: string | number | undefined;
|
|
69890
|
+
width?: string | number | undefined;
|
|
69891
|
+
name?: string | undefined;
|
|
69892
|
+
border?: string | number | boolean | undefined;
|
|
69893
|
+
color?: string | undefined;
|
|
69894
|
+
maxHeight?: string | number | undefined;
|
|
69895
|
+
maxWidth?: string | number | undefined;
|
|
69896
|
+
minHeight?: string | number | undefined;
|
|
69897
|
+
minWidth?: string | number | undefined;
|
|
69898
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
69899
|
+
value?: any;
|
|
69900
|
+
loading?: string | boolean | undefined;
|
|
69901
|
+
text?: string | undefined;
|
|
69880
69902
|
class?: any;
|
|
69903
|
+
icon?: boolean | IconValue | undefined;
|
|
69904
|
+
href?: string | undefined;
|
|
69905
|
+
elevation?: string | number | undefined;
|
|
69906
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
69907
|
+
theme?: string | undefined;
|
|
69908
|
+
rounded?: string | number | boolean | undefined;
|
|
69909
|
+
selectedClass?: string | undefined;
|
|
69910
|
+
prependIcon?: IconValue | undefined;
|
|
69911
|
+
appendIcon?: IconValue | undefined;
|
|
69881
69912
|
} & {
|
|
69882
69913
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
69883
69914
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -69887,9 +69918,39 @@ declare const VPickerTitle: {
|
|
|
69887
69918
|
} | undefined;
|
|
69888
69919
|
} & {
|
|
69889
69920
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
69921
|
+
} & {
|
|
69922
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
69890
69923
|
}, {
|
|
69924
|
+
symbol: any;
|
|
69925
|
+
replace: boolean;
|
|
69926
|
+
flat: boolean;
|
|
69927
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
69928
|
+
offset: boolean;
|
|
69929
|
+
exact: boolean;
|
|
69930
|
+
absolute: boolean;
|
|
69931
|
+
block: boolean;
|
|
69932
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
69933
|
+
active: boolean;
|
|
69934
|
+
order: string | number;
|
|
69935
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
69936
|
+
component?: vue.Component | undefined;
|
|
69937
|
+
})>;
|
|
69891
69938
|
style: vue.StyleValue;
|
|
69939
|
+
disabled: boolean;
|
|
69940
|
+
size: string | number;
|
|
69892
69941
|
tag: string;
|
|
69942
|
+
appear: boolean;
|
|
69943
|
+
app: boolean;
|
|
69944
|
+
rounded: string | number | boolean;
|
|
69945
|
+
tile: boolean;
|
|
69946
|
+
density: Density;
|
|
69947
|
+
extended: boolean;
|
|
69948
|
+
modelValue: boolean;
|
|
69949
|
+
slim: boolean;
|
|
69950
|
+
stacked: boolean;
|
|
69951
|
+
ripple: boolean | {
|
|
69952
|
+
class: string;
|
|
69953
|
+
} | undefined;
|
|
69893
69954
|
}, true, {}, vue.SlotsType<Partial<{
|
|
69894
69955
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
69895
69956
|
[key: string]: any;
|
|
@@ -69902,10 +69963,59 @@ declare const VPickerTitle: {
|
|
|
69902
69963
|
M: {};
|
|
69903
69964
|
Defaults: {};
|
|
69904
69965
|
}, {
|
|
69966
|
+
symbol: any;
|
|
69967
|
+
replace: boolean;
|
|
69968
|
+
flat: boolean;
|
|
69969
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
69970
|
+
offset: boolean;
|
|
69971
|
+
exact: boolean;
|
|
69972
|
+
absolute: boolean;
|
|
69973
|
+
block: boolean;
|
|
69974
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
69975
|
+
active: boolean;
|
|
69976
|
+
order: string | number;
|
|
69977
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
69978
|
+
component?: vue.Component | undefined;
|
|
69979
|
+
})>;
|
|
69905
69980
|
style: vue.StyleValue;
|
|
69981
|
+
disabled: boolean;
|
|
69982
|
+
size: string | number;
|
|
69906
69983
|
tag: string;
|
|
69984
|
+
appear: boolean;
|
|
69985
|
+
app: boolean;
|
|
69986
|
+
tile: boolean;
|
|
69987
|
+
density: Density;
|
|
69988
|
+
extended: boolean;
|
|
69989
|
+
modelValue: boolean;
|
|
69990
|
+
slim: boolean;
|
|
69991
|
+
stacked: boolean;
|
|
69992
|
+
ripple: boolean | {
|
|
69993
|
+
class: string;
|
|
69994
|
+
} | undefined;
|
|
69907
69995
|
} & {
|
|
69996
|
+
height?: string | number | undefined;
|
|
69997
|
+
width?: string | number | undefined;
|
|
69998
|
+
name?: string | undefined;
|
|
69999
|
+
border?: string | number | boolean | undefined;
|
|
70000
|
+
color?: string | undefined;
|
|
70001
|
+
maxHeight?: string | number | undefined;
|
|
70002
|
+
maxWidth?: string | number | undefined;
|
|
70003
|
+
minHeight?: string | number | undefined;
|
|
70004
|
+
minWidth?: string | number | undefined;
|
|
70005
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
70006
|
+
value?: any;
|
|
70007
|
+
loading?: string | boolean | undefined;
|
|
70008
|
+
text?: string | undefined;
|
|
69908
70009
|
class?: any;
|
|
70010
|
+
icon?: boolean | IconValue | undefined;
|
|
70011
|
+
href?: string | undefined;
|
|
70012
|
+
elevation?: string | number | undefined;
|
|
70013
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
70014
|
+
theme?: string | undefined;
|
|
70015
|
+
rounded?: string | number | boolean | undefined;
|
|
70016
|
+
selectedClass?: string | undefined;
|
|
70017
|
+
prependIcon?: IconValue | undefined;
|
|
70018
|
+
appendIcon?: IconValue | undefined;
|
|
69909
70019
|
} & {
|
|
69910
70020
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
69911
70021
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -69915,20 +70025,97 @@ declare const VPickerTitle: {
|
|
|
69915
70025
|
} | undefined;
|
|
69916
70026
|
} & {
|
|
69917
70027
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
69918
|
-
}
|
|
69919
|
-
|
|
69920
|
-
}
|
|
70028
|
+
} & {
|
|
70029
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
70030
|
+
}, {}, {}, {}, {}, {
|
|
70031
|
+
symbol: any;
|
|
70032
|
+
replace: boolean;
|
|
70033
|
+
flat: boolean;
|
|
70034
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
70035
|
+
offset: boolean;
|
|
70036
|
+
exact: boolean;
|
|
70037
|
+
absolute: boolean;
|
|
70038
|
+
block: boolean;
|
|
70039
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
70040
|
+
active: boolean;
|
|
70041
|
+
order: string | number;
|
|
70042
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70043
|
+
component?: vue.Component | undefined;
|
|
70044
|
+
})>;
|
|
69921
70045
|
style: vue.StyleValue;
|
|
70046
|
+
disabled: boolean;
|
|
70047
|
+
size: string | number;
|
|
69922
70048
|
tag: string;
|
|
70049
|
+
appear: boolean;
|
|
70050
|
+
app: boolean;
|
|
70051
|
+
rounded: string | number | boolean;
|
|
70052
|
+
tile: boolean;
|
|
70053
|
+
density: Density;
|
|
70054
|
+
extended: boolean;
|
|
70055
|
+
modelValue: boolean;
|
|
70056
|
+
slim: boolean;
|
|
70057
|
+
stacked: boolean;
|
|
70058
|
+
ripple: boolean | {
|
|
70059
|
+
class: string;
|
|
70060
|
+
} | undefined;
|
|
69923
70061
|
}>;
|
|
69924
70062
|
__isFragment?: undefined;
|
|
69925
70063
|
__isTeleport?: undefined;
|
|
69926
70064
|
__isSuspense?: undefined;
|
|
69927
70065
|
} & vue.ComponentOptionsBase<{
|
|
70066
|
+
symbol: any;
|
|
70067
|
+
replace: boolean;
|
|
70068
|
+
flat: boolean;
|
|
70069
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
70070
|
+
offset: boolean;
|
|
70071
|
+
exact: boolean;
|
|
70072
|
+
absolute: boolean;
|
|
70073
|
+
block: boolean;
|
|
70074
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
70075
|
+
active: boolean;
|
|
70076
|
+
order: string | number;
|
|
70077
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70078
|
+
component?: vue.Component | undefined;
|
|
70079
|
+
})>;
|
|
69928
70080
|
style: vue.StyleValue;
|
|
70081
|
+
disabled: boolean;
|
|
70082
|
+
size: string | number;
|
|
69929
70083
|
tag: string;
|
|
70084
|
+
appear: boolean;
|
|
70085
|
+
app: boolean;
|
|
70086
|
+
tile: boolean;
|
|
70087
|
+
density: Density;
|
|
70088
|
+
extended: boolean;
|
|
70089
|
+
modelValue: boolean;
|
|
70090
|
+
slim: boolean;
|
|
70091
|
+
stacked: boolean;
|
|
70092
|
+
ripple: boolean | {
|
|
70093
|
+
class: string;
|
|
70094
|
+
} | undefined;
|
|
69930
70095
|
} & {
|
|
70096
|
+
height?: string | number | undefined;
|
|
70097
|
+
width?: string | number | undefined;
|
|
70098
|
+
name?: string | undefined;
|
|
70099
|
+
border?: string | number | boolean | undefined;
|
|
70100
|
+
color?: string | undefined;
|
|
70101
|
+
maxHeight?: string | number | undefined;
|
|
70102
|
+
maxWidth?: string | number | undefined;
|
|
70103
|
+
minHeight?: string | number | undefined;
|
|
70104
|
+
minWidth?: string | number | undefined;
|
|
70105
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
70106
|
+
value?: any;
|
|
70107
|
+
loading?: string | boolean | undefined;
|
|
70108
|
+
text?: string | undefined;
|
|
69931
70109
|
class?: any;
|
|
70110
|
+
icon?: boolean | IconValue | undefined;
|
|
70111
|
+
href?: string | undefined;
|
|
70112
|
+
elevation?: string | number | undefined;
|
|
70113
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
70114
|
+
theme?: string | undefined;
|
|
70115
|
+
rounded?: string | number | boolean | undefined;
|
|
70116
|
+
selectedClass?: string | undefined;
|
|
70117
|
+
prependIcon?: IconValue | undefined;
|
|
70118
|
+
appendIcon?: IconValue | undefined;
|
|
69932
70119
|
} & {
|
|
69933
70120
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
69934
70121
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -69938,39 +70125,401 @@ declare const VPickerTitle: {
|
|
|
69938
70125
|
} | undefined;
|
|
69939
70126
|
} & {
|
|
69940
70127
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
69941
|
-
}
|
|
69942
|
-
|
|
69943
|
-
}
|
|
70128
|
+
} & {
|
|
70129
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
70130
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
70131
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
70132
|
+
}, string, {
|
|
70133
|
+
symbol: any;
|
|
70134
|
+
replace: boolean;
|
|
70135
|
+
flat: boolean;
|
|
70136
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
70137
|
+
offset: boolean;
|
|
70138
|
+
exact: boolean;
|
|
70139
|
+
absolute: boolean;
|
|
70140
|
+
block: boolean;
|
|
70141
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
70142
|
+
active: boolean;
|
|
70143
|
+
order: string | number;
|
|
70144
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70145
|
+
component?: vue.Component | undefined;
|
|
70146
|
+
})>;
|
|
69944
70147
|
style: vue.StyleValue;
|
|
70148
|
+
disabled: boolean;
|
|
70149
|
+
size: string | number;
|
|
69945
70150
|
tag: string;
|
|
70151
|
+
appear: boolean;
|
|
70152
|
+
app: boolean;
|
|
70153
|
+
rounded: string | number | boolean;
|
|
70154
|
+
tile: boolean;
|
|
70155
|
+
density: Density;
|
|
70156
|
+
extended: boolean;
|
|
70157
|
+
modelValue: boolean;
|
|
70158
|
+
slim: boolean;
|
|
70159
|
+
stacked: boolean;
|
|
70160
|
+
ripple: boolean | {
|
|
70161
|
+
class: string;
|
|
70162
|
+
} | undefined;
|
|
69946
70163
|
}, {}, string, vue.SlotsType<Partial<{
|
|
69947
70164
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
69948
70165
|
[key: string]: any;
|
|
69949
70166
|
}>[];
|
|
69950
70167
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
69951
|
-
|
|
70168
|
+
transition: Omit<{
|
|
70169
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
70170
|
+
component?: vue.Component | undefined;
|
|
70171
|
+
})>;
|
|
70172
|
+
default: string;
|
|
70173
|
+
validator: (val: unknown) => boolean;
|
|
70174
|
+
}, "type" | "default"> & {
|
|
70175
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70176
|
+
component?: vue.Component | undefined;
|
|
70177
|
+
})>>;
|
|
70178
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70179
|
+
component?: vue.Component | undefined;
|
|
70180
|
+
})>;
|
|
70181
|
+
};
|
|
70182
|
+
name: {
|
|
70183
|
+
type: StringConstructor;
|
|
70184
|
+
};
|
|
70185
|
+
order: {
|
|
70186
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
70187
|
+
default: number;
|
|
70188
|
+
};
|
|
70189
|
+
absolute: BooleanConstructor;
|
|
70190
|
+
symbol: {
|
|
70191
|
+
type: null;
|
|
70192
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
70193
|
+
};
|
|
70194
|
+
replace: BooleanConstructor;
|
|
70195
|
+
flat: BooleanConstructor;
|
|
70196
|
+
variant: Omit<{
|
|
70197
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
70198
|
+
default: string;
|
|
70199
|
+
validator: (v: any) => boolean;
|
|
70200
|
+
}, "type" | "default"> & {
|
|
70201
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
70202
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
70203
|
+
};
|
|
70204
|
+
exact: BooleanConstructor;
|
|
70205
|
+
block: BooleanConstructor;
|
|
70206
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
70207
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
70208
|
+
active: Omit<{
|
|
70209
|
+
type: BooleanConstructor;
|
|
70210
|
+
default: undefined;
|
|
70211
|
+
}, "type" | "default"> & {
|
|
70212
|
+
type: PropType<boolean>;
|
|
70213
|
+
default: boolean;
|
|
70214
|
+
};
|
|
70215
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
70216
|
+
color: StringConstructor;
|
|
70217
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
70218
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
70219
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
70220
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
70221
|
+
position: {
|
|
70222
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
70223
|
+
validator: (v: any) => boolean;
|
|
70224
|
+
};
|
|
70225
|
+
value: null;
|
|
70226
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
69952
70227
|
style: {
|
|
69953
|
-
type:
|
|
70228
|
+
type: PropType<vue.StyleValue>;
|
|
69954
70229
|
default: null;
|
|
69955
70230
|
};
|
|
69956
|
-
|
|
70231
|
+
text: StringConstructor;
|
|
70232
|
+
disabled: BooleanConstructor;
|
|
70233
|
+
size: {
|
|
70234
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
70235
|
+
default: string;
|
|
70236
|
+
};
|
|
70237
|
+
class: PropType<any>;
|
|
70238
|
+
tag: Omit<{
|
|
69957
70239
|
type: StringConstructor;
|
|
69958
70240
|
default: string;
|
|
70241
|
+
}, "type" | "default"> & {
|
|
70242
|
+
type: PropType<string>;
|
|
70243
|
+
default: string;
|
|
70244
|
+
};
|
|
70245
|
+
icon: PropType<boolean | IconValue>;
|
|
70246
|
+
href: StringConstructor;
|
|
70247
|
+
elevation: {
|
|
70248
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
70249
|
+
validator(v: any): boolean;
|
|
70250
|
+
};
|
|
70251
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
70252
|
+
theme: StringConstructor;
|
|
70253
|
+
rounded: {
|
|
70254
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
70255
|
+
default: undefined;
|
|
70256
|
+
};
|
|
70257
|
+
tile: BooleanConstructor;
|
|
70258
|
+
density: {
|
|
70259
|
+
type: PropType<Density>;
|
|
70260
|
+
default: string;
|
|
70261
|
+
validator: (v: any) => boolean;
|
|
70262
|
+
};
|
|
70263
|
+
selectedClass: StringConstructor;
|
|
70264
|
+
prependIcon: PropType<IconValue>;
|
|
70265
|
+
appendIcon: PropType<IconValue>;
|
|
70266
|
+
slim: BooleanConstructor;
|
|
70267
|
+
stacked: BooleanConstructor;
|
|
70268
|
+
ripple: {
|
|
70269
|
+
type: PropType<boolean | {
|
|
70270
|
+
class: string;
|
|
70271
|
+
} | undefined>;
|
|
70272
|
+
default: boolean;
|
|
70273
|
+
};
|
|
70274
|
+
app: BooleanConstructor;
|
|
70275
|
+
appear: BooleanConstructor;
|
|
70276
|
+
extended: BooleanConstructor;
|
|
70277
|
+
location: {
|
|
70278
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
70279
|
+
default: string;
|
|
70280
|
+
};
|
|
70281
|
+
offset: BooleanConstructor;
|
|
70282
|
+
modelValue: {
|
|
70283
|
+
type: BooleanConstructor;
|
|
70284
|
+
default: boolean;
|
|
69959
70285
|
};
|
|
69960
70286
|
}, vue.ExtractPropTypes<{
|
|
69961
|
-
|
|
70287
|
+
transition: Omit<{
|
|
70288
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
70289
|
+
component?: vue.Component | undefined;
|
|
70290
|
+
})>;
|
|
70291
|
+
default: string;
|
|
70292
|
+
validator: (val: unknown) => boolean;
|
|
70293
|
+
}, "type" | "default"> & {
|
|
70294
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70295
|
+
component?: vue.Component | undefined;
|
|
70296
|
+
})>>;
|
|
70297
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70298
|
+
component?: vue.Component | undefined;
|
|
70299
|
+
})>;
|
|
70300
|
+
};
|
|
70301
|
+
name: {
|
|
70302
|
+
type: StringConstructor;
|
|
70303
|
+
};
|
|
70304
|
+
order: {
|
|
70305
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
70306
|
+
default: number;
|
|
70307
|
+
};
|
|
70308
|
+
absolute: BooleanConstructor;
|
|
70309
|
+
symbol: {
|
|
70310
|
+
type: null;
|
|
70311
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
70312
|
+
};
|
|
70313
|
+
replace: BooleanConstructor;
|
|
70314
|
+
flat: BooleanConstructor;
|
|
70315
|
+
variant: Omit<{
|
|
70316
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
70317
|
+
default: string;
|
|
70318
|
+
validator: (v: any) => boolean;
|
|
70319
|
+
}, "type" | "default"> & {
|
|
70320
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
70321
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
70322
|
+
};
|
|
70323
|
+
exact: BooleanConstructor;
|
|
70324
|
+
block: BooleanConstructor;
|
|
70325
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
70326
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
70327
|
+
active: Omit<{
|
|
70328
|
+
type: BooleanConstructor;
|
|
70329
|
+
default: undefined;
|
|
70330
|
+
}, "type" | "default"> & {
|
|
70331
|
+
type: PropType<boolean>;
|
|
70332
|
+
default: boolean;
|
|
70333
|
+
};
|
|
70334
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
70335
|
+
color: StringConstructor;
|
|
70336
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
70337
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
70338
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
70339
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
70340
|
+
position: {
|
|
70341
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
70342
|
+
validator: (v: any) => boolean;
|
|
70343
|
+
};
|
|
70344
|
+
value: null;
|
|
70345
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
69962
70346
|
style: {
|
|
69963
|
-
type:
|
|
70347
|
+
type: PropType<vue.StyleValue>;
|
|
69964
70348
|
default: null;
|
|
69965
70349
|
};
|
|
69966
|
-
|
|
69967
|
-
|
|
70350
|
+
text: StringConstructor;
|
|
70351
|
+
disabled: BooleanConstructor;
|
|
70352
|
+
size: {
|
|
70353
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
69968
70354
|
default: string;
|
|
69969
70355
|
};
|
|
69970
|
-
|
|
69971
|
-
|
|
69972
|
-
|
|
69973
|
-
|
|
70356
|
+
class: PropType<any>;
|
|
70357
|
+
tag: Omit<{
|
|
70358
|
+
type: StringConstructor;
|
|
70359
|
+
default: string;
|
|
70360
|
+
}, "type" | "default"> & {
|
|
70361
|
+
type: PropType<string>;
|
|
70362
|
+
default: string;
|
|
70363
|
+
};
|
|
70364
|
+
icon: PropType<boolean | IconValue>;
|
|
70365
|
+
href: StringConstructor;
|
|
70366
|
+
elevation: {
|
|
70367
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
70368
|
+
validator(v: any): boolean;
|
|
70369
|
+
};
|
|
70370
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
70371
|
+
theme: StringConstructor;
|
|
70372
|
+
rounded: {
|
|
70373
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
70374
|
+
default: undefined;
|
|
70375
|
+
};
|
|
70376
|
+
tile: BooleanConstructor;
|
|
70377
|
+
density: {
|
|
70378
|
+
type: PropType<Density>;
|
|
70379
|
+
default: string;
|
|
70380
|
+
validator: (v: any) => boolean;
|
|
70381
|
+
};
|
|
70382
|
+
selectedClass: StringConstructor;
|
|
70383
|
+
prependIcon: PropType<IconValue>;
|
|
70384
|
+
appendIcon: PropType<IconValue>;
|
|
70385
|
+
slim: BooleanConstructor;
|
|
70386
|
+
stacked: BooleanConstructor;
|
|
70387
|
+
ripple: {
|
|
70388
|
+
type: PropType<boolean | {
|
|
70389
|
+
class: string;
|
|
70390
|
+
} | undefined>;
|
|
70391
|
+
default: boolean;
|
|
70392
|
+
};
|
|
70393
|
+
app: BooleanConstructor;
|
|
70394
|
+
appear: BooleanConstructor;
|
|
70395
|
+
extended: BooleanConstructor;
|
|
70396
|
+
location: {
|
|
70397
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
70398
|
+
default: string;
|
|
70399
|
+
};
|
|
70400
|
+
offset: BooleanConstructor;
|
|
70401
|
+
modelValue: {
|
|
70402
|
+
type: BooleanConstructor;
|
|
70403
|
+
default: boolean;
|
|
70404
|
+
};
|
|
70405
|
+
}>>;
|
|
70406
|
+
type VFab = InstanceType<typeof VFab>;
|
|
70407
|
+
|
|
70408
|
+
declare const VPickerTitle: {
|
|
70409
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
70410
|
+
style: vue.StyleValue;
|
|
70411
|
+
tag: string;
|
|
70412
|
+
} & {
|
|
70413
|
+
class?: any;
|
|
70414
|
+
} & {
|
|
70415
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
70416
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
70417
|
+
};
|
|
70418
|
+
'v-slots'?: {
|
|
70419
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
70420
|
+
} | undefined;
|
|
70421
|
+
} & {
|
|
70422
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
70423
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70424
|
+
[key: string]: any;
|
|
70425
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
70426
|
+
style: vue.StyleValue;
|
|
70427
|
+
tag: string;
|
|
70428
|
+
} & {
|
|
70429
|
+
class?: any;
|
|
70430
|
+
} & {
|
|
70431
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
70432
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
70433
|
+
};
|
|
70434
|
+
'v-slots'?: {
|
|
70435
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
70436
|
+
} | undefined;
|
|
70437
|
+
} & {
|
|
70438
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
70439
|
+
}, {
|
|
70440
|
+
style: vue.StyleValue;
|
|
70441
|
+
tag: string;
|
|
70442
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
70443
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70444
|
+
[key: string]: any;
|
|
70445
|
+
}>[];
|
|
70446
|
+
}>>, {
|
|
70447
|
+
P: {};
|
|
70448
|
+
B: {};
|
|
70449
|
+
D: {};
|
|
70450
|
+
C: {};
|
|
70451
|
+
M: {};
|
|
70452
|
+
Defaults: {};
|
|
70453
|
+
}, {
|
|
70454
|
+
style: vue.StyleValue;
|
|
70455
|
+
tag: string;
|
|
70456
|
+
} & {
|
|
70457
|
+
class?: any;
|
|
70458
|
+
} & {
|
|
70459
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
70460
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
70461
|
+
};
|
|
70462
|
+
'v-slots'?: {
|
|
70463
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
70464
|
+
} | undefined;
|
|
70465
|
+
} & {
|
|
70466
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
70467
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70468
|
+
[key: string]: any;
|
|
70469
|
+
}>, {}, {}, {}, {
|
|
70470
|
+
style: vue.StyleValue;
|
|
70471
|
+
tag: string;
|
|
70472
|
+
}>;
|
|
70473
|
+
__isFragment?: undefined;
|
|
70474
|
+
__isTeleport?: undefined;
|
|
70475
|
+
__isSuspense?: undefined;
|
|
70476
|
+
} & vue.ComponentOptionsBase<{
|
|
70477
|
+
style: vue.StyleValue;
|
|
70478
|
+
tag: string;
|
|
70479
|
+
} & {
|
|
70480
|
+
class?: any;
|
|
70481
|
+
} & {
|
|
70482
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
70483
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
70484
|
+
};
|
|
70485
|
+
'v-slots'?: {
|
|
70486
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
70487
|
+
} | undefined;
|
|
70488
|
+
} & {
|
|
70489
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
70490
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70491
|
+
[key: string]: any;
|
|
70492
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
70493
|
+
style: vue.StyleValue;
|
|
70494
|
+
tag: string;
|
|
70495
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
70496
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70497
|
+
[key: string]: any;
|
|
70498
|
+
}>[];
|
|
70499
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
70500
|
+
class: vue.PropType<any>;
|
|
70501
|
+
style: {
|
|
70502
|
+
type: vue.PropType<vue.StyleValue>;
|
|
70503
|
+
default: null;
|
|
70504
|
+
};
|
|
70505
|
+
tag: {
|
|
70506
|
+
type: StringConstructor;
|
|
70507
|
+
default: string;
|
|
70508
|
+
};
|
|
70509
|
+
}, vue.ExtractPropTypes<{
|
|
70510
|
+
class: vue.PropType<any>;
|
|
70511
|
+
style: {
|
|
70512
|
+
type: vue.PropType<vue.StyleValue>;
|
|
70513
|
+
default: null;
|
|
70514
|
+
};
|
|
70515
|
+
tag: {
|
|
70516
|
+
type: StringConstructor;
|
|
70517
|
+
default: string;
|
|
70518
|
+
};
|
|
70519
|
+
}>>;
|
|
70520
|
+
type VPickerTitle = InstanceType<typeof VPickerTitle>;
|
|
70521
|
+
|
|
70522
|
+
type SparklineItem = number | {
|
|
69974
70523
|
value: number;
|
|
69975
70524
|
};
|
|
69976
70525
|
|
|
@@ -69985,6 +70534,7 @@ declare const VSparkline: {
|
|
|
69985
70534
|
labels: SparklineItem[];
|
|
69986
70535
|
gradient: string[];
|
|
69987
70536
|
modelValue: SparklineItem[];
|
|
70537
|
+
itemValue: string;
|
|
69988
70538
|
autoDraw: boolean;
|
|
69989
70539
|
autoDrawEasing: string;
|
|
69990
70540
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
|
@@ -69993,7 +70543,9 @@ declare const VSparkline: {
|
|
|
69993
70543
|
showLabels: boolean;
|
|
69994
70544
|
autoLineWidth: boolean;
|
|
69995
70545
|
} & {
|
|
70546
|
+
max?: string | number | undefined;
|
|
69996
70547
|
id?: string | undefined;
|
|
70548
|
+
min?: string | number | undefined;
|
|
69997
70549
|
color?: string | undefined;
|
|
69998
70550
|
autoDrawDuration?: string | number | undefined;
|
|
69999
70551
|
} & {
|
|
@@ -70027,6 +70579,7 @@ declare const VSparkline: {
|
|
|
70027
70579
|
labels: SparklineItem[];
|
|
70028
70580
|
gradient: string[];
|
|
70029
70581
|
modelValue: SparklineItem[];
|
|
70582
|
+
itemValue: string;
|
|
70030
70583
|
autoDraw: boolean;
|
|
70031
70584
|
autoDrawEasing: string;
|
|
70032
70585
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
|
@@ -70035,7 +70588,9 @@ declare const VSparkline: {
|
|
|
70035
70588
|
showLabels: boolean;
|
|
70036
70589
|
autoLineWidth: boolean;
|
|
70037
70590
|
} & {
|
|
70591
|
+
max?: string | number | undefined;
|
|
70038
70592
|
id?: string | undefined;
|
|
70593
|
+
min?: string | number | undefined;
|
|
70039
70594
|
color?: string | undefined;
|
|
70040
70595
|
autoDrawDuration?: string | number | undefined;
|
|
70041
70596
|
} & {
|
|
@@ -70069,6 +70624,7 @@ declare const VSparkline: {
|
|
|
70069
70624
|
labels: SparklineItem[];
|
|
70070
70625
|
gradient: string[];
|
|
70071
70626
|
modelValue: SparklineItem[];
|
|
70627
|
+
itemValue: string;
|
|
70072
70628
|
autoDraw: boolean;
|
|
70073
70629
|
autoDrawEasing: string;
|
|
70074
70630
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
|
@@ -70103,6 +70659,7 @@ declare const VSparkline: {
|
|
|
70103
70659
|
labels: SparklineItem[];
|
|
70104
70660
|
gradient: string[];
|
|
70105
70661
|
modelValue: SparklineItem[];
|
|
70662
|
+
itemValue: string;
|
|
70106
70663
|
autoDraw: boolean;
|
|
70107
70664
|
autoDrawEasing: string;
|
|
70108
70665
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
|
@@ -70111,7 +70668,9 @@ declare const VSparkline: {
|
|
|
70111
70668
|
showLabels: boolean;
|
|
70112
70669
|
autoLineWidth: boolean;
|
|
70113
70670
|
} & {
|
|
70671
|
+
max?: string | number | undefined;
|
|
70114
70672
|
id?: string | undefined;
|
|
70673
|
+
min?: string | number | undefined;
|
|
70115
70674
|
color?: string | undefined;
|
|
70116
70675
|
autoDrawDuration?: string | number | undefined;
|
|
70117
70676
|
} & {
|
|
@@ -70145,6 +70704,7 @@ declare const VSparkline: {
|
|
|
70145
70704
|
labels: SparklineItem[];
|
|
70146
70705
|
gradient: string[];
|
|
70147
70706
|
modelValue: SparklineItem[];
|
|
70707
|
+
itemValue: string;
|
|
70148
70708
|
autoDraw: boolean;
|
|
70149
70709
|
autoDrawEasing: string;
|
|
70150
70710
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
|
@@ -70166,6 +70726,7 @@ declare const VSparkline: {
|
|
|
70166
70726
|
labels: SparklineItem[];
|
|
70167
70727
|
gradient: string[];
|
|
70168
70728
|
modelValue: SparklineItem[];
|
|
70729
|
+
itemValue: string;
|
|
70169
70730
|
autoDraw: boolean;
|
|
70170
70731
|
autoDrawEasing: string;
|
|
70171
70732
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
|
@@ -70174,7 +70735,9 @@ declare const VSparkline: {
|
|
|
70174
70735
|
showLabels: boolean;
|
|
70175
70736
|
autoLineWidth: boolean;
|
|
70176
70737
|
} & {
|
|
70738
|
+
max?: string | number | undefined;
|
|
70177
70739
|
id?: string | undefined;
|
|
70740
|
+
min?: string | number | undefined;
|
|
70178
70741
|
color?: string | undefined;
|
|
70179
70742
|
autoDrawDuration?: string | number | undefined;
|
|
70180
70743
|
} & {
|
|
@@ -70208,6 +70771,7 @@ declare const VSparkline: {
|
|
|
70208
70771
|
labels: SparklineItem[];
|
|
70209
70772
|
gradient: string[];
|
|
70210
70773
|
modelValue: SparklineItem[];
|
|
70774
|
+
itemValue: string;
|
|
70211
70775
|
autoDraw: boolean;
|
|
70212
70776
|
autoDrawEasing: string;
|
|
70213
70777
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
|
@@ -70259,10 +70823,16 @@ declare const VSparkline: {
|
|
|
70259
70823
|
default: number;
|
|
70260
70824
|
};
|
|
70261
70825
|
id: StringConstructor;
|
|
70826
|
+
itemValue: {
|
|
70827
|
+
type: StringConstructor;
|
|
70828
|
+
default: string;
|
|
70829
|
+
};
|
|
70262
70830
|
modelValue: {
|
|
70263
70831
|
type: PropType<SparklineItem[]>;
|
|
70264
70832
|
default: () => never[];
|
|
70265
70833
|
};
|
|
70834
|
+
min: (StringConstructor | NumberConstructor)[];
|
|
70835
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
70266
70836
|
padding: {
|
|
70267
70837
|
type: (StringConstructor | NumberConstructor)[];
|
|
70268
70838
|
default: number;
|
|
@@ -70313,10 +70883,16 @@ declare const VSparkline: {
|
|
|
70313
70883
|
default: number;
|
|
70314
70884
|
};
|
|
70315
70885
|
id: StringConstructor;
|
|
70886
|
+
itemValue: {
|
|
70887
|
+
type: StringConstructor;
|
|
70888
|
+
default: string;
|
|
70889
|
+
};
|
|
70316
70890
|
modelValue: {
|
|
70317
70891
|
type: PropType<SparklineItem[]>;
|
|
70318
70892
|
default: () => never[];
|
|
70319
70893
|
};
|
|
70894
|
+
min: (StringConstructor | NumberConstructor)[];
|
|
70895
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
70320
70896
|
padding: {
|
|
70321
70897
|
type: (StringConstructor | NumberConstructor)[];
|
|
70322
70898
|
default: number;
|
|
@@ -70336,6 +70912,972 @@ declare const VSparkline: {
|
|
|
70336
70912
|
}>>;
|
|
70337
70913
|
type VSparkline = InstanceType<typeof VSparkline>;
|
|
70338
70914
|
|
|
70915
|
+
declare const VSpeedDial: {
|
|
70916
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
70917
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
70918
|
+
location: NonNullable<Anchor>;
|
|
70919
|
+
origin: "auto" | Anchor | "overlap";
|
|
70920
|
+
minWidth: NonNullable<string | number>;
|
|
70921
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70922
|
+
component?: vue.Component | undefined;
|
|
70923
|
+
})>;
|
|
70924
|
+
zIndex: string | number;
|
|
70925
|
+
style: vue.StyleValue;
|
|
70926
|
+
eager: boolean;
|
|
70927
|
+
disabled: boolean;
|
|
70928
|
+
modelValue: boolean;
|
|
70929
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
70930
|
+
updateLocation: (e: Event) => void;
|
|
70931
|
+
} | undefined)>;
|
|
70932
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
70933
|
+
closeDelay: NonNullable<string | number>;
|
|
70934
|
+
openDelay: NonNullable<string | number>;
|
|
70935
|
+
activatorProps: Record<string, any>;
|
|
70936
|
+
openOnHover: boolean;
|
|
70937
|
+
closeOnContentClick: boolean;
|
|
70938
|
+
closeOnBack: boolean;
|
|
70939
|
+
contained: boolean;
|
|
70940
|
+
noClickAnimation: boolean;
|
|
70941
|
+
persistent: boolean;
|
|
70942
|
+
scrim: NonNullable<string | boolean>;
|
|
70943
|
+
} & {
|
|
70944
|
+
id?: string | undefined;
|
|
70945
|
+
height?: string | number | undefined;
|
|
70946
|
+
width?: string | number | undefined;
|
|
70947
|
+
maxHeight?: string | number | undefined;
|
|
70948
|
+
maxWidth?: string | number | undefined;
|
|
70949
|
+
minHeight?: string | number | undefined;
|
|
70950
|
+
opacity?: string | number | undefined;
|
|
70951
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
70952
|
+
class?: any;
|
|
70953
|
+
theme?: string | undefined;
|
|
70954
|
+
contentClass?: any;
|
|
70955
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
70956
|
+
openOnClick?: boolean | undefined;
|
|
70957
|
+
openOnFocus?: boolean | undefined;
|
|
70958
|
+
contentProps?: any;
|
|
70959
|
+
attach?: string | boolean | Element | undefined;
|
|
70960
|
+
} & {
|
|
70961
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
70962
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
70963
|
+
};
|
|
70964
|
+
'v-slots'?: {
|
|
70965
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
70966
|
+
} | undefined;
|
|
70967
|
+
} & {
|
|
70968
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
70969
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
70970
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
70971
|
+
location: NonNullable<Anchor>;
|
|
70972
|
+
origin: "auto" | Anchor | "overlap";
|
|
70973
|
+
minWidth: NonNullable<string | number>;
|
|
70974
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
70975
|
+
component?: vue.Component | undefined;
|
|
70976
|
+
})>;
|
|
70977
|
+
zIndex: string | number;
|
|
70978
|
+
style: vue.StyleValue;
|
|
70979
|
+
eager: boolean;
|
|
70980
|
+
disabled: boolean;
|
|
70981
|
+
modelValue: boolean;
|
|
70982
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
70983
|
+
updateLocation: (e: Event) => void;
|
|
70984
|
+
} | undefined)>;
|
|
70985
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
70986
|
+
closeDelay: NonNullable<string | number>;
|
|
70987
|
+
openDelay: NonNullable<string | number>;
|
|
70988
|
+
activatorProps: Record<string, any>;
|
|
70989
|
+
openOnHover: boolean;
|
|
70990
|
+
closeOnContentClick: boolean;
|
|
70991
|
+
closeOnBack: boolean;
|
|
70992
|
+
contained: boolean;
|
|
70993
|
+
noClickAnimation: boolean;
|
|
70994
|
+
persistent: boolean;
|
|
70995
|
+
scrim: NonNullable<string | boolean>;
|
|
70996
|
+
} & {
|
|
70997
|
+
id?: string | undefined;
|
|
70998
|
+
height?: string | number | undefined;
|
|
70999
|
+
width?: string | number | undefined;
|
|
71000
|
+
maxHeight?: string | number | undefined;
|
|
71001
|
+
maxWidth?: string | number | undefined;
|
|
71002
|
+
minHeight?: string | number | undefined;
|
|
71003
|
+
opacity?: string | number | undefined;
|
|
71004
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
71005
|
+
class?: any;
|
|
71006
|
+
theme?: string | undefined;
|
|
71007
|
+
contentClass?: any;
|
|
71008
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
71009
|
+
openOnClick?: boolean | undefined;
|
|
71010
|
+
openOnFocus?: boolean | undefined;
|
|
71011
|
+
contentProps?: any;
|
|
71012
|
+
attach?: string | boolean | Element | undefined;
|
|
71013
|
+
} & {
|
|
71014
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
71015
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71016
|
+
};
|
|
71017
|
+
'v-slots'?: {
|
|
71018
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71019
|
+
} | undefined;
|
|
71020
|
+
} & {
|
|
71021
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71022
|
+
}, {
|
|
71023
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
71024
|
+
location: NonNullable<Anchor>;
|
|
71025
|
+
origin: "auto" | Anchor | "overlap";
|
|
71026
|
+
minWidth: NonNullable<string | number>;
|
|
71027
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71028
|
+
component?: vue.Component | undefined;
|
|
71029
|
+
})>;
|
|
71030
|
+
zIndex: string | number;
|
|
71031
|
+
style: vue.StyleValue;
|
|
71032
|
+
eager: boolean;
|
|
71033
|
+
disabled: boolean;
|
|
71034
|
+
modelValue: boolean;
|
|
71035
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71036
|
+
updateLocation: (e: Event) => void;
|
|
71037
|
+
} | undefined)>;
|
|
71038
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71039
|
+
closeDelay: NonNullable<string | number>;
|
|
71040
|
+
openDelay: NonNullable<string | number>;
|
|
71041
|
+
activatorProps: Record<string, any>;
|
|
71042
|
+
openOnClick: boolean;
|
|
71043
|
+
openOnHover: boolean;
|
|
71044
|
+
openOnFocus: boolean;
|
|
71045
|
+
closeOnContentClick: boolean;
|
|
71046
|
+
closeOnBack: boolean;
|
|
71047
|
+
contained: boolean;
|
|
71048
|
+
noClickAnimation: boolean;
|
|
71049
|
+
persistent: boolean;
|
|
71050
|
+
scrim: NonNullable<string | boolean>;
|
|
71051
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
71052
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71053
|
+
[key: string]: any;
|
|
71054
|
+
}>[];
|
|
71055
|
+
}>>, {
|
|
71056
|
+
P: {};
|
|
71057
|
+
B: {};
|
|
71058
|
+
D: {};
|
|
71059
|
+
C: {};
|
|
71060
|
+
M: {};
|
|
71061
|
+
Defaults: {};
|
|
71062
|
+
}, {
|
|
71063
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
71064
|
+
location: NonNullable<Anchor>;
|
|
71065
|
+
origin: "auto" | Anchor | "overlap";
|
|
71066
|
+
minWidth: NonNullable<string | number>;
|
|
71067
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71068
|
+
component?: vue.Component | undefined;
|
|
71069
|
+
})>;
|
|
71070
|
+
zIndex: string | number;
|
|
71071
|
+
style: vue.StyleValue;
|
|
71072
|
+
eager: boolean;
|
|
71073
|
+
disabled: boolean;
|
|
71074
|
+
modelValue: boolean;
|
|
71075
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71076
|
+
updateLocation: (e: Event) => void;
|
|
71077
|
+
} | undefined)>;
|
|
71078
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71079
|
+
closeDelay: NonNullable<string | number>;
|
|
71080
|
+
openDelay: NonNullable<string | number>;
|
|
71081
|
+
activatorProps: Record<string, any>;
|
|
71082
|
+
openOnHover: boolean;
|
|
71083
|
+
closeOnContentClick: boolean;
|
|
71084
|
+
closeOnBack: boolean;
|
|
71085
|
+
contained: boolean;
|
|
71086
|
+
noClickAnimation: boolean;
|
|
71087
|
+
persistent: boolean;
|
|
71088
|
+
scrim: NonNullable<string | boolean>;
|
|
71089
|
+
} & {
|
|
71090
|
+
id?: string | undefined;
|
|
71091
|
+
height?: string | number | undefined;
|
|
71092
|
+
width?: string | number | undefined;
|
|
71093
|
+
maxHeight?: string | number | undefined;
|
|
71094
|
+
maxWidth?: string | number | undefined;
|
|
71095
|
+
minHeight?: string | number | undefined;
|
|
71096
|
+
opacity?: string | number | undefined;
|
|
71097
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
71098
|
+
class?: any;
|
|
71099
|
+
theme?: string | undefined;
|
|
71100
|
+
contentClass?: any;
|
|
71101
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
71102
|
+
openOnClick?: boolean | undefined;
|
|
71103
|
+
openOnFocus?: boolean | undefined;
|
|
71104
|
+
contentProps?: any;
|
|
71105
|
+
attach?: string | boolean | Element | undefined;
|
|
71106
|
+
} & {
|
|
71107
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
71108
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71109
|
+
};
|
|
71110
|
+
'v-slots'?: {
|
|
71111
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71112
|
+
} | undefined;
|
|
71113
|
+
} & {
|
|
71114
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71115
|
+
}, {}, {}, {}, {}, {
|
|
71116
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
71117
|
+
location: NonNullable<Anchor>;
|
|
71118
|
+
origin: "auto" | Anchor | "overlap";
|
|
71119
|
+
minWidth: NonNullable<string | number>;
|
|
71120
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71121
|
+
component?: vue.Component | undefined;
|
|
71122
|
+
})>;
|
|
71123
|
+
zIndex: string | number;
|
|
71124
|
+
style: vue.StyleValue;
|
|
71125
|
+
eager: boolean;
|
|
71126
|
+
disabled: boolean;
|
|
71127
|
+
modelValue: boolean;
|
|
71128
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71129
|
+
updateLocation: (e: Event) => void;
|
|
71130
|
+
} | undefined)>;
|
|
71131
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71132
|
+
closeDelay: NonNullable<string | number>;
|
|
71133
|
+
openDelay: NonNullable<string | number>;
|
|
71134
|
+
activatorProps: Record<string, any>;
|
|
71135
|
+
openOnClick: boolean;
|
|
71136
|
+
openOnHover: boolean;
|
|
71137
|
+
openOnFocus: boolean;
|
|
71138
|
+
closeOnContentClick: boolean;
|
|
71139
|
+
closeOnBack: boolean;
|
|
71140
|
+
contained: boolean;
|
|
71141
|
+
noClickAnimation: boolean;
|
|
71142
|
+
persistent: boolean;
|
|
71143
|
+
scrim: NonNullable<string | boolean>;
|
|
71144
|
+
}>;
|
|
71145
|
+
__isFragment?: undefined;
|
|
71146
|
+
__isTeleport?: undefined;
|
|
71147
|
+
__isSuspense?: undefined;
|
|
71148
|
+
} & vue.ComponentOptionsBase<{
|
|
71149
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
71150
|
+
location: NonNullable<Anchor>;
|
|
71151
|
+
origin: "auto" | Anchor | "overlap";
|
|
71152
|
+
minWidth: NonNullable<string | number>;
|
|
71153
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71154
|
+
component?: vue.Component | undefined;
|
|
71155
|
+
})>;
|
|
71156
|
+
zIndex: string | number;
|
|
71157
|
+
style: vue.StyleValue;
|
|
71158
|
+
eager: boolean;
|
|
71159
|
+
disabled: boolean;
|
|
71160
|
+
modelValue: boolean;
|
|
71161
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71162
|
+
updateLocation: (e: Event) => void;
|
|
71163
|
+
} | undefined)>;
|
|
71164
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71165
|
+
closeDelay: NonNullable<string | number>;
|
|
71166
|
+
openDelay: NonNullable<string | number>;
|
|
71167
|
+
activatorProps: Record<string, any>;
|
|
71168
|
+
openOnHover: boolean;
|
|
71169
|
+
closeOnContentClick: boolean;
|
|
71170
|
+
closeOnBack: boolean;
|
|
71171
|
+
contained: boolean;
|
|
71172
|
+
noClickAnimation: boolean;
|
|
71173
|
+
persistent: boolean;
|
|
71174
|
+
scrim: NonNullable<string | boolean>;
|
|
71175
|
+
} & {
|
|
71176
|
+
id?: string | undefined;
|
|
71177
|
+
height?: string | number | undefined;
|
|
71178
|
+
width?: string | number | undefined;
|
|
71179
|
+
maxHeight?: string | number | undefined;
|
|
71180
|
+
maxWidth?: string | number | undefined;
|
|
71181
|
+
minHeight?: string | number | undefined;
|
|
71182
|
+
opacity?: string | number | undefined;
|
|
71183
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
71184
|
+
class?: any;
|
|
71185
|
+
theme?: string | undefined;
|
|
71186
|
+
contentClass?: any;
|
|
71187
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
71188
|
+
openOnClick?: boolean | undefined;
|
|
71189
|
+
openOnFocus?: boolean | undefined;
|
|
71190
|
+
contentProps?: any;
|
|
71191
|
+
attach?: string | boolean | Element | undefined;
|
|
71192
|
+
} & {
|
|
71193
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
71194
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71195
|
+
};
|
|
71196
|
+
'v-slots'?: {
|
|
71197
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71198
|
+
} | undefined;
|
|
71199
|
+
} & {
|
|
71200
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71201
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
71202
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
71203
|
+
location: NonNullable<Anchor>;
|
|
71204
|
+
origin: "auto" | Anchor | "overlap";
|
|
71205
|
+
minWidth: NonNullable<string | number>;
|
|
71206
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71207
|
+
component?: vue.Component | undefined;
|
|
71208
|
+
})>;
|
|
71209
|
+
zIndex: string | number;
|
|
71210
|
+
style: vue.StyleValue;
|
|
71211
|
+
eager: boolean;
|
|
71212
|
+
disabled: boolean;
|
|
71213
|
+
modelValue: boolean;
|
|
71214
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71215
|
+
updateLocation: (e: Event) => void;
|
|
71216
|
+
} | undefined)>;
|
|
71217
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71218
|
+
closeDelay: NonNullable<string | number>;
|
|
71219
|
+
openDelay: NonNullable<string | number>;
|
|
71220
|
+
activatorProps: Record<string, any>;
|
|
71221
|
+
openOnClick: boolean;
|
|
71222
|
+
openOnHover: boolean;
|
|
71223
|
+
openOnFocus: boolean;
|
|
71224
|
+
closeOnContentClick: boolean;
|
|
71225
|
+
closeOnBack: boolean;
|
|
71226
|
+
contained: boolean;
|
|
71227
|
+
noClickAnimation: boolean;
|
|
71228
|
+
persistent: boolean;
|
|
71229
|
+
scrim: NonNullable<string | boolean>;
|
|
71230
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
71231
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71232
|
+
[key: string]: any;
|
|
71233
|
+
}>[];
|
|
71234
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
71235
|
+
transition: Omit<{
|
|
71236
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
71237
|
+
component?: vue.Component | undefined;
|
|
71238
|
+
})>;
|
|
71239
|
+
default: string;
|
|
71240
|
+
validator: (val: unknown) => boolean;
|
|
71241
|
+
}, "type" | "default"> & {
|
|
71242
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71243
|
+
component?: vue.Component | undefined;
|
|
71244
|
+
})>>;
|
|
71245
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71246
|
+
component?: vue.Component | undefined;
|
|
71247
|
+
})>;
|
|
71248
|
+
};
|
|
71249
|
+
offset: {
|
|
71250
|
+
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
71251
|
+
default: NonNullable<string | number | number[] | undefined>;
|
|
71252
|
+
};
|
|
71253
|
+
location: Omit<{
|
|
71254
|
+
type: vue.PropType<Anchor>;
|
|
71255
|
+
default: string;
|
|
71256
|
+
}, "type" | "default"> & {
|
|
71257
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
71258
|
+
default: NonNullable<Anchor>;
|
|
71259
|
+
};
|
|
71260
|
+
origin: {
|
|
71261
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
|
71262
|
+
default: string;
|
|
71263
|
+
};
|
|
71264
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
71265
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
71266
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
71267
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
71268
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
71269
|
+
minWidth: {
|
|
71270
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
71271
|
+
default: NonNullable<string | number>;
|
|
71272
|
+
};
|
|
71273
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
71274
|
+
zIndex: {
|
|
71275
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
71276
|
+
default: number;
|
|
71277
|
+
};
|
|
71278
|
+
style: {
|
|
71279
|
+
type: vue.PropType<vue.StyleValue>;
|
|
71280
|
+
default: null;
|
|
71281
|
+
};
|
|
71282
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
71283
|
+
eager: BooleanConstructor;
|
|
71284
|
+
disabled: BooleanConstructor;
|
|
71285
|
+
class: vue.PropType<any>;
|
|
71286
|
+
theme: StringConstructor;
|
|
71287
|
+
contentClass: null;
|
|
71288
|
+
modelValue: BooleanConstructor;
|
|
71289
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
71290
|
+
locationStrategy: Omit<{
|
|
71291
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71292
|
+
updateLocation: (e: Event) => void;
|
|
71293
|
+
} | undefined)>;
|
|
71294
|
+
default: string;
|
|
71295
|
+
validator: (val: any) => boolean;
|
|
71296
|
+
}, "type" | "default"> & {
|
|
71297
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71298
|
+
updateLocation: (e: Event) => void;
|
|
71299
|
+
} | undefined)>>;
|
|
71300
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71301
|
+
updateLocation: (e: Event) => void;
|
|
71302
|
+
} | undefined)>;
|
|
71303
|
+
};
|
|
71304
|
+
scrollStrategy: Omit<{
|
|
71305
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71306
|
+
default: string;
|
|
71307
|
+
validator: (val: any) => boolean;
|
|
71308
|
+
}, "type" | "default"> & {
|
|
71309
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
71310
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71311
|
+
};
|
|
71312
|
+
closeDelay: {
|
|
71313
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
71314
|
+
default: NonNullable<string | number>;
|
|
71315
|
+
};
|
|
71316
|
+
openDelay: {
|
|
71317
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
71318
|
+
default: NonNullable<string | number>;
|
|
71319
|
+
};
|
|
71320
|
+
activatorProps: {
|
|
71321
|
+
type: vue.PropType<Record<string, any>>;
|
|
71322
|
+
default: () => {};
|
|
71323
|
+
};
|
|
71324
|
+
openOnClick: {
|
|
71325
|
+
type: BooleanConstructor;
|
|
71326
|
+
default: undefined;
|
|
71327
|
+
};
|
|
71328
|
+
openOnHover: BooleanConstructor;
|
|
71329
|
+
openOnFocus: {
|
|
71330
|
+
type: BooleanConstructor;
|
|
71331
|
+
default: undefined;
|
|
71332
|
+
};
|
|
71333
|
+
closeOnContentClick: {
|
|
71334
|
+
type: vue.PropType<boolean>;
|
|
71335
|
+
default: boolean;
|
|
71336
|
+
};
|
|
71337
|
+
closeOnBack: {
|
|
71338
|
+
type: BooleanConstructor;
|
|
71339
|
+
default: boolean;
|
|
71340
|
+
};
|
|
71341
|
+
contained: BooleanConstructor;
|
|
71342
|
+
contentProps: null;
|
|
71343
|
+
noClickAnimation: BooleanConstructor;
|
|
71344
|
+
persistent: BooleanConstructor;
|
|
71345
|
+
scrim: Omit<{
|
|
71346
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
71347
|
+
default: boolean;
|
|
71348
|
+
}, "type" | "default"> & {
|
|
71349
|
+
type: vue.PropType<NonNullable<string | boolean>>;
|
|
71350
|
+
default: NonNullable<string | boolean>;
|
|
71351
|
+
};
|
|
71352
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
71353
|
+
id: StringConstructor;
|
|
71354
|
+
}, vue.ExtractPropTypes<{
|
|
71355
|
+
transition: Omit<{
|
|
71356
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
71357
|
+
component?: vue.Component | undefined;
|
|
71358
|
+
})>;
|
|
71359
|
+
default: string;
|
|
71360
|
+
validator: (val: unknown) => boolean;
|
|
71361
|
+
}, "type" | "default"> & {
|
|
71362
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71363
|
+
component?: vue.Component | undefined;
|
|
71364
|
+
})>>;
|
|
71365
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
71366
|
+
component?: vue.Component | undefined;
|
|
71367
|
+
})>;
|
|
71368
|
+
};
|
|
71369
|
+
offset: {
|
|
71370
|
+
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
71371
|
+
default: NonNullable<string | number | number[] | undefined>;
|
|
71372
|
+
};
|
|
71373
|
+
location: Omit<{
|
|
71374
|
+
type: vue.PropType<Anchor>;
|
|
71375
|
+
default: string;
|
|
71376
|
+
}, "type" | "default"> & {
|
|
71377
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
71378
|
+
default: NonNullable<Anchor>;
|
|
71379
|
+
};
|
|
71380
|
+
origin: {
|
|
71381
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
|
71382
|
+
default: string;
|
|
71383
|
+
};
|
|
71384
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
71385
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
71386
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
71387
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
71388
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
71389
|
+
minWidth: {
|
|
71390
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
71391
|
+
default: NonNullable<string | number>;
|
|
71392
|
+
};
|
|
71393
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
71394
|
+
zIndex: {
|
|
71395
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
71396
|
+
default: number;
|
|
71397
|
+
};
|
|
71398
|
+
style: {
|
|
71399
|
+
type: vue.PropType<vue.StyleValue>;
|
|
71400
|
+
default: null;
|
|
71401
|
+
};
|
|
71402
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
71403
|
+
eager: BooleanConstructor;
|
|
71404
|
+
disabled: BooleanConstructor;
|
|
71405
|
+
class: vue.PropType<any>;
|
|
71406
|
+
theme: StringConstructor;
|
|
71407
|
+
contentClass: null;
|
|
71408
|
+
modelValue: BooleanConstructor;
|
|
71409
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
71410
|
+
locationStrategy: Omit<{
|
|
71411
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71412
|
+
updateLocation: (e: Event) => void;
|
|
71413
|
+
} | undefined)>;
|
|
71414
|
+
default: string;
|
|
71415
|
+
validator: (val: any) => boolean;
|
|
71416
|
+
}, "type" | "default"> & {
|
|
71417
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71418
|
+
updateLocation: (e: Event) => void;
|
|
71419
|
+
} | undefined)>>;
|
|
71420
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
71421
|
+
updateLocation: (e: Event) => void;
|
|
71422
|
+
} | undefined)>;
|
|
71423
|
+
};
|
|
71424
|
+
scrollStrategy: Omit<{
|
|
71425
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71426
|
+
default: string;
|
|
71427
|
+
validator: (val: any) => boolean;
|
|
71428
|
+
}, "type" | "default"> & {
|
|
71429
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
71430
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
71431
|
+
};
|
|
71432
|
+
closeDelay: {
|
|
71433
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
71434
|
+
default: NonNullable<string | number>;
|
|
71435
|
+
};
|
|
71436
|
+
openDelay: {
|
|
71437
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
71438
|
+
default: NonNullable<string | number>;
|
|
71439
|
+
};
|
|
71440
|
+
activatorProps: {
|
|
71441
|
+
type: vue.PropType<Record<string, any>>;
|
|
71442
|
+
default: () => {};
|
|
71443
|
+
};
|
|
71444
|
+
openOnClick: {
|
|
71445
|
+
type: BooleanConstructor;
|
|
71446
|
+
default: undefined;
|
|
71447
|
+
};
|
|
71448
|
+
openOnHover: BooleanConstructor;
|
|
71449
|
+
openOnFocus: {
|
|
71450
|
+
type: BooleanConstructor;
|
|
71451
|
+
default: undefined;
|
|
71452
|
+
};
|
|
71453
|
+
closeOnContentClick: {
|
|
71454
|
+
type: vue.PropType<boolean>;
|
|
71455
|
+
default: boolean;
|
|
71456
|
+
};
|
|
71457
|
+
closeOnBack: {
|
|
71458
|
+
type: BooleanConstructor;
|
|
71459
|
+
default: boolean;
|
|
71460
|
+
};
|
|
71461
|
+
contained: BooleanConstructor;
|
|
71462
|
+
contentProps: null;
|
|
71463
|
+
noClickAnimation: BooleanConstructor;
|
|
71464
|
+
persistent: BooleanConstructor;
|
|
71465
|
+
scrim: Omit<{
|
|
71466
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
71467
|
+
default: boolean;
|
|
71468
|
+
}, "type" | "default"> & {
|
|
71469
|
+
type: vue.PropType<NonNullable<string | boolean>>;
|
|
71470
|
+
default: NonNullable<string | boolean>;
|
|
71471
|
+
};
|
|
71472
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
71473
|
+
id: StringConstructor;
|
|
71474
|
+
}>>;
|
|
71475
|
+
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
|
71476
|
+
|
|
71477
|
+
declare const VEmptyState: {
|
|
71478
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
71479
|
+
style: vue.StyleValue;
|
|
71480
|
+
size: NonNullable<string | number> | undefined;
|
|
71481
|
+
justify: "center" | "end" | "start";
|
|
71482
|
+
textWidth: string | number;
|
|
71483
|
+
} & {
|
|
71484
|
+
height?: string | number | undefined;
|
|
71485
|
+
width?: string | number | undefined;
|
|
71486
|
+
color?: string | undefined;
|
|
71487
|
+
maxHeight?: string | number | undefined;
|
|
71488
|
+
maxWidth?: string | number | undefined;
|
|
71489
|
+
minHeight?: string | number | undefined;
|
|
71490
|
+
minWidth?: string | number | undefined;
|
|
71491
|
+
title?: string | undefined;
|
|
71492
|
+
image?: string | undefined;
|
|
71493
|
+
text?: string | undefined;
|
|
71494
|
+
class?: any;
|
|
71495
|
+
icon?: IconValue | undefined;
|
|
71496
|
+
href?: string | undefined;
|
|
71497
|
+
to?: string | undefined;
|
|
71498
|
+
theme?: string | undefined;
|
|
71499
|
+
bgColor?: string | undefined;
|
|
71500
|
+
actionText?: string | undefined;
|
|
71501
|
+
headline?: string | undefined;
|
|
71502
|
+
} & {
|
|
71503
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
71504
|
+
actions?: ((arg: {
|
|
71505
|
+
props: {
|
|
71506
|
+
onClick: (e: Event) => void;
|
|
71507
|
+
};
|
|
71508
|
+
}) => vue.VNodeChild) | undefined;
|
|
71509
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71510
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
71511
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
71512
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
71513
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
71514
|
+
};
|
|
71515
|
+
'v-slots'?: {
|
|
71516
|
+
actions?: false | ((arg: {
|
|
71517
|
+
props: {
|
|
71518
|
+
onClick: (e: Event) => void;
|
|
71519
|
+
};
|
|
71520
|
+
}) => vue.VNodeChild) | undefined;
|
|
71521
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71522
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
71523
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
71524
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
71525
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
71526
|
+
} | undefined;
|
|
71527
|
+
} & {
|
|
71528
|
+
"v-slot:actions"?: false | ((arg: {
|
|
71529
|
+
props: {
|
|
71530
|
+
onClick: (e: Event) => void;
|
|
71531
|
+
};
|
|
71532
|
+
}) => vue.VNodeChild) | undefined;
|
|
71533
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71534
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
71535
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
71536
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
71537
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
71538
|
+
} & {
|
|
71539
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
71540
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
71541
|
+
'click:action': (e: Event) => true;
|
|
71542
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
71543
|
+
style: vue.StyleValue;
|
|
71544
|
+
size: NonNullable<string | number> | undefined;
|
|
71545
|
+
justify: "center" | "end" | "start";
|
|
71546
|
+
textWidth: string | number;
|
|
71547
|
+
} & {
|
|
71548
|
+
height?: string | number | undefined;
|
|
71549
|
+
width?: string | number | undefined;
|
|
71550
|
+
color?: string | undefined;
|
|
71551
|
+
maxHeight?: string | number | undefined;
|
|
71552
|
+
maxWidth?: string | number | undefined;
|
|
71553
|
+
minHeight?: string | number | undefined;
|
|
71554
|
+
minWidth?: string | number | undefined;
|
|
71555
|
+
title?: string | undefined;
|
|
71556
|
+
image?: string | undefined;
|
|
71557
|
+
text?: string | undefined;
|
|
71558
|
+
class?: any;
|
|
71559
|
+
icon?: IconValue | undefined;
|
|
71560
|
+
href?: string | undefined;
|
|
71561
|
+
to?: string | undefined;
|
|
71562
|
+
theme?: string | undefined;
|
|
71563
|
+
bgColor?: string | undefined;
|
|
71564
|
+
actionText?: string | undefined;
|
|
71565
|
+
headline?: string | undefined;
|
|
71566
|
+
} & {
|
|
71567
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
71568
|
+
actions?: ((arg: {
|
|
71569
|
+
props: {
|
|
71570
|
+
onClick: (e: Event) => void;
|
|
71571
|
+
};
|
|
71572
|
+
}) => vue.VNodeChild) | undefined;
|
|
71573
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71574
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
71575
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
71576
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
71577
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
71578
|
+
};
|
|
71579
|
+
'v-slots'?: {
|
|
71580
|
+
actions?: false | ((arg: {
|
|
71581
|
+
props: {
|
|
71582
|
+
onClick: (e: Event) => void;
|
|
71583
|
+
};
|
|
71584
|
+
}) => vue.VNodeChild) | undefined;
|
|
71585
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71586
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
71587
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
71588
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
71589
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
71590
|
+
} | undefined;
|
|
71591
|
+
} & {
|
|
71592
|
+
"v-slot:actions"?: false | ((arg: {
|
|
71593
|
+
props: {
|
|
71594
|
+
onClick: (e: Event) => void;
|
|
71595
|
+
};
|
|
71596
|
+
}) => vue.VNodeChild) | undefined;
|
|
71597
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71598
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
71599
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
71600
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
71601
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
71602
|
+
} & {
|
|
71603
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
71604
|
+
}, {
|
|
71605
|
+
style: vue.StyleValue;
|
|
71606
|
+
size: NonNullable<string | number> | undefined;
|
|
71607
|
+
justify: "center" | "end" | "start";
|
|
71608
|
+
textWidth: string | number;
|
|
71609
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
71610
|
+
actions: (arg: {
|
|
71611
|
+
props: {
|
|
71612
|
+
onClick: (e: Event) => void;
|
|
71613
|
+
};
|
|
71614
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71615
|
+
[key: string]: any;
|
|
71616
|
+
}>[];
|
|
71617
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71618
|
+
[key: string]: any;
|
|
71619
|
+
}>[];
|
|
71620
|
+
headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71621
|
+
[key: string]: any;
|
|
71622
|
+
}>[];
|
|
71623
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71624
|
+
[key: string]: any;
|
|
71625
|
+
}>[];
|
|
71626
|
+
media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71627
|
+
[key: string]: any;
|
|
71628
|
+
}>[];
|
|
71629
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71630
|
+
[key: string]: any;
|
|
71631
|
+
}>[];
|
|
71632
|
+
}>>, {
|
|
71633
|
+
P: {};
|
|
71634
|
+
B: {};
|
|
71635
|
+
D: {};
|
|
71636
|
+
C: {};
|
|
71637
|
+
M: {};
|
|
71638
|
+
Defaults: {};
|
|
71639
|
+
}, {
|
|
71640
|
+
style: vue.StyleValue;
|
|
71641
|
+
size: NonNullable<string | number> | undefined;
|
|
71642
|
+
justify: "center" | "end" | "start";
|
|
71643
|
+
textWidth: string | number;
|
|
71644
|
+
} & {
|
|
71645
|
+
height?: string | number | undefined;
|
|
71646
|
+
width?: string | number | undefined;
|
|
71647
|
+
color?: string | undefined;
|
|
71648
|
+
maxHeight?: string | number | undefined;
|
|
71649
|
+
maxWidth?: string | number | undefined;
|
|
71650
|
+
minHeight?: string | number | undefined;
|
|
71651
|
+
minWidth?: string | number | undefined;
|
|
71652
|
+
title?: string | undefined;
|
|
71653
|
+
image?: string | undefined;
|
|
71654
|
+
text?: string | undefined;
|
|
71655
|
+
class?: any;
|
|
71656
|
+
icon?: IconValue | undefined;
|
|
71657
|
+
href?: string | undefined;
|
|
71658
|
+
to?: string | undefined;
|
|
71659
|
+
theme?: string | undefined;
|
|
71660
|
+
bgColor?: string | undefined;
|
|
71661
|
+
actionText?: string | undefined;
|
|
71662
|
+
headline?: string | undefined;
|
|
71663
|
+
} & {
|
|
71664
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
71665
|
+
actions?: ((arg: {
|
|
71666
|
+
props: {
|
|
71667
|
+
onClick: (e: Event) => void;
|
|
71668
|
+
};
|
|
71669
|
+
}) => vue.VNodeChild) | undefined;
|
|
71670
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71671
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
71672
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
71673
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
71674
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
71675
|
+
};
|
|
71676
|
+
'v-slots'?: {
|
|
71677
|
+
actions?: false | ((arg: {
|
|
71678
|
+
props: {
|
|
71679
|
+
onClick: (e: Event) => void;
|
|
71680
|
+
};
|
|
71681
|
+
}) => vue.VNodeChild) | undefined;
|
|
71682
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71683
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
71684
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
71685
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
71686
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
71687
|
+
} | undefined;
|
|
71688
|
+
} & {
|
|
71689
|
+
"v-slot:actions"?: false | ((arg: {
|
|
71690
|
+
props: {
|
|
71691
|
+
onClick: (e: Event) => void;
|
|
71692
|
+
};
|
|
71693
|
+
}) => vue.VNodeChild) | undefined;
|
|
71694
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71695
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
71696
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
71697
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
71698
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
71699
|
+
} & {
|
|
71700
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
71701
|
+
}, {}, {}, {}, {}, {
|
|
71702
|
+
style: vue.StyleValue;
|
|
71703
|
+
size: NonNullable<string | number> | undefined;
|
|
71704
|
+
justify: "center" | "end" | "start";
|
|
71705
|
+
textWidth: string | number;
|
|
71706
|
+
}>;
|
|
71707
|
+
__isFragment?: undefined;
|
|
71708
|
+
__isTeleport?: undefined;
|
|
71709
|
+
__isSuspense?: undefined;
|
|
71710
|
+
} & vue.ComponentOptionsBase<{
|
|
71711
|
+
style: vue.StyleValue;
|
|
71712
|
+
size: NonNullable<string | number> | undefined;
|
|
71713
|
+
justify: "center" | "end" | "start";
|
|
71714
|
+
textWidth: string | number;
|
|
71715
|
+
} & {
|
|
71716
|
+
height?: string | number | undefined;
|
|
71717
|
+
width?: string | number | undefined;
|
|
71718
|
+
color?: string | undefined;
|
|
71719
|
+
maxHeight?: string | number | undefined;
|
|
71720
|
+
maxWidth?: string | number | undefined;
|
|
71721
|
+
minHeight?: string | number | undefined;
|
|
71722
|
+
minWidth?: string | number | undefined;
|
|
71723
|
+
title?: string | undefined;
|
|
71724
|
+
image?: string | undefined;
|
|
71725
|
+
text?: string | undefined;
|
|
71726
|
+
class?: any;
|
|
71727
|
+
icon?: IconValue | undefined;
|
|
71728
|
+
href?: string | undefined;
|
|
71729
|
+
to?: string | undefined;
|
|
71730
|
+
theme?: string | undefined;
|
|
71731
|
+
bgColor?: string | undefined;
|
|
71732
|
+
actionText?: string | undefined;
|
|
71733
|
+
headline?: string | undefined;
|
|
71734
|
+
} & {
|
|
71735
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
71736
|
+
actions?: ((arg: {
|
|
71737
|
+
props: {
|
|
71738
|
+
onClick: (e: Event) => void;
|
|
71739
|
+
};
|
|
71740
|
+
}) => vue.VNodeChild) | undefined;
|
|
71741
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71742
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
71743
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
71744
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
71745
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
71746
|
+
};
|
|
71747
|
+
'v-slots'?: {
|
|
71748
|
+
actions?: false | ((arg: {
|
|
71749
|
+
props: {
|
|
71750
|
+
onClick: (e: Event) => void;
|
|
71751
|
+
};
|
|
71752
|
+
}) => vue.VNodeChild) | undefined;
|
|
71753
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71754
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
71755
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
71756
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
71757
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
71758
|
+
} | undefined;
|
|
71759
|
+
} & {
|
|
71760
|
+
"v-slot:actions"?: false | ((arg: {
|
|
71761
|
+
props: {
|
|
71762
|
+
onClick: (e: Event) => void;
|
|
71763
|
+
};
|
|
71764
|
+
}) => vue.VNodeChild) | undefined;
|
|
71765
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
71766
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
71767
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
71768
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
71769
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
71770
|
+
} & {
|
|
71771
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
71772
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
71773
|
+
'click:action': (e: Event) => true;
|
|
71774
|
+
}, string, {
|
|
71775
|
+
style: vue.StyleValue;
|
|
71776
|
+
size: NonNullable<string | number> | undefined;
|
|
71777
|
+
justify: "center" | "end" | "start";
|
|
71778
|
+
textWidth: string | number;
|
|
71779
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
71780
|
+
actions: (arg: {
|
|
71781
|
+
props: {
|
|
71782
|
+
onClick: (e: Event) => void;
|
|
71783
|
+
};
|
|
71784
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71785
|
+
[key: string]: any;
|
|
71786
|
+
}>[];
|
|
71787
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71788
|
+
[key: string]: any;
|
|
71789
|
+
}>[];
|
|
71790
|
+
headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71791
|
+
[key: string]: any;
|
|
71792
|
+
}>[];
|
|
71793
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71794
|
+
[key: string]: any;
|
|
71795
|
+
}>[];
|
|
71796
|
+
media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71797
|
+
[key: string]: any;
|
|
71798
|
+
}>[];
|
|
71799
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71800
|
+
[key: string]: any;
|
|
71801
|
+
}>[];
|
|
71802
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
71803
|
+
theme: StringConstructor;
|
|
71804
|
+
size: Omit<{
|
|
71805
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
71806
|
+
default: string;
|
|
71807
|
+
}, "type" | "default"> & {
|
|
71808
|
+
type: PropType<NonNullable<string | number> | undefined>;
|
|
71809
|
+
default: NonNullable<string | number> | undefined;
|
|
71810
|
+
};
|
|
71811
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
71812
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
71813
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
71814
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
71815
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
71816
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
71817
|
+
class: PropType<any>;
|
|
71818
|
+
style: {
|
|
71819
|
+
type: PropType<vue.StyleValue>;
|
|
71820
|
+
default: null;
|
|
71821
|
+
};
|
|
71822
|
+
actionText: StringConstructor;
|
|
71823
|
+
bgColor: StringConstructor;
|
|
71824
|
+
color: StringConstructor;
|
|
71825
|
+
icon: PropType<IconValue>;
|
|
71826
|
+
image: StringConstructor;
|
|
71827
|
+
justify: {
|
|
71828
|
+
type: PropType<"center" | "end" | "start">;
|
|
71829
|
+
default: string;
|
|
71830
|
+
};
|
|
71831
|
+
headline: StringConstructor;
|
|
71832
|
+
title: StringConstructor;
|
|
71833
|
+
text: StringConstructor;
|
|
71834
|
+
textWidth: {
|
|
71835
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
71836
|
+
default: number;
|
|
71837
|
+
};
|
|
71838
|
+
href: StringConstructor;
|
|
71839
|
+
to: StringConstructor;
|
|
71840
|
+
}, vue.ExtractPropTypes<{
|
|
71841
|
+
theme: StringConstructor;
|
|
71842
|
+
size: Omit<{
|
|
71843
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
71844
|
+
default: string;
|
|
71845
|
+
}, "type" | "default"> & {
|
|
71846
|
+
type: PropType<NonNullable<string | number> | undefined>;
|
|
71847
|
+
default: NonNullable<string | number> | undefined;
|
|
71848
|
+
};
|
|
71849
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
71850
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
71851
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
71852
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
71853
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
71854
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
71855
|
+
class: PropType<any>;
|
|
71856
|
+
style: {
|
|
71857
|
+
type: PropType<vue.StyleValue>;
|
|
71858
|
+
default: null;
|
|
71859
|
+
};
|
|
71860
|
+
actionText: StringConstructor;
|
|
71861
|
+
bgColor: StringConstructor;
|
|
71862
|
+
color: StringConstructor;
|
|
71863
|
+
icon: PropType<IconValue>;
|
|
71864
|
+
image: StringConstructor;
|
|
71865
|
+
justify: {
|
|
71866
|
+
type: PropType<"center" | "end" | "start">;
|
|
71867
|
+
default: string;
|
|
71868
|
+
};
|
|
71869
|
+
headline: StringConstructor;
|
|
71870
|
+
title: StringConstructor;
|
|
71871
|
+
text: StringConstructor;
|
|
71872
|
+
textWidth: {
|
|
71873
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
71874
|
+
default: number;
|
|
71875
|
+
};
|
|
71876
|
+
href: StringConstructor;
|
|
71877
|
+
to: StringConstructor;
|
|
71878
|
+
}>>;
|
|
71879
|
+
type VEmptyState = InstanceType<typeof VEmptyState>;
|
|
71880
|
+
|
|
70339
71881
|
//# sourceMappingURL=allComponents.d.ts.map
|
|
70340
71882
|
|
|
70341
71883
|
declare const allComponents_d_VAlert: typeof VAlert;
|
|
@@ -70405,12 +71947,14 @@ declare const allComponents_d_VDialogBottomTransition: typeof VDialogBottomTrans
|
|
|
70405
71947
|
declare const allComponents_d_VDialogTopTransition: typeof VDialogTopTransition;
|
|
70406
71948
|
declare const allComponents_d_VDialogTransition: typeof VDialogTransition;
|
|
70407
71949
|
declare const allComponents_d_VDivider: typeof VDivider;
|
|
71950
|
+
declare const allComponents_d_VEmptyState: typeof VEmptyState;
|
|
70408
71951
|
declare const allComponents_d_VExpandTransition: typeof VExpandTransition;
|
|
70409
71952
|
declare const allComponents_d_VExpandXTransition: typeof VExpandXTransition;
|
|
70410
71953
|
declare const allComponents_d_VExpansionPanel: typeof VExpansionPanel;
|
|
70411
71954
|
declare const allComponents_d_VExpansionPanelText: typeof VExpansionPanelText;
|
|
70412
71955
|
declare const allComponents_d_VExpansionPanelTitle: typeof VExpansionPanelTitle;
|
|
70413
71956
|
declare const allComponents_d_VExpansionPanels: typeof VExpansionPanels;
|
|
71957
|
+
declare const allComponents_d_VFab: typeof VFab;
|
|
70414
71958
|
declare const allComponents_d_VFabTransition: typeof VFabTransition;
|
|
70415
71959
|
declare const allComponents_d_VFadeTransition: typeof VFadeTransition;
|
|
70416
71960
|
declare const allComponents_d_VField: typeof VField;
|
|
@@ -70480,6 +72024,7 @@ declare const allComponents_d_VSlider: typeof VSlider;
|
|
|
70480
72024
|
declare const allComponents_d_VSnackbar: typeof VSnackbar;
|
|
70481
72025
|
declare const allComponents_d_VSpacer: typeof VSpacer;
|
|
70482
72026
|
declare const allComponents_d_VSparkline: typeof VSparkline;
|
|
72027
|
+
declare const allComponents_d_VSpeedDial: typeof VSpeedDial;
|
|
70483
72028
|
declare const allComponents_d_VStepper: typeof VStepper;
|
|
70484
72029
|
declare const allComponents_d_VStepperActions: typeof VStepperActions;
|
|
70485
72030
|
declare const allComponents_d_VStepperHeader: typeof VStepperHeader;
|
|
@@ -70506,7 +72051,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
|
|
|
70506
72051
|
declare const allComponents_d_VWindow: typeof VWindow;
|
|
70507
72052
|
declare const allComponents_d_VWindowItem: typeof VWindowItem;
|
|
70508
72053
|
declare namespace allComponents_d {
|
|
70509
|
-
export { type allComponents_d_VAlert as VAlert, type allComponents_d_VAlertTitle as VAlertTitle, type allComponents_d_VApp as VApp, type allComponents_d_VAppBar as VAppBar, type allComponents_d_VAppBarNavIcon as VAppBarNavIcon, type allComponents_d_VAppBarTitle as VAppBarTitle, type allComponents_d_VAutocomplete as VAutocomplete, type allComponents_d_VAvatar as VAvatar, type allComponents_d_VBadge as VBadge, type allComponents_d_VBanner as VBanner, type allComponents_d_VBannerActions as VBannerActions, type allComponents_d_VBannerText as VBannerText, type allComponents_d_VBottomNavigation as VBottomNavigation, type allComponents_d_VBottomSheet as VBottomSheet, type allComponents_d_VBreadcrumbs as VBreadcrumbs, type allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, type allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, type allComponents_d_VBtn as VBtn, type allComponents_d_VBtnGroup as VBtnGroup, type allComponents_d_VBtnToggle as VBtnToggle, type allComponents_d_VCalendar as VCalendar, type allComponents_d_VCalendarDay as VCalendarDay, type allComponents_d_VCalendarHeader as VCalendarHeader, type allComponents_d_VCalendarInterval as VCalendarInterval, type allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, type allComponents_d_VCalendarMonthDay as VCalendarMonthDay, type allComponents_d_VCard as VCard, type allComponents_d_VCardActions as VCardActions, type allComponents_d_VCardItem as VCardItem, type allComponents_d_VCardSubtitle as VCardSubtitle, type allComponents_d_VCardText as VCardText, type allComponents_d_VCardTitle as VCardTitle, type allComponents_d_VCarousel as VCarousel, type allComponents_d_VCarouselItem as VCarouselItem, type allComponents_d_VCheckbox as VCheckbox, type allComponents_d_VCheckboxBtn as VCheckboxBtn, type allComponents_d_VChip as VChip, type allComponents_d_VChipGroup as VChipGroup, type allComponents_d_VClassIcon as VClassIcon, type allComponents_d_VCode as VCode, type allComponents_d_VCol as VCol, type allComponents_d_VColorPicker as VColorPicker, type allComponents_d_VCombobox as VCombobox, type allComponents_d_VComponentIcon as VComponentIcon, type allComponents_d_VConfirmEdit as VConfirmEdit, type allComponents_d_VContainer as VContainer, type allComponents_d_VCounter as VCounter, type allComponents_d_VDataIterator as VDataIterator, type allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, type allComponents_d_VDataTableHeaders as VDataTableHeaders, type allComponents_d_VDataTableRow as VDataTableRow, type allComponents_d_VDataTableRows as VDataTableRows, type allComponents_d_VDataTableServer as VDataTableServer, type allComponents_d_VDataTableVirtual as VDataTableVirtual, type allComponents_d_VDatePicker as VDatePicker, type allComponents_d_VDatePickerControls as VDatePickerControls, type allComponents_d_VDatePickerHeader as VDatePickerHeader, type allComponents_d_VDatePickerMonth as VDatePickerMonth, type allComponents_d_VDatePickerMonths as VDatePickerMonths, type allComponents_d_VDatePickerYears as VDatePickerYears, type allComponents_d_VDefaultsProvider as VDefaultsProvider, type allComponents_d_VDialog as VDialog, type allComponents_d_VDialogBottomTransition as VDialogBottomTransition, type allComponents_d_VDialogTopTransition as VDialogTopTransition, type allComponents_d_VDialogTransition as VDialogTransition, type allComponents_d_VDivider as VDivider, type allComponents_d_VExpandTransition as VExpandTransition, type allComponents_d_VExpandXTransition as VExpandXTransition, type allComponents_d_VExpansionPanel as VExpansionPanel, type allComponents_d_VExpansionPanelText as VExpansionPanelText, type allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, type allComponents_d_VExpansionPanels as VExpansionPanels, type allComponents_d_VFabTransition as VFabTransition, type allComponents_d_VFadeTransition as VFadeTransition, type allComponents_d_VField as VField, type allComponents_d_VFieldLabel as VFieldLabel, type allComponents_d_VFileInput as VFileInput, type allComponents_d_VFooter as VFooter, type allComponents_d_VForm as VForm, type allComponents_d_VHover as VHover, type allComponents_d_VIcon as VIcon, type allComponents_d_VImg as VImg, type allComponents_d_VInfiniteScroll as VInfiniteScroll, type allComponents_d_VInput as VInput, type allComponents_d_VItem as VItem, type allComponents_d_VItemGroup as VItemGroup, type allComponents_d_VKbd as VKbd, type allComponents_d_VLabel as VLabel, type allComponents_d_VLayout as VLayout, type allComponents_d_VLayoutItem as VLayoutItem, type allComponents_d_VLazy as VLazy, type allComponents_d_VLigatureIcon as VLigatureIcon, type allComponents_d_VList as VList, type allComponents_d_VListGroup as VListGroup, type allComponents_d_VListImg as VListImg, type allComponents_d_VListItem as VListItem, type allComponents_d_VListItemAction as VListItemAction, type allComponents_d_VListItemMedia as VListItemMedia, type allComponents_d_VListItemSubtitle as VListItemSubtitle, type allComponents_d_VListItemTitle as VListItemTitle, type allComponents_d_VListSubheader as VListSubheader, type allComponents_d_VLocaleProvider as VLocaleProvider, type allComponents_d_VMain as VMain, type allComponents_d_VMenu as VMenu, type allComponents_d_VMessages as VMessages, type allComponents_d_VNavigationDrawer as VNavigationDrawer, type allComponents_d_VNoSsr as VNoSsr, type allComponents_d_VOtpInput as VOtpInput, type allComponents_d_VOverlay as VOverlay, type allComponents_d_VPagination as VPagination, type allComponents_d_VParallax as VParallax, type allComponents_d_VPicker as VPicker, type allComponents_d_VPickerTitle as VPickerTitle, type allComponents_d_VProgressCircular as VProgressCircular, type allComponents_d_VProgressLinear as VProgressLinear, type allComponents_d_VRadio as VRadio, type allComponents_d_VRadioGroup as VRadioGroup, type allComponents_d_VRangeSlider as VRangeSlider, type allComponents_d_VRating as VRating, type allComponents_d_VResponsive as VResponsive, type allComponents_d_VRow as VRow, type allComponents_d_VScaleTransition as VScaleTransition, type allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, type allComponents_d_VScrollXTransition as VScrollXTransition, type allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, type allComponents_d_VScrollYTransition as VScrollYTransition, type allComponents_d_VSelect as VSelect, type allComponents_d_VSelectionControl as VSelectionControl, type allComponents_d_VSelectionControlGroup as VSelectionControlGroup, type allComponents_d_VSheet as VSheet, type allComponents_d_VSkeletonLoader as VSkeletonLoader, type allComponents_d_VSlideGroup as VSlideGroup, type allComponents_d_VSlideGroupItem as VSlideGroupItem, type allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, type allComponents_d_VSlideXTransition as VSlideXTransition, type allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, type allComponents_d_VSlideYTransition as VSlideYTransition, type allComponents_d_VSlider as VSlider, type allComponents_d_VSnackbar as VSnackbar, type allComponents_d_VSpacer as VSpacer, type allComponents_d_VSparkline as VSparkline, type allComponents_d_VStepper as VStepper, type allComponents_d_VStepperActions as VStepperActions, type allComponents_d_VStepperHeader as VStepperHeader, type allComponents_d_VStepperItem as VStepperItem, type allComponents_d_VStepperWindow as VStepperWindow, type allComponents_d_VStepperWindowItem as VStepperWindowItem, type allComponents_d_VSvgIcon as VSvgIcon, type allComponents_d_VSwitch as VSwitch, type allComponents_d_VSystemBar as VSystemBar, type allComponents_d_VTab as VTab, type allComponents_d_VTable as VTable, type allComponents_d_VTabs as VTabs, type allComponents_d_VTextField as VTextField, type allComponents_d_VTextarea as VTextarea, type allComponents_d_VThemeProvider as VThemeProvider, type allComponents_d_VTimeline as VTimeline, type allComponents_d_VTimelineItem as VTimelineItem, type allComponents_d_VToolbar as VToolbar, type allComponents_d_VToolbarItems as VToolbarItems, type allComponents_d_VToolbarTitle as VToolbarTitle, type allComponents_d_VTooltip as VTooltip, type allComponents_d_VValidation as VValidation, type allComponents_d_VVirtualScroll as VVirtualScroll, type allComponents_d_VWindow as VWindow, type allComponents_d_VWindowItem as VWindowItem };
|
|
72054
|
+
export { type allComponents_d_VAlert as VAlert, type allComponents_d_VAlertTitle as VAlertTitle, type allComponents_d_VApp as VApp, type allComponents_d_VAppBar as VAppBar, type allComponents_d_VAppBarNavIcon as VAppBarNavIcon, type allComponents_d_VAppBarTitle as VAppBarTitle, type allComponents_d_VAutocomplete as VAutocomplete, type allComponents_d_VAvatar as VAvatar, type allComponents_d_VBadge as VBadge, type allComponents_d_VBanner as VBanner, type allComponents_d_VBannerActions as VBannerActions, type allComponents_d_VBannerText as VBannerText, type allComponents_d_VBottomNavigation as VBottomNavigation, type allComponents_d_VBottomSheet as VBottomSheet, type allComponents_d_VBreadcrumbs as VBreadcrumbs, type allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, type allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, type allComponents_d_VBtn as VBtn, type allComponents_d_VBtnGroup as VBtnGroup, type allComponents_d_VBtnToggle as VBtnToggle, type allComponents_d_VCalendar as VCalendar, type allComponents_d_VCalendarDay as VCalendarDay, type allComponents_d_VCalendarHeader as VCalendarHeader, type allComponents_d_VCalendarInterval as VCalendarInterval, type allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, type allComponents_d_VCalendarMonthDay as VCalendarMonthDay, type allComponents_d_VCard as VCard, type allComponents_d_VCardActions as VCardActions, type allComponents_d_VCardItem as VCardItem, type allComponents_d_VCardSubtitle as VCardSubtitle, type allComponents_d_VCardText as VCardText, type allComponents_d_VCardTitle as VCardTitle, type allComponents_d_VCarousel as VCarousel, type allComponents_d_VCarouselItem as VCarouselItem, type allComponents_d_VCheckbox as VCheckbox, type allComponents_d_VCheckboxBtn as VCheckboxBtn, type allComponents_d_VChip as VChip, type allComponents_d_VChipGroup as VChipGroup, type allComponents_d_VClassIcon as VClassIcon, type allComponents_d_VCode as VCode, type allComponents_d_VCol as VCol, type allComponents_d_VColorPicker as VColorPicker, type allComponents_d_VCombobox as VCombobox, type allComponents_d_VComponentIcon as VComponentIcon, type allComponents_d_VConfirmEdit as VConfirmEdit, type allComponents_d_VContainer as VContainer, type allComponents_d_VCounter as VCounter, type allComponents_d_VDataIterator as VDataIterator, type allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, type allComponents_d_VDataTableHeaders as VDataTableHeaders, type allComponents_d_VDataTableRow as VDataTableRow, type allComponents_d_VDataTableRows as VDataTableRows, type allComponents_d_VDataTableServer as VDataTableServer, type allComponents_d_VDataTableVirtual as VDataTableVirtual, type allComponents_d_VDatePicker as VDatePicker, type allComponents_d_VDatePickerControls as VDatePickerControls, type allComponents_d_VDatePickerHeader as VDatePickerHeader, type allComponents_d_VDatePickerMonth as VDatePickerMonth, type allComponents_d_VDatePickerMonths as VDatePickerMonths, type allComponents_d_VDatePickerYears as VDatePickerYears, type allComponents_d_VDefaultsProvider as VDefaultsProvider, type allComponents_d_VDialog as VDialog, type allComponents_d_VDialogBottomTransition as VDialogBottomTransition, type allComponents_d_VDialogTopTransition as VDialogTopTransition, type allComponents_d_VDialogTransition as VDialogTransition, type allComponents_d_VDivider as VDivider, type allComponents_d_VEmptyState as VEmptyState, type allComponents_d_VExpandTransition as VExpandTransition, type allComponents_d_VExpandXTransition as VExpandXTransition, type allComponents_d_VExpansionPanel as VExpansionPanel, type allComponents_d_VExpansionPanelText as VExpansionPanelText, type allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, type allComponents_d_VExpansionPanels as VExpansionPanels, type allComponents_d_VFab as VFab, type allComponents_d_VFabTransition as VFabTransition, type allComponents_d_VFadeTransition as VFadeTransition, type allComponents_d_VField as VField, type allComponents_d_VFieldLabel as VFieldLabel, type allComponents_d_VFileInput as VFileInput, type allComponents_d_VFooter as VFooter, type allComponents_d_VForm as VForm, type allComponents_d_VHover as VHover, type allComponents_d_VIcon as VIcon, type allComponents_d_VImg as VImg, type allComponents_d_VInfiniteScroll as VInfiniteScroll, type allComponents_d_VInput as VInput, type allComponents_d_VItem as VItem, type allComponents_d_VItemGroup as VItemGroup, type allComponents_d_VKbd as VKbd, type allComponents_d_VLabel as VLabel, type allComponents_d_VLayout as VLayout, type allComponents_d_VLayoutItem as VLayoutItem, type allComponents_d_VLazy as VLazy, type allComponents_d_VLigatureIcon as VLigatureIcon, type allComponents_d_VList as VList, type allComponents_d_VListGroup as VListGroup, type allComponents_d_VListImg as VListImg, type allComponents_d_VListItem as VListItem, type allComponents_d_VListItemAction as VListItemAction, type allComponents_d_VListItemMedia as VListItemMedia, type allComponents_d_VListItemSubtitle as VListItemSubtitle, type allComponents_d_VListItemTitle as VListItemTitle, type allComponents_d_VListSubheader as VListSubheader, type allComponents_d_VLocaleProvider as VLocaleProvider, type allComponents_d_VMain as VMain, type allComponents_d_VMenu as VMenu, type allComponents_d_VMessages as VMessages, type allComponents_d_VNavigationDrawer as VNavigationDrawer, type allComponents_d_VNoSsr as VNoSsr, type allComponents_d_VOtpInput as VOtpInput, type allComponents_d_VOverlay as VOverlay, type allComponents_d_VPagination as VPagination, type allComponents_d_VParallax as VParallax, type allComponents_d_VPicker as VPicker, type allComponents_d_VPickerTitle as VPickerTitle, type allComponents_d_VProgressCircular as VProgressCircular, type allComponents_d_VProgressLinear as VProgressLinear, type allComponents_d_VRadio as VRadio, type allComponents_d_VRadioGroup as VRadioGroup, type allComponents_d_VRangeSlider as VRangeSlider, type allComponents_d_VRating as VRating, type allComponents_d_VResponsive as VResponsive, type allComponents_d_VRow as VRow, type allComponents_d_VScaleTransition as VScaleTransition, type allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, type allComponents_d_VScrollXTransition as VScrollXTransition, type allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, type allComponents_d_VScrollYTransition as VScrollYTransition, type allComponents_d_VSelect as VSelect, type allComponents_d_VSelectionControl as VSelectionControl, type allComponents_d_VSelectionControlGroup as VSelectionControlGroup, type allComponents_d_VSheet as VSheet, type allComponents_d_VSkeletonLoader as VSkeletonLoader, type allComponents_d_VSlideGroup as VSlideGroup, type allComponents_d_VSlideGroupItem as VSlideGroupItem, type allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, type allComponents_d_VSlideXTransition as VSlideXTransition, type allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, type allComponents_d_VSlideYTransition as VSlideYTransition, type allComponents_d_VSlider as VSlider, type allComponents_d_VSnackbar as VSnackbar, type allComponents_d_VSpacer as VSpacer, type allComponents_d_VSparkline as VSparkline, type allComponents_d_VSpeedDial as VSpeedDial, type allComponents_d_VStepper as VStepper, type allComponents_d_VStepperActions as VStepperActions, type allComponents_d_VStepperHeader as VStepperHeader, type allComponents_d_VStepperItem as VStepperItem, type allComponents_d_VStepperWindow as VStepperWindow, type allComponents_d_VStepperWindowItem as VStepperWindowItem, type allComponents_d_VSvgIcon as VSvgIcon, type allComponents_d_VSwitch as VSwitch, type allComponents_d_VSystemBar as VSystemBar, type allComponents_d_VTab as VTab, type allComponents_d_VTable as VTable, type allComponents_d_VTabs as VTabs, type allComponents_d_VTextField as VTextField, type allComponents_d_VTextarea as VTextarea, type allComponents_d_VThemeProvider as VThemeProvider, type allComponents_d_VTimeline as VTimeline, type allComponents_d_VTimelineItem as VTimelineItem, type allComponents_d_VToolbar as VToolbar, type allComponents_d_VToolbarItems as VToolbarItems, type allComponents_d_VToolbarTitle as VToolbarTitle, type allComponents_d_VTooltip as VTooltip, type allComponents_d_VValidation as VValidation, type allComponents_d_VVirtualScroll as VVirtualScroll, type allComponents_d_VWindow as VWindow, type allComponents_d_VWindowItem as VWindowItem };
|
|
70510
72055
|
}
|
|
70511
72056
|
|
|
70512
72057
|
interface ClickOutsideBindingArgs {
|