vuetify 3.0.3 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +907 -891
- package/dist/json/importMap.json +74 -74
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +1163 -1123
- package/dist/vuetify.css +64 -67
- package/dist/vuetify.d.ts +230 -120
- package/dist/vuetify.esm.js +355 -295
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +355 -295
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +712 -708
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +25 -8
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +9 -0
- package/lib/components/VBtn/index.d.ts +2 -3
- package/lib/components/VCard/index.d.ts +2 -3
- package/lib/components/VCheckbox/VCheckbox.css +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +1 -1
- package/lib/components/VChip/VChip.mjs +15 -7
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +2 -0
- package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +24 -14
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +25 -8
- package/lib/components/VDialog/index.d.ts +21 -6
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +5 -8
- package/lib/components/VFileInput/index.d.ts +2 -3
- package/lib/components/VGrid/VGrid.css +2 -2
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VList/VListItem.mjs +2 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +21 -6
- package/lib/components/VOverlay/VOverlay.mjs +10 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +8 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +6 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +25 -8
- package/lib/components/VSelectionControl/VSelectionControl.css +4 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +4 -0
- package/lib/components/VSnackbar/index.d.ts +21 -6
- package/lib/components/VSwitch/VSwitch.css +1 -1
- package/lib/components/VSwitch/VSwitch.sass +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/_variables.scss +1 -1
- package/lib/components/VTabs/VTab.css +2 -5
- package/lib/components/VTabs/VTab.sass +4 -6
- package/lib/components/VTabs/VTabs.css +0 -4
- package/lib/components/VTabs/VTabs.sass +0 -5
- package/lib/components/VTextField/index.d.ts +20 -29
- package/lib/components/VTextarea/index.d.ts +2 -3
- package/lib/components/VToolbar/VToolbar.mjs +32 -16
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +2 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +21 -6
- package/lib/components/index.d.ts +208 -98
- package/lib/composables/display.mjs +5 -4
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/hydration.mjs +13 -8
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/loader.mjs +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/stack.mjs +16 -9
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +22 -22
- package/lib/services/goto/util.mjs +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/util/color/APCA.mjs +6 -6
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs +15 -7
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +64 -81
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +3 -3
- package/lib/util/console.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -1486,7 +1486,6 @@ declare const VField: {
|
|
|
1486
1486
|
reverse: boolean;
|
|
1487
1487
|
error: boolean;
|
|
1488
1488
|
active: boolean;
|
|
1489
|
-
loading: boolean;
|
|
1490
1489
|
disabled: boolean;
|
|
1491
1490
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1492
1491
|
clearIcon: IconValue;
|
|
@@ -1496,7 +1495,7 @@ declare const VField: {
|
|
|
1496
1495
|
persistentClear: boolean;
|
|
1497
1496
|
singleLine: boolean;
|
|
1498
1497
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
1499
|
-
loading: BooleanConstructor;
|
|
1498
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1500
1499
|
theme: StringConstructor;
|
|
1501
1500
|
appendInnerIcon: PropType<IconValue>;
|
|
1502
1501
|
bgColor: StringConstructor;
|
|
@@ -1528,7 +1527,7 @@ declare const VField: {
|
|
|
1528
1527
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
1529
1528
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1530
1529
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1531
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "
|
|
1530
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1532
1531
|
$attrs: {
|
|
1533
1532
|
[x: string]: unknown;
|
|
1534
1533
|
};
|
|
@@ -1543,7 +1542,7 @@ declare const VField: {
|
|
|
1543
1542
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
1544
1543
|
$el: any;
|
|
1545
1544
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
1546
|
-
loading: BooleanConstructor;
|
|
1545
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1547
1546
|
theme: StringConstructor;
|
|
1548
1547
|
appendInnerIcon: PropType<IconValue>;
|
|
1549
1548
|
bgColor: StringConstructor;
|
|
@@ -1585,7 +1584,6 @@ declare const VField: {
|
|
|
1585
1584
|
reverse: boolean;
|
|
1586
1585
|
error: boolean;
|
|
1587
1586
|
active: boolean;
|
|
1588
|
-
loading: boolean;
|
|
1589
1587
|
disabled: boolean;
|
|
1590
1588
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1591
1589
|
clearIcon: IconValue;
|
|
@@ -1615,7 +1613,7 @@ declare const VField: {
|
|
|
1615
1613
|
$nextTick: typeof vue.nextTick;
|
|
1616
1614
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1617
1615
|
} & Readonly<vue.ExtractPropTypes<Omit<{
|
|
1618
|
-
loading: BooleanConstructor;
|
|
1616
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1619
1617
|
theme: StringConstructor;
|
|
1620
1618
|
appendInnerIcon: PropType<IconValue>;
|
|
1621
1619
|
bgColor: StringConstructor;
|
|
@@ -1654,7 +1652,7 @@ declare const VField: {
|
|
|
1654
1652
|
__isTeleport?: undefined;
|
|
1655
1653
|
__isSuspense?: undefined;
|
|
1656
1654
|
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
1657
|
-
loading: BooleanConstructor;
|
|
1655
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1658
1656
|
theme: StringConstructor;
|
|
1659
1657
|
appendInnerIcon: PropType<IconValue>;
|
|
1660
1658
|
bgColor: StringConstructor;
|
|
@@ -1696,7 +1694,6 @@ declare const VField: {
|
|
|
1696
1694
|
reverse: boolean;
|
|
1697
1695
|
error: boolean;
|
|
1698
1696
|
active: boolean;
|
|
1699
|
-
loading: boolean;
|
|
1700
1697
|
disabled: boolean;
|
|
1701
1698
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
1702
1699
|
clearIcon: IconValue;
|
|
@@ -1827,7 +1824,6 @@ declare const VAutocomplete: {
|
|
|
1827
1824
|
transition: string | boolean | (vue.TransitionProps & {
|
|
1828
1825
|
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
1829
1826
|
});
|
|
1830
|
-
loading: boolean;
|
|
1831
1827
|
menu: boolean;
|
|
1832
1828
|
autofocus: boolean;
|
|
1833
1829
|
eager: boolean;
|
|
@@ -1848,6 +1844,7 @@ declare const VAutocomplete: {
|
|
|
1848
1844
|
persistentHint: boolean;
|
|
1849
1845
|
persistentPlaceholder: boolean;
|
|
1850
1846
|
persistentCounter: boolean;
|
|
1847
|
+
valueComparator: typeof deepEqual;
|
|
1851
1848
|
itemTitle: SelectItemKey;
|
|
1852
1849
|
itemValue: SelectItemKey;
|
|
1853
1850
|
itemChildren: SelectItemKey;
|
|
@@ -1891,7 +1888,7 @@ declare const VAutocomplete: {
|
|
|
1891
1888
|
default: string;
|
|
1892
1889
|
validator: (v: any) => boolean;
|
|
1893
1890
|
};
|
|
1894
|
-
loading: BooleanConstructor;
|
|
1891
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1895
1892
|
label: StringConstructor;
|
|
1896
1893
|
prefix: StringConstructor;
|
|
1897
1894
|
autofocus: BooleanConstructor;
|
|
@@ -2175,6 +2172,10 @@ declare const VAutocomplete: {
|
|
|
2175
2172
|
default: string;
|
|
2176
2173
|
};
|
|
2177
2174
|
openOnClear: BooleanConstructor;
|
|
2175
|
+
valueComparator: {
|
|
2176
|
+
type: vue.PropType<typeof deepEqual>;
|
|
2177
|
+
default: typeof deepEqual;
|
|
2178
|
+
};
|
|
2178
2179
|
customFilter: vue.PropType<FilterFunction>;
|
|
2179
2180
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
2180
2181
|
filterKeys: {
|
|
@@ -2190,7 +2191,7 @@ declare const VAutocomplete: {
|
|
|
2190
2191
|
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
2191
2192
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
2192
2193
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
2193
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "
|
|
2194
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
2194
2195
|
$attrs: {
|
|
2195
2196
|
[x: string]: unknown;
|
|
2196
2197
|
};
|
|
@@ -2234,7 +2235,7 @@ declare const VAutocomplete: {
|
|
|
2234
2235
|
default: string;
|
|
2235
2236
|
validator: (v: any) => boolean;
|
|
2236
2237
|
};
|
|
2237
|
-
loading: BooleanConstructor;
|
|
2238
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2238
2239
|
label: StringConstructor;
|
|
2239
2240
|
prefix: StringConstructor;
|
|
2240
2241
|
autofocus: BooleanConstructor;
|
|
@@ -2518,6 +2519,10 @@ declare const VAutocomplete: {
|
|
|
2518
2519
|
default: string;
|
|
2519
2520
|
};
|
|
2520
2521
|
openOnClear: BooleanConstructor;
|
|
2522
|
+
valueComparator: {
|
|
2523
|
+
type: vue.PropType<typeof deepEqual>;
|
|
2524
|
+
default: typeof deepEqual;
|
|
2525
|
+
};
|
|
2521
2526
|
customFilter: vue.PropType<FilterFunction>;
|
|
2522
2527
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
2523
2528
|
filterKeys: {
|
|
@@ -2560,7 +2565,6 @@ declare const VAutocomplete: {
|
|
|
2560
2565
|
transition: string | boolean | (vue.TransitionProps & {
|
|
2561
2566
|
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
2562
2567
|
});
|
|
2563
|
-
loading: boolean;
|
|
2564
2568
|
menu: boolean;
|
|
2565
2569
|
autofocus: boolean;
|
|
2566
2570
|
eager: boolean;
|
|
@@ -2581,6 +2585,7 @@ declare const VAutocomplete: {
|
|
|
2581
2585
|
persistentHint: boolean;
|
|
2582
2586
|
persistentPlaceholder: boolean;
|
|
2583
2587
|
persistentCounter: boolean;
|
|
2588
|
+
valueComparator: typeof deepEqual;
|
|
2584
2589
|
itemTitle: SelectItemKey;
|
|
2585
2590
|
itemValue: SelectItemKey;
|
|
2586
2591
|
itemChildren: SelectItemKey;
|
|
@@ -2644,7 +2649,7 @@ declare const VAutocomplete: {
|
|
|
2644
2649
|
default: string;
|
|
2645
2650
|
validator: (v: any) => boolean;
|
|
2646
2651
|
};
|
|
2647
|
-
loading: BooleanConstructor;
|
|
2652
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2648
2653
|
label: StringConstructor;
|
|
2649
2654
|
prefix: StringConstructor;
|
|
2650
2655
|
autofocus: BooleanConstructor;
|
|
@@ -2928,6 +2933,10 @@ declare const VAutocomplete: {
|
|
|
2928
2933
|
default: string;
|
|
2929
2934
|
};
|
|
2930
2935
|
openOnClear: BooleanConstructor;
|
|
2936
|
+
valueComparator: {
|
|
2937
|
+
type: vue.PropType<typeof deepEqual>;
|
|
2938
|
+
default: typeof deepEqual;
|
|
2939
|
+
};
|
|
2931
2940
|
customFilter: vue.PropType<FilterFunction>;
|
|
2932
2941
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
2933
2942
|
filterKeys: {
|
|
@@ -2991,7 +3000,7 @@ declare const VAutocomplete: {
|
|
|
2991
3000
|
default: string;
|
|
2992
3001
|
validator: (v: any) => boolean;
|
|
2993
3002
|
};
|
|
2994
|
-
loading: BooleanConstructor;
|
|
3003
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2995
3004
|
label: StringConstructor;
|
|
2996
3005
|
prefix: StringConstructor;
|
|
2997
3006
|
autofocus: BooleanConstructor;
|
|
@@ -3275,6 +3284,10 @@ declare const VAutocomplete: {
|
|
|
3275
3284
|
default: string;
|
|
3276
3285
|
};
|
|
3277
3286
|
openOnClear: BooleanConstructor;
|
|
3287
|
+
valueComparator: {
|
|
3288
|
+
type: vue.PropType<typeof deepEqual>;
|
|
3289
|
+
default: typeof deepEqual;
|
|
3290
|
+
};
|
|
3278
3291
|
customFilter: vue.PropType<FilterFunction>;
|
|
3279
3292
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
3280
3293
|
filterKeys: {
|
|
@@ -3317,7 +3330,6 @@ declare const VAutocomplete: {
|
|
|
3317
3330
|
transition: string | boolean | (vue.TransitionProps & {
|
|
3318
3331
|
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
3319
3332
|
});
|
|
3320
|
-
loading: boolean;
|
|
3321
3333
|
menu: boolean;
|
|
3322
3334
|
autofocus: boolean;
|
|
3323
3335
|
eager: boolean;
|
|
@@ -3338,6 +3350,7 @@ declare const VAutocomplete: {
|
|
|
3338
3350
|
persistentHint: boolean;
|
|
3339
3351
|
persistentPlaceholder: boolean;
|
|
3340
3352
|
persistentCounter: boolean;
|
|
3353
|
+
valueComparator: typeof deepEqual;
|
|
3341
3354
|
itemTitle: SelectItemKey;
|
|
3342
3355
|
itemValue: SelectItemKey;
|
|
3343
3356
|
itemChildren: SelectItemKey;
|
|
@@ -3797,6 +3810,10 @@ declare const VBottomNavigation: vue.DefineComponent<{
|
|
|
3797
3810
|
type: (StringConstructor | NumberConstructor)[];
|
|
3798
3811
|
default: number;
|
|
3799
3812
|
};
|
|
3813
|
+
active: {
|
|
3814
|
+
type: BooleanConstructor;
|
|
3815
|
+
default: boolean;
|
|
3816
|
+
};
|
|
3800
3817
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3801
3818
|
'update:modelValue': (value: any) => true;
|
|
3802
3819
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
@@ -3859,11 +3876,16 @@ declare const VBottomNavigation: vue.DefineComponent<{
|
|
|
3859
3876
|
type: (StringConstructor | NumberConstructor)[];
|
|
3860
3877
|
default: number;
|
|
3861
3878
|
};
|
|
3879
|
+
active: {
|
|
3880
|
+
type: BooleanConstructor;
|
|
3881
|
+
default: boolean;
|
|
3882
|
+
};
|
|
3862
3883
|
}>> & {
|
|
3863
3884
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
3864
3885
|
}, {
|
|
3865
3886
|
absolute: boolean;
|
|
3866
3887
|
height: string | number;
|
|
3888
|
+
active: boolean;
|
|
3867
3889
|
name: string;
|
|
3868
3890
|
order: string | number;
|
|
3869
3891
|
disabled: boolean;
|
|
@@ -4241,7 +4263,7 @@ declare const VBtn: vue.DefineComponent<{
|
|
|
4241
4263
|
validator: (v: any) => boolean;
|
|
4242
4264
|
};
|
|
4243
4265
|
location: PropType<Anchor>;
|
|
4244
|
-
loading: BooleanConstructor;
|
|
4266
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4245
4267
|
value: null;
|
|
4246
4268
|
disabled: BooleanConstructor;
|
|
4247
4269
|
selectedClass: StringConstructor;
|
|
@@ -4318,7 +4340,7 @@ declare const VBtn: vue.DefineComponent<{
|
|
|
4318
4340
|
validator: (v: any) => boolean;
|
|
4319
4341
|
};
|
|
4320
4342
|
location: PropType<Anchor>;
|
|
4321
|
-
loading: BooleanConstructor;
|
|
4343
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4322
4344
|
value: null;
|
|
4323
4345
|
disabled: BooleanConstructor;
|
|
4324
4346
|
selectedClass: StringConstructor;
|
|
@@ -4371,7 +4393,6 @@ declare const VBtn: vue.DefineComponent<{
|
|
|
4371
4393
|
exact: boolean;
|
|
4372
4394
|
active: boolean;
|
|
4373
4395
|
block: boolean;
|
|
4374
|
-
loading: boolean;
|
|
4375
4396
|
disabled: boolean;
|
|
4376
4397
|
size: string | number;
|
|
4377
4398
|
tag: string;
|
|
@@ -4601,7 +4622,7 @@ declare const VCard: vue.DefineComponent<{
|
|
|
4601
4622
|
validator: (v: any) => boolean;
|
|
4602
4623
|
};
|
|
4603
4624
|
location: vue.PropType<Anchor>;
|
|
4604
|
-
loading: BooleanConstructor;
|
|
4625
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4605
4626
|
elevation: {
|
|
4606
4627
|
type: (StringConstructor | NumberConstructor)[];
|
|
4607
4628
|
validator(v: any): boolean;
|
|
@@ -4662,7 +4683,7 @@ declare const VCard: vue.DefineComponent<{
|
|
|
4662
4683
|
validator: (v: any) => boolean;
|
|
4663
4684
|
};
|
|
4664
4685
|
location: vue.PropType<Anchor>;
|
|
4665
|
-
loading: BooleanConstructor;
|
|
4686
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4666
4687
|
elevation: {
|
|
4667
4688
|
type: (StringConstructor | NumberConstructor)[];
|
|
4668
4689
|
validator(v: any): boolean;
|
|
@@ -4701,7 +4722,6 @@ declare const VCard: vue.DefineComponent<{
|
|
|
4701
4722
|
link: boolean;
|
|
4702
4723
|
flat: boolean;
|
|
4703
4724
|
exact: boolean;
|
|
4704
|
-
loading: boolean;
|
|
4705
4725
|
disabled: boolean;
|
|
4706
4726
|
tag: string;
|
|
4707
4727
|
rounded: string | number | boolean;
|
|
@@ -5236,6 +5256,7 @@ declare const VChip: vue.DefineComponent<{
|
|
|
5236
5256
|
'group:selected': (val: {
|
|
5237
5257
|
value: boolean;
|
|
5238
5258
|
}) => true;
|
|
5259
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
5239
5260
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
5240
5261
|
color: StringConstructor;
|
|
5241
5262
|
variant: Omit<{
|
|
@@ -5312,6 +5333,7 @@ declare const VChip: vue.DefineComponent<{
|
|
|
5312
5333
|
default: boolean;
|
|
5313
5334
|
};
|
|
5314
5335
|
}>> & {
|
|
5336
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
5315
5337
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5316
5338
|
"onGroup:selected"?: ((val: {
|
|
5317
5339
|
value: boolean;
|
|
@@ -5568,7 +5590,6 @@ declare const VCombobox: {
|
|
|
5568
5590
|
transition: string | boolean | (vue.TransitionProps & {
|
|
5569
5591
|
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
5570
5592
|
});
|
|
5571
|
-
loading: boolean;
|
|
5572
5593
|
menu: boolean;
|
|
5573
5594
|
autofocus: boolean;
|
|
5574
5595
|
eager: boolean;
|
|
@@ -5589,6 +5610,7 @@ declare const VCombobox: {
|
|
|
5589
5610
|
persistentHint: boolean;
|
|
5590
5611
|
persistentPlaceholder: boolean;
|
|
5591
5612
|
persistentCounter: boolean;
|
|
5613
|
+
valueComparator: typeof deepEqual;
|
|
5592
5614
|
itemTitle: SelectItemKey;
|
|
5593
5615
|
itemValue: SelectItemKey;
|
|
5594
5616
|
itemChildren: SelectItemKey;
|
|
@@ -5632,7 +5654,7 @@ declare const VCombobox: {
|
|
|
5632
5654
|
default: string;
|
|
5633
5655
|
validator: (v: any) => boolean;
|
|
5634
5656
|
};
|
|
5635
|
-
loading: BooleanConstructor;
|
|
5657
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
5636
5658
|
label: StringConstructor;
|
|
5637
5659
|
prefix: StringConstructor;
|
|
5638
5660
|
autofocus: BooleanConstructor;
|
|
@@ -5922,6 +5944,10 @@ declare const VCombobox: {
|
|
|
5922
5944
|
default: string;
|
|
5923
5945
|
};
|
|
5924
5946
|
openOnClear: BooleanConstructor;
|
|
5947
|
+
valueComparator: {
|
|
5948
|
+
type: PropType<typeof deepEqual>;
|
|
5949
|
+
default: typeof deepEqual;
|
|
5950
|
+
};
|
|
5925
5951
|
customFilter: PropType<FilterFunction>;
|
|
5926
5952
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
5927
5953
|
filterKeys: {
|
|
@@ -5937,7 +5963,7 @@ declare const VCombobox: {
|
|
|
5937
5963
|
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
5938
5964
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
5939
5965
|
"onUpdate:search"?: ((val: string) => any) | undefined;
|
|
5940
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "
|
|
5966
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
5941
5967
|
$attrs: {
|
|
5942
5968
|
[x: string]: unknown;
|
|
5943
5969
|
};
|
|
@@ -5981,7 +6007,7 @@ declare const VCombobox: {
|
|
|
5981
6007
|
default: string;
|
|
5982
6008
|
validator: (v: any) => boolean;
|
|
5983
6009
|
};
|
|
5984
|
-
loading: BooleanConstructor;
|
|
6010
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
5985
6011
|
label: StringConstructor;
|
|
5986
6012
|
prefix: StringConstructor;
|
|
5987
6013
|
autofocus: BooleanConstructor;
|
|
@@ -6271,6 +6297,10 @@ declare const VCombobox: {
|
|
|
6271
6297
|
default: string;
|
|
6272
6298
|
};
|
|
6273
6299
|
openOnClear: BooleanConstructor;
|
|
6300
|
+
valueComparator: {
|
|
6301
|
+
type: PropType<typeof deepEqual>;
|
|
6302
|
+
default: typeof deepEqual;
|
|
6303
|
+
};
|
|
6274
6304
|
customFilter: PropType<FilterFunction>;
|
|
6275
6305
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
6276
6306
|
filterKeys: {
|
|
@@ -6312,7 +6342,6 @@ declare const VCombobox: {
|
|
|
6312
6342
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6313
6343
|
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
6314
6344
|
});
|
|
6315
|
-
loading: boolean;
|
|
6316
6345
|
menu: boolean;
|
|
6317
6346
|
autofocus: boolean;
|
|
6318
6347
|
eager: boolean;
|
|
@@ -6333,6 +6362,7 @@ declare const VCombobox: {
|
|
|
6333
6362
|
persistentHint: boolean;
|
|
6334
6363
|
persistentPlaceholder: boolean;
|
|
6335
6364
|
persistentCounter: boolean;
|
|
6365
|
+
valueComparator: typeof deepEqual;
|
|
6336
6366
|
itemTitle: SelectItemKey;
|
|
6337
6367
|
itemValue: SelectItemKey;
|
|
6338
6368
|
itemChildren: SelectItemKey;
|
|
@@ -6396,7 +6426,7 @@ declare const VCombobox: {
|
|
|
6396
6426
|
default: string;
|
|
6397
6427
|
validator: (v: any) => boolean;
|
|
6398
6428
|
};
|
|
6399
|
-
loading: BooleanConstructor;
|
|
6429
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
6400
6430
|
label: StringConstructor;
|
|
6401
6431
|
prefix: StringConstructor;
|
|
6402
6432
|
autofocus: BooleanConstructor;
|
|
@@ -6686,6 +6716,10 @@ declare const VCombobox: {
|
|
|
6686
6716
|
default: string;
|
|
6687
6717
|
};
|
|
6688
6718
|
openOnClear: BooleanConstructor;
|
|
6719
|
+
valueComparator: {
|
|
6720
|
+
type: PropType<typeof deepEqual>;
|
|
6721
|
+
default: typeof deepEqual;
|
|
6722
|
+
};
|
|
6689
6723
|
customFilter: PropType<FilterFunction>;
|
|
6690
6724
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
6691
6725
|
filterKeys: {
|
|
@@ -6748,7 +6782,7 @@ declare const VCombobox: {
|
|
|
6748
6782
|
default: string;
|
|
6749
6783
|
validator: (v: any) => boolean;
|
|
6750
6784
|
};
|
|
6751
|
-
loading: BooleanConstructor;
|
|
6785
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
6752
6786
|
label: StringConstructor;
|
|
6753
6787
|
prefix: StringConstructor;
|
|
6754
6788
|
autofocus: BooleanConstructor;
|
|
@@ -7038,6 +7072,10 @@ declare const VCombobox: {
|
|
|
7038
7072
|
default: string;
|
|
7039
7073
|
};
|
|
7040
7074
|
openOnClear: BooleanConstructor;
|
|
7075
|
+
valueComparator: {
|
|
7076
|
+
type: PropType<typeof deepEqual>;
|
|
7077
|
+
default: typeof deepEqual;
|
|
7078
|
+
};
|
|
7041
7079
|
customFilter: PropType<FilterFunction>;
|
|
7042
7080
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
7043
7081
|
filterKeys: {
|
|
@@ -7079,7 +7117,6 @@ declare const VCombobox: {
|
|
|
7079
7117
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7080
7118
|
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
7081
7119
|
});
|
|
7082
|
-
loading: boolean;
|
|
7083
7120
|
menu: boolean;
|
|
7084
7121
|
autofocus: boolean;
|
|
7085
7122
|
eager: boolean;
|
|
@@ -7100,6 +7137,7 @@ declare const VCombobox: {
|
|
|
7100
7137
|
persistentHint: boolean;
|
|
7101
7138
|
persistentPlaceholder: boolean;
|
|
7102
7139
|
persistentCounter: boolean;
|
|
7140
|
+
valueComparator: typeof deepEqual;
|
|
7103
7141
|
itemTitle: SelectItemKey;
|
|
7104
7142
|
itemValue: SelectItemKey;
|
|
7105
7143
|
itemChildren: SelectItemKey;
|
|
@@ -7482,6 +7520,7 @@ declare const VOverlay: {
|
|
|
7482
7520
|
noClickAnimation: boolean;
|
|
7483
7521
|
persistent: boolean;
|
|
7484
7522
|
scrim: string | boolean;
|
|
7523
|
+
_disableGlobalStack: boolean;
|
|
7485
7524
|
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
7486
7525
|
transition: {
|
|
7487
7526
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -7557,11 +7596,12 @@ declare const VOverlay: {
|
|
|
7557
7596
|
type: (StringConstructor | NumberConstructor)[];
|
|
7558
7597
|
default: number;
|
|
7559
7598
|
};
|
|
7599
|
+
_disableGlobalStack: BooleanConstructor;
|
|
7560
7600
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
7561
7601
|
onAfterLeave?: (() => any) | undefined;
|
|
7562
7602
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7563
7603
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7564
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
7604
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
7565
7605
|
$attrs: {
|
|
7566
7606
|
[x: string]: unknown;
|
|
7567
7607
|
};
|
|
@@ -7650,6 +7690,7 @@ declare const VOverlay: {
|
|
|
7650
7690
|
type: (StringConstructor | NumberConstructor)[];
|
|
7651
7691
|
default: number;
|
|
7652
7692
|
};
|
|
7693
|
+
_disableGlobalStack: BooleanConstructor;
|
|
7653
7694
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
7654
7695
|
onAfterLeave?: (() => any) | undefined;
|
|
7655
7696
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -7690,6 +7731,7 @@ declare const VOverlay: {
|
|
|
7690
7731
|
noClickAnimation: boolean;
|
|
7691
7732
|
persistent: boolean;
|
|
7692
7733
|
scrim: string | boolean;
|
|
7734
|
+
_disableGlobalStack: boolean;
|
|
7693
7735
|
}> & {
|
|
7694
7736
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
7695
7737
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -7785,6 +7827,7 @@ declare const VOverlay: {
|
|
|
7785
7827
|
type: (StringConstructor | NumberConstructor)[];
|
|
7786
7828
|
default: number;
|
|
7787
7829
|
};
|
|
7830
|
+
_disableGlobalStack: BooleanConstructor;
|
|
7788
7831
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
7789
7832
|
onAfterLeave?: (() => any) | undefined;
|
|
7790
7833
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -7875,6 +7918,7 @@ declare const VOverlay: {
|
|
|
7875
7918
|
type: (StringConstructor | NumberConstructor)[];
|
|
7876
7919
|
default: number;
|
|
7877
7920
|
};
|
|
7921
|
+
_disableGlobalStack: BooleanConstructor;
|
|
7878
7922
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
7879
7923
|
onAfterLeave?: (() => any) | undefined;
|
|
7880
7924
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -7915,6 +7959,7 @@ declare const VOverlay: {
|
|
|
7915
7959
|
noClickAnimation: boolean;
|
|
7916
7960
|
persistent: boolean;
|
|
7917
7961
|
scrim: string | boolean;
|
|
7962
|
+
_disableGlobalStack: boolean;
|
|
7918
7963
|
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
|
|
7919
7964
|
$props: SlotsToProps<OverlaySlots>;
|
|
7920
7965
|
});
|
|
@@ -8222,6 +8267,7 @@ declare const VDialog: {
|
|
|
8222
8267
|
noClickAnimation: boolean;
|
|
8223
8268
|
persistent: boolean;
|
|
8224
8269
|
scrim: string | boolean;
|
|
8270
|
+
_disableGlobalStack: boolean;
|
|
8225
8271
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
8226
8272
|
transition: {
|
|
8227
8273
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -8297,11 +8343,12 @@ declare const VDialog: {
|
|
|
8297
8343
|
type: (StringConstructor | NumberConstructor)[];
|
|
8298
8344
|
default: number;
|
|
8299
8345
|
};
|
|
8346
|
+
_disableGlobalStack: BooleanConstructor;
|
|
8300
8347
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
8301
8348
|
onAfterLeave?: (() => any) | undefined;
|
|
8302
8349
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8303
8350
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
8304
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
8351
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
8305
8352
|
$attrs: {
|
|
8306
8353
|
[x: string]: unknown;
|
|
8307
8354
|
};
|
|
@@ -8390,6 +8437,7 @@ declare const VDialog: {
|
|
|
8390
8437
|
type: (StringConstructor | NumberConstructor)[];
|
|
8391
8438
|
default: number;
|
|
8392
8439
|
};
|
|
8440
|
+
_disableGlobalStack: BooleanConstructor;
|
|
8393
8441
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
8394
8442
|
onAfterLeave?: (() => any) | undefined;
|
|
8395
8443
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -8430,6 +8478,7 @@ declare const VDialog: {
|
|
|
8430
8478
|
noClickAnimation: boolean;
|
|
8431
8479
|
persistent: boolean;
|
|
8432
8480
|
scrim: string | boolean;
|
|
8481
|
+
_disableGlobalStack: boolean;
|
|
8433
8482
|
}> & {
|
|
8434
8483
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
8435
8484
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -8525,6 +8574,7 @@ declare const VDialog: {
|
|
|
8525
8574
|
type: (StringConstructor | NumberConstructor)[];
|
|
8526
8575
|
default: number;
|
|
8527
8576
|
};
|
|
8577
|
+
_disableGlobalStack: BooleanConstructor;
|
|
8528
8578
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
8529
8579
|
onAfterLeave?: (() => any) | undefined;
|
|
8530
8580
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -8565,7 +8615,7 @@ declare const VDialog: {
|
|
|
8565
8615
|
props: Record<string, any>;
|
|
8566
8616
|
}) => vue.VNodeChild) | undefined;
|
|
8567
8617
|
};
|
|
8568
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
8618
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
8569
8619
|
'update:modelValue': (value: boolean) => boolean;
|
|
8570
8620
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
8571
8621
|
absolute: boolean;
|
|
@@ -8760,6 +8810,7 @@ declare const VDialog: {
|
|
|
8760
8810
|
noClickAnimation: boolean;
|
|
8761
8811
|
persistent: boolean;
|
|
8762
8812
|
scrim: string | boolean;
|
|
8813
|
+
_disableGlobalStack: boolean;
|
|
8763
8814
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
8764
8815
|
transition: {
|
|
8765
8816
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -8835,11 +8886,12 @@ declare const VDialog: {
|
|
|
8835
8886
|
type: (StringConstructor | NumberConstructor)[];
|
|
8836
8887
|
default: number;
|
|
8837
8888
|
};
|
|
8889
|
+
_disableGlobalStack: BooleanConstructor;
|
|
8838
8890
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
8839
8891
|
onAfterLeave?: (() => any) | undefined;
|
|
8840
8892
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8841
8893
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
8842
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
8894
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
8843
8895
|
$attrs: {
|
|
8844
8896
|
[x: string]: unknown;
|
|
8845
8897
|
};
|
|
@@ -8928,6 +8980,7 @@ declare const VDialog: {
|
|
|
8928
8980
|
type: (StringConstructor | NumberConstructor)[];
|
|
8929
8981
|
default: number;
|
|
8930
8982
|
};
|
|
8983
|
+
_disableGlobalStack: BooleanConstructor;
|
|
8931
8984
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
8932
8985
|
onAfterLeave?: (() => any) | undefined;
|
|
8933
8986
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -8968,6 +9021,7 @@ declare const VDialog: {
|
|
|
8968
9021
|
noClickAnimation: boolean;
|
|
8969
9022
|
persistent: boolean;
|
|
8970
9023
|
scrim: string | boolean;
|
|
9024
|
+
_disableGlobalStack: boolean;
|
|
8971
9025
|
}> & {
|
|
8972
9026
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
8973
9027
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -9063,6 +9117,7 @@ declare const VDialog: {
|
|
|
9063
9117
|
type: (StringConstructor | NumberConstructor)[];
|
|
9064
9118
|
default: number;
|
|
9065
9119
|
};
|
|
9120
|
+
_disableGlobalStack: BooleanConstructor;
|
|
9066
9121
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
9067
9122
|
onAfterLeave?: (() => any) | undefined;
|
|
9068
9123
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -9103,7 +9158,7 @@ declare const VDialog: {
|
|
|
9103
9158
|
props: Record<string, any>;
|
|
9104
9159
|
}) => vue.VNodeChild) | undefined;
|
|
9105
9160
|
};
|
|
9106
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
9161
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
9107
9162
|
__isFragment?: undefined;
|
|
9108
9163
|
__isTeleport?: undefined;
|
|
9109
9164
|
__isSuspense?: undefined;
|
|
@@ -9246,6 +9301,7 @@ declare const VDialog: {
|
|
|
9246
9301
|
noClickAnimation: boolean;
|
|
9247
9302
|
persistent: boolean;
|
|
9248
9303
|
scrim: string | boolean;
|
|
9304
|
+
_disableGlobalStack: boolean;
|
|
9249
9305
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
9250
9306
|
transition: {
|
|
9251
9307
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -9321,11 +9377,12 @@ declare const VDialog: {
|
|
|
9321
9377
|
type: (StringConstructor | NumberConstructor)[];
|
|
9322
9378
|
default: number;
|
|
9323
9379
|
};
|
|
9380
|
+
_disableGlobalStack: BooleanConstructor;
|
|
9324
9381
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
9325
9382
|
onAfterLeave?: (() => any) | undefined;
|
|
9326
9383
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9327
9384
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
9328
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
9385
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
9329
9386
|
$attrs: {
|
|
9330
9387
|
[x: string]: unknown;
|
|
9331
9388
|
};
|
|
@@ -9414,6 +9471,7 @@ declare const VDialog: {
|
|
|
9414
9471
|
type: (StringConstructor | NumberConstructor)[];
|
|
9415
9472
|
default: number;
|
|
9416
9473
|
};
|
|
9474
|
+
_disableGlobalStack: BooleanConstructor;
|
|
9417
9475
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
9418
9476
|
onAfterLeave?: (() => any) | undefined;
|
|
9419
9477
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -9454,6 +9512,7 @@ declare const VDialog: {
|
|
|
9454
9512
|
noClickAnimation: boolean;
|
|
9455
9513
|
persistent: boolean;
|
|
9456
9514
|
scrim: string | boolean;
|
|
9515
|
+
_disableGlobalStack: boolean;
|
|
9457
9516
|
}> & {
|
|
9458
9517
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
9459
9518
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -9549,6 +9608,7 @@ declare const VDialog: {
|
|
|
9549
9608
|
type: (StringConstructor | NumberConstructor)[];
|
|
9550
9609
|
default: number;
|
|
9551
9610
|
};
|
|
9611
|
+
_disableGlobalStack: BooleanConstructor;
|
|
9552
9612
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
9553
9613
|
onAfterLeave?: (() => any) | undefined;
|
|
9554
9614
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -9589,7 +9649,7 @@ declare const VDialog: {
|
|
|
9589
9649
|
props: Record<string, any>;
|
|
9590
9650
|
}) => vue.VNodeChild) | undefined;
|
|
9591
9651
|
};
|
|
9592
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
9652
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
9593
9653
|
'update:modelValue': (value: boolean) => boolean;
|
|
9594
9654
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
9595
9655
|
absolute: boolean;
|
|
@@ -9859,7 +9919,7 @@ declare const VFieldLabel: vue.DefineComponent<{
|
|
|
9859
9919
|
declare type VFieldLabel = InstanceType<typeof VFieldLabel>;
|
|
9860
9920
|
|
|
9861
9921
|
declare const VFileInput: vue.DefineComponent<{
|
|
9862
|
-
loading: BooleanConstructor;
|
|
9922
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
9863
9923
|
theme: StringConstructor;
|
|
9864
9924
|
appendInnerIcon: PropType<IconValue>;
|
|
9865
9925
|
bgColor: StringConstructor;
|
|
@@ -10178,7 +10238,7 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
10178
10238
|
'click:control': (e: MouseEvent) => true;
|
|
10179
10239
|
'update:modelValue': (files: File[]) => true;
|
|
10180
10240
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
10181
|
-
loading: BooleanConstructor;
|
|
10241
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
10182
10242
|
theme: StringConstructor;
|
|
10183
10243
|
appendInnerIcon: PropType<IconValue>;
|
|
10184
10244
|
bgColor: StringConstructor;
|
|
@@ -10280,7 +10340,6 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
10280
10340
|
error: boolean;
|
|
10281
10341
|
active: boolean;
|
|
10282
10342
|
direction: "horizontal" | "vertical";
|
|
10283
|
-
loading: boolean;
|
|
10284
10343
|
disabled: boolean;
|
|
10285
10344
|
multiple: boolean;
|
|
10286
10345
|
readonly: boolean;
|
|
@@ -12669,6 +12728,7 @@ declare const VMenu: {
|
|
|
12669
12728
|
noClickAnimation: boolean;
|
|
12670
12729
|
persistent: boolean;
|
|
12671
12730
|
scrim: string | boolean;
|
|
12731
|
+
_disableGlobalStack: boolean;
|
|
12672
12732
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
12673
12733
|
transition: {
|
|
12674
12734
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -12744,11 +12804,12 @@ declare const VMenu: {
|
|
|
12744
12804
|
type: (StringConstructor | NumberConstructor)[];
|
|
12745
12805
|
default: number;
|
|
12746
12806
|
};
|
|
12807
|
+
_disableGlobalStack: BooleanConstructor;
|
|
12747
12808
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
12748
12809
|
onAfterLeave?: (() => any) | undefined;
|
|
12749
12810
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
12750
12811
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
12751
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
12812
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
12752
12813
|
$attrs: {
|
|
12753
12814
|
[x: string]: unknown;
|
|
12754
12815
|
};
|
|
@@ -12837,6 +12898,7 @@ declare const VMenu: {
|
|
|
12837
12898
|
type: (StringConstructor | NumberConstructor)[];
|
|
12838
12899
|
default: number;
|
|
12839
12900
|
};
|
|
12901
|
+
_disableGlobalStack: BooleanConstructor;
|
|
12840
12902
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
12841
12903
|
onAfterLeave?: (() => any) | undefined;
|
|
12842
12904
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -12877,6 +12939,7 @@ declare const VMenu: {
|
|
|
12877
12939
|
noClickAnimation: boolean;
|
|
12878
12940
|
persistent: boolean;
|
|
12879
12941
|
scrim: string | boolean;
|
|
12942
|
+
_disableGlobalStack: boolean;
|
|
12880
12943
|
}> & {
|
|
12881
12944
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
12882
12945
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -12972,6 +13035,7 @@ declare const VMenu: {
|
|
|
12972
13035
|
type: (StringConstructor | NumberConstructor)[];
|
|
12973
13036
|
default: number;
|
|
12974
13037
|
};
|
|
13038
|
+
_disableGlobalStack: BooleanConstructor;
|
|
12975
13039
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
12976
13040
|
onAfterLeave?: (() => any) | undefined;
|
|
12977
13041
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -13012,7 +13076,7 @@ declare const VMenu: {
|
|
|
13012
13076
|
props: Record<string, any>;
|
|
13013
13077
|
}) => vue.VNodeChild) | undefined;
|
|
13014
13078
|
};
|
|
13015
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
13079
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
13016
13080
|
'update:modelValue': (value: boolean) => boolean;
|
|
13017
13081
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
13018
13082
|
location: Anchor;
|
|
@@ -13214,6 +13278,7 @@ declare const VMenu: {
|
|
|
13214
13278
|
noClickAnimation: boolean;
|
|
13215
13279
|
persistent: boolean;
|
|
13216
13280
|
scrim: string | boolean;
|
|
13281
|
+
_disableGlobalStack: boolean;
|
|
13217
13282
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
13218
13283
|
transition: {
|
|
13219
13284
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -13289,11 +13354,12 @@ declare const VMenu: {
|
|
|
13289
13354
|
type: (StringConstructor | NumberConstructor)[];
|
|
13290
13355
|
default: number;
|
|
13291
13356
|
};
|
|
13357
|
+
_disableGlobalStack: BooleanConstructor;
|
|
13292
13358
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
13293
13359
|
onAfterLeave?: (() => any) | undefined;
|
|
13294
13360
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
13295
13361
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
13296
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
13362
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
13297
13363
|
$attrs: {
|
|
13298
13364
|
[x: string]: unknown;
|
|
13299
13365
|
};
|
|
@@ -13382,6 +13448,7 @@ declare const VMenu: {
|
|
|
13382
13448
|
type: (StringConstructor | NumberConstructor)[];
|
|
13383
13449
|
default: number;
|
|
13384
13450
|
};
|
|
13451
|
+
_disableGlobalStack: BooleanConstructor;
|
|
13385
13452
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
13386
13453
|
onAfterLeave?: (() => any) | undefined;
|
|
13387
13454
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -13422,6 +13489,7 @@ declare const VMenu: {
|
|
|
13422
13489
|
noClickAnimation: boolean;
|
|
13423
13490
|
persistent: boolean;
|
|
13424
13491
|
scrim: string | boolean;
|
|
13492
|
+
_disableGlobalStack: boolean;
|
|
13425
13493
|
}> & {
|
|
13426
13494
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
13427
13495
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -13517,6 +13585,7 @@ declare const VMenu: {
|
|
|
13517
13585
|
type: (StringConstructor | NumberConstructor)[];
|
|
13518
13586
|
default: number;
|
|
13519
13587
|
};
|
|
13588
|
+
_disableGlobalStack: BooleanConstructor;
|
|
13520
13589
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
13521
13590
|
onAfterLeave?: (() => any) | undefined;
|
|
13522
13591
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -13557,7 +13626,7 @@ declare const VMenu: {
|
|
|
13557
13626
|
props: Record<string, any>;
|
|
13558
13627
|
}) => vue.VNodeChild) | undefined;
|
|
13559
13628
|
};
|
|
13560
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
13629
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
13561
13630
|
__isFragment?: undefined;
|
|
13562
13631
|
__isTeleport?: undefined;
|
|
13563
13632
|
__isSuspense?: undefined;
|
|
@@ -13709,6 +13778,7 @@ declare const VMenu: {
|
|
|
13709
13778
|
noClickAnimation: boolean;
|
|
13710
13779
|
persistent: boolean;
|
|
13711
13780
|
scrim: string | boolean;
|
|
13781
|
+
_disableGlobalStack: boolean;
|
|
13712
13782
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
13713
13783
|
transition: {
|
|
13714
13784
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -13784,11 +13854,12 @@ declare const VMenu: {
|
|
|
13784
13854
|
type: (StringConstructor | NumberConstructor)[];
|
|
13785
13855
|
default: number;
|
|
13786
13856
|
};
|
|
13857
|
+
_disableGlobalStack: BooleanConstructor;
|
|
13787
13858
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
13788
13859
|
onAfterLeave?: (() => any) | undefined;
|
|
13789
13860
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
13790
13861
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
13791
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
13862
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
13792
13863
|
$attrs: {
|
|
13793
13864
|
[x: string]: unknown;
|
|
13794
13865
|
};
|
|
@@ -13877,6 +13948,7 @@ declare const VMenu: {
|
|
|
13877
13948
|
type: (StringConstructor | NumberConstructor)[];
|
|
13878
13949
|
default: number;
|
|
13879
13950
|
};
|
|
13951
|
+
_disableGlobalStack: BooleanConstructor;
|
|
13880
13952
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
13881
13953
|
onAfterLeave?: (() => any) | undefined;
|
|
13882
13954
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -13917,6 +13989,7 @@ declare const VMenu: {
|
|
|
13917
13989
|
noClickAnimation: boolean;
|
|
13918
13990
|
persistent: boolean;
|
|
13919
13991
|
scrim: string | boolean;
|
|
13992
|
+
_disableGlobalStack: boolean;
|
|
13920
13993
|
}> & {
|
|
13921
13994
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
13922
13995
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -14012,6 +14085,7 @@ declare const VMenu: {
|
|
|
14012
14085
|
type: (StringConstructor | NumberConstructor)[];
|
|
14013
14086
|
default: number;
|
|
14014
14087
|
};
|
|
14088
|
+
_disableGlobalStack: BooleanConstructor;
|
|
14015
14089
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
14016
14090
|
onAfterLeave?: (() => any) | undefined;
|
|
14017
14091
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -14052,7 +14126,7 @@ declare const VMenu: {
|
|
|
14052
14126
|
props: Record<string, any>;
|
|
14053
14127
|
}) => vue.VNodeChild) | undefined;
|
|
14054
14128
|
};
|
|
14055
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
14129
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
14056
14130
|
'update:modelValue': (value: boolean) => boolean;
|
|
14057
14131
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
14058
14132
|
location: Anchor;
|
|
@@ -15745,7 +15819,6 @@ declare const VSelect: {
|
|
|
15745
15819
|
target: PropType<HTMLElement>;
|
|
15746
15820
|
}>>, {}>;
|
|
15747
15821
|
};
|
|
15748
|
-
loading: boolean;
|
|
15749
15822
|
menu: boolean;
|
|
15750
15823
|
autofocus: boolean;
|
|
15751
15824
|
eager: boolean;
|
|
@@ -15766,6 +15839,7 @@ declare const VSelect: {
|
|
|
15766
15839
|
persistentHint: boolean;
|
|
15767
15840
|
persistentPlaceholder: boolean;
|
|
15768
15841
|
persistentCounter: boolean;
|
|
15842
|
+
valueComparator: typeof deepEqual;
|
|
15769
15843
|
itemTitle: SelectItemKey;
|
|
15770
15844
|
itemValue: SelectItemKey;
|
|
15771
15845
|
itemChildren: SelectItemKey;
|
|
@@ -15818,7 +15892,7 @@ declare const VSelect: {
|
|
|
15818
15892
|
default: string;
|
|
15819
15893
|
validator: (v: any) => boolean;
|
|
15820
15894
|
};
|
|
15821
|
-
loading: BooleanConstructor;
|
|
15895
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
15822
15896
|
label: StringConstructor;
|
|
15823
15897
|
prefix: StringConstructor;
|
|
15824
15898
|
autofocus: BooleanConstructor;
|
|
@@ -16102,9 +16176,13 @@ declare const VSelect: {
|
|
|
16102
16176
|
default: string;
|
|
16103
16177
|
};
|
|
16104
16178
|
openOnClear: BooleanConstructor;
|
|
16179
|
+
valueComparator: {
|
|
16180
|
+
type: PropType<typeof deepEqual>;
|
|
16181
|
+
default: typeof deepEqual;
|
|
16182
|
+
};
|
|
16105
16183
|
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
16106
16184
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
16107
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "
|
|
16185
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
|
|
16108
16186
|
$attrs: {
|
|
16109
16187
|
[x: string]: unknown;
|
|
16110
16188
|
};
|
|
@@ -16160,7 +16238,7 @@ declare const VSelect: {
|
|
|
16160
16238
|
default: string;
|
|
16161
16239
|
validator: (v: any) => boolean;
|
|
16162
16240
|
};
|
|
16163
|
-
loading: BooleanConstructor;
|
|
16241
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
16164
16242
|
label: StringConstructor;
|
|
16165
16243
|
prefix: StringConstructor;
|
|
16166
16244
|
autofocus: BooleanConstructor;
|
|
@@ -16444,6 +16522,10 @@ declare const VSelect: {
|
|
|
16444
16522
|
default: string;
|
|
16445
16523
|
};
|
|
16446
16524
|
openOnClear: BooleanConstructor;
|
|
16525
|
+
valueComparator: {
|
|
16526
|
+
type: PropType<typeof deepEqual>;
|
|
16527
|
+
default: typeof deepEqual;
|
|
16528
|
+
};
|
|
16447
16529
|
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
16448
16530
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
16449
16531
|
}, {
|
|
@@ -16469,7 +16551,6 @@ declare const VSelect: {
|
|
|
16469
16551
|
target: PropType<HTMLElement>;
|
|
16470
16552
|
}>>, {}>;
|
|
16471
16553
|
};
|
|
16472
|
-
loading: boolean;
|
|
16473
16554
|
menu: boolean;
|
|
16474
16555
|
autofocus: boolean;
|
|
16475
16556
|
eager: boolean;
|
|
@@ -16490,6 +16571,7 @@ declare const VSelect: {
|
|
|
16490
16571
|
persistentHint: boolean;
|
|
16491
16572
|
persistentPlaceholder: boolean;
|
|
16492
16573
|
persistentCounter: boolean;
|
|
16574
|
+
valueComparator: typeof deepEqual;
|
|
16493
16575
|
itemTitle: SelectItemKey;
|
|
16494
16576
|
itemValue: SelectItemKey;
|
|
16495
16577
|
itemChildren: SelectItemKey;
|
|
@@ -16562,7 +16644,7 @@ declare const VSelect: {
|
|
|
16562
16644
|
default: string;
|
|
16563
16645
|
validator: (v: any) => boolean;
|
|
16564
16646
|
};
|
|
16565
|
-
loading: BooleanConstructor;
|
|
16647
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
16566
16648
|
label: StringConstructor;
|
|
16567
16649
|
prefix: StringConstructor;
|
|
16568
16650
|
autofocus: BooleanConstructor;
|
|
@@ -16846,6 +16928,10 @@ declare const VSelect: {
|
|
|
16846
16928
|
default: string;
|
|
16847
16929
|
};
|
|
16848
16930
|
openOnClear: BooleanConstructor;
|
|
16931
|
+
valueComparator: {
|
|
16932
|
+
type: PropType<typeof deepEqual>;
|
|
16933
|
+
default: typeof deepEqual;
|
|
16934
|
+
};
|
|
16849
16935
|
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
16850
16936
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
16851
16937
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -16899,7 +16985,7 @@ declare const VSelect: {
|
|
|
16899
16985
|
default: string;
|
|
16900
16986
|
validator: (v: any) => boolean;
|
|
16901
16987
|
};
|
|
16902
|
-
loading: BooleanConstructor;
|
|
16988
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
16903
16989
|
label: StringConstructor;
|
|
16904
16990
|
prefix: StringConstructor;
|
|
16905
16991
|
autofocus: BooleanConstructor;
|
|
@@ -17183,6 +17269,10 @@ declare const VSelect: {
|
|
|
17183
17269
|
default: string;
|
|
17184
17270
|
};
|
|
17185
17271
|
openOnClear: BooleanConstructor;
|
|
17272
|
+
valueComparator: {
|
|
17273
|
+
type: PropType<typeof deepEqual>;
|
|
17274
|
+
default: typeof deepEqual;
|
|
17275
|
+
};
|
|
17186
17276
|
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
17187
17277
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
17188
17278
|
}, {
|
|
@@ -17208,7 +17298,6 @@ declare const VSelect: {
|
|
|
17208
17298
|
target: PropType<HTMLElement>;
|
|
17209
17299
|
}>>, {}>;
|
|
17210
17300
|
};
|
|
17211
|
-
loading: boolean;
|
|
17212
17301
|
menu: boolean;
|
|
17213
17302
|
autofocus: boolean;
|
|
17214
17303
|
eager: boolean;
|
|
@@ -17229,6 +17318,7 @@ declare const VSelect: {
|
|
|
17229
17318
|
persistentHint: boolean;
|
|
17230
17319
|
persistentPlaceholder: boolean;
|
|
17231
17320
|
persistentCounter: boolean;
|
|
17321
|
+
valueComparator: typeof deepEqual;
|
|
17232
17322
|
itemTitle: SelectItemKey;
|
|
17233
17323
|
itemValue: SelectItemKey;
|
|
17234
17324
|
itemChildren: SelectItemKey;
|
|
@@ -18589,6 +18679,7 @@ declare const VSnackbar: {
|
|
|
18589
18679
|
noClickAnimation: boolean;
|
|
18590
18680
|
persistent: boolean;
|
|
18591
18681
|
scrim: string | boolean;
|
|
18682
|
+
_disableGlobalStack: boolean;
|
|
18592
18683
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
18593
18684
|
transition: {
|
|
18594
18685
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -18664,11 +18755,12 @@ declare const VSnackbar: {
|
|
|
18664
18755
|
type: (StringConstructor | NumberConstructor)[];
|
|
18665
18756
|
default: number;
|
|
18666
18757
|
};
|
|
18758
|
+
_disableGlobalStack: BooleanConstructor;
|
|
18667
18759
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
18668
18760
|
onAfterLeave?: (() => any) | undefined;
|
|
18669
18761
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18670
18762
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
18671
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
18763
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
18672
18764
|
$attrs: {
|
|
18673
18765
|
[x: string]: unknown;
|
|
18674
18766
|
};
|
|
@@ -18757,6 +18849,7 @@ declare const VSnackbar: {
|
|
|
18757
18849
|
type: (StringConstructor | NumberConstructor)[];
|
|
18758
18850
|
default: number;
|
|
18759
18851
|
};
|
|
18852
|
+
_disableGlobalStack: BooleanConstructor;
|
|
18760
18853
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
18761
18854
|
onAfterLeave?: (() => any) | undefined;
|
|
18762
18855
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -18797,6 +18890,7 @@ declare const VSnackbar: {
|
|
|
18797
18890
|
noClickAnimation: boolean;
|
|
18798
18891
|
persistent: boolean;
|
|
18799
18892
|
scrim: string | boolean;
|
|
18893
|
+
_disableGlobalStack: boolean;
|
|
18800
18894
|
}> & {
|
|
18801
18895
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
18802
18896
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -18892,6 +18986,7 @@ declare const VSnackbar: {
|
|
|
18892
18986
|
type: (StringConstructor | NumberConstructor)[];
|
|
18893
18987
|
default: number;
|
|
18894
18988
|
};
|
|
18989
|
+
_disableGlobalStack: BooleanConstructor;
|
|
18895
18990
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
18896
18991
|
onAfterLeave?: (() => any) | undefined;
|
|
18897
18992
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -18932,7 +19027,7 @@ declare const VSnackbar: {
|
|
|
18932
19027
|
props: Record<string, any>;
|
|
18933
19028
|
}) => vue.VNodeChild) | undefined;
|
|
18934
19029
|
};
|
|
18935
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
19030
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
18936
19031
|
'update:modelValue': (v: boolean) => boolean;
|
|
18937
19032
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">, string, {
|
|
18938
19033
|
absolute: boolean;
|
|
@@ -19101,6 +19196,7 @@ declare const VSnackbar: {
|
|
|
19101
19196
|
noClickAnimation: boolean;
|
|
19102
19197
|
persistent: boolean;
|
|
19103
19198
|
scrim: string | boolean;
|
|
19199
|
+
_disableGlobalStack: boolean;
|
|
19104
19200
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
19105
19201
|
transition: {
|
|
19106
19202
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -19176,11 +19272,12 @@ declare const VSnackbar: {
|
|
|
19176
19272
|
type: (StringConstructor | NumberConstructor)[];
|
|
19177
19273
|
default: number;
|
|
19178
19274
|
};
|
|
19275
|
+
_disableGlobalStack: BooleanConstructor;
|
|
19179
19276
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
19180
19277
|
onAfterLeave?: (() => any) | undefined;
|
|
19181
19278
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19182
19279
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
19183
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
19280
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
19184
19281
|
$attrs: {
|
|
19185
19282
|
[x: string]: unknown;
|
|
19186
19283
|
};
|
|
@@ -19269,6 +19366,7 @@ declare const VSnackbar: {
|
|
|
19269
19366
|
type: (StringConstructor | NumberConstructor)[];
|
|
19270
19367
|
default: number;
|
|
19271
19368
|
};
|
|
19369
|
+
_disableGlobalStack: BooleanConstructor;
|
|
19272
19370
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
19273
19371
|
onAfterLeave?: (() => any) | undefined;
|
|
19274
19372
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -19309,6 +19407,7 @@ declare const VSnackbar: {
|
|
|
19309
19407
|
noClickAnimation: boolean;
|
|
19310
19408
|
persistent: boolean;
|
|
19311
19409
|
scrim: string | boolean;
|
|
19410
|
+
_disableGlobalStack: boolean;
|
|
19312
19411
|
}> & {
|
|
19313
19412
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
19314
19413
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -19404,6 +19503,7 @@ declare const VSnackbar: {
|
|
|
19404
19503
|
type: (StringConstructor | NumberConstructor)[];
|
|
19405
19504
|
default: number;
|
|
19406
19505
|
};
|
|
19506
|
+
_disableGlobalStack: BooleanConstructor;
|
|
19407
19507
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
19408
19508
|
onAfterLeave?: (() => any) | undefined;
|
|
19409
19509
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -19444,7 +19544,7 @@ declare const VSnackbar: {
|
|
|
19444
19544
|
props: Record<string, any>;
|
|
19445
19545
|
}) => vue.VNodeChild) | undefined;
|
|
19446
19546
|
};
|
|
19447
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
19547
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
19448
19548
|
__isFragment?: undefined;
|
|
19449
19549
|
__isTeleport?: undefined;
|
|
19450
19550
|
__isSuspense?: undefined;
|
|
@@ -19569,6 +19669,7 @@ declare const VSnackbar: {
|
|
|
19569
19669
|
noClickAnimation: boolean;
|
|
19570
19670
|
persistent: boolean;
|
|
19571
19671
|
scrim: string | boolean;
|
|
19672
|
+
_disableGlobalStack: boolean;
|
|
19572
19673
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
19573
19674
|
transition: {
|
|
19574
19675
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -19644,11 +19745,12 @@ declare const VSnackbar: {
|
|
|
19644
19745
|
type: (StringConstructor | NumberConstructor)[];
|
|
19645
19746
|
default: number;
|
|
19646
19747
|
};
|
|
19748
|
+
_disableGlobalStack: BooleanConstructor;
|
|
19647
19749
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
19648
19750
|
onAfterLeave?: (() => any) | undefined;
|
|
19649
19751
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19650
19752
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
19651
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
19753
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
19652
19754
|
$attrs: {
|
|
19653
19755
|
[x: string]: unknown;
|
|
19654
19756
|
};
|
|
@@ -19737,6 +19839,7 @@ declare const VSnackbar: {
|
|
|
19737
19839
|
type: (StringConstructor | NumberConstructor)[];
|
|
19738
19840
|
default: number;
|
|
19739
19841
|
};
|
|
19842
|
+
_disableGlobalStack: BooleanConstructor;
|
|
19740
19843
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
19741
19844
|
onAfterLeave?: (() => any) | undefined;
|
|
19742
19845
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -19777,6 +19880,7 @@ declare const VSnackbar: {
|
|
|
19777
19880
|
noClickAnimation: boolean;
|
|
19778
19881
|
persistent: boolean;
|
|
19779
19882
|
scrim: string | boolean;
|
|
19883
|
+
_disableGlobalStack: boolean;
|
|
19780
19884
|
}> & {
|
|
19781
19885
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
19782
19886
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -19872,6 +19976,7 @@ declare const VSnackbar: {
|
|
|
19872
19976
|
type: (StringConstructor | NumberConstructor)[];
|
|
19873
19977
|
default: number;
|
|
19874
19978
|
};
|
|
19979
|
+
_disableGlobalStack: BooleanConstructor;
|
|
19875
19980
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
19876
19981
|
onAfterLeave?: (() => any) | undefined;
|
|
19877
19982
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -19912,7 +20017,7 @@ declare const VSnackbar: {
|
|
|
19912
20017
|
props: Record<string, any>;
|
|
19913
20018
|
}) => vue.VNodeChild) | undefined;
|
|
19914
20019
|
};
|
|
19915
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
20020
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
19916
20021
|
'update:modelValue': (v: boolean) => boolean;
|
|
19917
20022
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">, string, {
|
|
19918
20023
|
absolute: boolean;
|
|
@@ -20397,7 +20502,7 @@ declare const VTable: vue.DefineComponent<{
|
|
|
20397
20502
|
declare type VTable = InstanceType<typeof VTable>;
|
|
20398
20503
|
|
|
20399
20504
|
declare const VTextarea: vue.DefineComponent<{
|
|
20400
|
-
loading: BooleanConstructor;
|
|
20505
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
20401
20506
|
theme: StringConstructor;
|
|
20402
20507
|
appendInnerIcon: PropType<IconValue>;
|
|
20403
20508
|
bgColor: StringConstructor;
|
|
@@ -20709,7 +20814,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
20709
20814
|
'update:focused': (focused: boolean) => true;
|
|
20710
20815
|
'update:modelValue': (val: string) => true;
|
|
20711
20816
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
20712
|
-
loading: BooleanConstructor;
|
|
20817
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
20713
20818
|
theme: StringConstructor;
|
|
20714
20819
|
appendInnerIcon: PropType<IconValue>;
|
|
20715
20820
|
bgColor: StringConstructor;
|
|
@@ -20804,7 +20909,6 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
20804
20909
|
error: boolean;
|
|
20805
20910
|
active: boolean;
|
|
20806
20911
|
direction: "horizontal" | "vertical";
|
|
20807
|
-
loading: boolean;
|
|
20808
20912
|
autofocus: boolean;
|
|
20809
20913
|
disabled: boolean;
|
|
20810
20914
|
readonly: boolean;
|
|
@@ -20839,7 +20943,6 @@ declare const VTextField: {
|
|
|
20839
20943
|
error: boolean;
|
|
20840
20944
|
active: boolean;
|
|
20841
20945
|
direction: "horizontal" | "vertical";
|
|
20842
|
-
loading: boolean;
|
|
20843
20946
|
autofocus: boolean;
|
|
20844
20947
|
disabled: boolean;
|
|
20845
20948
|
readonly: boolean;
|
|
@@ -20859,7 +20962,7 @@ declare const VTextField: {
|
|
|
20859
20962
|
persistentPlaceholder: boolean;
|
|
20860
20963
|
persistentCounter: boolean;
|
|
20861
20964
|
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
20862
|
-
loading: BooleanConstructor;
|
|
20965
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
20863
20966
|
theme: StringConstructor;
|
|
20864
20967
|
appendInnerIcon: PropType<IconValue>;
|
|
20865
20968
|
bgColor: StringConstructor;
|
|
@@ -20943,7 +21046,7 @@ declare const VTextField: {
|
|
|
20943
21046
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
20944
21047
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
20945
21048
|
"onClick:input"?: ((e: MouseEvent) => any) | undefined;
|
|
20946
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "
|
|
21049
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">;
|
|
20947
21050
|
$attrs: {
|
|
20948
21051
|
[x: string]: unknown;
|
|
20949
21052
|
};
|
|
@@ -20958,7 +21061,7 @@ declare const VTextField: {
|
|
|
20958
21061
|
$emit: ((event: "update:modelValue", val: string) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:input", e: MouseEvent) => void);
|
|
20959
21062
|
$el: any;
|
|
20960
21063
|
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
20961
|
-
loading: BooleanConstructor;
|
|
21064
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
20962
21065
|
theme: StringConstructor;
|
|
20963
21066
|
appendInnerIcon: PropType<IconValue>;
|
|
20964
21067
|
bgColor: StringConstructor;
|
|
@@ -21270,7 +21373,6 @@ declare const VTextField: {
|
|
|
21270
21373
|
reverse: boolean;
|
|
21271
21374
|
error: boolean;
|
|
21272
21375
|
active: boolean;
|
|
21273
|
-
loading: boolean;
|
|
21274
21376
|
disabled: boolean;
|
|
21275
21377
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
21276
21378
|
clearIcon: IconValue;
|
|
@@ -21280,7 +21382,7 @@ declare const VTextField: {
|
|
|
21280
21382
|
persistentClear: boolean;
|
|
21281
21383
|
singleLine: boolean;
|
|
21282
21384
|
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
21283
|
-
loading: BooleanConstructor;
|
|
21385
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
21284
21386
|
theme: StringConstructor;
|
|
21285
21387
|
appendInnerIcon: PropType<IconValue>;
|
|
21286
21388
|
bgColor: StringConstructor;
|
|
@@ -21312,7 +21414,7 @@ declare const VTextField: {
|
|
|
21312
21414
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
21313
21415
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
21314
21416
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
21315
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "
|
|
21417
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
21316
21418
|
$attrs: {
|
|
21317
21419
|
[x: string]: unknown;
|
|
21318
21420
|
};
|
|
@@ -21327,7 +21429,7 @@ declare const VTextField: {
|
|
|
21327
21429
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
21328
21430
|
$el: any;
|
|
21329
21431
|
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
21330
|
-
loading: BooleanConstructor;
|
|
21432
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
21331
21433
|
theme: StringConstructor;
|
|
21332
21434
|
appendInnerIcon: PropType<IconValue>;
|
|
21333
21435
|
bgColor: StringConstructor;
|
|
@@ -21369,7 +21471,6 @@ declare const VTextField: {
|
|
|
21369
21471
|
reverse: boolean;
|
|
21370
21472
|
error: boolean;
|
|
21371
21473
|
active: boolean;
|
|
21372
|
-
loading: boolean;
|
|
21373
21474
|
disabled: boolean;
|
|
21374
21475
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
21375
21476
|
clearIcon: IconValue;
|
|
@@ -21399,7 +21500,7 @@ declare const VTextField: {
|
|
|
21399
21500
|
$nextTick: typeof nextTick;
|
|
21400
21501
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
21401
21502
|
} & Readonly<ExtractPropTypes<Omit<{
|
|
21402
|
-
loading: BooleanConstructor;
|
|
21503
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
21403
21504
|
theme: StringConstructor;
|
|
21404
21505
|
appendInnerIcon: PropType<IconValue>;
|
|
21405
21506
|
bgColor: StringConstructor;
|
|
@@ -21462,7 +21563,7 @@ declare const VTextField: {
|
|
|
21462
21563
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
21463
21564
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
21464
21565
|
};
|
|
21465
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "
|
|
21566
|
+
}, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
21466
21567
|
'click:control': (e: MouseEvent) => boolean;
|
|
21467
21568
|
'click:input': (e: MouseEvent) => boolean;
|
|
21468
21569
|
'update:focused': (focused: boolean) => boolean;
|
|
@@ -21473,7 +21574,6 @@ declare const VTextField: {
|
|
|
21473
21574
|
error: boolean;
|
|
21474
21575
|
active: boolean;
|
|
21475
21576
|
direction: "horizontal" | "vertical";
|
|
21476
|
-
loading: boolean;
|
|
21477
21577
|
autofocus: boolean;
|
|
21478
21578
|
disabled: boolean;
|
|
21479
21579
|
readonly: boolean;
|
|
@@ -21513,7 +21613,7 @@ declare const VTextField: {
|
|
|
21513
21613
|
$nextTick: typeof nextTick;
|
|
21514
21614
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
21515
21615
|
} & Readonly<ExtractPropTypes<Omit<{
|
|
21516
|
-
loading: BooleanConstructor;
|
|
21616
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
21517
21617
|
theme: StringConstructor;
|
|
21518
21618
|
appendInnerIcon: PropType<IconValue>;
|
|
21519
21619
|
bgColor: StringConstructor;
|
|
@@ -21825,7 +21925,6 @@ declare const VTextField: {
|
|
|
21825
21925
|
reverse: boolean;
|
|
21826
21926
|
error: boolean;
|
|
21827
21927
|
active: boolean;
|
|
21828
|
-
loading: boolean;
|
|
21829
21928
|
disabled: boolean;
|
|
21830
21929
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
21831
21930
|
clearIcon: IconValue;
|
|
@@ -21835,7 +21934,7 @@ declare const VTextField: {
|
|
|
21835
21934
|
persistentClear: boolean;
|
|
21836
21935
|
singleLine: boolean;
|
|
21837
21936
|
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
21838
|
-
loading: BooleanConstructor;
|
|
21937
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
21839
21938
|
theme: StringConstructor;
|
|
21840
21939
|
appendInnerIcon: PropType<IconValue>;
|
|
21841
21940
|
bgColor: StringConstructor;
|
|
@@ -21867,7 +21966,7 @@ declare const VTextField: {
|
|
|
21867
21966
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
21868
21967
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
21869
21968
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
21870
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "
|
|
21969
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
21871
21970
|
$attrs: {
|
|
21872
21971
|
[x: string]: unknown;
|
|
21873
21972
|
};
|
|
@@ -21882,7 +21981,7 @@ declare const VTextField: {
|
|
|
21882
21981
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
21883
21982
|
$el: any;
|
|
21884
21983
|
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
21885
|
-
loading: BooleanConstructor;
|
|
21984
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
21886
21985
|
theme: StringConstructor;
|
|
21887
21986
|
appendInnerIcon: PropType<IconValue>;
|
|
21888
21987
|
bgColor: StringConstructor;
|
|
@@ -21924,7 +22023,6 @@ declare const VTextField: {
|
|
|
21924
22023
|
reverse: boolean;
|
|
21925
22024
|
error: boolean;
|
|
21926
22025
|
active: boolean;
|
|
21927
|
-
loading: boolean;
|
|
21928
22026
|
disabled: boolean;
|
|
21929
22027
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
21930
22028
|
clearIcon: IconValue;
|
|
@@ -21954,7 +22052,7 @@ declare const VTextField: {
|
|
|
21954
22052
|
$nextTick: typeof nextTick;
|
|
21955
22053
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
21956
22054
|
} & Readonly<ExtractPropTypes<Omit<{
|
|
21957
|
-
loading: BooleanConstructor;
|
|
22055
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
21958
22056
|
theme: StringConstructor;
|
|
21959
22057
|
appendInnerIcon: PropType<IconValue>;
|
|
21960
22058
|
bgColor: StringConstructor;
|
|
@@ -22017,12 +22115,12 @@ declare const VTextField: {
|
|
|
22017
22115
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
22018
22116
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
22019
22117
|
};
|
|
22020
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "
|
|
22118
|
+
}, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
22021
22119
|
__isFragment?: undefined;
|
|
22022
22120
|
__isTeleport?: undefined;
|
|
22023
22121
|
__isSuspense?: undefined;
|
|
22024
22122
|
} & vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
22025
|
-
loading: BooleanConstructor;
|
|
22123
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
22026
22124
|
theme: StringConstructor;
|
|
22027
22125
|
appendInnerIcon: PropType<IconValue>;
|
|
22028
22126
|
bgColor: StringConstructor;
|
|
@@ -22334,7 +22432,6 @@ declare const VTextField: {
|
|
|
22334
22432
|
reverse: boolean;
|
|
22335
22433
|
error: boolean;
|
|
22336
22434
|
active: boolean;
|
|
22337
|
-
loading: boolean;
|
|
22338
22435
|
disabled: boolean;
|
|
22339
22436
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
22340
22437
|
clearIcon: IconValue;
|
|
@@ -22344,7 +22441,7 @@ declare const VTextField: {
|
|
|
22344
22441
|
persistentClear: boolean;
|
|
22345
22442
|
singleLine: boolean;
|
|
22346
22443
|
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
22347
|
-
loading: BooleanConstructor;
|
|
22444
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
22348
22445
|
theme: StringConstructor;
|
|
22349
22446
|
appendInnerIcon: PropType<IconValue>;
|
|
22350
22447
|
bgColor: StringConstructor;
|
|
@@ -22376,7 +22473,7 @@ declare const VTextField: {
|
|
|
22376
22473
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
22377
22474
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
22378
22475
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
22379
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "
|
|
22476
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
22380
22477
|
$attrs: {
|
|
22381
22478
|
[x: string]: unknown;
|
|
22382
22479
|
};
|
|
@@ -22391,7 +22488,7 @@ declare const VTextField: {
|
|
|
22391
22488
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
22392
22489
|
$el: any;
|
|
22393
22490
|
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
22394
|
-
loading: BooleanConstructor;
|
|
22491
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
22395
22492
|
theme: StringConstructor;
|
|
22396
22493
|
appendInnerIcon: PropType<IconValue>;
|
|
22397
22494
|
bgColor: StringConstructor;
|
|
@@ -22433,7 +22530,6 @@ declare const VTextField: {
|
|
|
22433
22530
|
reverse: boolean;
|
|
22434
22531
|
error: boolean;
|
|
22435
22532
|
active: boolean;
|
|
22436
|
-
loading: boolean;
|
|
22437
22533
|
disabled: boolean;
|
|
22438
22534
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
22439
22535
|
clearIcon: IconValue;
|
|
@@ -22463,7 +22559,7 @@ declare const VTextField: {
|
|
|
22463
22559
|
$nextTick: typeof nextTick;
|
|
22464
22560
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
22465
22561
|
} & Readonly<ExtractPropTypes<Omit<{
|
|
22466
|
-
loading: BooleanConstructor;
|
|
22562
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
22467
22563
|
theme: StringConstructor;
|
|
22468
22564
|
appendInnerIcon: PropType<IconValue>;
|
|
22469
22565
|
bgColor: StringConstructor;
|
|
@@ -22526,7 +22622,7 @@ declare const VTextField: {
|
|
|
22526
22622
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
22527
22623
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
22528
22624
|
};
|
|
22529
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "
|
|
22625
|
+
}, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
22530
22626
|
'click:control': (e: MouseEvent) => boolean;
|
|
22531
22627
|
'click:input': (e: MouseEvent) => boolean;
|
|
22532
22628
|
'update:focused': (focused: boolean) => boolean;
|
|
@@ -22537,7 +22633,6 @@ declare const VTextField: {
|
|
|
22537
22633
|
error: boolean;
|
|
22538
22634
|
active: boolean;
|
|
22539
22635
|
direction: "horizontal" | "vertical";
|
|
22540
|
-
loading: boolean;
|
|
22541
22636
|
autofocus: boolean;
|
|
22542
22637
|
disabled: boolean;
|
|
22543
22638
|
readonly: boolean;
|
|
@@ -23143,6 +23238,7 @@ declare const VTooltip: {
|
|
|
23143
23238
|
noClickAnimation: boolean;
|
|
23144
23239
|
persistent: boolean;
|
|
23145
23240
|
scrim: string | boolean;
|
|
23241
|
+
_disableGlobalStack: boolean;
|
|
23146
23242
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
23147
23243
|
transition: {
|
|
23148
23244
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -23218,11 +23314,12 @@ declare const VTooltip: {
|
|
|
23218
23314
|
type: (StringConstructor | NumberConstructor)[];
|
|
23219
23315
|
default: number;
|
|
23220
23316
|
};
|
|
23317
|
+
_disableGlobalStack: BooleanConstructor;
|
|
23221
23318
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
23222
23319
|
onAfterLeave?: (() => any) | undefined;
|
|
23223
23320
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
23224
23321
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
23225
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
23322
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
23226
23323
|
$attrs: {
|
|
23227
23324
|
[x: string]: unknown;
|
|
23228
23325
|
};
|
|
@@ -23311,6 +23408,7 @@ declare const VTooltip: {
|
|
|
23311
23408
|
type: (StringConstructor | NumberConstructor)[];
|
|
23312
23409
|
default: number;
|
|
23313
23410
|
};
|
|
23411
|
+
_disableGlobalStack: BooleanConstructor;
|
|
23314
23412
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
23315
23413
|
onAfterLeave?: (() => any) | undefined;
|
|
23316
23414
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -23351,6 +23449,7 @@ declare const VTooltip: {
|
|
|
23351
23449
|
noClickAnimation: boolean;
|
|
23352
23450
|
persistent: boolean;
|
|
23353
23451
|
scrim: string | boolean;
|
|
23452
|
+
_disableGlobalStack: boolean;
|
|
23354
23453
|
}> & {
|
|
23355
23454
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
23356
23455
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -23446,6 +23545,7 @@ declare const VTooltip: {
|
|
|
23446
23545
|
type: (StringConstructor | NumberConstructor)[];
|
|
23447
23546
|
default: number;
|
|
23448
23547
|
};
|
|
23548
|
+
_disableGlobalStack: BooleanConstructor;
|
|
23449
23549
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
23450
23550
|
onAfterLeave?: (() => any) | undefined;
|
|
23451
23551
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -23486,7 +23586,7 @@ declare const VTooltip: {
|
|
|
23486
23586
|
props: Record<string, any>;
|
|
23487
23587
|
}) => vue.VNodeChild) | undefined;
|
|
23488
23588
|
};
|
|
23489
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
23589
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
23490
23590
|
'update:modelValue': (value: boolean) => boolean;
|
|
23491
23591
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
23492
23592
|
offset: string | number | ((string | number | number[] | undefined) & {});
|
|
@@ -23677,6 +23777,7 @@ declare const VTooltip: {
|
|
|
23677
23777
|
noClickAnimation: boolean;
|
|
23678
23778
|
persistent: boolean;
|
|
23679
23779
|
scrim: string | boolean;
|
|
23780
|
+
_disableGlobalStack: boolean;
|
|
23680
23781
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
23681
23782
|
transition: {
|
|
23682
23783
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -23752,11 +23853,12 @@ declare const VTooltip: {
|
|
|
23752
23853
|
type: (StringConstructor | NumberConstructor)[];
|
|
23753
23854
|
default: number;
|
|
23754
23855
|
};
|
|
23856
|
+
_disableGlobalStack: BooleanConstructor;
|
|
23755
23857
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
23756
23858
|
onAfterLeave?: (() => any) | undefined;
|
|
23757
23859
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
23758
23860
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
23759
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
23861
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
23760
23862
|
$attrs: {
|
|
23761
23863
|
[x: string]: unknown;
|
|
23762
23864
|
};
|
|
@@ -23845,6 +23947,7 @@ declare const VTooltip: {
|
|
|
23845
23947
|
type: (StringConstructor | NumberConstructor)[];
|
|
23846
23948
|
default: number;
|
|
23847
23949
|
};
|
|
23950
|
+
_disableGlobalStack: BooleanConstructor;
|
|
23848
23951
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
23849
23952
|
onAfterLeave?: (() => any) | undefined;
|
|
23850
23953
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -23885,6 +23988,7 @@ declare const VTooltip: {
|
|
|
23885
23988
|
noClickAnimation: boolean;
|
|
23886
23989
|
persistent: boolean;
|
|
23887
23990
|
scrim: string | boolean;
|
|
23991
|
+
_disableGlobalStack: boolean;
|
|
23888
23992
|
}> & {
|
|
23889
23993
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
23890
23994
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -23980,6 +24084,7 @@ declare const VTooltip: {
|
|
|
23980
24084
|
type: (StringConstructor | NumberConstructor)[];
|
|
23981
24085
|
default: number;
|
|
23982
24086
|
};
|
|
24087
|
+
_disableGlobalStack: BooleanConstructor;
|
|
23983
24088
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
23984
24089
|
onAfterLeave?: (() => any) | undefined;
|
|
23985
24090
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -24020,7 +24125,7 @@ declare const VTooltip: {
|
|
|
24020
24125
|
props: Record<string, any>;
|
|
24021
24126
|
}) => vue.VNodeChild) | undefined;
|
|
24022
24127
|
};
|
|
24023
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
24128
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
24024
24129
|
__isFragment?: undefined;
|
|
24025
24130
|
__isTeleport?: undefined;
|
|
24026
24131
|
__isSuspense?: undefined;
|
|
@@ -24169,6 +24274,7 @@ declare const VTooltip: {
|
|
|
24169
24274
|
noClickAnimation: boolean;
|
|
24170
24275
|
persistent: boolean;
|
|
24171
24276
|
scrim: string | boolean;
|
|
24277
|
+
_disableGlobalStack: boolean;
|
|
24172
24278
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
24173
24279
|
transition: {
|
|
24174
24280
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -24244,11 +24350,12 @@ declare const VTooltip: {
|
|
|
24244
24350
|
type: (StringConstructor | NumberConstructor)[];
|
|
24245
24351
|
default: number;
|
|
24246
24352
|
};
|
|
24353
|
+
_disableGlobalStack: BooleanConstructor;
|
|
24247
24354
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
24248
24355
|
onAfterLeave?: (() => any) | undefined;
|
|
24249
24356
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
24250
24357
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
24251
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
|
|
24358
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
24252
24359
|
$attrs: {
|
|
24253
24360
|
[x: string]: unknown;
|
|
24254
24361
|
};
|
|
@@ -24337,6 +24444,7 @@ declare const VTooltip: {
|
|
|
24337
24444
|
type: (StringConstructor | NumberConstructor)[];
|
|
24338
24445
|
default: number;
|
|
24339
24446
|
};
|
|
24447
|
+
_disableGlobalStack: BooleanConstructor;
|
|
24340
24448
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
24341
24449
|
onAfterLeave?: (() => any) | undefined;
|
|
24342
24450
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -24377,6 +24485,7 @@ declare const VTooltip: {
|
|
|
24377
24485
|
noClickAnimation: boolean;
|
|
24378
24486
|
persistent: boolean;
|
|
24379
24487
|
scrim: string | boolean;
|
|
24488
|
+
_disableGlobalStack: boolean;
|
|
24380
24489
|
}> & {
|
|
24381
24490
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
24382
24491
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -24472,6 +24581,7 @@ declare const VTooltip: {
|
|
|
24472
24581
|
type: (StringConstructor | NumberConstructor)[];
|
|
24473
24582
|
default: number;
|
|
24474
24583
|
};
|
|
24584
|
+
_disableGlobalStack: BooleanConstructor;
|
|
24475
24585
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
24476
24586
|
onAfterLeave?: (() => any) | undefined;
|
|
24477
24587
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -24512,7 +24622,7 @@ declare const VTooltip: {
|
|
|
24512
24622
|
props: Record<string, any>;
|
|
24513
24623
|
}) => vue.VNodeChild) | undefined;
|
|
24514
24624
|
};
|
|
24515
|
-
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
24625
|
+
}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
24516
24626
|
'update:modelValue': (value: boolean) => boolean;
|
|
24517
24627
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
24518
24628
|
offset: string | number | ((string | number | number[] | undefined) & {});
|
|
@@ -25871,9 +25981,9 @@ declare module '@vue/runtime-core' {
|
|
|
25871
25981
|
interface Vuetify {
|
|
25872
25982
|
defaults: DefaultsInstance
|
|
25873
25983
|
display: UnwrapNestedRefs<DisplayInstance>
|
|
25874
|
-
theme: ThemeInstance
|
|
25984
|
+
theme: UnwrapNestedRefs<ThemeInstance>
|
|
25875
25985
|
icons: IconOptions
|
|
25876
|
-
locale: LocaleInstance & RtlInstance
|
|
25986
|
+
locale: UnwrapNestedRefs<LocaleInstance & RtlInstance>
|
|
25877
25987
|
}
|
|
25878
25988
|
|
|
25879
25989
|
export interface ComponentCustomProperties {
|
|
@@ -25889,17 +25999,22 @@ declare module '@vue/runtime-core' {
|
|
|
25889
25999
|
VRow: typeof import('vuetify/components')['VRow']
|
|
25890
26000
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
25891
26001
|
VHover: typeof import('vuetify/components')['VHover']
|
|
26002
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
25892
26003
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
25893
26004
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
25894
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
25895
26005
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
25896
26006
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
25897
26007
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
25898
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
25899
26008
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
26009
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
25900
26010
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
25901
26011
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
25902
26012
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
26013
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
26014
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
26015
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
26016
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
26017
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
25903
26018
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
25904
26019
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
25905
26020
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -25916,34 +26031,30 @@ declare module '@vue/runtime-core' {
|
|
|
25916
26031
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
25917
26032
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
25918
26033
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
25919
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
25920
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
25921
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
25922
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
25923
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
25924
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
25925
26034
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
25926
|
-
|
|
26035
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
25927
26036
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
25928
26037
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
25929
26038
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
25930
26039
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
25931
|
-
|
|
26040
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
25932
26041
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
25933
26042
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
25934
26043
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
26044
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
25935
26045
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
25936
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
25937
26046
|
VCard: typeof import('vuetify/components')['VCard']
|
|
25938
26047
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
25939
26048
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
25940
26049
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
25941
26050
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
25942
26051
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
26052
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
26053
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
25943
26054
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
25944
26055
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
25945
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
25946
26056
|
VChip: typeof import('vuetify/components')['VChip']
|
|
26057
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
25947
26058
|
VCode: typeof import('vuetify/components')['VCode']
|
|
25948
26059
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
25949
26060
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
@@ -25956,8 +26067,8 @@ declare module '@vue/runtime-core' {
|
|
|
25956
26067
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
25957
26068
|
VField: typeof import('vuetify/components')['VField']
|
|
25958
26069
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
25959
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
25960
26070
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
26071
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
25961
26072
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
25962
26073
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
25963
26074
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
@@ -25983,35 +26094,34 @@ declare module '@vue/runtime-core' {
|
|
|
25983
26094
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
25984
26095
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
25985
26096
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
25986
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
25987
26097
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
26098
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
25988
26099
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
25989
26100
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
25990
26101
|
VRating: typeof import('vuetify/components')['VRating']
|
|
25991
26102
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
25992
26103
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
25993
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
25994
26104
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
25995
26105
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
25996
26106
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
26107
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
25997
26108
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
25998
26109
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
25999
26110
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
26111
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26000
26112
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
26001
26113
|
VTab: typeof import('vuetify/components')['VTab']
|
|
26002
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26003
26114
|
VTable: typeof import('vuetify/components')['VTable']
|
|
26004
26115
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
26005
26116
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
26006
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26007
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26008
26117
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
26009
26118
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
26010
26119
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
26120
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26121
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26011
26122
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
26012
26123
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
26013
26124
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
26014
|
-
|
|
26015
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
26125
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
26016
26126
|
}
|
|
26017
26127
|
}
|