vuetify 3.6.0 → 3.6.1
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 +0 -2
- package/dist/_component-variables.sass +2 -0
- package/dist/json/importMap-labs.json +10 -30
- package/dist/json/importMap.json +114 -94
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2555 -2555
- package/dist/vuetify-labs.d.ts +4811 -4811
- package/dist/vuetify-labs.esm.js +10050 -10052
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10050 -10052
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +679 -502
- package/dist/vuetify.d.ts +2872 -574
- package/dist/vuetify.esm.js +1711 -887
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1711 -887
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +611 -557
- package/dist/vuetify.min.js.map +1 -1
- package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
- package/lib/components/VConfirmEdit/index.mjs.map +1 -0
- package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/components/VEmptyState/index.mjs.map +1 -0
- package/lib/{labs → components}/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.mjs.map +1 -0
- package/lib/components/VFab/index.mjs.map +1 -0
- package/lib/components/VSparkline/VBarline.mjs.map +1 -0
- package/lib/components/VSparkline/VSparkline.mjs +44 -320
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/components/VSparkline/index.mjs +1 -3
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSparkline/util/line.mjs.map +1 -0
- package/lib/components/VSparkline/util/path.mjs.map +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
- package/lib/components/VSpeedDial/index.mjs +1 -3
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/index.d.mts +2840 -547
- package/lib/components/index.mjs +6 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -3
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/components.d.mts +1628 -3945
- package/lib/labs/components.mjs +0 -5
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/components/VSparkline/helpers/core.mjs +0 -49
- package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/math.mjs +0 -34
- package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/path.mjs +0 -27
- package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
- package/lib/components/VSpeedDial/_variables.scss +0 -5
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
- package/lib/labs/VEmptyState/index.mjs.map +0 -1
- package/lib/labs/VFab/VFab.mjs.map +0 -1
- package/lib/labs/VFab/index.mjs.map +0 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
- package/lib/labs/VSparkline/VSparkline.mjs +0 -49
- package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
- package/lib/labs/VSparkline/index.mjs +0 -2
- package/lib/labs/VSparkline/index.mjs.map +0 -1
- package/lib/labs/VSparkline/util/line.mjs.map +0 -1
- package/lib/labs/VSparkline/util/path.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -76
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
- package/lib/labs/VSpeedDial/index.mjs +0 -2
- package/lib/labs/VSpeedDial/index.mjs.map +0 -1
- /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
- /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
- /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
- /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
- /package/lib/{labs → components}/VFab/VFab.css +0 -0
- /package/lib/{labs → components}/VFab/VFab.sass +0 -0
- /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
- /package/lib/{labs → components}/VFab/_variables.scss +0 -0
- /package/lib/{labs → components}/VFab/index.d.mts +0 -0
- /package/lib/{labs → components}/VFab/index.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
- /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
- /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
- /package/lib/{labs → components}/VSpeedDial/index.d.mts +0 -0
package/dist/vuetify.d.ts
CHANGED
|
@@ -22689,6 +22689,120 @@ declare const VCombobox: {
|
|
|
22689
22689
|
}>>;
|
|
22690
22690
|
type VCombobox = InstanceType<typeof VCombobox>;
|
|
22691
22691
|
|
|
22692
|
+
type VConfirmEditSlots<T> = {
|
|
22693
|
+
default: {
|
|
22694
|
+
model: Ref<T>;
|
|
22695
|
+
get actions(): VNode;
|
|
22696
|
+
};
|
|
22697
|
+
};
|
|
22698
|
+
declare const VConfirmEdit: {
|
|
22699
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
22700
|
+
cancelText: string;
|
|
22701
|
+
okText: string;
|
|
22702
|
+
} & {
|
|
22703
|
+
color?: string | undefined;
|
|
22704
|
+
} & {
|
|
22705
|
+
onCancel?: (() => any) | undefined;
|
|
22706
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
22707
|
+
cancel: () => true;
|
|
22708
|
+
save: (value: any) => true;
|
|
22709
|
+
'update:modelValue': (value: any) => true;
|
|
22710
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "save">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
22711
|
+
cancelText: string;
|
|
22712
|
+
okText: string;
|
|
22713
|
+
} & {
|
|
22714
|
+
color?: string | undefined;
|
|
22715
|
+
} & {
|
|
22716
|
+
onCancel?: (() => any) | undefined;
|
|
22717
|
+
}, {
|
|
22718
|
+
cancelText: string;
|
|
22719
|
+
okText: string;
|
|
22720
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
22721
|
+
default: (arg: {
|
|
22722
|
+
model: Ref<unknown>;
|
|
22723
|
+
readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
|
|
22724
|
+
[key: string]: any;
|
|
22725
|
+
}>;
|
|
22726
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
22727
|
+
[key: string]: any;
|
|
22728
|
+
}>[];
|
|
22729
|
+
}>>, {
|
|
22730
|
+
P: {};
|
|
22731
|
+
B: {};
|
|
22732
|
+
D: {};
|
|
22733
|
+
C: {};
|
|
22734
|
+
M: {};
|
|
22735
|
+
Defaults: {};
|
|
22736
|
+
}, {
|
|
22737
|
+
cancelText: string;
|
|
22738
|
+
okText: string;
|
|
22739
|
+
} & {
|
|
22740
|
+
color?: string | undefined;
|
|
22741
|
+
} & {
|
|
22742
|
+
onCancel?: (() => any) | undefined;
|
|
22743
|
+
}, {}, {}, {}, {}, {
|
|
22744
|
+
cancelText: string;
|
|
22745
|
+
okText: string;
|
|
22746
|
+
}>;
|
|
22747
|
+
__isFragment?: undefined;
|
|
22748
|
+
__isTeleport?: undefined;
|
|
22749
|
+
__isSuspense?: undefined;
|
|
22750
|
+
} & vue.ComponentOptionsBase<{
|
|
22751
|
+
cancelText: string;
|
|
22752
|
+
okText: string;
|
|
22753
|
+
} & {
|
|
22754
|
+
color?: string | undefined;
|
|
22755
|
+
} & {
|
|
22756
|
+
onCancel?: (() => any) | undefined;
|
|
22757
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
22758
|
+
cancel: () => true;
|
|
22759
|
+
save: (value: any) => true;
|
|
22760
|
+
'update:modelValue': (value: any) => true;
|
|
22761
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "save">, string, {
|
|
22762
|
+
cancelText: string;
|
|
22763
|
+
okText: string;
|
|
22764
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
22765
|
+
default: (arg: {
|
|
22766
|
+
model: Ref<unknown>;
|
|
22767
|
+
readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
|
|
22768
|
+
[key: string]: any;
|
|
22769
|
+
}>;
|
|
22770
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
22771
|
+
[key: string]: any;
|
|
22772
|
+
}>[];
|
|
22773
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
22774
|
+
modelValue?: T | undefined;
|
|
22775
|
+
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
22776
|
+
onSave?: ((value: T) => void) | undefined;
|
|
22777
|
+
}, slots: VConfirmEditSlots<T>) => GenericProps<{
|
|
22778
|
+
modelValue?: T | undefined;
|
|
22779
|
+
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
22780
|
+
onSave?: ((value: T) => void) | undefined;
|
|
22781
|
+
}, VConfirmEditSlots<T>>) & FilterPropsOptions<{
|
|
22782
|
+
modelValue: null;
|
|
22783
|
+
color: StringConstructor;
|
|
22784
|
+
cancelText: {
|
|
22785
|
+
type: StringConstructor;
|
|
22786
|
+
default: string;
|
|
22787
|
+
};
|
|
22788
|
+
okText: {
|
|
22789
|
+
type: StringConstructor;
|
|
22790
|
+
default: string;
|
|
22791
|
+
};
|
|
22792
|
+
}, vue.ExtractPropTypes<{
|
|
22793
|
+
modelValue: null;
|
|
22794
|
+
color: StringConstructor;
|
|
22795
|
+
cancelText: {
|
|
22796
|
+
type: StringConstructor;
|
|
22797
|
+
default: string;
|
|
22798
|
+
};
|
|
22799
|
+
okText: {
|
|
22800
|
+
type: StringConstructor;
|
|
22801
|
+
default: string;
|
|
22802
|
+
};
|
|
22803
|
+
}>>;
|
|
22804
|
+
type VConfirmEdit = InstanceType<typeof VConfirmEdit>;
|
|
22805
|
+
|
|
22692
22806
|
type VCounterSlot = {
|
|
22693
22807
|
counter: string;
|
|
22694
22808
|
max: string | number | undefined;
|
|
@@ -31967,6 +32081,410 @@ declare const VDivider: {
|
|
|
31967
32081
|
}>>;
|
|
31968
32082
|
type VDivider = InstanceType<typeof VDivider>;
|
|
31969
32083
|
|
|
32084
|
+
declare const VEmptyState: {
|
|
32085
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
32086
|
+
style: vue.StyleValue;
|
|
32087
|
+
size: NonNullable<string | number> | undefined;
|
|
32088
|
+
justify: "end" | "center" | "start";
|
|
32089
|
+
textWidth: string | number;
|
|
32090
|
+
} & {
|
|
32091
|
+
class?: any;
|
|
32092
|
+
title?: string | undefined;
|
|
32093
|
+
image?: string | undefined;
|
|
32094
|
+
text?: string | undefined;
|
|
32095
|
+
width?: string | number | undefined;
|
|
32096
|
+
height?: string | number | undefined;
|
|
32097
|
+
theme?: string | undefined;
|
|
32098
|
+
href?: string | undefined;
|
|
32099
|
+
color?: string | undefined;
|
|
32100
|
+
icon?: IconValue | undefined;
|
|
32101
|
+
to?: string | undefined;
|
|
32102
|
+
maxHeight?: string | number | undefined;
|
|
32103
|
+
maxWidth?: string | number | undefined;
|
|
32104
|
+
minHeight?: string | number | undefined;
|
|
32105
|
+
minWidth?: string | number | undefined;
|
|
32106
|
+
bgColor?: string | undefined;
|
|
32107
|
+
actionText?: string | undefined;
|
|
32108
|
+
headline?: string | undefined;
|
|
32109
|
+
} & {
|
|
32110
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
32111
|
+
actions?: ((arg: {
|
|
32112
|
+
props: {
|
|
32113
|
+
onClick: (e: Event) => void;
|
|
32114
|
+
};
|
|
32115
|
+
}) => vue.VNodeChild) | undefined;
|
|
32116
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
32117
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
32118
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
32119
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
32120
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
32121
|
+
};
|
|
32122
|
+
'v-slots'?: {
|
|
32123
|
+
actions?: false | ((arg: {
|
|
32124
|
+
props: {
|
|
32125
|
+
onClick: (e: Event) => void;
|
|
32126
|
+
};
|
|
32127
|
+
}) => vue.VNodeChild) | undefined;
|
|
32128
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
32129
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
32130
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
32131
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
32132
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
32133
|
+
} | undefined;
|
|
32134
|
+
} & {
|
|
32135
|
+
"v-slot:actions"?: false | ((arg: {
|
|
32136
|
+
props: {
|
|
32137
|
+
onClick: (e: Event) => void;
|
|
32138
|
+
};
|
|
32139
|
+
}) => vue.VNodeChild) | undefined;
|
|
32140
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
32141
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
32142
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
32143
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
32144
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
32145
|
+
} & {
|
|
32146
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
32147
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
32148
|
+
'click:action': (e: Event) => true;
|
|
32149
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
32150
|
+
style: vue.StyleValue;
|
|
32151
|
+
size: NonNullable<string | number> | undefined;
|
|
32152
|
+
justify: "end" | "center" | "start";
|
|
32153
|
+
textWidth: string | number;
|
|
32154
|
+
} & {
|
|
32155
|
+
class?: any;
|
|
32156
|
+
title?: string | undefined;
|
|
32157
|
+
image?: string | undefined;
|
|
32158
|
+
text?: string | undefined;
|
|
32159
|
+
width?: string | number | undefined;
|
|
32160
|
+
height?: string | number | undefined;
|
|
32161
|
+
theme?: string | undefined;
|
|
32162
|
+
href?: string | undefined;
|
|
32163
|
+
color?: string | undefined;
|
|
32164
|
+
icon?: IconValue | undefined;
|
|
32165
|
+
to?: string | undefined;
|
|
32166
|
+
maxHeight?: string | number | undefined;
|
|
32167
|
+
maxWidth?: string | number | undefined;
|
|
32168
|
+
minHeight?: string | number | undefined;
|
|
32169
|
+
minWidth?: string | number | undefined;
|
|
32170
|
+
bgColor?: string | undefined;
|
|
32171
|
+
actionText?: string | undefined;
|
|
32172
|
+
headline?: string | undefined;
|
|
32173
|
+
} & {
|
|
32174
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
32175
|
+
actions?: ((arg: {
|
|
32176
|
+
props: {
|
|
32177
|
+
onClick: (e: Event) => void;
|
|
32178
|
+
};
|
|
32179
|
+
}) => vue.VNodeChild) | undefined;
|
|
32180
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
32181
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
32182
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
32183
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
32184
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
32185
|
+
};
|
|
32186
|
+
'v-slots'?: {
|
|
32187
|
+
actions?: false | ((arg: {
|
|
32188
|
+
props: {
|
|
32189
|
+
onClick: (e: Event) => void;
|
|
32190
|
+
};
|
|
32191
|
+
}) => vue.VNodeChild) | undefined;
|
|
32192
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
32193
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
32194
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
32195
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
32196
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
32197
|
+
} | undefined;
|
|
32198
|
+
} & {
|
|
32199
|
+
"v-slot:actions"?: false | ((arg: {
|
|
32200
|
+
props: {
|
|
32201
|
+
onClick: (e: Event) => void;
|
|
32202
|
+
};
|
|
32203
|
+
}) => vue.VNodeChild) | undefined;
|
|
32204
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
32205
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
32206
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
32207
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
32208
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
32209
|
+
} & {
|
|
32210
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
32211
|
+
}, {
|
|
32212
|
+
style: vue.StyleValue;
|
|
32213
|
+
size: NonNullable<string | number> | undefined;
|
|
32214
|
+
justify: "end" | "center" | "start";
|
|
32215
|
+
textWidth: string | number;
|
|
32216
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
32217
|
+
actions: (arg: {
|
|
32218
|
+
props: {
|
|
32219
|
+
onClick: (e: Event) => void;
|
|
32220
|
+
};
|
|
32221
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32222
|
+
[key: string]: any;
|
|
32223
|
+
}>[];
|
|
32224
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32225
|
+
[key: string]: any;
|
|
32226
|
+
}>[];
|
|
32227
|
+
headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32228
|
+
[key: string]: any;
|
|
32229
|
+
}>[];
|
|
32230
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32231
|
+
[key: string]: any;
|
|
32232
|
+
}>[];
|
|
32233
|
+
media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32234
|
+
[key: string]: any;
|
|
32235
|
+
}>[];
|
|
32236
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32237
|
+
[key: string]: any;
|
|
32238
|
+
}>[];
|
|
32239
|
+
}>>, {
|
|
32240
|
+
P: {};
|
|
32241
|
+
B: {};
|
|
32242
|
+
D: {};
|
|
32243
|
+
C: {};
|
|
32244
|
+
M: {};
|
|
32245
|
+
Defaults: {};
|
|
32246
|
+
}, {
|
|
32247
|
+
style: vue.StyleValue;
|
|
32248
|
+
size: NonNullable<string | number> | undefined;
|
|
32249
|
+
justify: "end" | "center" | "start";
|
|
32250
|
+
textWidth: string | number;
|
|
32251
|
+
} & {
|
|
32252
|
+
class?: any;
|
|
32253
|
+
title?: string | undefined;
|
|
32254
|
+
image?: string | undefined;
|
|
32255
|
+
text?: string | undefined;
|
|
32256
|
+
width?: string | number | undefined;
|
|
32257
|
+
height?: string | number | undefined;
|
|
32258
|
+
theme?: string | undefined;
|
|
32259
|
+
href?: string | undefined;
|
|
32260
|
+
color?: string | undefined;
|
|
32261
|
+
icon?: IconValue | undefined;
|
|
32262
|
+
to?: string | undefined;
|
|
32263
|
+
maxHeight?: string | number | undefined;
|
|
32264
|
+
maxWidth?: string | number | undefined;
|
|
32265
|
+
minHeight?: string | number | undefined;
|
|
32266
|
+
minWidth?: string | number | undefined;
|
|
32267
|
+
bgColor?: string | undefined;
|
|
32268
|
+
actionText?: string | undefined;
|
|
32269
|
+
headline?: string | undefined;
|
|
32270
|
+
} & {
|
|
32271
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
32272
|
+
actions?: ((arg: {
|
|
32273
|
+
props: {
|
|
32274
|
+
onClick: (e: Event) => void;
|
|
32275
|
+
};
|
|
32276
|
+
}) => vue.VNodeChild) | undefined;
|
|
32277
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
32278
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
32279
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
32280
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
32281
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
32282
|
+
};
|
|
32283
|
+
'v-slots'?: {
|
|
32284
|
+
actions?: false | ((arg: {
|
|
32285
|
+
props: {
|
|
32286
|
+
onClick: (e: Event) => void;
|
|
32287
|
+
};
|
|
32288
|
+
}) => vue.VNodeChild) | undefined;
|
|
32289
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
32290
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
32291
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
32292
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
32293
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
32294
|
+
} | undefined;
|
|
32295
|
+
} & {
|
|
32296
|
+
"v-slot:actions"?: false | ((arg: {
|
|
32297
|
+
props: {
|
|
32298
|
+
onClick: (e: Event) => void;
|
|
32299
|
+
};
|
|
32300
|
+
}) => vue.VNodeChild) | undefined;
|
|
32301
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
32302
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
32303
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
32304
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
32305
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
32306
|
+
} & {
|
|
32307
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
32308
|
+
}, {}, {}, {}, {}, {
|
|
32309
|
+
style: vue.StyleValue;
|
|
32310
|
+
size: NonNullable<string | number> | undefined;
|
|
32311
|
+
justify: "end" | "center" | "start";
|
|
32312
|
+
textWidth: string | number;
|
|
32313
|
+
}>;
|
|
32314
|
+
__isFragment?: undefined;
|
|
32315
|
+
__isTeleport?: undefined;
|
|
32316
|
+
__isSuspense?: undefined;
|
|
32317
|
+
} & vue.ComponentOptionsBase<{
|
|
32318
|
+
style: vue.StyleValue;
|
|
32319
|
+
size: NonNullable<string | number> | undefined;
|
|
32320
|
+
justify: "end" | "center" | "start";
|
|
32321
|
+
textWidth: string | number;
|
|
32322
|
+
} & {
|
|
32323
|
+
class?: any;
|
|
32324
|
+
title?: string | undefined;
|
|
32325
|
+
image?: string | undefined;
|
|
32326
|
+
text?: string | undefined;
|
|
32327
|
+
width?: string | number | undefined;
|
|
32328
|
+
height?: string | number | undefined;
|
|
32329
|
+
theme?: string | undefined;
|
|
32330
|
+
href?: string | undefined;
|
|
32331
|
+
color?: string | undefined;
|
|
32332
|
+
icon?: IconValue | undefined;
|
|
32333
|
+
to?: string | undefined;
|
|
32334
|
+
maxHeight?: string | number | undefined;
|
|
32335
|
+
maxWidth?: string | number | undefined;
|
|
32336
|
+
minHeight?: string | number | undefined;
|
|
32337
|
+
minWidth?: string | number | undefined;
|
|
32338
|
+
bgColor?: string | undefined;
|
|
32339
|
+
actionText?: string | undefined;
|
|
32340
|
+
headline?: string | undefined;
|
|
32341
|
+
} & {
|
|
32342
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
32343
|
+
actions?: ((arg: {
|
|
32344
|
+
props: {
|
|
32345
|
+
onClick: (e: Event) => void;
|
|
32346
|
+
};
|
|
32347
|
+
}) => vue.VNodeChild) | undefined;
|
|
32348
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
32349
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
32350
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
32351
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
32352
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
32353
|
+
};
|
|
32354
|
+
'v-slots'?: {
|
|
32355
|
+
actions?: false | ((arg: {
|
|
32356
|
+
props: {
|
|
32357
|
+
onClick: (e: Event) => void;
|
|
32358
|
+
};
|
|
32359
|
+
}) => vue.VNodeChild) | undefined;
|
|
32360
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
32361
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
32362
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
32363
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
32364
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
32365
|
+
} | undefined;
|
|
32366
|
+
} & {
|
|
32367
|
+
"v-slot:actions"?: false | ((arg: {
|
|
32368
|
+
props: {
|
|
32369
|
+
onClick: (e: Event) => void;
|
|
32370
|
+
};
|
|
32371
|
+
}) => vue.VNodeChild) | undefined;
|
|
32372
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
32373
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
32374
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
32375
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
32376
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
32377
|
+
} & {
|
|
32378
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
32379
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
32380
|
+
'click:action': (e: Event) => true;
|
|
32381
|
+
}, string, {
|
|
32382
|
+
style: vue.StyleValue;
|
|
32383
|
+
size: NonNullable<string | number> | undefined;
|
|
32384
|
+
justify: "end" | "center" | "start";
|
|
32385
|
+
textWidth: string | number;
|
|
32386
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
32387
|
+
actions: (arg: {
|
|
32388
|
+
props: {
|
|
32389
|
+
onClick: (e: Event) => void;
|
|
32390
|
+
};
|
|
32391
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32392
|
+
[key: string]: any;
|
|
32393
|
+
}>[];
|
|
32394
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32395
|
+
[key: string]: any;
|
|
32396
|
+
}>[];
|
|
32397
|
+
headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32398
|
+
[key: string]: any;
|
|
32399
|
+
}>[];
|
|
32400
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32401
|
+
[key: string]: any;
|
|
32402
|
+
}>[];
|
|
32403
|
+
media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32404
|
+
[key: string]: any;
|
|
32405
|
+
}>[];
|
|
32406
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32407
|
+
[key: string]: any;
|
|
32408
|
+
}>[];
|
|
32409
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
32410
|
+
theme: StringConstructor;
|
|
32411
|
+
size: Omit<{
|
|
32412
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
32413
|
+
default: string;
|
|
32414
|
+
}, "default" | "type"> & {
|
|
32415
|
+
type: PropType<NonNullable<string | number> | undefined>;
|
|
32416
|
+
default: NonNullable<string | number> | undefined;
|
|
32417
|
+
};
|
|
32418
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32419
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32420
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32421
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32422
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32423
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32424
|
+
class: PropType<any>;
|
|
32425
|
+
style: {
|
|
32426
|
+
type: PropType<vue.StyleValue>;
|
|
32427
|
+
default: null;
|
|
32428
|
+
};
|
|
32429
|
+
actionText: StringConstructor;
|
|
32430
|
+
bgColor: StringConstructor;
|
|
32431
|
+
color: StringConstructor;
|
|
32432
|
+
icon: PropType<IconValue>;
|
|
32433
|
+
image: StringConstructor;
|
|
32434
|
+
justify: {
|
|
32435
|
+
type: PropType<"end" | "center" | "start">;
|
|
32436
|
+
default: string;
|
|
32437
|
+
};
|
|
32438
|
+
headline: StringConstructor;
|
|
32439
|
+
title: StringConstructor;
|
|
32440
|
+
text: StringConstructor;
|
|
32441
|
+
textWidth: {
|
|
32442
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
32443
|
+
default: number;
|
|
32444
|
+
};
|
|
32445
|
+
href: StringConstructor;
|
|
32446
|
+
to: StringConstructor;
|
|
32447
|
+
}, vue.ExtractPropTypes<{
|
|
32448
|
+
theme: StringConstructor;
|
|
32449
|
+
size: Omit<{
|
|
32450
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
32451
|
+
default: string;
|
|
32452
|
+
}, "default" | "type"> & {
|
|
32453
|
+
type: PropType<NonNullable<string | number> | undefined>;
|
|
32454
|
+
default: NonNullable<string | number> | undefined;
|
|
32455
|
+
};
|
|
32456
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32457
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32458
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32459
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32460
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32461
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32462
|
+
class: PropType<any>;
|
|
32463
|
+
style: {
|
|
32464
|
+
type: PropType<vue.StyleValue>;
|
|
32465
|
+
default: null;
|
|
32466
|
+
};
|
|
32467
|
+
actionText: StringConstructor;
|
|
32468
|
+
bgColor: StringConstructor;
|
|
32469
|
+
color: StringConstructor;
|
|
32470
|
+
icon: PropType<IconValue>;
|
|
32471
|
+
image: StringConstructor;
|
|
32472
|
+
justify: {
|
|
32473
|
+
type: PropType<"end" | "center" | "start">;
|
|
32474
|
+
default: string;
|
|
32475
|
+
};
|
|
32476
|
+
headline: StringConstructor;
|
|
32477
|
+
title: StringConstructor;
|
|
32478
|
+
text: StringConstructor;
|
|
32479
|
+
textWidth: {
|
|
32480
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
32481
|
+
default: number;
|
|
32482
|
+
};
|
|
32483
|
+
href: StringConstructor;
|
|
32484
|
+
to: StringConstructor;
|
|
32485
|
+
}>>;
|
|
32486
|
+
type VEmptyState = InstanceType<typeof VEmptyState>;
|
|
32487
|
+
|
|
31970
32488
|
declare const VExpansionPanels: {
|
|
31971
32489
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
31972
32490
|
flat: boolean;
|
|
@@ -33026,12 +33544,64 @@ declare const VExpansionPanelTitle: {
|
|
|
33026
33544
|
}>>;
|
|
33027
33545
|
type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>;
|
|
33028
33546
|
|
|
33029
|
-
declare const
|
|
33547
|
+
declare const VFab: {
|
|
33030
33548
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
33549
|
+
symbol: any;
|
|
33550
|
+
flat: boolean;
|
|
33551
|
+
replace: boolean;
|
|
33031
33552
|
style: vue.StyleValue;
|
|
33032
|
-
|
|
33553
|
+
size: string | number;
|
|
33554
|
+
active: boolean;
|
|
33555
|
+
disabled: boolean;
|
|
33556
|
+
tag: string;
|
|
33557
|
+
layout: boolean;
|
|
33558
|
+
offset: boolean;
|
|
33559
|
+
order: string | number;
|
|
33560
|
+
absolute: boolean;
|
|
33561
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33562
|
+
component?: vue.Component | undefined;
|
|
33563
|
+
})>;
|
|
33564
|
+
readonly: boolean;
|
|
33565
|
+
modelValue: boolean;
|
|
33566
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
33567
|
+
block: boolean;
|
|
33568
|
+
exact: boolean;
|
|
33569
|
+
tile: boolean;
|
|
33570
|
+
appear: boolean;
|
|
33571
|
+
density: Density;
|
|
33572
|
+
extended: boolean;
|
|
33573
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
33574
|
+
slim: boolean;
|
|
33575
|
+
stacked: boolean;
|
|
33576
|
+
ripple: boolean | {
|
|
33577
|
+
class: string;
|
|
33578
|
+
} | undefined;
|
|
33579
|
+
app: boolean;
|
|
33033
33580
|
} & {
|
|
33034
33581
|
class?: any;
|
|
33582
|
+
text?: string | undefined;
|
|
33583
|
+
value?: any;
|
|
33584
|
+
width?: string | number | undefined;
|
|
33585
|
+
height?: string | number | undefined;
|
|
33586
|
+
theme?: string | undefined;
|
|
33587
|
+
href?: string | undefined;
|
|
33588
|
+
color?: string | undefined;
|
|
33589
|
+
name?: string | undefined;
|
|
33590
|
+
loading?: string | boolean | undefined;
|
|
33591
|
+
icon?: boolean | IconValue | undefined;
|
|
33592
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
33593
|
+
border?: string | number | boolean | undefined;
|
|
33594
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33595
|
+
rounded?: string | number | boolean | undefined;
|
|
33596
|
+
maxHeight?: string | number | undefined;
|
|
33597
|
+
maxWidth?: string | number | undefined;
|
|
33598
|
+
minHeight?: string | number | undefined;
|
|
33599
|
+
minWidth?: string | number | undefined;
|
|
33600
|
+
elevation?: string | number | undefined;
|
|
33601
|
+
baseColor?: string | undefined;
|
|
33602
|
+
selectedClass?: string | undefined;
|
|
33603
|
+
prependIcon?: IconValue | undefined;
|
|
33604
|
+
appendIcon?: IconValue | undefined;
|
|
33035
33605
|
} & {
|
|
33036
33606
|
$children?: vue.VNodeChild | {
|
|
33037
33607
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -33041,11 +33611,67 @@ declare const VFieldLabel: {
|
|
|
33041
33611
|
} | undefined;
|
|
33042
33612
|
} & {
|
|
33043
33613
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
33044
|
-
}
|
|
33614
|
+
} & {
|
|
33615
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33616
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
33617
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
33618
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
33619
|
+
symbol: any;
|
|
33620
|
+
flat: boolean;
|
|
33621
|
+
replace: boolean;
|
|
33045
33622
|
style: vue.StyleValue;
|
|
33046
|
-
|
|
33623
|
+
size: string | number;
|
|
33624
|
+
active: boolean;
|
|
33625
|
+
disabled: boolean;
|
|
33626
|
+
tag: string;
|
|
33627
|
+
layout: boolean;
|
|
33628
|
+
offset: boolean;
|
|
33629
|
+
order: string | number;
|
|
33630
|
+
absolute: boolean;
|
|
33631
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33632
|
+
component?: vue.Component | undefined;
|
|
33633
|
+
})>;
|
|
33634
|
+
readonly: boolean;
|
|
33635
|
+
modelValue: boolean;
|
|
33636
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
33637
|
+
block: boolean;
|
|
33638
|
+
exact: boolean;
|
|
33639
|
+
tile: boolean;
|
|
33640
|
+
appear: boolean;
|
|
33641
|
+
density: Density;
|
|
33642
|
+
extended: boolean;
|
|
33643
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
33644
|
+
slim: boolean;
|
|
33645
|
+
stacked: boolean;
|
|
33646
|
+
ripple: boolean | {
|
|
33647
|
+
class: string;
|
|
33648
|
+
} | undefined;
|
|
33649
|
+
app: boolean;
|
|
33047
33650
|
} & {
|
|
33048
33651
|
class?: any;
|
|
33652
|
+
text?: string | undefined;
|
|
33653
|
+
value?: any;
|
|
33654
|
+
width?: string | number | undefined;
|
|
33655
|
+
height?: string | number | undefined;
|
|
33656
|
+
theme?: string | undefined;
|
|
33657
|
+
href?: string | undefined;
|
|
33658
|
+
color?: string | undefined;
|
|
33659
|
+
name?: string | undefined;
|
|
33660
|
+
loading?: string | boolean | undefined;
|
|
33661
|
+
icon?: boolean | IconValue | undefined;
|
|
33662
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
33663
|
+
border?: string | number | boolean | undefined;
|
|
33664
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33665
|
+
rounded?: string | number | boolean | undefined;
|
|
33666
|
+
maxHeight?: string | number | undefined;
|
|
33667
|
+
maxWidth?: string | number | undefined;
|
|
33668
|
+
minHeight?: string | number | undefined;
|
|
33669
|
+
minWidth?: string | number | undefined;
|
|
33670
|
+
elevation?: string | number | undefined;
|
|
33671
|
+
baseColor?: string | undefined;
|
|
33672
|
+
selectedClass?: string | undefined;
|
|
33673
|
+
prependIcon?: IconValue | undefined;
|
|
33674
|
+
appendIcon?: IconValue | undefined;
|
|
33049
33675
|
} & {
|
|
33050
33676
|
$children?: vue.VNodeChild | {
|
|
33051
33677
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -33055,9 +33681,41 @@ declare const VFieldLabel: {
|
|
|
33055
33681
|
} | undefined;
|
|
33056
33682
|
} & {
|
|
33057
33683
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
33684
|
+
} & {
|
|
33685
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33058
33686
|
}, {
|
|
33687
|
+
symbol: any;
|
|
33688
|
+
flat: boolean;
|
|
33689
|
+
replace: boolean;
|
|
33059
33690
|
style: vue.StyleValue;
|
|
33060
|
-
|
|
33691
|
+
size: string | number;
|
|
33692
|
+
active: boolean;
|
|
33693
|
+
disabled: boolean;
|
|
33694
|
+
tag: string;
|
|
33695
|
+
layout: boolean;
|
|
33696
|
+
offset: boolean;
|
|
33697
|
+
order: string | number;
|
|
33698
|
+
absolute: boolean;
|
|
33699
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33700
|
+
component?: vue.Component | undefined;
|
|
33701
|
+
})>;
|
|
33702
|
+
readonly: boolean;
|
|
33703
|
+
modelValue: boolean;
|
|
33704
|
+
rounded: string | number | boolean;
|
|
33705
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
33706
|
+
block: boolean;
|
|
33707
|
+
exact: boolean;
|
|
33708
|
+
tile: boolean;
|
|
33709
|
+
appear: boolean;
|
|
33710
|
+
density: Density;
|
|
33711
|
+
extended: boolean;
|
|
33712
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
33713
|
+
slim: boolean;
|
|
33714
|
+
stacked: boolean;
|
|
33715
|
+
ripple: boolean | {
|
|
33716
|
+
class: string;
|
|
33717
|
+
} | undefined;
|
|
33718
|
+
app: boolean;
|
|
33061
33719
|
}, true, {}, vue.SlotsType<Partial<{
|
|
33062
33720
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
33063
33721
|
[key: string]: any;
|
|
@@ -33070,10 +33728,62 @@ declare const VFieldLabel: {
|
|
|
33070
33728
|
M: {};
|
|
33071
33729
|
Defaults: {};
|
|
33072
33730
|
}, {
|
|
33731
|
+
symbol: any;
|
|
33732
|
+
flat: boolean;
|
|
33733
|
+
replace: boolean;
|
|
33073
33734
|
style: vue.StyleValue;
|
|
33074
|
-
|
|
33735
|
+
size: string | number;
|
|
33736
|
+
active: boolean;
|
|
33737
|
+
disabled: boolean;
|
|
33738
|
+
tag: string;
|
|
33739
|
+
layout: boolean;
|
|
33740
|
+
offset: boolean;
|
|
33741
|
+
order: string | number;
|
|
33742
|
+
absolute: boolean;
|
|
33743
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33744
|
+
component?: vue.Component | undefined;
|
|
33745
|
+
})>;
|
|
33746
|
+
readonly: boolean;
|
|
33747
|
+
modelValue: boolean;
|
|
33748
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
33749
|
+
block: boolean;
|
|
33750
|
+
exact: boolean;
|
|
33751
|
+
tile: boolean;
|
|
33752
|
+
appear: boolean;
|
|
33753
|
+
density: Density;
|
|
33754
|
+
extended: boolean;
|
|
33755
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
33756
|
+
slim: boolean;
|
|
33757
|
+
stacked: boolean;
|
|
33758
|
+
ripple: boolean | {
|
|
33759
|
+
class: string;
|
|
33760
|
+
} | undefined;
|
|
33761
|
+
app: boolean;
|
|
33075
33762
|
} & {
|
|
33076
33763
|
class?: any;
|
|
33764
|
+
text?: string | undefined;
|
|
33765
|
+
value?: any;
|
|
33766
|
+
width?: string | number | undefined;
|
|
33767
|
+
height?: string | number | undefined;
|
|
33768
|
+
theme?: string | undefined;
|
|
33769
|
+
href?: string | undefined;
|
|
33770
|
+
color?: string | undefined;
|
|
33771
|
+
name?: string | undefined;
|
|
33772
|
+
loading?: string | boolean | undefined;
|
|
33773
|
+
icon?: boolean | IconValue | undefined;
|
|
33774
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
33775
|
+
border?: string | number | boolean | undefined;
|
|
33776
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33777
|
+
rounded?: string | number | boolean | undefined;
|
|
33778
|
+
maxHeight?: string | number | undefined;
|
|
33779
|
+
maxWidth?: string | number | undefined;
|
|
33780
|
+
minHeight?: string | number | undefined;
|
|
33781
|
+
minWidth?: string | number | undefined;
|
|
33782
|
+
elevation?: string | number | undefined;
|
|
33783
|
+
baseColor?: string | undefined;
|
|
33784
|
+
selectedClass?: string | undefined;
|
|
33785
|
+
prependIcon?: IconValue | undefined;
|
|
33786
|
+
appendIcon?: IconValue | undefined;
|
|
33077
33787
|
} & {
|
|
33078
33788
|
$children?: vue.VNodeChild | {
|
|
33079
33789
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -33083,18 +33793,102 @@ declare const VFieldLabel: {
|
|
|
33083
33793
|
} | undefined;
|
|
33084
33794
|
} & {
|
|
33085
33795
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
33796
|
+
} & {
|
|
33797
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33086
33798
|
}, {}, {}, {}, {}, {
|
|
33799
|
+
symbol: any;
|
|
33800
|
+
flat: boolean;
|
|
33801
|
+
replace: boolean;
|
|
33087
33802
|
style: vue.StyleValue;
|
|
33088
|
-
|
|
33803
|
+
size: string | number;
|
|
33804
|
+
active: boolean;
|
|
33805
|
+
disabled: boolean;
|
|
33806
|
+
tag: string;
|
|
33807
|
+
layout: boolean;
|
|
33808
|
+
offset: boolean;
|
|
33809
|
+
order: string | number;
|
|
33810
|
+
absolute: boolean;
|
|
33811
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33812
|
+
component?: vue.Component | undefined;
|
|
33813
|
+
})>;
|
|
33814
|
+
readonly: boolean;
|
|
33815
|
+
modelValue: boolean;
|
|
33816
|
+
rounded: string | number | boolean;
|
|
33817
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
33818
|
+
block: boolean;
|
|
33819
|
+
exact: boolean;
|
|
33820
|
+
tile: boolean;
|
|
33821
|
+
appear: boolean;
|
|
33822
|
+
density: Density;
|
|
33823
|
+
extended: boolean;
|
|
33824
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
33825
|
+
slim: boolean;
|
|
33826
|
+
stacked: boolean;
|
|
33827
|
+
ripple: boolean | {
|
|
33828
|
+
class: string;
|
|
33829
|
+
} | undefined;
|
|
33830
|
+
app: boolean;
|
|
33089
33831
|
}>;
|
|
33090
33832
|
__isFragment?: undefined;
|
|
33091
33833
|
__isTeleport?: undefined;
|
|
33092
33834
|
__isSuspense?: undefined;
|
|
33093
33835
|
} & vue.ComponentOptionsBase<{
|
|
33836
|
+
symbol: any;
|
|
33837
|
+
flat: boolean;
|
|
33838
|
+
replace: boolean;
|
|
33094
33839
|
style: vue.StyleValue;
|
|
33095
|
-
|
|
33840
|
+
size: string | number;
|
|
33841
|
+
active: boolean;
|
|
33842
|
+
disabled: boolean;
|
|
33843
|
+
tag: string;
|
|
33844
|
+
layout: boolean;
|
|
33845
|
+
offset: boolean;
|
|
33846
|
+
order: string | number;
|
|
33847
|
+
absolute: boolean;
|
|
33848
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33849
|
+
component?: vue.Component | undefined;
|
|
33850
|
+
})>;
|
|
33851
|
+
readonly: boolean;
|
|
33852
|
+
modelValue: boolean;
|
|
33853
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
33854
|
+
block: boolean;
|
|
33855
|
+
exact: boolean;
|
|
33856
|
+
tile: boolean;
|
|
33857
|
+
appear: boolean;
|
|
33858
|
+
density: Density;
|
|
33859
|
+
extended: boolean;
|
|
33860
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
33861
|
+
slim: boolean;
|
|
33862
|
+
stacked: boolean;
|
|
33863
|
+
ripple: boolean | {
|
|
33864
|
+
class: string;
|
|
33865
|
+
} | undefined;
|
|
33866
|
+
app: boolean;
|
|
33096
33867
|
} & {
|
|
33097
33868
|
class?: any;
|
|
33869
|
+
text?: string | undefined;
|
|
33870
|
+
value?: any;
|
|
33871
|
+
width?: string | number | undefined;
|
|
33872
|
+
height?: string | number | undefined;
|
|
33873
|
+
theme?: string | undefined;
|
|
33874
|
+
href?: string | undefined;
|
|
33875
|
+
color?: string | undefined;
|
|
33876
|
+
name?: string | undefined;
|
|
33877
|
+
loading?: string | boolean | undefined;
|
|
33878
|
+
icon?: boolean | IconValue | undefined;
|
|
33879
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
33880
|
+
border?: string | number | boolean | undefined;
|
|
33881
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33882
|
+
rounded?: string | number | boolean | undefined;
|
|
33883
|
+
maxHeight?: string | number | undefined;
|
|
33884
|
+
maxWidth?: string | number | undefined;
|
|
33885
|
+
minHeight?: string | number | undefined;
|
|
33886
|
+
minWidth?: string | number | undefined;
|
|
33887
|
+
elevation?: string | number | undefined;
|
|
33888
|
+
baseColor?: string | undefined;
|
|
33889
|
+
selectedClass?: string | undefined;
|
|
33890
|
+
prependIcon?: IconValue | undefined;
|
|
33891
|
+
appendIcon?: IconValue | undefined;
|
|
33098
33892
|
} & {
|
|
33099
33893
|
$children?: vue.VNodeChild | {
|
|
33100
33894
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -33104,79 +33898,445 @@ declare const VFieldLabel: {
|
|
|
33104
33898
|
} | undefined;
|
|
33105
33899
|
} & {
|
|
33106
33900
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
33107
|
-
}
|
|
33901
|
+
} & {
|
|
33902
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33903
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
33904
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
33905
|
+
}, string, {
|
|
33906
|
+
symbol: any;
|
|
33907
|
+
flat: boolean;
|
|
33908
|
+
replace: boolean;
|
|
33108
33909
|
style: vue.StyleValue;
|
|
33109
|
-
|
|
33910
|
+
size: string | number;
|
|
33911
|
+
active: boolean;
|
|
33912
|
+
disabled: boolean;
|
|
33913
|
+
tag: string;
|
|
33914
|
+
layout: boolean;
|
|
33915
|
+
offset: boolean;
|
|
33916
|
+
order: string | number;
|
|
33917
|
+
absolute: boolean;
|
|
33918
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33919
|
+
component?: vue.Component | undefined;
|
|
33920
|
+
})>;
|
|
33921
|
+
readonly: boolean;
|
|
33922
|
+
modelValue: boolean;
|
|
33923
|
+
rounded: string | number | boolean;
|
|
33924
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
33925
|
+
block: boolean;
|
|
33926
|
+
exact: boolean;
|
|
33927
|
+
tile: boolean;
|
|
33928
|
+
appear: boolean;
|
|
33929
|
+
density: Density;
|
|
33930
|
+
extended: boolean;
|
|
33931
|
+
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
33932
|
+
slim: boolean;
|
|
33933
|
+
stacked: boolean;
|
|
33934
|
+
ripple: boolean | {
|
|
33935
|
+
class: string;
|
|
33936
|
+
} | undefined;
|
|
33937
|
+
app: boolean;
|
|
33110
33938
|
}, {}, string, vue.SlotsType<Partial<{
|
|
33111
33939
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
33112
33940
|
[key: string]: any;
|
|
33113
33941
|
}>[];
|
|
33114
33942
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
33115
|
-
|
|
33943
|
+
transition: Omit<{
|
|
33944
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
33945
|
+
component?: vue.Component | undefined;
|
|
33946
|
+
})>;
|
|
33947
|
+
default: string;
|
|
33948
|
+
validator: (val: unknown) => boolean;
|
|
33949
|
+
}, "default" | "type"> & {
|
|
33950
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33951
|
+
component?: vue.Component | undefined;
|
|
33952
|
+
})>>;
|
|
33953
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
33954
|
+
component?: vue.Component | undefined;
|
|
33955
|
+
})>;
|
|
33956
|
+
};
|
|
33957
|
+
name: {
|
|
33958
|
+
type: StringConstructor;
|
|
33959
|
+
};
|
|
33960
|
+
order: {
|
|
33961
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
33962
|
+
default: number;
|
|
33963
|
+
};
|
|
33964
|
+
absolute: BooleanConstructor;
|
|
33965
|
+
symbol: {
|
|
33966
|
+
type: null;
|
|
33967
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
33968
|
+
};
|
|
33969
|
+
flat: BooleanConstructor;
|
|
33970
|
+
replace: BooleanConstructor;
|
|
33971
|
+
class: PropType<any>;
|
|
33116
33972
|
style: {
|
|
33117
|
-
type:
|
|
33973
|
+
type: PropType<vue.StyleValue>;
|
|
33118
33974
|
default: null;
|
|
33119
33975
|
};
|
|
33120
|
-
|
|
33976
|
+
size: {
|
|
33977
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
33978
|
+
default: string;
|
|
33979
|
+
};
|
|
33980
|
+
text: StringConstructor;
|
|
33981
|
+
value: null;
|
|
33982
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
33983
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
33984
|
+
active: Omit<{
|
|
33985
|
+
type: BooleanConstructor;
|
|
33986
|
+
default: undefined;
|
|
33987
|
+
}, "default" | "type"> & {
|
|
33988
|
+
type: PropType<boolean>;
|
|
33989
|
+
default: boolean;
|
|
33990
|
+
};
|
|
33991
|
+
theme: StringConstructor;
|
|
33992
|
+
href: StringConstructor;
|
|
33993
|
+
color: StringConstructor;
|
|
33994
|
+
disabled: BooleanConstructor;
|
|
33995
|
+
tag: Omit<{
|
|
33996
|
+
type: StringConstructor;
|
|
33997
|
+
default: string;
|
|
33998
|
+
}, "default" | "type"> & {
|
|
33999
|
+
type: PropType<string>;
|
|
34000
|
+
default: string;
|
|
34001
|
+
};
|
|
34002
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
34003
|
+
icon: PropType<boolean | IconValue>;
|
|
34004
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
34005
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
34006
|
+
position: {
|
|
34007
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
34008
|
+
validator: (v: any) => boolean;
|
|
34009
|
+
};
|
|
34010
|
+
readonly: BooleanConstructor;
|
|
34011
|
+
rounded: {
|
|
34012
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
34013
|
+
default: undefined;
|
|
34014
|
+
};
|
|
34015
|
+
variant: Omit<{
|
|
34016
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34017
|
+
default: string;
|
|
34018
|
+
validator: (v: any) => boolean;
|
|
34019
|
+
}, "default" | "type"> & {
|
|
34020
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
34021
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34022
|
+
};
|
|
34023
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
34024
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
34025
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
34026
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
34027
|
+
block: BooleanConstructor;
|
|
34028
|
+
exact: BooleanConstructor;
|
|
34029
|
+
tile: BooleanConstructor;
|
|
34030
|
+
elevation: {
|
|
34031
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34032
|
+
validator(v: any): boolean;
|
|
34033
|
+
};
|
|
34034
|
+
density: {
|
|
34035
|
+
type: PropType<Density>;
|
|
34036
|
+
default: string;
|
|
34037
|
+
validator: (v: any) => boolean;
|
|
34038
|
+
};
|
|
34039
|
+
baseColor: StringConstructor;
|
|
34040
|
+
selectedClass: StringConstructor;
|
|
34041
|
+
prependIcon: PropType<IconValue>;
|
|
34042
|
+
appendIcon: PropType<IconValue>;
|
|
34043
|
+
slim: BooleanConstructor;
|
|
34044
|
+
stacked: BooleanConstructor;
|
|
34045
|
+
ripple: {
|
|
34046
|
+
type: PropType<boolean | {
|
|
34047
|
+
class: string;
|
|
34048
|
+
} | undefined>;
|
|
34049
|
+
default: boolean;
|
|
34050
|
+
};
|
|
34051
|
+
app: BooleanConstructor;
|
|
34052
|
+
appear: BooleanConstructor;
|
|
34053
|
+
extended: BooleanConstructor;
|
|
34054
|
+
layout: BooleanConstructor;
|
|
34055
|
+
location: {
|
|
34056
|
+
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
34057
|
+
default: string;
|
|
34058
|
+
};
|
|
34059
|
+
offset: BooleanConstructor;
|
|
34060
|
+
modelValue: {
|
|
34061
|
+
type: BooleanConstructor;
|
|
34062
|
+
default: boolean;
|
|
34063
|
+
};
|
|
33121
34064
|
}, vue.ExtractPropTypes<{
|
|
33122
|
-
|
|
34065
|
+
transition: Omit<{
|
|
34066
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
34067
|
+
component?: vue.Component | undefined;
|
|
34068
|
+
})>;
|
|
34069
|
+
default: string;
|
|
34070
|
+
validator: (val: unknown) => boolean;
|
|
34071
|
+
}, "default" | "type"> & {
|
|
34072
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
34073
|
+
component?: vue.Component | undefined;
|
|
34074
|
+
})>>;
|
|
34075
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
34076
|
+
component?: vue.Component | undefined;
|
|
34077
|
+
})>;
|
|
34078
|
+
};
|
|
34079
|
+
name: {
|
|
34080
|
+
type: StringConstructor;
|
|
34081
|
+
};
|
|
34082
|
+
order: {
|
|
34083
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34084
|
+
default: number;
|
|
34085
|
+
};
|
|
34086
|
+
absolute: BooleanConstructor;
|
|
34087
|
+
symbol: {
|
|
34088
|
+
type: null;
|
|
34089
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
34090
|
+
};
|
|
34091
|
+
flat: BooleanConstructor;
|
|
34092
|
+
replace: BooleanConstructor;
|
|
34093
|
+
class: PropType<any>;
|
|
33123
34094
|
style: {
|
|
33124
|
-
type:
|
|
34095
|
+
type: PropType<vue.StyleValue>;
|
|
33125
34096
|
default: null;
|
|
33126
34097
|
};
|
|
33127
|
-
|
|
33128
|
-
|
|
33129
|
-
|
|
33130
|
-
|
|
33131
|
-
|
|
33132
|
-
|
|
33133
|
-
|
|
33134
|
-
|
|
33135
|
-
|
|
33136
|
-
|
|
33137
|
-
|
|
33138
|
-
|
|
33139
|
-
|
|
33140
|
-
|
|
33141
|
-
|
|
33142
|
-
|
|
33143
|
-
|
|
33144
|
-
|
|
33145
|
-
|
|
33146
|
-
|
|
33147
|
-
|
|
33148
|
-
|
|
33149
|
-
|
|
33150
|
-
|
|
33151
|
-
|
|
33152
|
-
|
|
33153
|
-
|
|
33154
|
-
|
|
33155
|
-
|
|
33156
|
-
|
|
33157
|
-
|
|
33158
|
-
|
|
33159
|
-
|
|
33160
|
-
|
|
33161
|
-
|
|
33162
|
-
|
|
33163
|
-
|
|
33164
|
-
|
|
33165
|
-
}
|
|
33166
|
-
|
|
33167
|
-
|
|
33168
|
-
|
|
33169
|
-
|
|
33170
|
-
|
|
33171
|
-
|
|
33172
|
-
|
|
33173
|
-
|
|
33174
|
-
|
|
33175
|
-
|
|
33176
|
-
|
|
33177
|
-
|
|
33178
|
-
|
|
33179
|
-
|
|
34098
|
+
size: {
|
|
34099
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34100
|
+
default: string;
|
|
34101
|
+
};
|
|
34102
|
+
text: StringConstructor;
|
|
34103
|
+
value: null;
|
|
34104
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
34105
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
34106
|
+
active: Omit<{
|
|
34107
|
+
type: BooleanConstructor;
|
|
34108
|
+
default: undefined;
|
|
34109
|
+
}, "default" | "type"> & {
|
|
34110
|
+
type: PropType<boolean>;
|
|
34111
|
+
default: boolean;
|
|
34112
|
+
};
|
|
34113
|
+
theme: StringConstructor;
|
|
34114
|
+
href: StringConstructor;
|
|
34115
|
+
color: StringConstructor;
|
|
34116
|
+
disabled: BooleanConstructor;
|
|
34117
|
+
tag: Omit<{
|
|
34118
|
+
type: StringConstructor;
|
|
34119
|
+
default: string;
|
|
34120
|
+
}, "default" | "type"> & {
|
|
34121
|
+
type: PropType<string>;
|
|
34122
|
+
default: string;
|
|
34123
|
+
};
|
|
34124
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
34125
|
+
icon: PropType<boolean | IconValue>;
|
|
34126
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
34127
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
34128
|
+
position: {
|
|
34129
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
34130
|
+
validator: (v: any) => boolean;
|
|
34131
|
+
};
|
|
34132
|
+
readonly: BooleanConstructor;
|
|
34133
|
+
rounded: {
|
|
34134
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
34135
|
+
default: undefined;
|
|
34136
|
+
};
|
|
34137
|
+
variant: Omit<{
|
|
34138
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34139
|
+
default: string;
|
|
34140
|
+
validator: (v: any) => boolean;
|
|
34141
|
+
}, "default" | "type"> & {
|
|
34142
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
34143
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
34144
|
+
};
|
|
34145
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
34146
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
34147
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
34148
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
34149
|
+
block: BooleanConstructor;
|
|
34150
|
+
exact: BooleanConstructor;
|
|
34151
|
+
tile: BooleanConstructor;
|
|
34152
|
+
elevation: {
|
|
34153
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34154
|
+
validator(v: any): boolean;
|
|
34155
|
+
};
|
|
34156
|
+
density: {
|
|
34157
|
+
type: PropType<Density>;
|
|
34158
|
+
default: string;
|
|
34159
|
+
validator: (v: any) => boolean;
|
|
34160
|
+
};
|
|
34161
|
+
baseColor: StringConstructor;
|
|
34162
|
+
selectedClass: StringConstructor;
|
|
34163
|
+
prependIcon: PropType<IconValue>;
|
|
34164
|
+
appendIcon: PropType<IconValue>;
|
|
34165
|
+
slim: BooleanConstructor;
|
|
34166
|
+
stacked: BooleanConstructor;
|
|
34167
|
+
ripple: {
|
|
34168
|
+
type: PropType<boolean | {
|
|
34169
|
+
class: string;
|
|
34170
|
+
} | undefined>;
|
|
34171
|
+
default: boolean;
|
|
34172
|
+
};
|
|
34173
|
+
app: BooleanConstructor;
|
|
34174
|
+
appear: BooleanConstructor;
|
|
34175
|
+
extended: BooleanConstructor;
|
|
34176
|
+
layout: BooleanConstructor;
|
|
34177
|
+
location: {
|
|
34178
|
+
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
34179
|
+
default: string;
|
|
34180
|
+
};
|
|
34181
|
+
offset: BooleanConstructor;
|
|
34182
|
+
modelValue: {
|
|
34183
|
+
type: BooleanConstructor;
|
|
34184
|
+
default: boolean;
|
|
34185
|
+
};
|
|
34186
|
+
}>>;
|
|
34187
|
+
type VFab = InstanceType<typeof VFab>;
|
|
34188
|
+
|
|
34189
|
+
declare const VFieldLabel: {
|
|
34190
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
34191
|
+
style: vue.StyleValue;
|
|
34192
|
+
floating: boolean;
|
|
34193
|
+
} & {
|
|
34194
|
+
class?: any;
|
|
34195
|
+
} & {
|
|
34196
|
+
$children?: vue.VNodeChild | {
|
|
34197
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
34198
|
+
} | (() => vue.VNodeChild);
|
|
34199
|
+
'v-slots'?: {
|
|
34200
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
34201
|
+
} | undefined;
|
|
34202
|
+
} & {
|
|
34203
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
34204
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
34205
|
+
style: vue.StyleValue;
|
|
34206
|
+
floating: boolean;
|
|
34207
|
+
} & {
|
|
34208
|
+
class?: any;
|
|
34209
|
+
} & {
|
|
34210
|
+
$children?: vue.VNodeChild | {
|
|
34211
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
34212
|
+
} | (() => vue.VNodeChild);
|
|
34213
|
+
'v-slots'?: {
|
|
34214
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
34215
|
+
} | undefined;
|
|
34216
|
+
} & {
|
|
34217
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
34218
|
+
}, {
|
|
34219
|
+
style: vue.StyleValue;
|
|
34220
|
+
floating: boolean;
|
|
34221
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
34222
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
34223
|
+
[key: string]: any;
|
|
34224
|
+
}>[];
|
|
34225
|
+
}>>, {
|
|
34226
|
+
P: {};
|
|
34227
|
+
B: {};
|
|
34228
|
+
D: {};
|
|
34229
|
+
C: {};
|
|
34230
|
+
M: {};
|
|
34231
|
+
Defaults: {};
|
|
34232
|
+
}, {
|
|
34233
|
+
style: vue.StyleValue;
|
|
34234
|
+
floating: boolean;
|
|
34235
|
+
} & {
|
|
34236
|
+
class?: any;
|
|
34237
|
+
} & {
|
|
34238
|
+
$children?: vue.VNodeChild | {
|
|
34239
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
34240
|
+
} | (() => vue.VNodeChild);
|
|
34241
|
+
'v-slots'?: {
|
|
34242
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
34243
|
+
} | undefined;
|
|
34244
|
+
} & {
|
|
34245
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
34246
|
+
}, {}, {}, {}, {}, {
|
|
34247
|
+
style: vue.StyleValue;
|
|
34248
|
+
floating: boolean;
|
|
34249
|
+
}>;
|
|
34250
|
+
__isFragment?: undefined;
|
|
34251
|
+
__isTeleport?: undefined;
|
|
34252
|
+
__isSuspense?: undefined;
|
|
34253
|
+
} & vue.ComponentOptionsBase<{
|
|
34254
|
+
style: vue.StyleValue;
|
|
34255
|
+
floating: boolean;
|
|
34256
|
+
} & {
|
|
34257
|
+
class?: any;
|
|
34258
|
+
} & {
|
|
34259
|
+
$children?: vue.VNodeChild | {
|
|
34260
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
34261
|
+
} | (() => vue.VNodeChild);
|
|
34262
|
+
'v-slots'?: {
|
|
34263
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
34264
|
+
} | undefined;
|
|
34265
|
+
} & {
|
|
34266
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
34267
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
34268
|
+
style: vue.StyleValue;
|
|
34269
|
+
floating: boolean;
|
|
34270
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
34271
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
34272
|
+
[key: string]: any;
|
|
34273
|
+
}>[];
|
|
34274
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
34275
|
+
class: vue.PropType<any>;
|
|
34276
|
+
style: {
|
|
34277
|
+
type: vue.PropType<vue.StyleValue>;
|
|
34278
|
+
default: null;
|
|
34279
|
+
};
|
|
34280
|
+
floating: BooleanConstructor;
|
|
34281
|
+
}, vue.ExtractPropTypes<{
|
|
34282
|
+
class: vue.PropType<any>;
|
|
34283
|
+
style: {
|
|
34284
|
+
type: vue.PropType<vue.StyleValue>;
|
|
34285
|
+
default: null;
|
|
34286
|
+
};
|
|
34287
|
+
floating: BooleanConstructor;
|
|
34288
|
+
}>>;
|
|
34289
|
+
type VFieldLabel = InstanceType<typeof VFieldLabel>;
|
|
34290
|
+
|
|
34291
|
+
declare const VFileInput: {
|
|
34292
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
34293
|
+
reverse: boolean;
|
|
34294
|
+
flat: boolean;
|
|
34295
|
+
style: vue.StyleValue;
|
|
34296
|
+
active: boolean;
|
|
34297
|
+
error: boolean;
|
|
34298
|
+
disabled: boolean;
|
|
34299
|
+
messages: string | readonly string[];
|
|
34300
|
+
counter: boolean;
|
|
34301
|
+
focused: boolean;
|
|
34302
|
+
errorMessages: string | readonly string[] | null;
|
|
34303
|
+
maxErrors: string | number;
|
|
34304
|
+
readonly: boolean | null;
|
|
34305
|
+
rules: readonly ValidationRule$1[];
|
|
34306
|
+
modelValue: File | File[];
|
|
34307
|
+
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
34308
|
+
multiple: boolean;
|
|
34309
|
+
tile: boolean;
|
|
34310
|
+
density: Density;
|
|
34311
|
+
direction: "horizontal" | "vertical";
|
|
34312
|
+
prependIcon: NonNullable<IconValue>;
|
|
34313
|
+
clearIcon: IconValue;
|
|
34314
|
+
hideSpinButtons: boolean;
|
|
34315
|
+
persistentHint: boolean;
|
|
34316
|
+
clearable: boolean;
|
|
34317
|
+
dirty: boolean;
|
|
34318
|
+
persistentClear: boolean;
|
|
34319
|
+
singleLine: boolean;
|
|
34320
|
+
chips: boolean;
|
|
34321
|
+
counterSizeString: string;
|
|
34322
|
+
counterString: string;
|
|
34323
|
+
hideInput: boolean;
|
|
34324
|
+
showSize: boolean | 1000 | 1024;
|
|
34325
|
+
} & {
|
|
34326
|
+
class?: any;
|
|
34327
|
+
id?: string | undefined;
|
|
34328
|
+
label?: string | undefined;
|
|
34329
|
+
width?: string | number | undefined;
|
|
34330
|
+
theme?: string | undefined;
|
|
34331
|
+
color?: string | undefined;
|
|
34332
|
+
name?: string | undefined;
|
|
34333
|
+
loading?: string | boolean | undefined;
|
|
34334
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34335
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
34336
|
+
validationValue?: any;
|
|
34337
|
+
rounded?: string | number | boolean | undefined;
|
|
34338
|
+
maxWidth?: string | number | undefined;
|
|
34339
|
+
minWidth?: string | number | undefined;
|
|
33180
34340
|
baseColor?: string | undefined;
|
|
33181
34341
|
bgColor?: string | undefined;
|
|
33182
34342
|
appendIcon?: IconValue | undefined;
|
|
@@ -54779,234 +55939,1318 @@ declare const VSnackbar: {
|
|
|
54779
55939
|
scrim: string | boolean;
|
|
54780
55940
|
_disableGlobalStack: boolean;
|
|
54781
55941
|
} & {
|
|
54782
|
-
class?: any;
|
|
54783
|
-
width?: string | number | undefined;
|
|
54784
|
-
height?: string | number | undefined;
|
|
54785
|
-
theme?: string | undefined;
|
|
54786
|
-
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
54787
|
-
offset?: string | number | number[] | undefined;
|
|
54788
|
-
contentClass?: any;
|
|
54789
|
-
opacity?: string | number | undefined;
|
|
54790
|
-
maxHeight?: string | number | undefined;
|
|
54791
|
-
maxWidth?: string | number | undefined;
|
|
54792
|
-
minHeight?: string | number | undefined;
|
|
54793
|
-
minWidth?: string | number | undefined;
|
|
54794
|
-
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
54795
|
-
closeDelay?: string | number | undefined;
|
|
54796
|
-
openDelay?: string | number | undefined;
|
|
54797
|
-
openOnClick?: boolean | undefined;
|
|
54798
|
-
openOnFocus?: boolean | undefined;
|
|
54799
|
-
contentProps?: any;
|
|
54800
|
-
attach?: string | boolean | Element | undefined;
|
|
55942
|
+
class?: any;
|
|
55943
|
+
width?: string | number | undefined;
|
|
55944
|
+
height?: string | number | undefined;
|
|
55945
|
+
theme?: string | undefined;
|
|
55946
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
55947
|
+
offset?: string | number | number[] | undefined;
|
|
55948
|
+
contentClass?: any;
|
|
55949
|
+
opacity?: string | number | undefined;
|
|
55950
|
+
maxHeight?: string | number | undefined;
|
|
55951
|
+
maxWidth?: string | number | undefined;
|
|
55952
|
+
minHeight?: string | number | undefined;
|
|
55953
|
+
minWidth?: string | number | undefined;
|
|
55954
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
55955
|
+
closeDelay?: string | number | undefined;
|
|
55956
|
+
openDelay?: string | number | undefined;
|
|
55957
|
+
openOnClick?: boolean | undefined;
|
|
55958
|
+
openOnFocus?: boolean | undefined;
|
|
55959
|
+
contentProps?: any;
|
|
55960
|
+
attach?: string | boolean | Element | undefined;
|
|
55961
|
+
} & {
|
|
55962
|
+
$children?: vue.VNodeChild | {
|
|
55963
|
+
default?: ((arg: {
|
|
55964
|
+
isActive: Ref<boolean>;
|
|
55965
|
+
}) => vue.VNodeChild) | undefined;
|
|
55966
|
+
activator?: ((arg: {
|
|
55967
|
+
isActive: boolean;
|
|
55968
|
+
props: Record<string, any>;
|
|
55969
|
+
targetRef: Ref<any>;
|
|
55970
|
+
}) => vue.VNodeChild) | undefined;
|
|
55971
|
+
} | ((arg: {
|
|
55972
|
+
isActive: Ref<boolean>;
|
|
55973
|
+
}) => vue.VNodeChild);
|
|
55974
|
+
'v-slots'?: {
|
|
55975
|
+
default?: false | ((arg: {
|
|
55976
|
+
isActive: Ref<boolean>;
|
|
55977
|
+
}) => vue.VNodeChild) | undefined;
|
|
55978
|
+
activator?: false | ((arg: {
|
|
55979
|
+
isActive: boolean;
|
|
55980
|
+
props: Record<string, any>;
|
|
55981
|
+
targetRef: Ref<any>;
|
|
55982
|
+
}) => vue.VNodeChild) | undefined;
|
|
55983
|
+
} | undefined;
|
|
55984
|
+
} & {
|
|
55985
|
+
"v-slot:default"?: false | ((arg: {
|
|
55986
|
+
isActive: Ref<boolean>;
|
|
55987
|
+
}) => vue.VNodeChild) | undefined;
|
|
55988
|
+
"v-slot:activator"?: false | ((arg: {
|
|
55989
|
+
isActive: boolean;
|
|
55990
|
+
props: Record<string, any>;
|
|
55991
|
+
targetRef: Ref<any>;
|
|
55992
|
+
}) => vue.VNodeChild) | undefined;
|
|
55993
|
+
} & {
|
|
55994
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
55995
|
+
onAfterEnter?: (() => any) | undefined;
|
|
55996
|
+
onAfterLeave?: (() => any) | undefined;
|
|
55997
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
55998
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
55999
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
56000
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
56001
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
56002
|
+
animateClick: () => void;
|
|
56003
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
56004
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
56005
|
+
localTop: vue.ComputedRef<boolean>;
|
|
56006
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
56007
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
56008
|
+
style: vue.StyleValue;
|
|
56009
|
+
disabled: boolean;
|
|
56010
|
+
absolute: boolean;
|
|
56011
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
56012
|
+
component?: vue.Component | undefined;
|
|
56013
|
+
})>;
|
|
56014
|
+
zIndex: string | number;
|
|
56015
|
+
modelValue: boolean;
|
|
56016
|
+
rounded: string | number | boolean;
|
|
56017
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
56018
|
+
origin: Anchor | "auto" | "overlap";
|
|
56019
|
+
vertical: boolean;
|
|
56020
|
+
tile: boolean;
|
|
56021
|
+
eager: boolean;
|
|
56022
|
+
location: Anchor;
|
|
56023
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56024
|
+
updateLocation: (e: Event) => void;
|
|
56025
|
+
} | undefined) | "connected";
|
|
56026
|
+
activatorProps: Record<string, any>;
|
|
56027
|
+
openOnClick: boolean;
|
|
56028
|
+
openOnHover: boolean;
|
|
56029
|
+
openOnFocus: boolean;
|
|
56030
|
+
closeOnContentClick: boolean;
|
|
56031
|
+
closeOnBack: boolean;
|
|
56032
|
+
contained: boolean;
|
|
56033
|
+
multiLine: boolean;
|
|
56034
|
+
timeout: string | number;
|
|
56035
|
+
}>;
|
|
56036
|
+
__isFragment?: undefined;
|
|
56037
|
+
__isTeleport?: undefined;
|
|
56038
|
+
__isSuspense?: undefined;
|
|
56039
|
+
} & vue.ComponentOptionsBase<{
|
|
56040
|
+
style: vue.StyleValue;
|
|
56041
|
+
disabled: boolean;
|
|
56042
|
+
absolute: boolean;
|
|
56043
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
56044
|
+
component?: vue.Component | undefined;
|
|
56045
|
+
})>;
|
|
56046
|
+
zIndex: string | number;
|
|
56047
|
+
modelValue: boolean;
|
|
56048
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
56049
|
+
origin: Anchor | "auto" | "overlap";
|
|
56050
|
+
vertical: boolean;
|
|
56051
|
+
tile: boolean;
|
|
56052
|
+
eager: boolean;
|
|
56053
|
+
location: Anchor;
|
|
56054
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56055
|
+
updateLocation: (e: Event) => void;
|
|
56056
|
+
} | undefined) | "connected";
|
|
56057
|
+
activatorProps: Record<string, any>;
|
|
56058
|
+
openOnHover: boolean;
|
|
56059
|
+
closeOnContentClick: boolean;
|
|
56060
|
+
closeOnBack: boolean;
|
|
56061
|
+
contained: boolean;
|
|
56062
|
+
multiLine: boolean;
|
|
56063
|
+
timeout: string | number;
|
|
56064
|
+
} & {
|
|
56065
|
+
class?: any;
|
|
56066
|
+
text?: string | undefined;
|
|
56067
|
+
width?: string | number | undefined;
|
|
56068
|
+
height?: string | number | undefined;
|
|
56069
|
+
theme?: string | undefined;
|
|
56070
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
56071
|
+
color?: string | undefined;
|
|
56072
|
+
offset?: string | number | number[] | undefined;
|
|
56073
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
56074
|
+
rounded?: string | number | boolean | undefined;
|
|
56075
|
+
contentClass?: any;
|
|
56076
|
+
opacity?: string | number | undefined;
|
|
56077
|
+
maxHeight?: string | number | undefined;
|
|
56078
|
+
maxWidth?: string | number | undefined;
|
|
56079
|
+
minHeight?: string | number | undefined;
|
|
56080
|
+
minWidth?: string | number | undefined;
|
|
56081
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
56082
|
+
closeDelay?: string | number | undefined;
|
|
56083
|
+
openDelay?: string | number | undefined;
|
|
56084
|
+
openOnClick?: boolean | undefined;
|
|
56085
|
+
openOnFocus?: boolean | undefined;
|
|
56086
|
+
contentProps?: any;
|
|
56087
|
+
attach?: string | boolean | Element | undefined;
|
|
56088
|
+
timer?: string | boolean | undefined;
|
|
56089
|
+
} & {
|
|
56090
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56091
|
+
activator?: ((arg: {
|
|
56092
|
+
isActive: boolean;
|
|
56093
|
+
props: Record<string, any>;
|
|
56094
|
+
}) => vue.VNodeChild) | undefined;
|
|
56095
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
56096
|
+
actions?: ((arg: {
|
|
56097
|
+
isActive: Ref<boolean>;
|
|
56098
|
+
}) => vue.VNodeChild) | undefined;
|
|
56099
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
56100
|
+
};
|
|
56101
|
+
'v-slots'?: {
|
|
56102
|
+
activator?: false | ((arg: {
|
|
56103
|
+
isActive: boolean;
|
|
56104
|
+
props: Record<string, any>;
|
|
56105
|
+
}) => vue.VNodeChild) | undefined;
|
|
56106
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
56107
|
+
actions?: false | ((arg: {
|
|
56108
|
+
isActive: Ref<boolean>;
|
|
56109
|
+
}) => vue.VNodeChild) | undefined;
|
|
56110
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
56111
|
+
} | undefined;
|
|
56112
|
+
} & {
|
|
56113
|
+
"v-slot:activator"?: false | ((arg: {
|
|
56114
|
+
isActive: boolean;
|
|
56115
|
+
props: Record<string, any>;
|
|
56116
|
+
}) => vue.VNodeChild) | undefined;
|
|
56117
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
56118
|
+
"v-slot:actions"?: false | ((arg: {
|
|
56119
|
+
isActive: Ref<boolean>;
|
|
56120
|
+
}) => vue.VNodeChild) | undefined;
|
|
56121
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
56122
|
+
} & {
|
|
56123
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
56124
|
+
}, Omit<Omit<{
|
|
56125
|
+
$: vue.ComponentInternalInstance;
|
|
56126
|
+
$data: {};
|
|
56127
|
+
$props: Partial<{
|
|
56128
|
+
style: vue.StyleValue;
|
|
56129
|
+
disabled: boolean;
|
|
56130
|
+
absolute: boolean;
|
|
56131
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
56132
|
+
component?: vue.Component | undefined;
|
|
56133
|
+
});
|
|
56134
|
+
zIndex: string | number;
|
|
56135
|
+
modelValue: boolean;
|
|
56136
|
+
origin: Anchor | "auto" | "overlap";
|
|
56137
|
+
eager: boolean;
|
|
56138
|
+
location: Anchor;
|
|
56139
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56140
|
+
updateLocation: (e: Event) => void;
|
|
56141
|
+
} | undefined) | "connected";
|
|
56142
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
56143
|
+
activatorProps: Record<string, any>;
|
|
56144
|
+
openOnClick: boolean;
|
|
56145
|
+
openOnHover: boolean;
|
|
56146
|
+
openOnFocus: boolean;
|
|
56147
|
+
closeOnContentClick: boolean;
|
|
56148
|
+
closeOnBack: boolean;
|
|
56149
|
+
contained: boolean;
|
|
56150
|
+
noClickAnimation: boolean;
|
|
56151
|
+
persistent: boolean;
|
|
56152
|
+
scrim: string | boolean;
|
|
56153
|
+
_disableGlobalStack: boolean;
|
|
56154
|
+
}> & Omit<{
|
|
56155
|
+
style: vue.StyleValue;
|
|
56156
|
+
disabled: boolean;
|
|
56157
|
+
absolute: boolean;
|
|
56158
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
56159
|
+
component?: vue.Component | undefined;
|
|
56160
|
+
});
|
|
56161
|
+
zIndex: string | number;
|
|
56162
|
+
modelValue: boolean;
|
|
56163
|
+
origin: Anchor | "auto" | "overlap";
|
|
56164
|
+
eager: boolean;
|
|
56165
|
+
location: Anchor;
|
|
56166
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56167
|
+
updateLocation: (e: Event) => void;
|
|
56168
|
+
} | undefined) | "connected";
|
|
56169
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
56170
|
+
activatorProps: Record<string, any>;
|
|
56171
|
+
openOnHover: boolean;
|
|
56172
|
+
closeOnContentClick: boolean;
|
|
56173
|
+
closeOnBack: boolean;
|
|
56174
|
+
contained: boolean;
|
|
56175
|
+
noClickAnimation: boolean;
|
|
56176
|
+
persistent: boolean;
|
|
56177
|
+
scrim: string | boolean;
|
|
56178
|
+
_disableGlobalStack: boolean;
|
|
56179
|
+
class?: any;
|
|
56180
|
+
width?: string | number | undefined;
|
|
56181
|
+
height?: string | number | undefined;
|
|
56182
|
+
theme?: string | undefined;
|
|
56183
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
56184
|
+
offset?: string | number | number[] | undefined;
|
|
56185
|
+
contentClass?: any;
|
|
56186
|
+
opacity?: string | number | undefined;
|
|
56187
|
+
maxHeight?: string | number | undefined;
|
|
56188
|
+
maxWidth?: string | number | undefined;
|
|
56189
|
+
minHeight?: string | number | undefined;
|
|
56190
|
+
minWidth?: string | number | undefined;
|
|
56191
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
56192
|
+
closeDelay?: string | number | undefined;
|
|
56193
|
+
openDelay?: string | number | undefined;
|
|
56194
|
+
openOnClick?: boolean | undefined;
|
|
56195
|
+
openOnFocus?: boolean | undefined;
|
|
56196
|
+
contentProps?: any;
|
|
56197
|
+
attach?: string | boolean | Element | undefined;
|
|
56198
|
+
$children?: vue.VNodeChild | {
|
|
56199
|
+
default?: ((arg: {
|
|
56200
|
+
isActive: Ref<boolean>;
|
|
56201
|
+
}) => vue.VNodeChild) | undefined;
|
|
56202
|
+
activator?: ((arg: {
|
|
56203
|
+
isActive: boolean;
|
|
56204
|
+
props: Record<string, any>;
|
|
56205
|
+
targetRef: Ref<any>;
|
|
56206
|
+
}) => vue.VNodeChild) | undefined;
|
|
56207
|
+
} | ((arg: {
|
|
56208
|
+
isActive: Ref<boolean>;
|
|
56209
|
+
}) => vue.VNodeChild);
|
|
56210
|
+
'v-slots'?: {
|
|
56211
|
+
default?: false | ((arg: {
|
|
56212
|
+
isActive: Ref<boolean>;
|
|
56213
|
+
}) => vue.VNodeChild) | undefined;
|
|
56214
|
+
activator?: false | ((arg: {
|
|
56215
|
+
isActive: boolean;
|
|
56216
|
+
props: Record<string, any>;
|
|
56217
|
+
targetRef: Ref<any>;
|
|
56218
|
+
}) => vue.VNodeChild) | undefined;
|
|
56219
|
+
} | undefined;
|
|
56220
|
+
"v-slot:default"?: false | ((arg: {
|
|
56221
|
+
isActive: Ref<boolean>;
|
|
56222
|
+
}) => vue.VNodeChild) | undefined;
|
|
56223
|
+
"v-slot:activator"?: false | ((arg: {
|
|
56224
|
+
isActive: boolean;
|
|
56225
|
+
props: Record<string, any>;
|
|
56226
|
+
targetRef: Ref<any>;
|
|
56227
|
+
}) => vue.VNodeChild) | undefined;
|
|
56228
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
56229
|
+
onAfterEnter?: (() => any) | undefined;
|
|
56230
|
+
onAfterLeave?: (() => any) | undefined;
|
|
56231
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
56232
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
56233
|
+
style: vue.StyleValue;
|
|
56234
|
+
disabled: boolean;
|
|
56235
|
+
absolute: boolean;
|
|
56236
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
56237
|
+
component?: vue.Component | undefined;
|
|
56238
|
+
});
|
|
56239
|
+
zIndex: string | number;
|
|
56240
|
+
modelValue: boolean;
|
|
56241
|
+
origin: Anchor | "auto" | "overlap";
|
|
56242
|
+
eager: boolean;
|
|
56243
|
+
location: Anchor;
|
|
56244
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56245
|
+
updateLocation: (e: Event) => void;
|
|
56246
|
+
} | undefined) | "connected";
|
|
56247
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
56248
|
+
activatorProps: Record<string, any>;
|
|
56249
|
+
openOnHover: boolean;
|
|
56250
|
+
closeOnContentClick: boolean;
|
|
56251
|
+
closeOnBack: boolean;
|
|
56252
|
+
contained: boolean;
|
|
56253
|
+
noClickAnimation: boolean;
|
|
56254
|
+
persistent: boolean;
|
|
56255
|
+
scrim: string | boolean;
|
|
56256
|
+
_disableGlobalStack: boolean;
|
|
56257
|
+
} & {
|
|
56258
|
+
class?: any;
|
|
56259
|
+
width?: string | number | undefined;
|
|
56260
|
+
height?: string | number | undefined;
|
|
56261
|
+
theme?: string | undefined;
|
|
56262
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
56263
|
+
offset?: string | number | number[] | undefined;
|
|
56264
|
+
contentClass?: any;
|
|
56265
|
+
opacity?: string | number | undefined;
|
|
56266
|
+
maxHeight?: string | number | undefined;
|
|
56267
|
+
maxWidth?: string | number | undefined;
|
|
56268
|
+
minHeight?: string | number | undefined;
|
|
56269
|
+
minWidth?: string | number | undefined;
|
|
56270
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
56271
|
+
closeDelay?: string | number | undefined;
|
|
56272
|
+
openDelay?: string | number | undefined;
|
|
56273
|
+
openOnClick?: boolean | undefined;
|
|
56274
|
+
openOnFocus?: boolean | undefined;
|
|
56275
|
+
contentProps?: any;
|
|
56276
|
+
attach?: string | boolean | Element | undefined;
|
|
56277
|
+
} & {
|
|
56278
|
+
$children?: vue.VNodeChild | {
|
|
56279
|
+
default?: ((arg: {
|
|
56280
|
+
isActive: Ref<boolean>;
|
|
56281
|
+
}) => vue.VNodeChild) | undefined;
|
|
56282
|
+
activator?: ((arg: {
|
|
56283
|
+
isActive: boolean;
|
|
56284
|
+
props: Record<string, any>;
|
|
56285
|
+
targetRef: Ref<any>;
|
|
56286
|
+
}) => vue.VNodeChild) | undefined;
|
|
56287
|
+
} | ((arg: {
|
|
56288
|
+
isActive: Ref<boolean>;
|
|
56289
|
+
}) => vue.VNodeChild);
|
|
56290
|
+
'v-slots'?: {
|
|
56291
|
+
default?: false | ((arg: {
|
|
56292
|
+
isActive: Ref<boolean>;
|
|
56293
|
+
}) => vue.VNodeChild) | undefined;
|
|
56294
|
+
activator?: false | ((arg: {
|
|
56295
|
+
isActive: boolean;
|
|
56296
|
+
props: Record<string, any>;
|
|
56297
|
+
targetRef: Ref<any>;
|
|
56298
|
+
}) => vue.VNodeChild) | undefined;
|
|
56299
|
+
} | undefined;
|
|
56300
|
+
} & {
|
|
56301
|
+
"v-slot:default"?: false | ((arg: {
|
|
56302
|
+
isActive: Ref<boolean>;
|
|
56303
|
+
}) => vue.VNodeChild) | undefined;
|
|
56304
|
+
"v-slot:activator"?: false | ((arg: {
|
|
56305
|
+
isActive: boolean;
|
|
56306
|
+
props: Record<string, any>;
|
|
56307
|
+
targetRef: Ref<any>;
|
|
56308
|
+
}) => vue.VNodeChild) | undefined;
|
|
56309
|
+
} & {
|
|
56310
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
56311
|
+
onAfterEnter?: (() => any) | undefined;
|
|
56312
|
+
onAfterLeave?: (() => any) | undefined;
|
|
56313
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
56314
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
56315
|
+
$attrs: {
|
|
56316
|
+
[x: string]: unknown;
|
|
56317
|
+
};
|
|
56318
|
+
$refs: {
|
|
56319
|
+
[x: string]: unknown;
|
|
56320
|
+
};
|
|
56321
|
+
$slots: Readonly<{
|
|
56322
|
+
default?: ((arg: {
|
|
56323
|
+
isActive: Ref<boolean>;
|
|
56324
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56325
|
+
[key: string]: any;
|
|
56326
|
+
}>[]) | undefined;
|
|
56327
|
+
activator?: ((arg: {
|
|
56328
|
+
isActive: boolean;
|
|
56329
|
+
props: Record<string, any>;
|
|
56330
|
+
targetRef: Ref<any>;
|
|
56331
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56332
|
+
[key: string]: any;
|
|
56333
|
+
}>[]) | undefined;
|
|
56334
|
+
}>;
|
|
56335
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
56336
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
56337
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
56338
|
+
$el: any;
|
|
56339
|
+
$options: vue.ComponentOptionsBase<{
|
|
56340
|
+
style: vue.StyleValue;
|
|
56341
|
+
disabled: boolean;
|
|
56342
|
+
absolute: boolean;
|
|
56343
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
56344
|
+
component?: vue.Component | undefined;
|
|
56345
|
+
});
|
|
56346
|
+
zIndex: string | number;
|
|
56347
|
+
modelValue: boolean;
|
|
56348
|
+
origin: Anchor | "auto" | "overlap";
|
|
56349
|
+
eager: boolean;
|
|
56350
|
+
location: Anchor;
|
|
56351
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56352
|
+
updateLocation: (e: Event) => void;
|
|
56353
|
+
} | undefined) | "connected";
|
|
56354
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
56355
|
+
activatorProps: Record<string, any>;
|
|
56356
|
+
openOnHover: boolean;
|
|
56357
|
+
closeOnContentClick: boolean;
|
|
56358
|
+
closeOnBack: boolean;
|
|
56359
|
+
contained: boolean;
|
|
56360
|
+
noClickAnimation: boolean;
|
|
56361
|
+
persistent: boolean;
|
|
56362
|
+
scrim: string | boolean;
|
|
56363
|
+
_disableGlobalStack: boolean;
|
|
56364
|
+
} & {
|
|
56365
|
+
class?: any;
|
|
56366
|
+
width?: string | number | undefined;
|
|
56367
|
+
height?: string | number | undefined;
|
|
56368
|
+
theme?: string | undefined;
|
|
56369
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
56370
|
+
offset?: string | number | number[] | undefined;
|
|
56371
|
+
contentClass?: any;
|
|
56372
|
+
opacity?: string | number | undefined;
|
|
56373
|
+
maxHeight?: string | number | undefined;
|
|
56374
|
+
maxWidth?: string | number | undefined;
|
|
56375
|
+
minHeight?: string | number | undefined;
|
|
56376
|
+
minWidth?: string | number | undefined;
|
|
56377
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
56378
|
+
closeDelay?: string | number | undefined;
|
|
56379
|
+
openDelay?: string | number | undefined;
|
|
56380
|
+
openOnClick?: boolean | undefined;
|
|
56381
|
+
openOnFocus?: boolean | undefined;
|
|
56382
|
+
contentProps?: any;
|
|
56383
|
+
attach?: string | boolean | Element | undefined;
|
|
56384
|
+
} & {
|
|
56385
|
+
$children?: vue.VNodeChild | {
|
|
56386
|
+
default?: ((arg: {
|
|
56387
|
+
isActive: Ref<boolean>;
|
|
56388
|
+
}) => vue.VNodeChild) | undefined;
|
|
56389
|
+
activator?: ((arg: {
|
|
56390
|
+
isActive: boolean;
|
|
56391
|
+
props: Record<string, any>;
|
|
56392
|
+
targetRef: Ref<any>;
|
|
56393
|
+
}) => vue.VNodeChild) | undefined;
|
|
56394
|
+
} | ((arg: {
|
|
56395
|
+
isActive: Ref<boolean>;
|
|
56396
|
+
}) => vue.VNodeChild);
|
|
56397
|
+
'v-slots'?: {
|
|
56398
|
+
default?: false | ((arg: {
|
|
56399
|
+
isActive: Ref<boolean>;
|
|
56400
|
+
}) => vue.VNodeChild) | undefined;
|
|
56401
|
+
activator?: false | ((arg: {
|
|
56402
|
+
isActive: boolean;
|
|
56403
|
+
props: Record<string, any>;
|
|
56404
|
+
targetRef: Ref<any>;
|
|
56405
|
+
}) => vue.VNodeChild) | undefined;
|
|
56406
|
+
} | undefined;
|
|
56407
|
+
} & {
|
|
56408
|
+
"v-slot:default"?: false | ((arg: {
|
|
56409
|
+
isActive: Ref<boolean>;
|
|
56410
|
+
}) => vue.VNodeChild) | undefined;
|
|
56411
|
+
"v-slot:activator"?: false | ((arg: {
|
|
56412
|
+
isActive: boolean;
|
|
56413
|
+
props: Record<string, any>;
|
|
56414
|
+
targetRef: Ref<any>;
|
|
56415
|
+
}) => vue.VNodeChild) | undefined;
|
|
56416
|
+
} & {
|
|
56417
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
56418
|
+
onAfterEnter?: (() => any) | undefined;
|
|
56419
|
+
onAfterLeave?: (() => any) | undefined;
|
|
56420
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
56421
|
+
}, {
|
|
56422
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
56423
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
56424
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
56425
|
+
animateClick: () => void;
|
|
56426
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
56427
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
56428
|
+
localTop: vue.ComputedRef<boolean>;
|
|
56429
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
56430
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
56431
|
+
'click:outside': (e: MouseEvent) => true;
|
|
56432
|
+
'update:modelValue': (value: boolean) => true;
|
|
56433
|
+
afterEnter: () => true;
|
|
56434
|
+
afterLeave: () => true;
|
|
56435
|
+
}, string, {
|
|
56436
|
+
style: vue.StyleValue;
|
|
56437
|
+
disabled: boolean;
|
|
56438
|
+
absolute: boolean;
|
|
56439
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
56440
|
+
component?: vue.Component | undefined;
|
|
56441
|
+
});
|
|
56442
|
+
zIndex: string | number;
|
|
56443
|
+
modelValue: boolean;
|
|
56444
|
+
origin: Anchor | "auto" | "overlap";
|
|
56445
|
+
eager: boolean;
|
|
56446
|
+
location: Anchor;
|
|
56447
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56448
|
+
updateLocation: (e: Event) => void;
|
|
56449
|
+
} | undefined) | "connected";
|
|
56450
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
56451
|
+
activatorProps: Record<string, any>;
|
|
56452
|
+
openOnClick: boolean;
|
|
56453
|
+
openOnHover: boolean;
|
|
56454
|
+
openOnFocus: boolean;
|
|
56455
|
+
closeOnContentClick: boolean;
|
|
56456
|
+
closeOnBack: boolean;
|
|
56457
|
+
contained: boolean;
|
|
56458
|
+
noClickAnimation: boolean;
|
|
56459
|
+
persistent: boolean;
|
|
56460
|
+
scrim: string | boolean;
|
|
56461
|
+
_disableGlobalStack: boolean;
|
|
56462
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
56463
|
+
default: (arg: {
|
|
56464
|
+
isActive: Ref<boolean>;
|
|
56465
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56466
|
+
[key: string]: any;
|
|
56467
|
+
}>[];
|
|
56468
|
+
activator: (arg: {
|
|
56469
|
+
isActive: boolean;
|
|
56470
|
+
props: Record<string, any>;
|
|
56471
|
+
targetRef: Ref<any>;
|
|
56472
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56473
|
+
[key: string]: any;
|
|
56474
|
+
}>[];
|
|
56475
|
+
}>>> & {
|
|
56476
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
56477
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
56478
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
56479
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
56480
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
56481
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
56482
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
56483
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
56484
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
56485
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
56486
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
56487
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
56488
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
56489
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
56490
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
56491
|
+
};
|
|
56492
|
+
$forceUpdate: () => void;
|
|
56493
|
+
$nextTick: typeof nextTick;
|
|
56494
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
56495
|
+
} & Omit<{
|
|
56496
|
+
style: vue.StyleValue;
|
|
56497
|
+
disabled: boolean;
|
|
56498
|
+
absolute: boolean;
|
|
56499
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
56500
|
+
component?: vue.Component | undefined;
|
|
56501
|
+
});
|
|
56502
|
+
zIndex: string | number;
|
|
56503
|
+
modelValue: boolean;
|
|
56504
|
+
origin: Anchor | "auto" | "overlap";
|
|
56505
|
+
eager: boolean;
|
|
56506
|
+
location: Anchor;
|
|
56507
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56508
|
+
updateLocation: (e: Event) => void;
|
|
56509
|
+
} | undefined) | "connected";
|
|
56510
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
56511
|
+
activatorProps: Record<string, any>;
|
|
56512
|
+
openOnHover: boolean;
|
|
56513
|
+
closeOnContentClick: boolean;
|
|
56514
|
+
closeOnBack: boolean;
|
|
56515
|
+
contained: boolean;
|
|
56516
|
+
noClickAnimation: boolean;
|
|
56517
|
+
persistent: boolean;
|
|
56518
|
+
scrim: string | boolean;
|
|
56519
|
+
_disableGlobalStack: boolean;
|
|
56520
|
+
} & {
|
|
56521
|
+
class?: any;
|
|
56522
|
+
width?: string | number | undefined;
|
|
56523
|
+
height?: string | number | undefined;
|
|
56524
|
+
theme?: string | undefined;
|
|
56525
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
56526
|
+
offset?: string | number | number[] | undefined;
|
|
56527
|
+
contentClass?: any;
|
|
56528
|
+
opacity?: string | number | undefined;
|
|
56529
|
+
maxHeight?: string | number | undefined;
|
|
56530
|
+
maxWidth?: string | number | undefined;
|
|
56531
|
+
minHeight?: string | number | undefined;
|
|
56532
|
+
minWidth?: string | number | undefined;
|
|
56533
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
56534
|
+
closeDelay?: string | number | undefined;
|
|
56535
|
+
openDelay?: string | number | undefined;
|
|
56536
|
+
openOnClick?: boolean | undefined;
|
|
56537
|
+
openOnFocus?: boolean | undefined;
|
|
56538
|
+
contentProps?: any;
|
|
56539
|
+
attach?: string | boolean | Element | undefined;
|
|
56540
|
+
} & {
|
|
56541
|
+
$children?: vue.VNodeChild | {
|
|
56542
|
+
default?: ((arg: {
|
|
56543
|
+
isActive: Ref<boolean>;
|
|
56544
|
+
}) => vue.VNodeChild) | undefined;
|
|
56545
|
+
activator?: ((arg: {
|
|
56546
|
+
isActive: boolean;
|
|
56547
|
+
props: Record<string, any>;
|
|
56548
|
+
targetRef: Ref<any>;
|
|
56549
|
+
}) => vue.VNodeChild) | undefined;
|
|
56550
|
+
} | ((arg: {
|
|
56551
|
+
isActive: Ref<boolean>;
|
|
56552
|
+
}) => vue.VNodeChild);
|
|
56553
|
+
'v-slots'?: {
|
|
56554
|
+
default?: false | ((arg: {
|
|
56555
|
+
isActive: Ref<boolean>;
|
|
56556
|
+
}) => vue.VNodeChild) | undefined;
|
|
56557
|
+
activator?: false | ((arg: {
|
|
56558
|
+
isActive: boolean;
|
|
56559
|
+
props: Record<string, any>;
|
|
56560
|
+
targetRef: Ref<any>;
|
|
56561
|
+
}) => vue.VNodeChild) | undefined;
|
|
56562
|
+
} | undefined;
|
|
56563
|
+
} & {
|
|
56564
|
+
"v-slot:default"?: false | ((arg: {
|
|
56565
|
+
isActive: Ref<boolean>;
|
|
56566
|
+
}) => vue.VNodeChild) | undefined;
|
|
56567
|
+
"v-slot:activator"?: false | ((arg: {
|
|
56568
|
+
isActive: boolean;
|
|
56569
|
+
props: Record<string, any>;
|
|
56570
|
+
targetRef: Ref<any>;
|
|
56571
|
+
}) => vue.VNodeChild) | undefined;
|
|
56572
|
+
} & {
|
|
56573
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
56574
|
+
onAfterEnter?: (() => any) | undefined;
|
|
56575
|
+
onAfterLeave?: (() => any) | undefined;
|
|
56576
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
56577
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
56578
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
56579
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
56580
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
56581
|
+
animateClick: () => void;
|
|
56582
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
56583
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
56584
|
+
localTop: vue.ComputedRef<boolean>;
|
|
56585
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
56586
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
56587
|
+
'update:modelValue': (v: boolean) => boolean;
|
|
56588
|
+
}, string, {
|
|
56589
|
+
style: vue.StyleValue;
|
|
56590
|
+
disabled: boolean;
|
|
56591
|
+
absolute: boolean;
|
|
56592
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
56593
|
+
component?: vue.Component | undefined;
|
|
56594
|
+
})>;
|
|
56595
|
+
zIndex: string | number;
|
|
56596
|
+
modelValue: boolean;
|
|
56597
|
+
rounded: string | number | boolean;
|
|
56598
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
56599
|
+
origin: Anchor | "auto" | "overlap";
|
|
56600
|
+
vertical: boolean;
|
|
56601
|
+
tile: boolean;
|
|
56602
|
+
eager: boolean;
|
|
56603
|
+
location: Anchor;
|
|
56604
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56605
|
+
updateLocation: (e: Event) => void;
|
|
56606
|
+
} | undefined) | "connected";
|
|
56607
|
+
activatorProps: Record<string, any>;
|
|
56608
|
+
openOnClick: boolean;
|
|
56609
|
+
openOnHover: boolean;
|
|
56610
|
+
openOnFocus: boolean;
|
|
56611
|
+
closeOnContentClick: boolean;
|
|
56612
|
+
closeOnBack: boolean;
|
|
56613
|
+
contained: boolean;
|
|
56614
|
+
multiLine: boolean;
|
|
56615
|
+
timeout: string | number;
|
|
56616
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
56617
|
+
activator: (arg: {
|
|
56618
|
+
isActive: boolean;
|
|
56619
|
+
props: Record<string, any>;
|
|
56620
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56621
|
+
[key: string]: any;
|
|
56622
|
+
}>[];
|
|
56623
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56624
|
+
[key: string]: any;
|
|
56625
|
+
}>[];
|
|
56626
|
+
actions: (arg: {
|
|
56627
|
+
isActive: Ref<boolean>;
|
|
56628
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56629
|
+
[key: string]: any;
|
|
56630
|
+
}>[];
|
|
56631
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56632
|
+
[key: string]: any;
|
|
56633
|
+
}>[];
|
|
56634
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
56635
|
+
class: vue.PropType<any>;
|
|
56636
|
+
style: {
|
|
56637
|
+
type: vue.PropType<vue.StyleValue>;
|
|
56638
|
+
default: null;
|
|
56639
|
+
};
|
|
56640
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56641
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56642
|
+
theme: StringConstructor;
|
|
56643
|
+
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
56644
|
+
disabled: BooleanConstructor;
|
|
56645
|
+
offset: vue.PropType<string | number | number[] | undefined>;
|
|
56646
|
+
absolute: BooleanConstructor;
|
|
56647
|
+
transition: Omit<{
|
|
56648
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
56649
|
+
component?: vue.Component | undefined;
|
|
56650
|
+
})>;
|
|
56651
|
+
default: string;
|
|
56652
|
+
validator: (val: unknown) => boolean;
|
|
56653
|
+
}, "default" | "type"> & {
|
|
56654
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
56655
|
+
component?: vue.Component | undefined;
|
|
56656
|
+
})>>;
|
|
56657
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
56658
|
+
component?: vue.Component | undefined;
|
|
56659
|
+
})>;
|
|
56660
|
+
};
|
|
56661
|
+
zIndex: {
|
|
56662
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
56663
|
+
default: number;
|
|
56664
|
+
};
|
|
56665
|
+
modelValue: BooleanConstructor;
|
|
56666
|
+
contentClass: null;
|
|
56667
|
+
origin: {
|
|
56668
|
+
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
56669
|
+
default: string;
|
|
56670
|
+
};
|
|
56671
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
56672
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56673
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56674
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56675
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56676
|
+
eager: BooleanConstructor;
|
|
56677
|
+
location: {
|
|
56678
|
+
type: vue.PropType<Anchor>;
|
|
56679
|
+
default: string;
|
|
56680
|
+
};
|
|
56681
|
+
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
56682
|
+
locationStrategy: {
|
|
56683
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56684
|
+
updateLocation: (e: Event) => void;
|
|
56685
|
+
} | undefined) | "connected">;
|
|
56686
|
+
default: string;
|
|
56687
|
+
validator: (val: any) => boolean;
|
|
56688
|
+
};
|
|
56689
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
56690
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
56691
|
+
activatorProps: {
|
|
56692
|
+
type: vue.PropType<Record<string, any>>;
|
|
56693
|
+
default: () => {};
|
|
56694
|
+
};
|
|
56695
|
+
openOnClick: {
|
|
56696
|
+
type: BooleanConstructor;
|
|
56697
|
+
default: undefined;
|
|
56698
|
+
};
|
|
56699
|
+
openOnHover: BooleanConstructor;
|
|
56700
|
+
openOnFocus: {
|
|
56701
|
+
type: BooleanConstructor;
|
|
56702
|
+
default: undefined;
|
|
56703
|
+
};
|
|
56704
|
+
closeOnContentClick: BooleanConstructor;
|
|
56705
|
+
closeOnBack: {
|
|
56706
|
+
type: BooleanConstructor;
|
|
56707
|
+
default: boolean;
|
|
56708
|
+
};
|
|
56709
|
+
contained: BooleanConstructor;
|
|
56710
|
+
contentProps: null;
|
|
56711
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
56712
|
+
color: StringConstructor;
|
|
56713
|
+
variant: {
|
|
56714
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
56715
|
+
default: string;
|
|
56716
|
+
validator: (v: any) => boolean;
|
|
56717
|
+
};
|
|
56718
|
+
rounded: {
|
|
56719
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
56720
|
+
default: undefined;
|
|
56721
|
+
};
|
|
56722
|
+
tile: BooleanConstructor;
|
|
56723
|
+
position: {
|
|
56724
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
56725
|
+
validator: (v: any) => boolean;
|
|
56726
|
+
};
|
|
56727
|
+
multiLine: BooleanConstructor;
|
|
56728
|
+
text: StringConstructor;
|
|
56729
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
|
56730
|
+
timeout: {
|
|
56731
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
56732
|
+
default: number;
|
|
56733
|
+
};
|
|
56734
|
+
vertical: BooleanConstructor;
|
|
56735
|
+
}, vue.ExtractPropTypes<{
|
|
56736
|
+
class: vue.PropType<any>;
|
|
56737
|
+
style: {
|
|
56738
|
+
type: vue.PropType<vue.StyleValue>;
|
|
56739
|
+
default: null;
|
|
56740
|
+
};
|
|
56741
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56742
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56743
|
+
theme: StringConstructor;
|
|
56744
|
+
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
56745
|
+
disabled: BooleanConstructor;
|
|
56746
|
+
offset: vue.PropType<string | number | number[] | undefined>;
|
|
56747
|
+
absolute: BooleanConstructor;
|
|
56748
|
+
transition: Omit<{
|
|
56749
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
56750
|
+
component?: vue.Component | undefined;
|
|
56751
|
+
})>;
|
|
56752
|
+
default: string;
|
|
56753
|
+
validator: (val: unknown) => boolean;
|
|
56754
|
+
}, "default" | "type"> & {
|
|
56755
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
56756
|
+
component?: vue.Component | undefined;
|
|
56757
|
+
})>>;
|
|
56758
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
56759
|
+
component?: vue.Component | undefined;
|
|
56760
|
+
})>;
|
|
56761
|
+
};
|
|
56762
|
+
zIndex: {
|
|
56763
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
56764
|
+
default: number;
|
|
56765
|
+
};
|
|
56766
|
+
modelValue: BooleanConstructor;
|
|
56767
|
+
contentClass: null;
|
|
56768
|
+
origin: {
|
|
56769
|
+
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
56770
|
+
default: string;
|
|
56771
|
+
};
|
|
56772
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
56773
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56774
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56775
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56776
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56777
|
+
eager: BooleanConstructor;
|
|
56778
|
+
location: {
|
|
56779
|
+
type: vue.PropType<Anchor>;
|
|
56780
|
+
default: string;
|
|
56781
|
+
};
|
|
56782
|
+
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
56783
|
+
locationStrategy: {
|
|
56784
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
56785
|
+
updateLocation: (e: Event) => void;
|
|
56786
|
+
} | undefined) | "connected">;
|
|
56787
|
+
default: string;
|
|
56788
|
+
validator: (val: any) => boolean;
|
|
56789
|
+
};
|
|
56790
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
56791
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
56792
|
+
activatorProps: {
|
|
56793
|
+
type: vue.PropType<Record<string, any>>;
|
|
56794
|
+
default: () => {};
|
|
56795
|
+
};
|
|
56796
|
+
openOnClick: {
|
|
56797
|
+
type: BooleanConstructor;
|
|
56798
|
+
default: undefined;
|
|
56799
|
+
};
|
|
56800
|
+
openOnHover: BooleanConstructor;
|
|
56801
|
+
openOnFocus: {
|
|
56802
|
+
type: BooleanConstructor;
|
|
56803
|
+
default: undefined;
|
|
56804
|
+
};
|
|
56805
|
+
closeOnContentClick: BooleanConstructor;
|
|
56806
|
+
closeOnBack: {
|
|
56807
|
+
type: BooleanConstructor;
|
|
56808
|
+
default: boolean;
|
|
56809
|
+
};
|
|
56810
|
+
contained: BooleanConstructor;
|
|
56811
|
+
contentProps: null;
|
|
56812
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
56813
|
+
color: StringConstructor;
|
|
56814
|
+
variant: {
|
|
56815
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
56816
|
+
default: string;
|
|
56817
|
+
validator: (v: any) => boolean;
|
|
56818
|
+
};
|
|
56819
|
+
rounded: {
|
|
56820
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
56821
|
+
default: undefined;
|
|
56822
|
+
};
|
|
56823
|
+
tile: BooleanConstructor;
|
|
56824
|
+
position: {
|
|
56825
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
56826
|
+
validator: (v: any) => boolean;
|
|
56827
|
+
};
|
|
56828
|
+
multiLine: BooleanConstructor;
|
|
56829
|
+
text: StringConstructor;
|
|
56830
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
|
56831
|
+
timeout: {
|
|
56832
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
56833
|
+
default: number;
|
|
56834
|
+
};
|
|
56835
|
+
vertical: BooleanConstructor;
|
|
56836
|
+
}>>;
|
|
56837
|
+
type VSnackbar = InstanceType<typeof VSnackbar>;
|
|
56838
|
+
|
|
56839
|
+
type SparklineItem = number | {
|
|
56840
|
+
value: number;
|
|
56841
|
+
};
|
|
56842
|
+
|
|
56843
|
+
declare const VSparkline: {
|
|
56844
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
56845
|
+
fill: boolean;
|
|
56846
|
+
type: "bar" | "trend";
|
|
56847
|
+
width: string | number;
|
|
56848
|
+
height: string | number;
|
|
56849
|
+
modelValue: SparklineItem[];
|
|
56850
|
+
smooth: boolean;
|
|
56851
|
+
padding: string | number;
|
|
56852
|
+
gradient: string[];
|
|
56853
|
+
itemValue: string;
|
|
56854
|
+
labels: SparklineItem[];
|
|
56855
|
+
autoDraw: boolean;
|
|
56856
|
+
autoDrawEasing: string;
|
|
56857
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
56858
|
+
labelSize: string | number;
|
|
56859
|
+
lineWidth: string | number;
|
|
56860
|
+
showLabels: boolean;
|
|
56861
|
+
autoLineWidth: boolean;
|
|
56862
|
+
} & {
|
|
56863
|
+
id?: string | undefined;
|
|
56864
|
+
color?: string | undefined;
|
|
56865
|
+
max?: string | number | undefined;
|
|
56866
|
+
min?: string | number | undefined;
|
|
56867
|
+
autoDrawDuration?: string | number | undefined;
|
|
54801
56868
|
} & {
|
|
54802
|
-
$children?: vue.VNodeChild | {
|
|
54803
|
-
default?: ((arg:
|
|
54804
|
-
|
|
54805
|
-
|
|
54806
|
-
|
|
54807
|
-
isActive: boolean;
|
|
54808
|
-
props: Record<string, any>;
|
|
54809
|
-
targetRef: Ref<any>;
|
|
56869
|
+
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
56870
|
+
default?: ((arg: void) => vue.VNodeChild) | undefined;
|
|
56871
|
+
label?: ((arg: {
|
|
56872
|
+
index: number;
|
|
56873
|
+
value: string;
|
|
54810
56874
|
}) => vue.VNodeChild) | undefined;
|
|
54811
|
-
}
|
|
54812
|
-
isActive: Ref<boolean>;
|
|
54813
|
-
}) => vue.VNodeChild);
|
|
56875
|
+
};
|
|
54814
56876
|
'v-slots'?: {
|
|
54815
|
-
default?: false | ((arg:
|
|
54816
|
-
|
|
54817
|
-
|
|
54818
|
-
|
|
54819
|
-
isActive: boolean;
|
|
54820
|
-
props: Record<string, any>;
|
|
54821
|
-
targetRef: Ref<any>;
|
|
56877
|
+
default?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
56878
|
+
label?: false | ((arg: {
|
|
56879
|
+
index: number;
|
|
56880
|
+
value: string;
|
|
54822
56881
|
}) => vue.VNodeChild) | undefined;
|
|
54823
56882
|
} | undefined;
|
|
54824
56883
|
} & {
|
|
54825
|
-
"v-slot:default"?: false | ((arg:
|
|
54826
|
-
|
|
56884
|
+
"v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
56885
|
+
"v-slot:label"?: false | ((arg: {
|
|
56886
|
+
index: number;
|
|
56887
|
+
value: string;
|
|
54827
56888
|
}) => vue.VNodeChild) | undefined;
|
|
54828
|
-
|
|
54829
|
-
|
|
54830
|
-
|
|
54831
|
-
|
|
56889
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
56890
|
+
fill: boolean;
|
|
56891
|
+
type: "bar" | "trend";
|
|
56892
|
+
width: string | number;
|
|
56893
|
+
height: string | number;
|
|
56894
|
+
modelValue: SparklineItem[];
|
|
56895
|
+
smooth: boolean;
|
|
56896
|
+
padding: string | number;
|
|
56897
|
+
gradient: string[];
|
|
56898
|
+
itemValue: string;
|
|
56899
|
+
labels: SparklineItem[];
|
|
56900
|
+
autoDraw: boolean;
|
|
56901
|
+
autoDrawEasing: string;
|
|
56902
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
56903
|
+
labelSize: string | number;
|
|
56904
|
+
lineWidth: string | number;
|
|
56905
|
+
showLabels: boolean;
|
|
56906
|
+
autoLineWidth: boolean;
|
|
56907
|
+
} & {
|
|
56908
|
+
id?: string | undefined;
|
|
56909
|
+
color?: string | undefined;
|
|
56910
|
+
max?: string | number | undefined;
|
|
56911
|
+
min?: string | number | undefined;
|
|
56912
|
+
autoDrawDuration?: string | number | undefined;
|
|
56913
|
+
} & {
|
|
56914
|
+
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
56915
|
+
default?: ((arg: void) => vue.VNodeChild) | undefined;
|
|
56916
|
+
label?: ((arg: {
|
|
56917
|
+
index: number;
|
|
56918
|
+
value: string;
|
|
56919
|
+
}) => vue.VNodeChild) | undefined;
|
|
56920
|
+
};
|
|
56921
|
+
'v-slots'?: {
|
|
56922
|
+
default?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
56923
|
+
label?: false | ((arg: {
|
|
56924
|
+
index: number;
|
|
56925
|
+
value: string;
|
|
56926
|
+
}) => vue.VNodeChild) | undefined;
|
|
56927
|
+
} | undefined;
|
|
56928
|
+
} & {
|
|
56929
|
+
"v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
56930
|
+
"v-slot:label"?: false | ((arg: {
|
|
56931
|
+
index: number;
|
|
56932
|
+
value: string;
|
|
54832
56933
|
}) => vue.VNodeChild) | undefined;
|
|
56934
|
+
}, {
|
|
56935
|
+
fill: boolean;
|
|
56936
|
+
type: "bar" | "trend";
|
|
56937
|
+
width: string | number;
|
|
56938
|
+
height: string | number;
|
|
56939
|
+
modelValue: SparklineItem[];
|
|
56940
|
+
smooth: boolean;
|
|
56941
|
+
padding: string | number;
|
|
56942
|
+
gradient: string[];
|
|
56943
|
+
itemValue: string;
|
|
56944
|
+
labels: SparklineItem[];
|
|
56945
|
+
autoDraw: boolean;
|
|
56946
|
+
autoDrawEasing: string;
|
|
56947
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
56948
|
+
labelSize: string | number;
|
|
56949
|
+
lineWidth: string | number;
|
|
56950
|
+
showLabels: boolean;
|
|
56951
|
+
autoLineWidth: boolean;
|
|
56952
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
56953
|
+
default: (arg: void) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56954
|
+
[key: string]: any;
|
|
56955
|
+
}>[];
|
|
56956
|
+
label: (arg: {
|
|
56957
|
+
index: number;
|
|
56958
|
+
value: string;
|
|
56959
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
56960
|
+
[key: string]: any;
|
|
56961
|
+
}>[];
|
|
56962
|
+
}>>, {
|
|
56963
|
+
P: {};
|
|
56964
|
+
B: {};
|
|
56965
|
+
D: {};
|
|
56966
|
+
C: {};
|
|
56967
|
+
M: {};
|
|
56968
|
+
Defaults: {};
|
|
56969
|
+
}, {
|
|
56970
|
+
fill: boolean;
|
|
56971
|
+
type: "bar" | "trend";
|
|
56972
|
+
width: string | number;
|
|
56973
|
+
height: string | number;
|
|
56974
|
+
modelValue: SparklineItem[];
|
|
56975
|
+
smooth: boolean;
|
|
56976
|
+
padding: string | number;
|
|
56977
|
+
gradient: string[];
|
|
56978
|
+
itemValue: string;
|
|
56979
|
+
labels: SparklineItem[];
|
|
56980
|
+
autoDraw: boolean;
|
|
56981
|
+
autoDrawEasing: string;
|
|
56982
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
56983
|
+
labelSize: string | number;
|
|
56984
|
+
lineWidth: string | number;
|
|
56985
|
+
showLabels: boolean;
|
|
56986
|
+
autoLineWidth: boolean;
|
|
54833
56987
|
} & {
|
|
54834
|
-
|
|
54835
|
-
|
|
54836
|
-
|
|
54837
|
-
|
|
54838
|
-
|
|
54839
|
-
|
|
54840
|
-
|
|
54841
|
-
|
|
54842
|
-
|
|
54843
|
-
|
|
54844
|
-
|
|
54845
|
-
|
|
54846
|
-
|
|
54847
|
-
|
|
54848
|
-
|
|
54849
|
-
|
|
54850
|
-
|
|
54851
|
-
|
|
54852
|
-
|
|
54853
|
-
}
|
|
54854
|
-
|
|
54855
|
-
|
|
54856
|
-
|
|
54857
|
-
|
|
54858
|
-
|
|
54859
|
-
|
|
54860
|
-
|
|
54861
|
-
|
|
54862
|
-
|
|
54863
|
-
|
|
54864
|
-
|
|
54865
|
-
|
|
54866
|
-
|
|
54867
|
-
|
|
54868
|
-
|
|
54869
|
-
|
|
54870
|
-
|
|
54871
|
-
|
|
54872
|
-
|
|
54873
|
-
|
|
54874
|
-
|
|
56988
|
+
id?: string | undefined;
|
|
56989
|
+
color?: string | undefined;
|
|
56990
|
+
max?: string | number | undefined;
|
|
56991
|
+
min?: string | number | undefined;
|
|
56992
|
+
autoDrawDuration?: string | number | undefined;
|
|
56993
|
+
} & {
|
|
56994
|
+
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
56995
|
+
default?: ((arg: void) => vue.VNodeChild) | undefined;
|
|
56996
|
+
label?: ((arg: {
|
|
56997
|
+
index: number;
|
|
56998
|
+
value: string;
|
|
56999
|
+
}) => vue.VNodeChild) | undefined;
|
|
57000
|
+
};
|
|
57001
|
+
'v-slots'?: {
|
|
57002
|
+
default?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
57003
|
+
label?: false | ((arg: {
|
|
57004
|
+
index: number;
|
|
57005
|
+
value: string;
|
|
57006
|
+
}) => vue.VNodeChild) | undefined;
|
|
57007
|
+
} | undefined;
|
|
57008
|
+
} & {
|
|
57009
|
+
"v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
57010
|
+
"v-slot:label"?: false | ((arg: {
|
|
57011
|
+
index: number;
|
|
57012
|
+
value: string;
|
|
57013
|
+
}) => vue.VNodeChild) | undefined;
|
|
57014
|
+
}, {}, {}, {}, {}, {
|
|
57015
|
+
fill: boolean;
|
|
57016
|
+
type: "bar" | "trend";
|
|
57017
|
+
width: string | number;
|
|
57018
|
+
height: string | number;
|
|
57019
|
+
modelValue: SparklineItem[];
|
|
57020
|
+
smooth: boolean;
|
|
57021
|
+
padding: string | number;
|
|
57022
|
+
gradient: string[];
|
|
57023
|
+
itemValue: string;
|
|
57024
|
+
labels: SparklineItem[];
|
|
57025
|
+
autoDraw: boolean;
|
|
57026
|
+
autoDrawEasing: string;
|
|
57027
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
57028
|
+
labelSize: string | number;
|
|
57029
|
+
lineWidth: string | number;
|
|
57030
|
+
showLabels: boolean;
|
|
57031
|
+
autoLineWidth: boolean;
|
|
54875
57032
|
}>;
|
|
54876
57033
|
__isFragment?: undefined;
|
|
54877
57034
|
__isTeleport?: undefined;
|
|
54878
57035
|
__isSuspense?: undefined;
|
|
54879
57036
|
} & vue.ComponentOptionsBase<{
|
|
54880
|
-
|
|
54881
|
-
|
|
54882
|
-
|
|
54883
|
-
|
|
54884
|
-
|
|
54885
|
-
|
|
54886
|
-
|
|
54887
|
-
|
|
54888
|
-
|
|
54889
|
-
|
|
54890
|
-
|
|
54891
|
-
|
|
54892
|
-
|
|
54893
|
-
|
|
54894
|
-
|
|
54895
|
-
|
|
54896
|
-
|
|
54897
|
-
activatorProps: Record<string, any>;
|
|
54898
|
-
openOnHover: boolean;
|
|
54899
|
-
closeOnContentClick: boolean;
|
|
54900
|
-
closeOnBack: boolean;
|
|
54901
|
-
contained: boolean;
|
|
54902
|
-
multiLine: boolean;
|
|
54903
|
-
timeout: string | number;
|
|
57037
|
+
fill: boolean;
|
|
57038
|
+
type: "bar" | "trend";
|
|
57039
|
+
width: string | number;
|
|
57040
|
+
height: string | number;
|
|
57041
|
+
modelValue: SparklineItem[];
|
|
57042
|
+
smooth: boolean;
|
|
57043
|
+
padding: string | number;
|
|
57044
|
+
gradient: string[];
|
|
57045
|
+
itemValue: string;
|
|
57046
|
+
labels: SparklineItem[];
|
|
57047
|
+
autoDraw: boolean;
|
|
57048
|
+
autoDrawEasing: string;
|
|
57049
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
57050
|
+
labelSize: string | number;
|
|
57051
|
+
lineWidth: string | number;
|
|
57052
|
+
showLabels: boolean;
|
|
57053
|
+
autoLineWidth: boolean;
|
|
54904
57054
|
} & {
|
|
54905
|
-
|
|
54906
|
-
text?: string | undefined;
|
|
54907
|
-
width?: string | number | undefined;
|
|
54908
|
-
height?: string | number | undefined;
|
|
54909
|
-
theme?: string | undefined;
|
|
54910
|
-
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
57055
|
+
id?: string | undefined;
|
|
54911
57056
|
color?: string | undefined;
|
|
54912
|
-
|
|
54913
|
-
|
|
54914
|
-
|
|
54915
|
-
contentClass?: any;
|
|
54916
|
-
opacity?: string | number | undefined;
|
|
54917
|
-
maxHeight?: string | number | undefined;
|
|
54918
|
-
maxWidth?: string | number | undefined;
|
|
54919
|
-
minHeight?: string | number | undefined;
|
|
54920
|
-
minWidth?: string | number | undefined;
|
|
54921
|
-
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
54922
|
-
closeDelay?: string | number | undefined;
|
|
54923
|
-
openDelay?: string | number | undefined;
|
|
54924
|
-
openOnClick?: boolean | undefined;
|
|
54925
|
-
openOnFocus?: boolean | undefined;
|
|
54926
|
-
contentProps?: any;
|
|
54927
|
-
attach?: string | boolean | Element | undefined;
|
|
54928
|
-
timer?: string | boolean | undefined;
|
|
57057
|
+
max?: string | number | undefined;
|
|
57058
|
+
min?: string | number | undefined;
|
|
57059
|
+
autoDrawDuration?: string | number | undefined;
|
|
54929
57060
|
} & {
|
|
54930
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
54931
|
-
|
|
54932
|
-
|
|
54933
|
-
|
|
54934
|
-
|
|
54935
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
54936
|
-
actions?: ((arg: {
|
|
54937
|
-
isActive: Ref<boolean>;
|
|
57061
|
+
$children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
|
|
57062
|
+
default?: ((arg: void) => vue.VNodeChild) | undefined;
|
|
57063
|
+
label?: ((arg: {
|
|
57064
|
+
index: number;
|
|
57065
|
+
value: string;
|
|
54938
57066
|
}) => vue.VNodeChild) | undefined;
|
|
54939
|
-
text?: (() => vue.VNodeChild) | undefined;
|
|
54940
57067
|
};
|
|
54941
57068
|
'v-slots'?: {
|
|
54942
|
-
|
|
54943
|
-
|
|
54944
|
-
|
|
54945
|
-
|
|
54946
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
54947
|
-
actions?: false | ((arg: {
|
|
54948
|
-
isActive: Ref<boolean>;
|
|
57069
|
+
default?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
57070
|
+
label?: false | ((arg: {
|
|
57071
|
+
index: number;
|
|
57072
|
+
value: string;
|
|
54949
57073
|
}) => vue.VNodeChild) | undefined;
|
|
54950
|
-
text?: false | (() => vue.VNodeChild) | undefined;
|
|
54951
57074
|
} | undefined;
|
|
54952
57075
|
} & {
|
|
54953
|
-
"v-slot:
|
|
54954
|
-
|
|
54955
|
-
|
|
54956
|
-
|
|
54957
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
54958
|
-
"v-slot:actions"?: false | ((arg: {
|
|
54959
|
-
isActive: Ref<boolean>;
|
|
57076
|
+
"v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
|
|
57077
|
+
"v-slot:label"?: false | ((arg: {
|
|
57078
|
+
index: number;
|
|
57079
|
+
value: string;
|
|
54960
57080
|
}) => vue.VNodeChild) | undefined;
|
|
54961
|
-
|
|
54962
|
-
|
|
54963
|
-
|
|
54964
|
-
|
|
54965
|
-
|
|
54966
|
-
|
|
54967
|
-
|
|
54968
|
-
|
|
54969
|
-
|
|
54970
|
-
|
|
54971
|
-
|
|
54972
|
-
|
|
54973
|
-
|
|
54974
|
-
|
|
54975
|
-
|
|
54976
|
-
|
|
54977
|
-
|
|
54978
|
-
|
|
54979
|
-
|
|
54980
|
-
|
|
54981
|
-
|
|
54982
|
-
|
|
54983
|
-
|
|
54984
|
-
|
|
54985
|
-
|
|
54986
|
-
|
|
54987
|
-
|
|
54988
|
-
|
|
54989
|
-
|
|
54990
|
-
|
|
54991
|
-
|
|
54992
|
-
|
|
54993
|
-
|
|
54994
|
-
|
|
57081
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
57082
|
+
fill: boolean;
|
|
57083
|
+
type: "bar" | "trend";
|
|
57084
|
+
width: string | number;
|
|
57085
|
+
height: string | number;
|
|
57086
|
+
modelValue: SparklineItem[];
|
|
57087
|
+
smooth: boolean;
|
|
57088
|
+
padding: string | number;
|
|
57089
|
+
gradient: string[];
|
|
57090
|
+
itemValue: string;
|
|
57091
|
+
labels: SparklineItem[];
|
|
57092
|
+
autoDraw: boolean;
|
|
57093
|
+
autoDrawEasing: string;
|
|
57094
|
+
gradientDirection: "left" | "right" | "top" | "bottom";
|
|
57095
|
+
labelSize: string | number;
|
|
57096
|
+
lineWidth: string | number;
|
|
57097
|
+
showLabels: boolean;
|
|
57098
|
+
autoLineWidth: boolean;
|
|
57099
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
57100
|
+
default: (arg: void) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
57101
|
+
[key: string]: any;
|
|
57102
|
+
}>[];
|
|
57103
|
+
label: (arg: {
|
|
57104
|
+
index: number;
|
|
57105
|
+
value: string;
|
|
57106
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
57107
|
+
[key: string]: any;
|
|
57108
|
+
}>[];
|
|
57109
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
57110
|
+
autoDraw: BooleanConstructor;
|
|
57111
|
+
autoDrawDuration: (StringConstructor | NumberConstructor)[];
|
|
57112
|
+
autoDrawEasing: {
|
|
57113
|
+
type: StringConstructor;
|
|
57114
|
+
default: string;
|
|
57115
|
+
};
|
|
57116
|
+
color: StringConstructor;
|
|
57117
|
+
gradient: {
|
|
57118
|
+
type: PropType<string[]>;
|
|
57119
|
+
default: () => never[];
|
|
57120
|
+
};
|
|
57121
|
+
gradientDirection: {
|
|
57122
|
+
type: PropType<"left" | "right" | "top" | "bottom">;
|
|
57123
|
+
validator: (val: string) => boolean;
|
|
57124
|
+
default: string;
|
|
57125
|
+
};
|
|
57126
|
+
height: {
|
|
57127
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57128
|
+
default: number;
|
|
57129
|
+
};
|
|
57130
|
+
labels: {
|
|
57131
|
+
type: PropType<SparklineItem[]>;
|
|
57132
|
+
default: () => never[];
|
|
57133
|
+
};
|
|
57134
|
+
labelSize: {
|
|
57135
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57136
|
+
default: number;
|
|
57137
|
+
};
|
|
57138
|
+
lineWidth: {
|
|
57139
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57140
|
+
default: number;
|
|
57141
|
+
};
|
|
57142
|
+
id: StringConstructor;
|
|
57143
|
+
itemValue: {
|
|
57144
|
+
type: StringConstructor;
|
|
57145
|
+
default: string;
|
|
57146
|
+
};
|
|
57147
|
+
modelValue: {
|
|
57148
|
+
type: PropType<SparklineItem[]>;
|
|
57149
|
+
default: () => never[];
|
|
57150
|
+
};
|
|
57151
|
+
min: (StringConstructor | NumberConstructor)[];
|
|
57152
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
57153
|
+
padding: {
|
|
57154
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57155
|
+
default: number;
|
|
57156
|
+
};
|
|
57157
|
+
showLabels: BooleanConstructor;
|
|
57158
|
+
smooth: BooleanConstructor;
|
|
57159
|
+
width: {
|
|
57160
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57161
|
+
default: number;
|
|
57162
|
+
};
|
|
57163
|
+
fill: BooleanConstructor;
|
|
57164
|
+
autoLineWidth: BooleanConstructor;
|
|
57165
|
+
type: {
|
|
57166
|
+
type: PropType<"bar" | "trend">;
|
|
57167
|
+
default: string;
|
|
57168
|
+
};
|
|
57169
|
+
}, vue.ExtractPropTypes<{
|
|
57170
|
+
autoDraw: BooleanConstructor;
|
|
57171
|
+
autoDrawDuration: (StringConstructor | NumberConstructor)[];
|
|
57172
|
+
autoDrawEasing: {
|
|
57173
|
+
type: StringConstructor;
|
|
57174
|
+
default: string;
|
|
57175
|
+
};
|
|
57176
|
+
color: StringConstructor;
|
|
57177
|
+
gradient: {
|
|
57178
|
+
type: PropType<string[]>;
|
|
57179
|
+
default: () => never[];
|
|
57180
|
+
};
|
|
57181
|
+
gradientDirection: {
|
|
57182
|
+
type: PropType<"left" | "right" | "top" | "bottom">;
|
|
57183
|
+
validator: (val: string) => boolean;
|
|
57184
|
+
default: string;
|
|
57185
|
+
};
|
|
57186
|
+
height: {
|
|
57187
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57188
|
+
default: number;
|
|
57189
|
+
};
|
|
57190
|
+
labels: {
|
|
57191
|
+
type: PropType<SparklineItem[]>;
|
|
57192
|
+
default: () => never[];
|
|
57193
|
+
};
|
|
57194
|
+
labelSize: {
|
|
57195
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57196
|
+
default: number;
|
|
57197
|
+
};
|
|
57198
|
+
lineWidth: {
|
|
57199
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57200
|
+
default: number;
|
|
57201
|
+
};
|
|
57202
|
+
id: StringConstructor;
|
|
57203
|
+
itemValue: {
|
|
57204
|
+
type: StringConstructor;
|
|
57205
|
+
default: string;
|
|
57206
|
+
};
|
|
57207
|
+
modelValue: {
|
|
57208
|
+
type: PropType<SparklineItem[]>;
|
|
57209
|
+
default: () => never[];
|
|
57210
|
+
};
|
|
57211
|
+
min: (StringConstructor | NumberConstructor)[];
|
|
57212
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
57213
|
+
padding: {
|
|
57214
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57215
|
+
default: number;
|
|
57216
|
+
};
|
|
57217
|
+
showLabels: BooleanConstructor;
|
|
57218
|
+
smooth: BooleanConstructor;
|
|
57219
|
+
width: {
|
|
57220
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57221
|
+
default: number;
|
|
57222
|
+
};
|
|
57223
|
+
fill: BooleanConstructor;
|
|
57224
|
+
autoLineWidth: BooleanConstructor;
|
|
57225
|
+
type: {
|
|
57226
|
+
type: PropType<"bar" | "trend">;
|
|
57227
|
+
default: string;
|
|
57228
|
+
};
|
|
57229
|
+
}>>;
|
|
57230
|
+
type VSparkline = InstanceType<typeof VSparkline>;
|
|
57231
|
+
|
|
57232
|
+
declare const VSpeedDial: {
|
|
57233
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
54995
57234
|
style: vue.StyleValue;
|
|
54996
57235
|
disabled: boolean;
|
|
54997
|
-
|
|
54998
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
57236
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
57237
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
54999
57238
|
component?: vue.Component | undefined;
|
|
55000
|
-
})
|
|
57239
|
+
})> | {
|
|
57240
|
+
component: vue.Component;
|
|
57241
|
+
}>;
|
|
55001
57242
|
zIndex: string | number;
|
|
55002
57243
|
modelValue: boolean;
|
|
55003
57244
|
origin: Anchor | "auto" | "overlap";
|
|
57245
|
+
minWidth: NonNullable<string | number>;
|
|
55004
57246
|
eager: boolean;
|
|
55005
|
-
location: Anchor
|
|
55006
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57247
|
+
location: NonNullable<Anchor>;
|
|
57248
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55007
57249
|
updateLocation: (e: Event) => void;
|
|
55008
|
-
} | undefined) | "connected"
|
|
55009
|
-
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition"
|
|
57250
|
+
} | undefined) | "connected">;
|
|
57251
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57252
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
57253
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
55010
57254
|
activatorProps: Record<string, any>;
|
|
55011
57255
|
openOnHover: boolean;
|
|
55012
57256
|
closeOnContentClick: boolean;
|
|
@@ -55014,77 +57258,81 @@ declare const VSnackbar: {
|
|
|
55014
57258
|
contained: boolean;
|
|
55015
57259
|
noClickAnimation: boolean;
|
|
55016
57260
|
persistent: boolean;
|
|
55017
|
-
scrim: string | boolean
|
|
55018
|
-
|
|
57261
|
+
scrim: NonNullable<string | boolean>;
|
|
57262
|
+
} & {
|
|
55019
57263
|
class?: any;
|
|
57264
|
+
id?: string | undefined;
|
|
55020
57265
|
width?: string | number | undefined;
|
|
55021
57266
|
height?: string | number | undefined;
|
|
55022
57267
|
theme?: string | undefined;
|
|
55023
57268
|
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
55024
|
-
offset?: string | number | number[] | undefined;
|
|
55025
57269
|
contentClass?: any;
|
|
55026
57270
|
opacity?: string | number | undefined;
|
|
55027
57271
|
maxHeight?: string | number | undefined;
|
|
55028
57272
|
maxWidth?: string | number | undefined;
|
|
55029
57273
|
minHeight?: string | number | undefined;
|
|
55030
|
-
minWidth?: string | number | undefined;
|
|
55031
57274
|
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
55032
|
-
closeDelay?: string | number | undefined;
|
|
55033
|
-
openDelay?: string | number | undefined;
|
|
55034
57275
|
openOnClick?: boolean | undefined;
|
|
55035
57276
|
openOnFocus?: boolean | undefined;
|
|
55036
57277
|
contentProps?: any;
|
|
55037
57278
|
attach?: string | boolean | Element | undefined;
|
|
57279
|
+
} & {
|
|
55038
57280
|
$children?: vue.VNodeChild | {
|
|
55039
57281
|
default?: ((arg: {
|
|
55040
|
-
isActive: Ref<boolean>;
|
|
57282
|
+
isActive: vue.Ref<boolean>;
|
|
55041
57283
|
}) => vue.VNodeChild) | undefined;
|
|
55042
57284
|
activator?: ((arg: {
|
|
55043
57285
|
isActive: boolean;
|
|
55044
57286
|
props: Record<string, any>;
|
|
55045
|
-
targetRef: Ref<any>;
|
|
57287
|
+
targetRef: vue.Ref<any>;
|
|
55046
57288
|
}) => vue.VNodeChild) | undefined;
|
|
55047
57289
|
} | ((arg: {
|
|
55048
|
-
isActive: Ref<boolean>;
|
|
57290
|
+
isActive: vue.Ref<boolean>;
|
|
55049
57291
|
}) => vue.VNodeChild);
|
|
55050
57292
|
'v-slots'?: {
|
|
55051
57293
|
default?: false | ((arg: {
|
|
55052
|
-
isActive: Ref<boolean>;
|
|
57294
|
+
isActive: vue.Ref<boolean>;
|
|
55053
57295
|
}) => vue.VNodeChild) | undefined;
|
|
55054
57296
|
activator?: false | ((arg: {
|
|
55055
57297
|
isActive: boolean;
|
|
55056
57298
|
props: Record<string, any>;
|
|
55057
|
-
targetRef: Ref<any>;
|
|
57299
|
+
targetRef: vue.Ref<any>;
|
|
55058
57300
|
}) => vue.VNodeChild) | undefined;
|
|
55059
57301
|
} | undefined;
|
|
57302
|
+
} & {
|
|
55060
57303
|
"v-slot:default"?: false | ((arg: {
|
|
55061
|
-
isActive: Ref<boolean>;
|
|
57304
|
+
isActive: vue.Ref<boolean>;
|
|
55062
57305
|
}) => vue.VNodeChild) | undefined;
|
|
55063
57306
|
"v-slot:activator"?: false | ((arg: {
|
|
55064
57307
|
isActive: boolean;
|
|
55065
57308
|
props: Record<string, any>;
|
|
55066
|
-
targetRef: Ref<any>;
|
|
57309
|
+
targetRef: vue.Ref<any>;
|
|
55067
57310
|
}) => vue.VNodeChild) | undefined;
|
|
57311
|
+
} & {
|
|
55068
57312
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
55069
|
-
|
|
55070
|
-
|
|
55071
|
-
|
|
55072
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
57313
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
57314
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
57315
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
55073
57316
|
style: vue.StyleValue;
|
|
55074
57317
|
disabled: boolean;
|
|
55075
|
-
|
|
55076
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
57318
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
57319
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55077
57320
|
component?: vue.Component | undefined;
|
|
55078
|
-
})
|
|
57321
|
+
})> | {
|
|
57322
|
+
component: vue.Component;
|
|
57323
|
+
}>;
|
|
55079
57324
|
zIndex: string | number;
|
|
55080
57325
|
modelValue: boolean;
|
|
55081
57326
|
origin: Anchor | "auto" | "overlap";
|
|
57327
|
+
minWidth: NonNullable<string | number>;
|
|
55082
57328
|
eager: boolean;
|
|
55083
|
-
location: Anchor
|
|
55084
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57329
|
+
location: NonNullable<Anchor>;
|
|
57330
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55085
57331
|
updateLocation: (e: Event) => void;
|
|
55086
|
-
} | undefined) | "connected"
|
|
55087
|
-
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition"
|
|
57332
|
+
} | undefined) | "connected">;
|
|
57333
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57334
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
57335
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
55088
57336
|
activatorProps: Record<string, any>;
|
|
55089
57337
|
openOnHover: boolean;
|
|
55090
57338
|
closeOnContentClick: boolean;
|
|
@@ -55092,24 +57340,20 @@ declare const VSnackbar: {
|
|
|
55092
57340
|
contained: boolean;
|
|
55093
57341
|
noClickAnimation: boolean;
|
|
55094
57342
|
persistent: boolean;
|
|
55095
|
-
scrim: string | boolean
|
|
55096
|
-
_disableGlobalStack: boolean;
|
|
57343
|
+
scrim: NonNullable<string | boolean>;
|
|
55097
57344
|
} & {
|
|
55098
57345
|
class?: any;
|
|
57346
|
+
id?: string | undefined;
|
|
55099
57347
|
width?: string | number | undefined;
|
|
55100
57348
|
height?: string | number | undefined;
|
|
55101
57349
|
theme?: string | undefined;
|
|
55102
57350
|
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
55103
|
-
offset?: string | number | number[] | undefined;
|
|
55104
57351
|
contentClass?: any;
|
|
55105
57352
|
opacity?: string | number | undefined;
|
|
55106
57353
|
maxHeight?: string | number | undefined;
|
|
55107
57354
|
maxWidth?: string | number | undefined;
|
|
55108
57355
|
minHeight?: string | number | undefined;
|
|
55109
|
-
minWidth?: string | number | undefined;
|
|
55110
57356
|
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
55111
|
-
closeDelay?: string | number | undefined;
|
|
55112
|
-
openDelay?: string | number | undefined;
|
|
55113
57357
|
openOnClick?: boolean | undefined;
|
|
55114
57358
|
openOnFocus?: boolean | undefined;
|
|
55115
57359
|
contentProps?: any;
|
|
@@ -55117,81 +57361,109 @@ declare const VSnackbar: {
|
|
|
55117
57361
|
} & {
|
|
55118
57362
|
$children?: vue.VNodeChild | {
|
|
55119
57363
|
default?: ((arg: {
|
|
55120
|
-
isActive: Ref<boolean>;
|
|
57364
|
+
isActive: vue.Ref<boolean>;
|
|
55121
57365
|
}) => vue.VNodeChild) | undefined;
|
|
55122
57366
|
activator?: ((arg: {
|
|
55123
57367
|
isActive: boolean;
|
|
55124
57368
|
props: Record<string, any>;
|
|
55125
|
-
targetRef: Ref<any>;
|
|
57369
|
+
targetRef: vue.Ref<any>;
|
|
55126
57370
|
}) => vue.VNodeChild) | undefined;
|
|
55127
57371
|
} | ((arg: {
|
|
55128
|
-
isActive: Ref<boolean>;
|
|
57372
|
+
isActive: vue.Ref<boolean>;
|
|
55129
57373
|
}) => vue.VNodeChild);
|
|
55130
57374
|
'v-slots'?: {
|
|
55131
57375
|
default?: false | ((arg: {
|
|
55132
|
-
isActive: Ref<boolean>;
|
|
57376
|
+
isActive: vue.Ref<boolean>;
|
|
55133
57377
|
}) => vue.VNodeChild) | undefined;
|
|
55134
57378
|
activator?: false | ((arg: {
|
|
55135
57379
|
isActive: boolean;
|
|
55136
57380
|
props: Record<string, any>;
|
|
55137
|
-
targetRef: Ref<any>;
|
|
57381
|
+
targetRef: vue.Ref<any>;
|
|
55138
57382
|
}) => vue.VNodeChild) | undefined;
|
|
55139
57383
|
} | undefined;
|
|
55140
57384
|
} & {
|
|
55141
57385
|
"v-slot:default"?: false | ((arg: {
|
|
55142
|
-
isActive: Ref<boolean>;
|
|
57386
|
+
isActive: vue.Ref<boolean>;
|
|
55143
57387
|
}) => vue.VNodeChild) | undefined;
|
|
55144
57388
|
"v-slot:activator"?: false | ((arg: {
|
|
55145
57389
|
isActive: boolean;
|
|
55146
57390
|
props: Record<string, any>;
|
|
55147
|
-
targetRef: Ref<any>;
|
|
57391
|
+
targetRef: vue.Ref<any>;
|
|
55148
57392
|
}) => vue.VNodeChild) | undefined;
|
|
55149
57393
|
} & {
|
|
55150
57394
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
55151
|
-
|
|
55152
|
-
|
|
55153
|
-
|
|
55154
|
-
|
|
55155
|
-
|
|
55156
|
-
|
|
55157
|
-
|
|
55158
|
-
|
|
55159
|
-
|
|
55160
|
-
|
|
55161
|
-
|
|
55162
|
-
|
|
55163
|
-
|
|
57395
|
+
}, {
|
|
57396
|
+
style: vue.StyleValue;
|
|
57397
|
+
disabled: boolean;
|
|
57398
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
57399
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
57400
|
+
component?: vue.Component | undefined;
|
|
57401
|
+
})> | {
|
|
57402
|
+
component: vue.Component;
|
|
57403
|
+
}>;
|
|
57404
|
+
zIndex: string | number;
|
|
57405
|
+
modelValue: boolean;
|
|
57406
|
+
origin: Anchor | "auto" | "overlap";
|
|
57407
|
+
minWidth: NonNullable<string | number>;
|
|
57408
|
+
eager: boolean;
|
|
57409
|
+
location: NonNullable<Anchor>;
|
|
57410
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
57411
|
+
updateLocation: (e: Event) => void;
|
|
57412
|
+
} | undefined) | "connected">;
|
|
57413
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57414
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
57415
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
57416
|
+
activatorProps: Record<string, any>;
|
|
57417
|
+
openOnClick: boolean;
|
|
57418
|
+
openOnHover: boolean;
|
|
57419
|
+
openOnFocus: boolean;
|
|
57420
|
+
closeOnContentClick: boolean;
|
|
57421
|
+
closeOnBack: boolean;
|
|
57422
|
+
contained: boolean;
|
|
57423
|
+
noClickAnimation: boolean;
|
|
57424
|
+
persistent: boolean;
|
|
57425
|
+
scrim: NonNullable<string | boolean>;
|
|
57426
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
57427
|
+
default: (arg: {
|
|
57428
|
+
isActive: vue.Ref<boolean>;
|
|
55164
57429
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55165
57430
|
[key: string]: any;
|
|
55166
|
-
}>[]
|
|
55167
|
-
activator
|
|
57431
|
+
}>[];
|
|
57432
|
+
activator: (arg: {
|
|
55168
57433
|
isActive: boolean;
|
|
55169
57434
|
props: Record<string, any>;
|
|
55170
|
-
targetRef: Ref<any>;
|
|
57435
|
+
targetRef: vue.Ref<any>;
|
|
55171
57436
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55172
57437
|
[key: string]: any;
|
|
55173
|
-
}>[]
|
|
55174
|
-
}
|
|
55175
|
-
|
|
55176
|
-
|
|
55177
|
-
|
|
55178
|
-
|
|
55179
|
-
|
|
57438
|
+
}>[];
|
|
57439
|
+
}>>, {
|
|
57440
|
+
P: {};
|
|
57441
|
+
B: {};
|
|
57442
|
+
D: {};
|
|
57443
|
+
C: {};
|
|
57444
|
+
M: {};
|
|
57445
|
+
Defaults: {};
|
|
57446
|
+
}, {
|
|
55180
57447
|
style: vue.StyleValue;
|
|
55181
57448
|
disabled: boolean;
|
|
55182
|
-
|
|
55183
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
57449
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
57450
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55184
57451
|
component?: vue.Component | undefined;
|
|
55185
|
-
})
|
|
57452
|
+
})> | {
|
|
57453
|
+
component: vue.Component;
|
|
57454
|
+
}>;
|
|
55186
57455
|
zIndex: string | number;
|
|
55187
57456
|
modelValue: boolean;
|
|
55188
57457
|
origin: Anchor | "auto" | "overlap";
|
|
57458
|
+
minWidth: NonNullable<string | number>;
|
|
55189
57459
|
eager: boolean;
|
|
55190
|
-
location: Anchor
|
|
55191
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57460
|
+
location: NonNullable<Anchor>;
|
|
57461
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55192
57462
|
updateLocation: (e: Event) => void;
|
|
55193
|
-
} | undefined) | "connected"
|
|
55194
|
-
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition"
|
|
57463
|
+
} | undefined) | "connected">;
|
|
57464
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57465
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
57466
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
55195
57467
|
activatorProps: Record<string, any>;
|
|
55196
57468
|
openOnHover: boolean;
|
|
55197
57469
|
closeOnContentClick: boolean;
|
|
@@ -55199,24 +57471,20 @@ declare const VSnackbar: {
|
|
|
55199
57471
|
contained: boolean;
|
|
55200
57472
|
noClickAnimation: boolean;
|
|
55201
57473
|
persistent: boolean;
|
|
55202
|
-
scrim: string | boolean
|
|
55203
|
-
_disableGlobalStack: boolean;
|
|
57474
|
+
scrim: NonNullable<string | boolean>;
|
|
55204
57475
|
} & {
|
|
55205
57476
|
class?: any;
|
|
57477
|
+
id?: string | undefined;
|
|
55206
57478
|
width?: string | number | undefined;
|
|
55207
57479
|
height?: string | number | undefined;
|
|
55208
57480
|
theme?: string | undefined;
|
|
55209
57481
|
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
55210
|
-
offset?: string | number | number[] | undefined;
|
|
55211
57482
|
contentClass?: any;
|
|
55212
57483
|
opacity?: string | number | undefined;
|
|
55213
57484
|
maxHeight?: string | number | undefined;
|
|
55214
57485
|
maxWidth?: string | number | undefined;
|
|
55215
57486
|
minHeight?: string | number | undefined;
|
|
55216
|
-
minWidth?: string | number | undefined;
|
|
55217
57487
|
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
55218
|
-
closeDelay?: string | number | undefined;
|
|
55219
|
-
openDelay?: string | number | undefined;
|
|
55220
57488
|
openOnClick?: boolean | undefined;
|
|
55221
57489
|
openOnFocus?: boolean | undefined;
|
|
55222
57490
|
contentProps?: any;
|
|
@@ -55224,70 +57492,58 @@ declare const VSnackbar: {
|
|
|
55224
57492
|
} & {
|
|
55225
57493
|
$children?: vue.VNodeChild | {
|
|
55226
57494
|
default?: ((arg: {
|
|
55227
|
-
isActive: Ref<boolean>;
|
|
57495
|
+
isActive: vue.Ref<boolean>;
|
|
55228
57496
|
}) => vue.VNodeChild) | undefined;
|
|
55229
57497
|
activator?: ((arg: {
|
|
55230
57498
|
isActive: boolean;
|
|
55231
57499
|
props: Record<string, any>;
|
|
55232
|
-
targetRef: Ref<any>;
|
|
57500
|
+
targetRef: vue.Ref<any>;
|
|
55233
57501
|
}) => vue.VNodeChild) | undefined;
|
|
55234
57502
|
} | ((arg: {
|
|
55235
|
-
isActive: Ref<boolean>;
|
|
57503
|
+
isActive: vue.Ref<boolean>;
|
|
55236
57504
|
}) => vue.VNodeChild);
|
|
55237
57505
|
'v-slots'?: {
|
|
55238
57506
|
default?: false | ((arg: {
|
|
55239
|
-
isActive: Ref<boolean>;
|
|
57507
|
+
isActive: vue.Ref<boolean>;
|
|
55240
57508
|
}) => vue.VNodeChild) | undefined;
|
|
55241
57509
|
activator?: false | ((arg: {
|
|
55242
57510
|
isActive: boolean;
|
|
55243
57511
|
props: Record<string, any>;
|
|
55244
|
-
targetRef: Ref<any>;
|
|
57512
|
+
targetRef: vue.Ref<any>;
|
|
55245
57513
|
}) => vue.VNodeChild) | undefined;
|
|
55246
57514
|
} | undefined;
|
|
55247
57515
|
} & {
|
|
55248
57516
|
"v-slot:default"?: false | ((arg: {
|
|
55249
|
-
isActive: Ref<boolean>;
|
|
57517
|
+
isActive: vue.Ref<boolean>;
|
|
55250
57518
|
}) => vue.VNodeChild) | undefined;
|
|
55251
57519
|
"v-slot:activator"?: false | ((arg: {
|
|
55252
57520
|
isActive: boolean;
|
|
55253
57521
|
props: Record<string, any>;
|
|
55254
|
-
targetRef: Ref<any>;
|
|
57522
|
+
targetRef: vue.Ref<any>;
|
|
55255
57523
|
}) => vue.VNodeChild) | undefined;
|
|
55256
57524
|
} & {
|
|
55257
57525
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
55258
|
-
|
|
55259
|
-
onAfterLeave?: (() => any) | undefined;
|
|
55260
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
55261
|
-
}, {
|
|
55262
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
|
55263
|
-
scrimEl: Ref<HTMLElement | undefined>;
|
|
55264
|
-
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
55265
|
-
animateClick: () => void;
|
|
55266
|
-
contentEl: Ref<HTMLElement | undefined>;
|
|
55267
|
-
globalTop: Readonly<Ref<boolean>>;
|
|
55268
|
-
localTop: vue.ComputedRef<boolean>;
|
|
55269
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
55270
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
55271
|
-
'click:outside': (e: MouseEvent) => true;
|
|
55272
|
-
'update:modelValue': (value: boolean) => true;
|
|
55273
|
-
afterEnter: () => true;
|
|
55274
|
-
afterLeave: () => true;
|
|
55275
|
-
}, string, {
|
|
57526
|
+
}, {}, {}, {}, {}, {
|
|
55276
57527
|
style: vue.StyleValue;
|
|
55277
57528
|
disabled: boolean;
|
|
55278
|
-
|
|
55279
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
57529
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
57530
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55280
57531
|
component?: vue.Component | undefined;
|
|
55281
|
-
})
|
|
57532
|
+
})> | {
|
|
57533
|
+
component: vue.Component;
|
|
57534
|
+
}>;
|
|
55282
57535
|
zIndex: string | number;
|
|
55283
57536
|
modelValue: boolean;
|
|
55284
57537
|
origin: Anchor | "auto" | "overlap";
|
|
57538
|
+
minWidth: NonNullable<string | number>;
|
|
55285
57539
|
eager: boolean;
|
|
55286
|
-
location: Anchor
|
|
55287
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57540
|
+
location: NonNullable<Anchor>;
|
|
57541
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55288
57542
|
updateLocation: (e: Event) => void;
|
|
55289
|
-
} | undefined) | "connected"
|
|
55290
|
-
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition"
|
|
57543
|
+
} | undefined) | "connected">;
|
|
57544
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57545
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
57546
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
55291
57547
|
activatorProps: Record<string, any>;
|
|
55292
57548
|
openOnClick: boolean;
|
|
55293
57549
|
openOnHover: boolean;
|
|
@@ -55297,57 +57553,32 @@ declare const VSnackbar: {
|
|
|
55297
57553
|
contained: boolean;
|
|
55298
57554
|
noClickAnimation: boolean;
|
|
55299
57555
|
persistent: boolean;
|
|
55300
|
-
scrim: string | boolean
|
|
55301
|
-
|
|
55302
|
-
|
|
55303
|
-
|
|
55304
|
-
|
|
55305
|
-
|
|
55306
|
-
[key: string]: any;
|
|
55307
|
-
}>[];
|
|
55308
|
-
activator: (arg: {
|
|
55309
|
-
isActive: boolean;
|
|
55310
|
-
props: Record<string, any>;
|
|
55311
|
-
targetRef: Ref<any>;
|
|
55312
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55313
|
-
[key: string]: any;
|
|
55314
|
-
}>[];
|
|
55315
|
-
}>>> & {
|
|
55316
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
55317
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
55318
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
55319
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
55320
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
55321
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
55322
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
55323
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
55324
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
55325
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
55326
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
55327
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
55328
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
55329
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
55330
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
55331
|
-
};
|
|
55332
|
-
$forceUpdate: () => void;
|
|
55333
|
-
$nextTick: typeof nextTick;
|
|
55334
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
55335
|
-
} & Omit<{
|
|
57556
|
+
scrim: NonNullable<string | boolean>;
|
|
57557
|
+
}>;
|
|
57558
|
+
__isFragment?: undefined;
|
|
57559
|
+
__isTeleport?: undefined;
|
|
57560
|
+
__isSuspense?: undefined;
|
|
57561
|
+
} & vue.ComponentOptionsBase<{
|
|
55336
57562
|
style: vue.StyleValue;
|
|
55337
57563
|
disabled: boolean;
|
|
55338
|
-
|
|
55339
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
57564
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
57565
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55340
57566
|
component?: vue.Component | undefined;
|
|
55341
|
-
})
|
|
57567
|
+
})> | {
|
|
57568
|
+
component: vue.Component;
|
|
57569
|
+
}>;
|
|
55342
57570
|
zIndex: string | number;
|
|
55343
57571
|
modelValue: boolean;
|
|
55344
57572
|
origin: Anchor | "auto" | "overlap";
|
|
57573
|
+
minWidth: NonNullable<string | number>;
|
|
55345
57574
|
eager: boolean;
|
|
55346
|
-
location: Anchor
|
|
55347
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57575
|
+
location: NonNullable<Anchor>;
|
|
57576
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55348
57577
|
updateLocation: (e: Event) => void;
|
|
55349
|
-
} | undefined) | "connected"
|
|
55350
|
-
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition"
|
|
57578
|
+
} | undefined) | "connected">;
|
|
57579
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57580
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
57581
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
55351
57582
|
activatorProps: Record<string, any>;
|
|
55352
57583
|
openOnHover: boolean;
|
|
55353
57584
|
closeOnContentClick: boolean;
|
|
@@ -55355,24 +57586,20 @@ declare const VSnackbar: {
|
|
|
55355
57586
|
contained: boolean;
|
|
55356
57587
|
noClickAnimation: boolean;
|
|
55357
57588
|
persistent: boolean;
|
|
55358
|
-
scrim: string | boolean
|
|
55359
|
-
_disableGlobalStack: boolean;
|
|
57589
|
+
scrim: NonNullable<string | boolean>;
|
|
55360
57590
|
} & {
|
|
55361
57591
|
class?: any;
|
|
57592
|
+
id?: string | undefined;
|
|
55362
57593
|
width?: string | number | undefined;
|
|
55363
57594
|
height?: string | number | undefined;
|
|
55364
57595
|
theme?: string | undefined;
|
|
55365
57596
|
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
55366
|
-
offset?: string | number | number[] | undefined;
|
|
55367
57597
|
contentClass?: any;
|
|
55368
57598
|
opacity?: string | number | undefined;
|
|
55369
57599
|
maxHeight?: string | number | undefined;
|
|
55370
57600
|
maxWidth?: string | number | undefined;
|
|
55371
57601
|
minHeight?: string | number | undefined;
|
|
55372
|
-
minWidth?: string | number | undefined;
|
|
55373
57602
|
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
55374
|
-
closeDelay?: string | number | undefined;
|
|
55375
|
-
openDelay?: string | number | undefined;
|
|
55376
57603
|
openOnClick?: boolean | undefined;
|
|
55377
57604
|
openOnFocus?: boolean | undefined;
|
|
55378
57605
|
contentProps?: any;
|
|
@@ -55380,70 +57607,60 @@ declare const VSnackbar: {
|
|
|
55380
57607
|
} & {
|
|
55381
57608
|
$children?: vue.VNodeChild | {
|
|
55382
57609
|
default?: ((arg: {
|
|
55383
|
-
isActive: Ref<boolean>;
|
|
57610
|
+
isActive: vue.Ref<boolean>;
|
|
55384
57611
|
}) => vue.VNodeChild) | undefined;
|
|
55385
57612
|
activator?: ((arg: {
|
|
55386
57613
|
isActive: boolean;
|
|
55387
57614
|
props: Record<string, any>;
|
|
55388
|
-
targetRef: Ref<any>;
|
|
57615
|
+
targetRef: vue.Ref<any>;
|
|
55389
57616
|
}) => vue.VNodeChild) | undefined;
|
|
55390
57617
|
} | ((arg: {
|
|
55391
|
-
isActive: Ref<boolean>;
|
|
57618
|
+
isActive: vue.Ref<boolean>;
|
|
55392
57619
|
}) => vue.VNodeChild);
|
|
55393
57620
|
'v-slots'?: {
|
|
55394
57621
|
default?: false | ((arg: {
|
|
55395
|
-
isActive: Ref<boolean>;
|
|
57622
|
+
isActive: vue.Ref<boolean>;
|
|
55396
57623
|
}) => vue.VNodeChild) | undefined;
|
|
55397
57624
|
activator?: false | ((arg: {
|
|
55398
57625
|
isActive: boolean;
|
|
55399
57626
|
props: Record<string, any>;
|
|
55400
|
-
targetRef: Ref<any>;
|
|
57627
|
+
targetRef: vue.Ref<any>;
|
|
55401
57628
|
}) => vue.VNodeChild) | undefined;
|
|
55402
57629
|
} | undefined;
|
|
55403
57630
|
} & {
|
|
55404
57631
|
"v-slot:default"?: false | ((arg: {
|
|
55405
|
-
isActive: Ref<boolean>;
|
|
57632
|
+
isActive: vue.Ref<boolean>;
|
|
55406
57633
|
}) => vue.VNodeChild) | undefined;
|
|
55407
57634
|
"v-slot:activator"?: false | ((arg: {
|
|
55408
57635
|
isActive: boolean;
|
|
55409
57636
|
props: Record<string, any>;
|
|
55410
|
-
targetRef: Ref<any>;
|
|
57637
|
+
targetRef: vue.Ref<any>;
|
|
55411
57638
|
}) => vue.VNodeChild) | undefined;
|
|
55412
57639
|
} & {
|
|
55413
57640
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
55414
|
-
|
|
55415
|
-
|
|
55416
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
55417
|
-
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
55418
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
|
55419
|
-
scrimEl: Ref<HTMLElement | undefined>;
|
|
55420
|
-
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
55421
|
-
animateClick: () => void;
|
|
55422
|
-
contentEl: Ref<HTMLElement | undefined>;
|
|
55423
|
-
globalTop: Readonly<Ref<boolean>>;
|
|
55424
|
-
localTop: vue.ComputedRef<boolean>;
|
|
55425
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
55426
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
55427
|
-
'update:modelValue': (v: boolean) => boolean;
|
|
57641
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
57642
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
55428
57643
|
}, string, {
|
|
55429
57644
|
style: vue.StyleValue;
|
|
55430
57645
|
disabled: boolean;
|
|
55431
|
-
|
|
55432
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
57646
|
+
offset: NonNullable<string | number | number[] | undefined>;
|
|
57647
|
+
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55433
57648
|
component?: vue.Component | undefined;
|
|
55434
|
-
})
|
|
57649
|
+
})> | {
|
|
57650
|
+
component: vue.Component;
|
|
57651
|
+
}>;
|
|
55435
57652
|
zIndex: string | number;
|
|
55436
57653
|
modelValue: boolean;
|
|
55437
|
-
rounded: string | number | boolean;
|
|
55438
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
55439
57654
|
origin: Anchor | "auto" | "overlap";
|
|
55440
|
-
|
|
55441
|
-
tile: boolean;
|
|
57655
|
+
minWidth: NonNullable<string | number>;
|
|
55442
57656
|
eager: boolean;
|
|
55443
|
-
location: Anchor
|
|
55444
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57657
|
+
location: NonNullable<Anchor>;
|
|
57658
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55445
57659
|
updateLocation: (e: Event) => void;
|
|
55446
|
-
} | undefined) | "connected"
|
|
57660
|
+
} | undefined) | "connected">;
|
|
57661
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57662
|
+
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
57663
|
+
openDelay: NonNullable<NonNullable<string | number>>;
|
|
55447
57664
|
activatorProps: Record<string, any>;
|
|
55448
57665
|
openOnClick: boolean;
|
|
55449
57666
|
openOnHover: boolean;
|
|
@@ -55451,26 +57668,22 @@ declare const VSnackbar: {
|
|
|
55451
57668
|
closeOnContentClick: boolean;
|
|
55452
57669
|
closeOnBack: boolean;
|
|
55453
57670
|
contained: boolean;
|
|
55454
|
-
|
|
55455
|
-
|
|
57671
|
+
noClickAnimation: boolean;
|
|
57672
|
+
persistent: boolean;
|
|
57673
|
+
scrim: NonNullable<string | boolean>;
|
|
55456
57674
|
}, {}, string, vue.SlotsType<Partial<{
|
|
55457
|
-
|
|
55458
|
-
isActive: boolean
|
|
55459
|
-
props: Record<string, any>;
|
|
57675
|
+
default: (arg: {
|
|
57676
|
+
isActive: vue.Ref<boolean>;
|
|
55460
57677
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55461
57678
|
[key: string]: any;
|
|
55462
57679
|
}>[];
|
|
55463
|
-
|
|
55464
|
-
|
|
55465
|
-
|
|
55466
|
-
|
|
55467
|
-
isActive: Ref<boolean>;
|
|
57680
|
+
activator: (arg: {
|
|
57681
|
+
isActive: boolean;
|
|
57682
|
+
props: Record<string, any>;
|
|
57683
|
+
targetRef: vue.Ref<any>;
|
|
55468
57684
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55469
57685
|
[key: string]: any;
|
|
55470
57686
|
}>[];
|
|
55471
|
-
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55472
|
-
[key: string]: any;
|
|
55473
|
-
}>[];
|
|
55474
57687
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
55475
57688
|
class: vue.PropType<any>;
|
|
55476
57689
|
style: {
|
|
@@ -55482,9 +57695,11 @@ declare const VSnackbar: {
|
|
|
55482
57695
|
theme: StringConstructor;
|
|
55483
57696
|
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
55484
57697
|
disabled: BooleanConstructor;
|
|
55485
|
-
offset:
|
|
55486
|
-
|
|
55487
|
-
|
|
57698
|
+
offset: {
|
|
57699
|
+
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
57700
|
+
default: NonNullable<string | number | number[] | undefined>;
|
|
57701
|
+
};
|
|
57702
|
+
transition: Omit<Omit<{
|
|
55488
57703
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
55489
57704
|
component?: vue.Component | undefined;
|
|
55490
57705
|
})>;
|
|
@@ -55493,10 +57708,25 @@ declare const VSnackbar: {
|
|
|
55493
57708
|
}, "default" | "type"> & {
|
|
55494
57709
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55495
57710
|
component?: vue.Component | undefined;
|
|
55496
|
-
})
|
|
57711
|
+
})> | {
|
|
57712
|
+
component: vue.Component;
|
|
57713
|
+
}>;
|
|
55497
57714
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55498
57715
|
component?: vue.Component | undefined;
|
|
55499
|
-
})
|
|
57716
|
+
})> | {
|
|
57717
|
+
component: vue.Component;
|
|
57718
|
+
};
|
|
57719
|
+
}, "default" | "type"> & {
|
|
57720
|
+
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
57721
|
+
component?: vue.Component | undefined;
|
|
57722
|
+
})> | {
|
|
57723
|
+
component: vue.Component;
|
|
57724
|
+
}>>;
|
|
57725
|
+
default: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
57726
|
+
component?: vue.Component | undefined;
|
|
57727
|
+
})> | {
|
|
57728
|
+
component: vue.Component;
|
|
57729
|
+
}>;
|
|
55500
57730
|
};
|
|
55501
57731
|
zIndex: {
|
|
55502
57732
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -55512,22 +57742,55 @@ declare const VSnackbar: {
|
|
|
55512
57742
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
55513
57743
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
55514
57744
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
55515
|
-
minWidth:
|
|
57745
|
+
minWidth: {
|
|
57746
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
57747
|
+
default: NonNullable<string | number>;
|
|
57748
|
+
};
|
|
55516
57749
|
eager: BooleanConstructor;
|
|
55517
|
-
location: {
|
|
57750
|
+
location: Omit<{
|
|
55518
57751
|
type: vue.PropType<Anchor>;
|
|
55519
57752
|
default: string;
|
|
57753
|
+
}, "default" | "type"> & {
|
|
57754
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
57755
|
+
default: NonNullable<Anchor>;
|
|
55520
57756
|
};
|
|
55521
57757
|
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
55522
|
-
locationStrategy: {
|
|
55523
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57758
|
+
locationStrategy: Omit<{
|
|
57759
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55524
57760
|
updateLocation: (e: Event) => void;
|
|
55525
57761
|
} | undefined) | "connected">;
|
|
55526
57762
|
default: string;
|
|
55527
57763
|
validator: (val: any) => boolean;
|
|
57764
|
+
}, "default" | "type"> & {
|
|
57765
|
+
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
57766
|
+
updateLocation: (e: Event) => void;
|
|
57767
|
+
} | undefined) | "connected">>;
|
|
57768
|
+
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
57769
|
+
updateLocation: (e: Event) => void;
|
|
57770
|
+
} | undefined) | "connected">;
|
|
57771
|
+
};
|
|
57772
|
+
scrollStrategy: Omit<{
|
|
57773
|
+
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57774
|
+
default: string;
|
|
57775
|
+
validator: (val: any) => boolean;
|
|
57776
|
+
}, "default" | "type"> & {
|
|
57777
|
+
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
57778
|
+
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57779
|
+
};
|
|
57780
|
+
closeDelay: Omit<{
|
|
57781
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
57782
|
+
default: NonNullable<string | number>;
|
|
57783
|
+
}, "default" | "type"> & {
|
|
57784
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
57785
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
57786
|
+
};
|
|
57787
|
+
openDelay: Omit<{
|
|
57788
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
57789
|
+
default: NonNullable<string | number>;
|
|
57790
|
+
}, "default" | "type"> & {
|
|
57791
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
57792
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
55528
57793
|
};
|
|
55529
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
55530
|
-
openDelay: (StringConstructor | NumberConstructor)[];
|
|
55531
57794
|
activatorProps: {
|
|
55532
57795
|
type: vue.PropType<Record<string, any>>;
|
|
55533
57796
|
default: () => {};
|
|
@@ -55541,37 +57804,27 @@ declare const VSnackbar: {
|
|
|
55541
57804
|
type: BooleanConstructor;
|
|
55542
57805
|
default: undefined;
|
|
55543
57806
|
};
|
|
55544
|
-
closeOnContentClick:
|
|
57807
|
+
closeOnContentClick: {
|
|
57808
|
+
type: vue.PropType<boolean>;
|
|
57809
|
+
default: boolean;
|
|
57810
|
+
};
|
|
55545
57811
|
closeOnBack: {
|
|
55546
57812
|
type: BooleanConstructor;
|
|
55547
57813
|
default: boolean;
|
|
55548
57814
|
};
|
|
55549
57815
|
contained: BooleanConstructor;
|
|
55550
57816
|
contentProps: null;
|
|
55551
|
-
|
|
55552
|
-
|
|
55553
|
-
|
|
55554
|
-
type:
|
|
55555
|
-
default:
|
|
55556
|
-
|
|
55557
|
-
|
|
55558
|
-
|
|
55559
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
55560
|
-
default: undefined;
|
|
55561
|
-
};
|
|
55562
|
-
tile: BooleanConstructor;
|
|
55563
|
-
position: {
|
|
55564
|
-
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
55565
|
-
validator: (v: any) => boolean;
|
|
55566
|
-
};
|
|
55567
|
-
multiLine: BooleanConstructor;
|
|
55568
|
-
text: StringConstructor;
|
|
55569
|
-
timer: (StringConstructor | BooleanConstructor)[];
|
|
55570
|
-
timeout: {
|
|
55571
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
55572
|
-
default: number;
|
|
57817
|
+
noClickAnimation: BooleanConstructor;
|
|
57818
|
+
persistent: BooleanConstructor;
|
|
57819
|
+
scrim: Omit<{
|
|
57820
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
57821
|
+
default: boolean;
|
|
57822
|
+
}, "default" | "type"> & {
|
|
57823
|
+
type: vue.PropType<NonNullable<string | boolean>>;
|
|
57824
|
+
default: NonNullable<string | boolean>;
|
|
55573
57825
|
};
|
|
55574
|
-
|
|
57826
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
57827
|
+
id: StringConstructor;
|
|
55575
57828
|
}, vue.ExtractPropTypes<{
|
|
55576
57829
|
class: vue.PropType<any>;
|
|
55577
57830
|
style: {
|
|
@@ -55583,9 +57836,11 @@ declare const VSnackbar: {
|
|
|
55583
57836
|
theme: StringConstructor;
|
|
55584
57837
|
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
55585
57838
|
disabled: BooleanConstructor;
|
|
55586
|
-
offset:
|
|
55587
|
-
|
|
55588
|
-
|
|
57839
|
+
offset: {
|
|
57840
|
+
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
57841
|
+
default: NonNullable<string | number | number[] | undefined>;
|
|
57842
|
+
};
|
|
57843
|
+
transition: Omit<Omit<{
|
|
55589
57844
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
55590
57845
|
component?: vue.Component | undefined;
|
|
55591
57846
|
})>;
|
|
@@ -55594,10 +57849,25 @@ declare const VSnackbar: {
|
|
|
55594
57849
|
}, "default" | "type"> & {
|
|
55595
57850
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55596
57851
|
component?: vue.Component | undefined;
|
|
55597
|
-
})
|
|
57852
|
+
})> | {
|
|
57853
|
+
component: vue.Component;
|
|
57854
|
+
}>;
|
|
55598
57855
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
55599
57856
|
component?: vue.Component | undefined;
|
|
55600
|
-
})
|
|
57857
|
+
})> | {
|
|
57858
|
+
component: vue.Component;
|
|
57859
|
+
};
|
|
57860
|
+
}, "default" | "type"> & {
|
|
57861
|
+
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
57862
|
+
component?: vue.Component | undefined;
|
|
57863
|
+
})> | {
|
|
57864
|
+
component: vue.Component;
|
|
57865
|
+
}>>;
|
|
57866
|
+
default: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
57867
|
+
component?: vue.Component | undefined;
|
|
57868
|
+
})> | {
|
|
57869
|
+
component: vue.Component;
|
|
57870
|
+
}>;
|
|
55601
57871
|
};
|
|
55602
57872
|
zIndex: {
|
|
55603
57873
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -55613,22 +57883,55 @@ declare const VSnackbar: {
|
|
|
55613
57883
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
55614
57884
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
55615
57885
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
55616
|
-
minWidth:
|
|
57886
|
+
minWidth: {
|
|
57887
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
57888
|
+
default: NonNullable<string | number>;
|
|
57889
|
+
};
|
|
55617
57890
|
eager: BooleanConstructor;
|
|
55618
|
-
location: {
|
|
57891
|
+
location: Omit<{
|
|
55619
57892
|
type: vue.PropType<Anchor>;
|
|
55620
57893
|
default: string;
|
|
57894
|
+
}, "default" | "type"> & {
|
|
57895
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
57896
|
+
default: NonNullable<Anchor>;
|
|
55621
57897
|
};
|
|
55622
57898
|
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
55623
|
-
locationStrategy: {
|
|
55624
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
57899
|
+
locationStrategy: Omit<{
|
|
57900
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
57901
|
+
updateLocation: (e: Event) => void;
|
|
57902
|
+
} | undefined) | "connected">;
|
|
57903
|
+
default: string;
|
|
57904
|
+
validator: (val: any) => boolean;
|
|
57905
|
+
}, "default" | "type"> & {
|
|
57906
|
+
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
57907
|
+
updateLocation: (e: Event) => void;
|
|
57908
|
+
} | undefined) | "connected">>;
|
|
57909
|
+
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
55625
57910
|
updateLocation: (e: Event) => void;
|
|
55626
57911
|
} | undefined) | "connected">;
|
|
57912
|
+
};
|
|
57913
|
+
scrollStrategy: Omit<{
|
|
57914
|
+
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
55627
57915
|
default: string;
|
|
55628
57916
|
validator: (val: any) => boolean;
|
|
57917
|
+
}, "default" | "type"> & {
|
|
57918
|
+
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
57919
|
+
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
57920
|
+
};
|
|
57921
|
+
closeDelay: Omit<{
|
|
57922
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
57923
|
+
default: NonNullable<string | number>;
|
|
57924
|
+
}, "default" | "type"> & {
|
|
57925
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
57926
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
57927
|
+
};
|
|
57928
|
+
openDelay: Omit<{
|
|
57929
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
57930
|
+
default: NonNullable<string | number>;
|
|
57931
|
+
}, "default" | "type"> & {
|
|
57932
|
+
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
57933
|
+
default: NonNullable<NonNullable<string | number>>;
|
|
55629
57934
|
};
|
|
55630
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
55631
|
-
openDelay: (StringConstructor | NumberConstructor)[];
|
|
55632
57935
|
activatorProps: {
|
|
55633
57936
|
type: vue.PropType<Record<string, any>>;
|
|
55634
57937
|
default: () => {};
|
|
@@ -55642,39 +57945,29 @@ declare const VSnackbar: {
|
|
|
55642
57945
|
type: BooleanConstructor;
|
|
55643
57946
|
default: undefined;
|
|
55644
57947
|
};
|
|
55645
|
-
closeOnContentClick:
|
|
57948
|
+
closeOnContentClick: {
|
|
57949
|
+
type: vue.PropType<boolean>;
|
|
57950
|
+
default: boolean;
|
|
57951
|
+
};
|
|
55646
57952
|
closeOnBack: {
|
|
55647
57953
|
type: BooleanConstructor;
|
|
55648
57954
|
default: boolean;
|
|
55649
57955
|
};
|
|
55650
57956
|
contained: BooleanConstructor;
|
|
55651
57957
|
contentProps: null;
|
|
55652
|
-
|
|
55653
|
-
|
|
55654
|
-
|
|
55655
|
-
type:
|
|
55656
|
-
default:
|
|
55657
|
-
|
|
55658
|
-
|
|
55659
|
-
|
|
55660
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
55661
|
-
default: undefined;
|
|
55662
|
-
};
|
|
55663
|
-
tile: BooleanConstructor;
|
|
55664
|
-
position: {
|
|
55665
|
-
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
55666
|
-
validator: (v: any) => boolean;
|
|
55667
|
-
};
|
|
55668
|
-
multiLine: BooleanConstructor;
|
|
55669
|
-
text: StringConstructor;
|
|
55670
|
-
timer: (StringConstructor | BooleanConstructor)[];
|
|
55671
|
-
timeout: {
|
|
55672
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
55673
|
-
default: number;
|
|
57958
|
+
noClickAnimation: BooleanConstructor;
|
|
57959
|
+
persistent: BooleanConstructor;
|
|
57960
|
+
scrim: Omit<{
|
|
57961
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
57962
|
+
default: boolean;
|
|
57963
|
+
}, "default" | "type"> & {
|
|
57964
|
+
type: vue.PropType<NonNullable<string | boolean>>;
|
|
57965
|
+
default: NonNullable<string | boolean>;
|
|
55674
57966
|
};
|
|
55675
|
-
|
|
57967
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
57968
|
+
id: StringConstructor;
|
|
55676
57969
|
}>>;
|
|
55677
|
-
type
|
|
57970
|
+
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
|
55678
57971
|
|
|
55679
57972
|
type StepperItemSlot = {
|
|
55680
57973
|
canEdit: boolean;
|
|
@@ -70635,6 +72928,7 @@ declare const index_d$1_VCol: typeof VCol;
|
|
|
70635
72928
|
declare const index_d$1_VColorPicker: typeof VColorPicker;
|
|
70636
72929
|
declare const index_d$1_VCombobox: typeof VCombobox;
|
|
70637
72930
|
declare const index_d$1_VComponentIcon: typeof VComponentIcon;
|
|
72931
|
+
declare const index_d$1_VConfirmEdit: typeof VConfirmEdit;
|
|
70638
72932
|
declare const index_d$1_VContainer: typeof VContainer;
|
|
70639
72933
|
declare const index_d$1_VCounter: typeof VCounter;
|
|
70640
72934
|
declare const index_d$1_VDataIterator: typeof VDataIterator;
|
|
@@ -70657,12 +72951,14 @@ declare const index_d$1_VDialogBottomTransition: typeof VDialogBottomTransition;
|
|
|
70657
72951
|
declare const index_d$1_VDialogTopTransition: typeof VDialogTopTransition;
|
|
70658
72952
|
declare const index_d$1_VDialogTransition: typeof VDialogTransition;
|
|
70659
72953
|
declare const index_d$1_VDivider: typeof VDivider;
|
|
72954
|
+
declare const index_d$1_VEmptyState: typeof VEmptyState;
|
|
70660
72955
|
declare const index_d$1_VExpandTransition: typeof VExpandTransition;
|
|
70661
72956
|
declare const index_d$1_VExpandXTransition: typeof VExpandXTransition;
|
|
70662
72957
|
declare const index_d$1_VExpansionPanel: typeof VExpansionPanel;
|
|
70663
72958
|
declare const index_d$1_VExpansionPanelText: typeof VExpansionPanelText;
|
|
70664
72959
|
declare const index_d$1_VExpansionPanelTitle: typeof VExpansionPanelTitle;
|
|
70665
72960
|
declare const index_d$1_VExpansionPanels: typeof VExpansionPanels;
|
|
72961
|
+
declare const index_d$1_VFab: typeof VFab;
|
|
70666
72962
|
declare const index_d$1_VFabTransition: typeof VFabTransition;
|
|
70667
72963
|
declare const index_d$1_VFadeTransition: typeof VFadeTransition;
|
|
70668
72964
|
declare const index_d$1_VField: typeof VField;
|
|
@@ -70729,6 +73025,8 @@ declare const index_d$1_VSlideYTransition: typeof VSlideYTransition;
|
|
|
70729
73025
|
declare const index_d$1_VSlider: typeof VSlider;
|
|
70730
73026
|
declare const index_d$1_VSnackbar: typeof VSnackbar;
|
|
70731
73027
|
declare const index_d$1_VSpacer: typeof VSpacer;
|
|
73028
|
+
declare const index_d$1_VSparkline: typeof VSparkline;
|
|
73029
|
+
declare const index_d$1_VSpeedDial: typeof VSpeedDial;
|
|
70732
73030
|
declare const index_d$1_VStepper: typeof VStepper;
|
|
70733
73031
|
declare const index_d$1_VStepperActions: typeof VStepperActions;
|
|
70734
73032
|
declare const index_d$1_VStepperHeader: typeof VStepperHeader;
|
|
@@ -70757,7 +73055,7 @@ declare const index_d$1_VVirtualScroll: typeof VVirtualScroll;
|
|
|
70757
73055
|
declare const index_d$1_VWindow: typeof VWindow;
|
|
70758
73056
|
declare const index_d$1_VWindowItem: typeof VWindowItem;
|
|
70759
73057
|
declare namespace index_d$1 {
|
|
70760
|
-
export { type index_d$1_VAlert as VAlert, type index_d$1_VAlertTitle as VAlertTitle, type index_d$1_VApp as VApp, type index_d$1_VAppBar as VAppBar, type index_d$1_VAppBarNavIcon as VAppBarNavIcon, type index_d$1_VAppBarTitle as VAppBarTitle, type index_d$1_VAutocomplete as VAutocomplete, type index_d$1_VAvatar as VAvatar, type index_d$1_VBadge as VBadge, type index_d$1_VBanner as VBanner, type index_d$1_VBannerActions as VBannerActions, type index_d$1_VBannerText as VBannerText, type index_d$1_VBottomNavigation as VBottomNavigation, type index_d$1_VBottomSheet as VBottomSheet, type index_d$1_VBreadcrumbs as VBreadcrumbs, type index_d$1_VBreadcrumbsDivider as VBreadcrumbsDivider, type index_d$1_VBreadcrumbsItem as VBreadcrumbsItem, type index_d$1_VBtn as VBtn, type index_d$1_VBtnGroup as VBtnGroup, type index_d$1_VBtnToggle as VBtnToggle, type index_d$1_VCard as VCard, type index_d$1_VCardActions as VCardActions, type index_d$1_VCardItem as VCardItem, type index_d$1_VCardSubtitle as VCardSubtitle, type index_d$1_VCardText as VCardText, type index_d$1_VCardTitle as VCardTitle, type index_d$1_VCarousel as VCarousel, type index_d$1_VCarouselItem as VCarouselItem, type index_d$1_VCheckbox as VCheckbox, type index_d$1_VCheckboxBtn as VCheckboxBtn, type index_d$1_VChip as VChip, type index_d$1_VChipGroup as VChipGroup, type index_d$1_VClassIcon as VClassIcon, type index_d$1_VCode as VCode, type index_d$1_VCol as VCol, type index_d$1_VColorPicker as VColorPicker, type index_d$1_VCombobox as VCombobox, type index_d$1_VComponentIcon as VComponentIcon, type index_d$1_VContainer as VContainer, type index_d$1_VCounter as VCounter, type index_d$1_VDataIterator as VDataIterator, type index_d$1_VDataTable as VDataTable, index_d$1_VDataTableFooter as VDataTableFooter, type index_d$1_VDataTableHeaders as VDataTableHeaders, type index_d$1_VDataTableRow as VDataTableRow, type index_d$1_VDataTableRows as VDataTableRows, type index_d$1_VDataTableServer as VDataTableServer, type index_d$1_VDataTableVirtual as VDataTableVirtual, type index_d$1_VDatePicker as VDatePicker, type index_d$1_VDatePickerControls as VDatePickerControls, type index_d$1_VDatePickerHeader as VDatePickerHeader, type index_d$1_VDatePickerMonth as VDatePickerMonth, type index_d$1_VDatePickerMonths as VDatePickerMonths, type index_d$1_VDatePickerYears as VDatePickerYears, type index_d$1_VDefaultsProvider as VDefaultsProvider, type index_d$1_VDialog as VDialog, type index_d$1_VDialogBottomTransition as VDialogBottomTransition, type index_d$1_VDialogTopTransition as VDialogTopTransition, type index_d$1_VDialogTransition as VDialogTransition, type index_d$1_VDivider as VDivider, type index_d$1_VExpandTransition as VExpandTransition, type index_d$1_VExpandXTransition as VExpandXTransition, type index_d$1_VExpansionPanel as VExpansionPanel, type index_d$1_VExpansionPanelText as VExpansionPanelText, type index_d$1_VExpansionPanelTitle as VExpansionPanelTitle, type index_d$1_VExpansionPanels as VExpansionPanels, type index_d$1_VFabTransition as VFabTransition, type index_d$1_VFadeTransition as VFadeTransition, type index_d$1_VField as VField, type index_d$1_VFieldLabel as VFieldLabel, type index_d$1_VFileInput as VFileInput, type index_d$1_VFooter as VFooter, type index_d$1_VForm as VForm, type index_d$1_VHover as VHover, type index_d$1_VIcon as VIcon, type index_d$1_VImg as VImg, type index_d$1_VInfiniteScroll as VInfiniteScroll, type index_d$1_VInput as VInput, type index_d$1_VItem as VItem, type index_d$1_VItemGroup as VItemGroup, type index_d$1_VKbd as VKbd, type index_d$1_VLabel as VLabel, type index_d$1_VLayout as VLayout, type index_d$1_VLayoutItem as VLayoutItem, type index_d$1_VLazy as VLazy, type index_d$1_VLigatureIcon as VLigatureIcon, type index_d$1_VList as VList, type index_d$1_VListGroup as VListGroup, type index_d$1_VListImg as VListImg, type index_d$1_VListItem as VListItem, type index_d$1_VListItemAction as VListItemAction, type index_d$1_VListItemMedia as VListItemMedia, type index_d$1_VListItemSubtitle as VListItemSubtitle, type index_d$1_VListItemTitle as VListItemTitle, type index_d$1_VListSubheader as VListSubheader, type index_d$1_VLocaleProvider as VLocaleProvider, type index_d$1_VMain as VMain, type index_d$1_VMenu as VMenu, type index_d$1_VMessages as VMessages, type index_d$1_VNavigationDrawer as VNavigationDrawer, type index_d$1_VNoSsr as VNoSsr, type index_d$1_VOtpInput as VOtpInput, type index_d$1_VOverlay as VOverlay, type index_d$1_VPagination as VPagination, type index_d$1_VParallax as VParallax, type index_d$1_VProgressCircular as VProgressCircular, type index_d$1_VProgressLinear as VProgressLinear, type index_d$1_VRadio as VRadio, type index_d$1_VRadioGroup as VRadioGroup, type index_d$1_VRangeSlider as VRangeSlider, type index_d$1_VRating as VRating, type index_d$1_VResponsive as VResponsive, type index_d$1_VRow as VRow, type index_d$1_VScaleTransition as VScaleTransition, type index_d$1_VScrollXReverseTransition as VScrollXReverseTransition, type index_d$1_VScrollXTransition as VScrollXTransition, type index_d$1_VScrollYReverseTransition as VScrollYReverseTransition, type index_d$1_VScrollYTransition as VScrollYTransition, type index_d$1_VSelect as VSelect, type index_d$1_VSelectionControl as VSelectionControl, type index_d$1_VSelectionControlGroup as VSelectionControlGroup, type index_d$1_VSheet as VSheet, type index_d$1_VSkeletonLoader as VSkeletonLoader, type index_d$1_VSlideGroup as VSlideGroup, type index_d$1_VSlideGroupItem as VSlideGroupItem, type index_d$1_VSlideXReverseTransition as VSlideXReverseTransition, type index_d$1_VSlideXTransition as VSlideXTransition, type index_d$1_VSlideYReverseTransition as VSlideYReverseTransition, type index_d$1_VSlideYTransition as VSlideYTransition, type index_d$1_VSlider as VSlider, type index_d$1_VSnackbar as VSnackbar, type index_d$1_VSpacer as VSpacer, type index_d$1_VStepper as VStepper, type index_d$1_VStepperActions as VStepperActions, type index_d$1_VStepperHeader as VStepperHeader, type index_d$1_VStepperItem as VStepperItem, type index_d$1_VStepperWindow as VStepperWindow, type index_d$1_VStepperWindowItem as VStepperWindowItem, type index_d$1_VSvgIcon as VSvgIcon, type index_d$1_VSwitch as VSwitch, type index_d$1_VSystemBar as VSystemBar, type index_d$1_VTab as VTab, type index_d$1_VTable as VTable, type index_d$1_VTabs as VTabs, type index_d$1_VTabsWindow as VTabsWindow, type index_d$1_VTabsWindowItem as VTabsWindowItem, type index_d$1_VTextField as VTextField, type index_d$1_VTextarea as VTextarea, type index_d$1_VThemeProvider as VThemeProvider, type index_d$1_VTimeline as VTimeline, type index_d$1_VTimelineItem as VTimelineItem, type index_d$1_VToolbar as VToolbar, type index_d$1_VToolbarItems as VToolbarItems, type index_d$1_VToolbarTitle as VToolbarTitle, type index_d$1_VTooltip as VTooltip, type index_d$1_VValidation as VValidation, type index_d$1_VVirtualScroll as VVirtualScroll, type index_d$1_VWindow as VWindow, type index_d$1_VWindowItem as VWindowItem };
|
|
73058
|
+
export { type index_d$1_VAlert as VAlert, type index_d$1_VAlertTitle as VAlertTitle, type index_d$1_VApp as VApp, type index_d$1_VAppBar as VAppBar, type index_d$1_VAppBarNavIcon as VAppBarNavIcon, type index_d$1_VAppBarTitle as VAppBarTitle, type index_d$1_VAutocomplete as VAutocomplete, type index_d$1_VAvatar as VAvatar, type index_d$1_VBadge as VBadge, type index_d$1_VBanner as VBanner, type index_d$1_VBannerActions as VBannerActions, type index_d$1_VBannerText as VBannerText, type index_d$1_VBottomNavigation as VBottomNavigation, type index_d$1_VBottomSheet as VBottomSheet, type index_d$1_VBreadcrumbs as VBreadcrumbs, type index_d$1_VBreadcrumbsDivider as VBreadcrumbsDivider, type index_d$1_VBreadcrumbsItem as VBreadcrumbsItem, type index_d$1_VBtn as VBtn, type index_d$1_VBtnGroup as VBtnGroup, type index_d$1_VBtnToggle as VBtnToggle, type index_d$1_VCard as VCard, type index_d$1_VCardActions as VCardActions, type index_d$1_VCardItem as VCardItem, type index_d$1_VCardSubtitle as VCardSubtitle, type index_d$1_VCardText as VCardText, type index_d$1_VCardTitle as VCardTitle, type index_d$1_VCarousel as VCarousel, type index_d$1_VCarouselItem as VCarouselItem, type index_d$1_VCheckbox as VCheckbox, type index_d$1_VCheckboxBtn as VCheckboxBtn, type index_d$1_VChip as VChip, type index_d$1_VChipGroup as VChipGroup, type index_d$1_VClassIcon as VClassIcon, type index_d$1_VCode as VCode, type index_d$1_VCol as VCol, type index_d$1_VColorPicker as VColorPicker, type index_d$1_VCombobox as VCombobox, type index_d$1_VComponentIcon as VComponentIcon, type index_d$1_VConfirmEdit as VConfirmEdit, type index_d$1_VContainer as VContainer, type index_d$1_VCounter as VCounter, type index_d$1_VDataIterator as VDataIterator, type index_d$1_VDataTable as VDataTable, index_d$1_VDataTableFooter as VDataTableFooter, type index_d$1_VDataTableHeaders as VDataTableHeaders, type index_d$1_VDataTableRow as VDataTableRow, type index_d$1_VDataTableRows as VDataTableRows, type index_d$1_VDataTableServer as VDataTableServer, type index_d$1_VDataTableVirtual as VDataTableVirtual, type index_d$1_VDatePicker as VDatePicker, type index_d$1_VDatePickerControls as VDatePickerControls, type index_d$1_VDatePickerHeader as VDatePickerHeader, type index_d$1_VDatePickerMonth as VDatePickerMonth, type index_d$1_VDatePickerMonths as VDatePickerMonths, type index_d$1_VDatePickerYears as VDatePickerYears, type index_d$1_VDefaultsProvider as VDefaultsProvider, type index_d$1_VDialog as VDialog, type index_d$1_VDialogBottomTransition as VDialogBottomTransition, type index_d$1_VDialogTopTransition as VDialogTopTransition, type index_d$1_VDialogTransition as VDialogTransition, type index_d$1_VDivider as VDivider, type index_d$1_VEmptyState as VEmptyState, type index_d$1_VExpandTransition as VExpandTransition, type index_d$1_VExpandXTransition as VExpandXTransition, type index_d$1_VExpansionPanel as VExpansionPanel, type index_d$1_VExpansionPanelText as VExpansionPanelText, type index_d$1_VExpansionPanelTitle as VExpansionPanelTitle, type index_d$1_VExpansionPanels as VExpansionPanels, type index_d$1_VFab as VFab, type index_d$1_VFabTransition as VFabTransition, type index_d$1_VFadeTransition as VFadeTransition, type index_d$1_VField as VField, type index_d$1_VFieldLabel as VFieldLabel, type index_d$1_VFileInput as VFileInput, type index_d$1_VFooter as VFooter, type index_d$1_VForm as VForm, type index_d$1_VHover as VHover, type index_d$1_VIcon as VIcon, type index_d$1_VImg as VImg, type index_d$1_VInfiniteScroll as VInfiniteScroll, type index_d$1_VInput as VInput, type index_d$1_VItem as VItem, type index_d$1_VItemGroup as VItemGroup, type index_d$1_VKbd as VKbd, type index_d$1_VLabel as VLabel, type index_d$1_VLayout as VLayout, type index_d$1_VLayoutItem as VLayoutItem, type index_d$1_VLazy as VLazy, type index_d$1_VLigatureIcon as VLigatureIcon, type index_d$1_VList as VList, type index_d$1_VListGroup as VListGroup, type index_d$1_VListImg as VListImg, type index_d$1_VListItem as VListItem, type index_d$1_VListItemAction as VListItemAction, type index_d$1_VListItemMedia as VListItemMedia, type index_d$1_VListItemSubtitle as VListItemSubtitle, type index_d$1_VListItemTitle as VListItemTitle, type index_d$1_VListSubheader as VListSubheader, type index_d$1_VLocaleProvider as VLocaleProvider, type index_d$1_VMain as VMain, type index_d$1_VMenu as VMenu, type index_d$1_VMessages as VMessages, type index_d$1_VNavigationDrawer as VNavigationDrawer, type index_d$1_VNoSsr as VNoSsr, type index_d$1_VOtpInput as VOtpInput, type index_d$1_VOverlay as VOverlay, type index_d$1_VPagination as VPagination, type index_d$1_VParallax as VParallax, type index_d$1_VProgressCircular as VProgressCircular, type index_d$1_VProgressLinear as VProgressLinear, type index_d$1_VRadio as VRadio, type index_d$1_VRadioGroup as VRadioGroup, type index_d$1_VRangeSlider as VRangeSlider, type index_d$1_VRating as VRating, type index_d$1_VResponsive as VResponsive, type index_d$1_VRow as VRow, type index_d$1_VScaleTransition as VScaleTransition, type index_d$1_VScrollXReverseTransition as VScrollXReverseTransition, type index_d$1_VScrollXTransition as VScrollXTransition, type index_d$1_VScrollYReverseTransition as VScrollYReverseTransition, type index_d$1_VScrollYTransition as VScrollYTransition, type index_d$1_VSelect as VSelect, type index_d$1_VSelectionControl as VSelectionControl, type index_d$1_VSelectionControlGroup as VSelectionControlGroup, type index_d$1_VSheet as VSheet, type index_d$1_VSkeletonLoader as VSkeletonLoader, type index_d$1_VSlideGroup as VSlideGroup, type index_d$1_VSlideGroupItem as VSlideGroupItem, type index_d$1_VSlideXReverseTransition as VSlideXReverseTransition, type index_d$1_VSlideXTransition as VSlideXTransition, type index_d$1_VSlideYReverseTransition as VSlideYReverseTransition, type index_d$1_VSlideYTransition as VSlideYTransition, type index_d$1_VSlider as VSlider, type index_d$1_VSnackbar as VSnackbar, type index_d$1_VSpacer as VSpacer, type index_d$1_VSparkline as VSparkline, type index_d$1_VSpeedDial as VSpeedDial, type index_d$1_VStepper as VStepper, type index_d$1_VStepperActions as VStepperActions, type index_d$1_VStepperHeader as VStepperHeader, type index_d$1_VStepperItem as VStepperItem, type index_d$1_VStepperWindow as VStepperWindow, type index_d$1_VStepperWindowItem as VStepperWindowItem, type index_d$1_VSvgIcon as VSvgIcon, type index_d$1_VSwitch as VSwitch, type index_d$1_VSystemBar as VSystemBar, type index_d$1_VTab as VTab, type index_d$1_VTable as VTable, type index_d$1_VTabs as VTabs, type index_d$1_VTabsWindow as VTabsWindow, type index_d$1_VTabsWindowItem as VTabsWindowItem, type index_d$1_VTextField as VTextField, type index_d$1_VTextarea as VTextarea, type index_d$1_VThemeProvider as VThemeProvider, type index_d$1_VTimeline as VTimeline, type index_d$1_VTimelineItem as VTimelineItem, type index_d$1_VToolbar as VToolbar, type index_d$1_VToolbarItems as VToolbarItems, type index_d$1_VToolbarTitle as VToolbarTitle, type index_d$1_VTooltip as VTooltip, type index_d$1_VValidation as VValidation, type index_d$1_VVirtualScroll as VVirtualScroll, type index_d$1_VWindow as VWindow, type index_d$1_VWindowItem as VWindowItem };
|
|
70761
73059
|
}
|
|
70762
73060
|
|
|
70763
73061
|
interface ClickOutsideBindingArgs {
|
|
@@ -71029,37 +73327,38 @@ declare module '@vue/runtime-core' {
|
|
|
71029
73327
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
71030
73328
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
71031
73329
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
73330
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
73331
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
71032
73332
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
71033
73333
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
71034
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
71035
73334
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
71036
73335
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
71037
73336
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
71038
73337
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
71039
|
-
|
|
73338
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
73339
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
73340
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
71040
73341
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
71041
73342
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
71042
73343
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
71043
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
71044
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
71045
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
71046
73344
|
VCard: typeof import('vuetify/components')['VCard']
|
|
71047
73345
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
71048
73346
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
71049
73347
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
71050
73348
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
71051
73349
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
71052
|
-
|
|
73350
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
71053
73351
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
71054
73352
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
71055
|
-
|
|
73353
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
73354
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
71056
73355
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
71057
73356
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
71058
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
71059
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
71060
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
71061
73357
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
73358
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
71062
73359
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
73360
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
73361
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
71063
73362
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
71064
73363
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
71065
73364
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -71073,30 +73372,29 @@ declare module '@vue/runtime-core' {
|
|
|
71073
73372
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
71074
73373
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
71075
73374
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
71076
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
71077
73375
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
73376
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
71078
73377
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
71079
73378
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
71080
73379
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
71081
73380
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
71082
|
-
|
|
73381
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
73382
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
73383
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
71083
73384
|
VField: typeof import('vuetify/components')['VField']
|
|
71084
73385
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
71085
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
71086
73386
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
71087
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
71088
73387
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
71089
73388
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
71090
73389
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
71091
73390
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
71092
73391
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
71093
|
-
|
|
71094
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
73392
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
71095
73393
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
71096
73394
|
VItem: typeof import('vuetify/components')['VItem']
|
|
71097
|
-
|
|
73395
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
71098
73396
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
71099
|
-
|
|
73397
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
71100
73398
|
VList: typeof import('vuetify/components')['VList']
|
|
71101
73399
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
71102
73400
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -71106,52 +73404,55 @@ declare module '@vue/runtime-core' {
|
|
|
71106
73404
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
71107
73405
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
71108
73406
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
73407
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
73408
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
71109
73409
|
VMain: typeof import('vuetify/components')['VMain']
|
|
71110
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
71111
73410
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
71112
|
-
|
|
73411
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
71113
73412
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
71114
73413
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
73414
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
71115
73415
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
71116
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
71117
73416
|
VRating: typeof import('vuetify/components')['VRating']
|
|
71118
73417
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
73418
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
71119
73419
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
71120
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
71121
73420
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
73421
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
73422
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
71122
73423
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
71123
73424
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
71124
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
71125
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
71126
73425
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
73426
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
71127
73427
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
73428
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
71128
73429
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
71129
73430
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
71130
73431
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
71131
73432
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
71132
73433
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
71133
73434
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
71134
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
71135
73435
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
71136
73436
|
VTab: typeof import('vuetify/components')['VTab']
|
|
71137
73437
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
71138
73438
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
71139
73439
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
71140
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
71141
73440
|
VTable: typeof import('vuetify/components')['VTable']
|
|
71142
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
71143
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
71144
73441
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
73442
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
71145
73443
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
71146
73444
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
71147
73445
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
71148
|
-
|
|
73446
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
73447
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
71149
73448
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
71150
73449
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
71151
|
-
|
|
73450
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
73451
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
71152
73452
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
71153
|
-
|
|
73453
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
71154
73454
|
VForm: typeof import('vuetify/components')['VForm']
|
|
73455
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
71155
73456
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
71156
73457
|
VCol: typeof import('vuetify/components')['VCol']
|
|
71157
73458
|
VRow: typeof import('vuetify/components')['VRow']
|
|
@@ -71165,6 +73466,8 @@ declare module '@vue/runtime-core' {
|
|
|
71165
73466
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
71166
73467
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
71167
73468
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
73469
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
73470
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
71168
73471
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
71169
73472
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
71170
73473
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
@@ -71190,22 +73493,17 @@ declare module '@vue/runtime-core' {
|
|
|
71190
73493
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
71191
73494
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
71192
73495
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
71193
|
-
|
|
71194
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
71195
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
71196
|
-
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
73496
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
71197
73497
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
71198
73498
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
71199
73499
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
71200
|
-
|
|
73500
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
73501
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
71201
73502
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
71202
73503
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
71203
73504
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
71204
|
-
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
71205
73505
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
71206
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
71207
73506
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
71208
|
-
|
|
71209
|
-
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
73507
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
71210
73508
|
}
|
|
71211
73509
|
}
|