yuyeon 0.1.0-rc.2 → 0.1.0-rc.21
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/style.css +1 -1
- package/dist/yuyeon.js +4722 -4047
- package/dist/yuyeon.umd.cjs +17 -13
- package/lib/components/badge/YBadge.scss +0 -1
- package/lib/components/card/YCard.mjs +16 -9
- package/lib/components/card/YCard.mjs.map +1 -1
- package/lib/components/date-picker/YDatePicker.mjs +1 -0
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/dialog/YDialog.mjs +4 -1
- package/lib/components/dialog/YDialog.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs +10 -4
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.mjs +4 -0
- package/lib/components/field-input/YFieldInput.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.scss +1 -1
- package/lib/components/hover/YHover.mjs +11 -4
- package/lib/components/hover/YHover.mjs.map +1 -1
- package/lib/components/hover/index.mjs +2 -0
- package/lib/components/hover/index.mjs.map +1 -0
- package/lib/components/index.mjs +4 -0
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/input/YInput.mjs +6 -6
- package/lib/components/input/YInput.mjs.map +1 -1
- package/lib/components/input/YInput.scss +2 -3
- package/lib/components/ip-field/YIpField.scss +74 -0
- package/lib/components/ip-field/YIpv4Field.mjs +297 -0
- package/lib/components/ip-field/YIpv4Field.mjs.map +1 -0
- package/lib/components/ip-field/index.mjs +2 -0
- package/lib/components/ip-field/index.mjs.map +1 -0
- package/lib/components/layer/YLayer.mjs +35 -13
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/layer/base.mjs +6 -2
- package/lib/components/layer/base.mjs.map +1 -1
- package/lib/components/layer/content.mjs +22 -0
- package/lib/components/layer/content.mjs.map +1 -0
- package/lib/components/layer/scroll-strategies.mjs +1 -1
- package/lib/components/layer/scroll-strategies.mjs.map +1 -1
- package/lib/components/list/YListItem.mjs +1 -0
- package/lib/components/list/YListItem.mjs.map +1 -1
- package/lib/components/menu/YMenu.mjs +4 -10
- package/lib/components/menu/YMenu.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.scss +1 -1
- package/lib/components/select/YSelect.mjs +55 -10
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/switch/YSwitch.mjs +2 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/tab/YTab.scss +3 -3
- package/lib/components/tab/types.mjs.map +1 -1
- package/lib/components/table/YDataTableBody.mjs +1 -1
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableRow.mjs +30 -3
- package/lib/components/table/YDataTableRow.mjs.map +1 -1
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs +3 -1
- package/lib/components/table/composibles/items.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs.map +1 -1
- package/lib/components/table/types/common.mjs.map +1 -1
- package/lib/components/table/types/header.mjs.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.mjs +61 -0
- package/lib/components/text-ellipsis/YTextEllipsis.mjs.map +1 -0
- package/lib/components/text-ellipsis/YTextEllipsis.scss +43 -0
- package/lib/components/text-ellipsis/index.mjs +2 -0
- package/lib/components/text-ellipsis/index.mjs.map +1 -0
- package/lib/components/text-interpolation/YTi.mjs +46 -0
- package/lib/components/text-interpolation/YTi.mjs.map +1 -0
- package/lib/components/text-interpolation/index.mjs +2 -0
- package/lib/components/text-interpolation/index.mjs.map +1 -0
- package/lib/components/textarea/YTextarea.mjs +3 -1
- package/lib/components/textarea/YTextarea.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs +13 -23
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.mjs +47 -21
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/composables/coordinate/index.mjs.map +1 -1
- package/lib/composables/coordinate/levitation.mjs.map +1 -1
- package/lib/composables/icon.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -0
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/theme/index.mjs +6 -3
- package/lib/composables/theme/index.mjs.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/util/parser.mjs +31 -0
- package/lib/util/parser.mjs.map +1 -0
- package/lib/util/string.mjs +30 -0
- package/lib/util/string.mjs.map +1 -1
- package/package.json +12 -11
- package/types/abstract/items.d.ts +5 -4
- package/types/components/alert/YAlert.d.ts +3 -2
- package/types/components/app/YApp.d.ts +3 -2
- package/types/components/badge/YBadge.d.ts +9 -8
- package/types/components/bench/YBench.d.ts +4 -0
- package/types/components/bench/index.d.ts +1 -0
- package/types/components/button/YButton.d.ts +27 -29
- package/types/components/card/YCard.d.ts +6 -3
- package/types/components/card/YCardBody.d.ts +1 -1
- package/types/components/card/YCardFooter.d.ts +1 -1
- package/types/components/card/YCardHeader.d.ts +1 -1
- package/types/components/checkbox/YCheckbox.d.ts +4 -3
- package/types/components/checkbox/YInputCheckbox.d.ts +7 -6
- package/types/components/checkbox/index.d.ts +1 -1
- package/types/components/chip/YChip.d.ts +3 -2
- package/types/components/date-picker/YDateCalendar.d.ts +16 -15
- package/types/components/date-picker/YDatePicker.d.ts +47 -41
- package/types/components/date-picker/YDatePickerControl.d.ts +29 -28
- package/types/components/date-picker/YMonthPicker.d.ts +6 -5
- package/types/components/date-picker/YYearPicker.d.ts +3 -2
- package/types/components/default-provider/YDefaultProvider.d.ts +0 -0
- package/types/components/default-provider/index.d.ts +0 -0
- package/types/components/dialog/YDialog.d.ts +416 -334
- package/types/components/divider/YDivider.d.ts +4 -3
- package/types/components/dropdown/YDropdown.d.ts +495 -61
- package/types/components/field-input/YFieldInput.d.ts +29 -26
- package/types/components/form/YForm.d.ts +9 -8
- package/types/components/hover/YHover.d.ts +79 -0
- package/types/components/hover/index.d.ts +1 -0
- package/types/components/icon/YIcon.d.ts +5 -4
- package/types/components/icons/YIconCheckbox.d.ts +5 -4
- package/types/components/icons/YIconClear.d.ts +1 -1
- package/types/components/icons/YIconDropdown.d.ts +1 -1
- package/types/components/icons/YIconExpand.d.ts +1 -1
- package/types/components/icons/YIconPageControl.d.ts +6 -5
- package/types/components/icons/YIconSort.d.ts +5 -4
- package/types/components/icons/index.d.ts +26 -26
- package/types/components/index.d.ts +4 -0
- package/types/components/input/YInput.d.ts +23 -20
- package/types/components/ip-field/YIpv4Field.d.ts +133 -0
- package/types/components/ip-field/index.d.ts +1 -0
- package/types/components/layer/YLayer.d.ts +154 -105
- package/types/components/layer/active-stack.d.ts +3 -2
- package/types/components/layer/base.d.ts +8 -6
- package/types/components/layer/content.d.ts +21 -0
- package/types/components/layer/scroll-strategies.d.ts +41 -0
- package/types/components/list/YList.d.ts +8 -7
- package/types/components/list/YListItem.d.ts +19 -13
- package/types/components/loading/YSpinnerRing.d.ts +2 -1
- package/types/components/menu/YMenu.d.ts +166 -124
- package/types/components/navigation/YNavigation.d.ts +1 -0
- package/types/components/navigation/index.d.ts +1 -0
- package/types/components/pagination/YPagination.d.ts +20 -19
- package/types/components/panel/YDividePanel.d.ts +4 -3
- package/types/components/plate/YPlate.d.ts +3 -2
- package/types/components/progress-bar/YProgressBar.d.ts +5 -4
- package/types/components/select/YSelect.d.ts +1254 -942
- package/types/components/snackbar/YSnackbar.d.ts +12 -11
- package/types/components/switch/YSwitch.d.ts +4 -3
- package/types/components/tab/YTab.d.ts +30 -29
- package/types/components/tab/YTabs.d.ts +12 -11
- package/types/components/tab/index.d.ts +1 -1
- package/types/components/tab/shared.d.ts +1 -0
- package/types/components/tab/types.d.ts +1 -1
- package/types/components/table/YDataTable.d.ts +63 -62
- package/types/components/table/YDataTableBody.d.ts +10 -9
- package/types/components/table/YDataTableCell.d.ts +6 -5
- package/types/components/table/YDataTableControl.d.ts +5 -4
- package/types/components/table/YDataTableHead.d.ts +10 -10
- package/types/components/table/YDataTableLayer.d.ts +4 -3
- package/types/components/table/YDataTableRow.d.ts +3 -2
- package/types/components/table/YDataTableServer.d.ts +63 -62
- package/types/components/table/YTable.d.ts +7 -6
- package/types/components/table/composibles/header.d.ts +10 -9
- package/types/components/table/composibles/items.d.ts +5 -4
- package/types/components/table/composibles/options.d.ts +2 -1
- package/types/components/table/composibles/pagination.d.ts +6 -5
- package/types/components/table/composibles/selection.d.ts +7 -5
- package/types/components/table/composibles/sorting.d.ts +4 -3
- package/types/components/table/types/common.d.ts +1 -0
- package/types/components/table/types/header.d.ts +3 -2
- package/types/components/table/types/index.d.ts +5 -4
- package/types/components/table/types/item.d.ts +1 -0
- package/types/components/table/types/row.d.ts +1 -0
- package/types/components/text-ellipsis/YTextEllipsis.d.ts +15 -0
- package/types/components/text-ellipsis/index.d.ts +1 -0
- package/types/components/text-highlighter/YTextHighlighter.d.ts +3 -2
- package/types/components/text-highlighter/index.d.ts +1 -0
- package/types/components/text-interpolation/YTi.d.ts +20 -0
- package/types/components/text-interpolation/index.d.ts +1 -0
- package/types/components/textarea/YTextarea.d.ts +41 -39
- package/types/components/toggle-button/YToggleButton.d.ts +1 -0
- package/types/components/tooltip/YTooltip.d.ts +1975 -103
- package/types/components/transitions/expand-transition.d.ts +4 -3
- package/types/components/transitions/index.d.ts +10 -10
- package/types/components/tree-view/YTreeView.d.ts +20 -13
- package/types/components/tree-view/YTreeViewNode.d.ts +42 -20
- package/types/components/tree-view/types.d.ts +2 -1
- package/types/components/tree-view/util.d.ts +1 -0
- package/types/composables/choice-link.d.ts +2 -1
- package/types/composables/choice.d.ts +3 -2
- package/types/composables/communication.d.ts +2 -1
- package/types/composables/component.d.ts +1 -0
- package/types/composables/coordinate/arrangement.d.ts +2 -1
- package/types/composables/coordinate/index.d.ts +23 -22
- package/types/composables/coordinate/levitation.d.ts +2 -1
- package/types/composables/coordinate/types.d.ts +2 -1
- package/types/composables/coordinate/utils/point.d.ts +1 -0
- package/types/composables/date/factory.d.ts +1 -0
- package/types/composables/date/index.d.ts +1 -0
- package/types/composables/date/setting.d.ts +2 -1
- package/types/composables/date/types.d.ts +2 -1
- package/types/composables/dimension.d.ts +4 -3
- package/types/composables/focus.d.ts +4 -3
- package/types/composables/form.d.ts +7 -6
- package/types/composables/i18n/index.d.ts +1 -0
- package/types/composables/i18n/locale.d.ts +2 -1
- package/types/composables/i18n/rtl.d.ts +2 -1
- package/types/composables/icon.d.ts +9 -10
- package/types/composables/index.d.ts +1 -0
- package/types/composables/layer-group.d.ts +3 -2
- package/types/composables/layout.d.ts +10 -0
- package/types/composables/list-items.d.ts +36 -35
- package/types/composables/progress.d.ts +1 -1
- package/types/composables/ref.d.ts +2 -1
- package/types/composables/resize-observer.d.ts +2 -2
- package/types/composables/scope.d.ts +2 -1
- package/types/composables/theme/factory.d.ts +1 -0
- package/types/composables/theme/index.d.ts +5 -4
- package/types/composables/theme/setting.d.ts +1 -0
- package/types/composables/timing.d.ts +2 -1
- package/types/composables/transition.d.ts +2 -1
- package/types/composables/validation.d.ts +19 -18
- package/types/composables/vue-router.d.ts +3 -3
- package/types/directives/complement-click/index.d.ts +1 -0
- package/types/directives/plate-wave/index.d.ts +2 -1
- package/types/directives/theme-class.d.ts +1 -0
- package/types/globals.d.ts +1 -1
- package/types/i18n/built-in.d.ts +2 -1
- package/types/i18n/types.d.ts +2 -1
- package/types/index.d.ts +2 -1
- package/types/locales/index.d.ts +2 -0
- package/types/locales/ko.d.ts +6 -0
- package/types/mixins/di.d.ts +1 -1
- package/types/mixins/rebind-attrs.d.ts +2 -2
- package/types/shims.d.ts +5 -45
- package/types/types/index.d.ts +2 -1
- package/types/util/anchor.d.ts +1 -1
- package/types/util/color/contrast/contrast.d.ts +74 -0
- package/types/util/color/conversion.d.ts +1 -0
- package/types/util/color/hct/cam16.d.ts +2 -17
- package/types/util/color/hct/hct-solver.d.ts +131 -0
- package/types/util/color/hct/hct.d.ts +2 -17
- package/types/util/color/hct/viewing-conditions.d.ts +58 -0
- package/types/util/color/index.d.ts +1 -1
- package/types/util/color/palettes/core-palette.d.ts +44 -0
- package/types/util/color/palettes/tonal-palette.d.ts +40 -0
- package/types/util/date/adapters/yuyeon-date-adapter.d.ts +1 -0
- package/types/util/date/built-in.d.ts +2 -1
- package/types/util/date/index.d.ts +1 -1
- package/types/util/parser.d.ts +4 -0
- package/types/util/reactivity.d.ts +3 -2
- package/types/util/string.d.ts +4 -0
- package/types/util/vue-component.d.ts +4 -3
|
@@ -2,6 +2,7 @@ import { PropType, SlotsType } from 'vue';
|
|
|
2
2
|
import { ListItem } from '../../composables/list-items';
|
|
3
3
|
import { deepEqual } from '../../util/common';
|
|
4
4
|
import { YIconIconProp } from '../icon';
|
|
5
|
+
|
|
5
6
|
export type SelectEquals = (optionsItem: any, valueItem: any, valueKey?: string) => boolean;
|
|
6
7
|
export declare function returnItemEquals(optionsItem: any, valueItem: any, valueKey?: string): boolean;
|
|
7
8
|
export declare const pressSelectPropsOptions: <Defaults extends {
|
|
@@ -27,23 +28,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
27
28
|
} : Omit<{
|
|
28
29
|
type: PropType<any[]>;
|
|
29
30
|
default: () => never[];
|
|
30
|
-
}, "
|
|
31
|
+
}, "default" | "type"> & {
|
|
31
32
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
32
33
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
33
34
|
};
|
|
34
35
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
35
36
|
type: PropType<string>;
|
|
36
37
|
default: string;
|
|
37
|
-
}, "
|
|
38
|
+
}, "default" | "type"> & {
|
|
38
39
|
type: PropType<string>;
|
|
39
40
|
default: string;
|
|
40
41
|
} : Omit<Omit<{
|
|
41
42
|
type: PropType<string>;
|
|
42
43
|
default: string;
|
|
43
|
-
}, "
|
|
44
|
+
}, "default" | "type"> & {
|
|
44
45
|
type: PropType<string>;
|
|
45
46
|
default: string;
|
|
46
|
-
}, "
|
|
47
|
+
}, "default" | "type"> & {
|
|
47
48
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
48
49
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
49
50
|
};
|
|
@@ -53,23 +54,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
53
54
|
} : Omit<{
|
|
54
55
|
type: PropType<string>;
|
|
55
56
|
default: string;
|
|
56
|
-
}, "
|
|
57
|
+
}, "default" | "type"> & {
|
|
57
58
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
58
59
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
59
60
|
};
|
|
60
61
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
61
62
|
type: PropType<string | boolean>;
|
|
62
63
|
default: string;
|
|
63
|
-
}, "
|
|
64
|
+
}, "default" | "type"> & {
|
|
64
65
|
type: PropType<NonNullable<string | boolean>>;
|
|
65
66
|
default: NonNullable<string | boolean>;
|
|
66
67
|
} : Omit<Omit<{
|
|
67
68
|
type: PropType<string | boolean>;
|
|
68
69
|
default: string;
|
|
69
|
-
}, "
|
|
70
|
+
}, "default" | "type"> & {
|
|
70
71
|
type: PropType<NonNullable<string | boolean>>;
|
|
71
72
|
default: NonNullable<string | boolean>;
|
|
72
|
-
}, "
|
|
73
|
+
}, "default" | "type"> & {
|
|
73
74
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
74
75
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
75
76
|
};
|
|
@@ -91,7 +92,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
91
92
|
} : Omit<{
|
|
92
93
|
type: PropType<SelectEquals>;
|
|
93
94
|
default: typeof deepEqual;
|
|
94
|
-
}, "
|
|
95
|
+
}, "default" | "type"> & {
|
|
95
96
|
type: PropType<unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"]>;
|
|
96
97
|
default: unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"];
|
|
97
98
|
};
|
|
@@ -102,65 +103,71 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
102
103
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
103
104
|
type: PropType<Partial<{
|
|
104
105
|
disabled: boolean;
|
|
105
|
-
|
|
106
|
-
openOnHover: boolean;
|
|
107
|
-
openDelay: number;
|
|
106
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
108
107
|
closeDelay: number;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
108
|
+
openDelay: number;
|
|
109
|
+
transition: string | (import('vue').TransitionProps & {
|
|
110
|
+
is?: import('vue').Component | undefined;
|
|
111
|
+
});
|
|
112
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
113
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
113
114
|
origin: string;
|
|
114
115
|
viewportMargin: string | number | unknown[];
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
zIndex: string | number;
|
|
117
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
118
|
+
contentStyles: import('vue').CSSProperties;
|
|
119
|
+
openOnHover: boolean;
|
|
120
|
+
contained: boolean;
|
|
118
121
|
preventClip: boolean;
|
|
119
122
|
openOnClickBase: boolean;
|
|
120
123
|
closeCondition: boolean | Function;
|
|
121
124
|
}> & Omit<{
|
|
122
125
|
readonly disabled: boolean;
|
|
123
|
-
readonly
|
|
124
|
-
readonly openOnHover: boolean;
|
|
125
|
-
readonly openDelay: number;
|
|
126
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
126
127
|
readonly closeDelay: number;
|
|
127
|
-
readonly
|
|
128
|
-
readonly
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
readonly openDelay: number;
|
|
129
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
130
|
+
is?: import('vue').Component | undefined;
|
|
131
|
+
});
|
|
132
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
133
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
131
134
|
readonly origin: string;
|
|
132
135
|
readonly viewportMargin: string | number | unknown[];
|
|
133
|
-
readonly
|
|
134
|
-
|
|
135
|
-
|
|
136
|
+
readonly zIndex: string | number;
|
|
137
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
138
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
139
|
+
readonly openOnHover: boolean;
|
|
140
|
+
readonly contained: boolean;
|
|
136
141
|
readonly preventClip: boolean;
|
|
137
142
|
readonly openOnClickBase: boolean;
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
143
|
+
readonly base?: import('../layer/base').BaseType;
|
|
144
|
+
readonly modelValue?: boolean | undefined;
|
|
140
145
|
readonly width?: string | number | undefined;
|
|
141
146
|
readonly height?: string | number | undefined;
|
|
142
|
-
readonly
|
|
143
|
-
readonly classes?: string |
|
|
147
|
+
readonly theme?: string | undefined;
|
|
148
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
149
|
+
readonly minWidth?: string | number | undefined;
|
|
150
|
+
readonly offset?: string | number | number[] | undefined;
|
|
151
|
+
readonly minHeight?: string | number | undefined;
|
|
152
|
+
readonly maxWidth?: string | number | undefined;
|
|
153
|
+
readonly maxHeight?: string | number | undefined;
|
|
154
|
+
readonly closeClickContent?: boolean | undefined;
|
|
144
155
|
readonly scrim?: boolean | undefined;
|
|
145
156
|
readonly scrimOpacity?: number | undefined;
|
|
146
157
|
readonly eager?: boolean | undefined;
|
|
147
|
-
readonly contentClasses?: string |
|
|
158
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
148
159
|
readonly closeClickScrim?: boolean | undefined;
|
|
149
|
-
readonly offset?: string | number | string[] | undefined;
|
|
150
|
-
readonly minWidth?: string | number | undefined;
|
|
151
|
-
readonly maxWidth?: string | number | undefined;
|
|
152
|
-
readonly minHeight?: string | number | undefined;
|
|
153
|
-
readonly maxHeight?: string | number | undefined;
|
|
154
160
|
readonly preventCloseBubble?: boolean | undefined;
|
|
155
|
-
readonly menuClasses?: string |
|
|
161
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
156
162
|
readonly closeCondition?: boolean | Function | undefined;
|
|
157
163
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
158
164
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
159
|
-
|
|
165
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
166
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
160
167
|
transition: {
|
|
161
168
|
default: string;
|
|
162
|
-
type: PropType<string | (import(
|
|
163
|
-
is?: import(
|
|
169
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
170
|
+
is?: import('vue').Component | undefined;
|
|
164
171
|
})>;
|
|
165
172
|
};
|
|
166
173
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -170,19 +177,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
170
177
|
minHeight: PropType<string | number>;
|
|
171
178
|
height: PropType<string | number>;
|
|
172
179
|
maxHeight: PropType<string | number>;
|
|
180
|
+
scrollStrategy: {
|
|
181
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
182
|
+
default: string;
|
|
183
|
+
validator: (val: any) => boolean;
|
|
184
|
+
};
|
|
173
185
|
coordinateStrategy: Omit<{
|
|
174
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
186
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
175
187
|
default: string;
|
|
176
|
-
}, "
|
|
177
|
-
type: PropType<string | import(
|
|
178
|
-
default: string | import(
|
|
188
|
+
}, "default" | "type"> & {
|
|
189
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
190
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
179
191
|
};
|
|
180
192
|
position: {
|
|
181
|
-
type: PropType<"default" | "top" | "
|
|
193
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
182
194
|
default: string;
|
|
183
195
|
};
|
|
184
196
|
align: {
|
|
185
|
-
type: PropType<"top" | "
|
|
197
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
186
198
|
default: string;
|
|
187
199
|
};
|
|
188
200
|
origin: {
|
|
@@ -190,13 +202,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
190
202
|
default: string;
|
|
191
203
|
};
|
|
192
204
|
offset: {
|
|
193
|
-
type: PropType<string | number |
|
|
205
|
+
type: PropType<string | number | number[]>;
|
|
194
206
|
};
|
|
195
207
|
viewportMargin: {
|
|
196
208
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
197
209
|
default: number;
|
|
198
210
|
};
|
|
199
|
-
|
|
211
|
+
closeClickContent: {
|
|
212
|
+
type: PropType<boolean>;
|
|
213
|
+
};
|
|
214
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
200
215
|
theme: PropType<string>;
|
|
201
216
|
modelValue: {
|
|
202
217
|
type: PropType<boolean>;
|
|
@@ -211,16 +226,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
211
226
|
type: PropType<boolean>;
|
|
212
227
|
};
|
|
213
228
|
classes: {
|
|
214
|
-
type: PropType<string |
|
|
229
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
215
230
|
};
|
|
216
231
|
contentClasses: {
|
|
217
|
-
type: PropType<string |
|
|
232
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
218
233
|
};
|
|
219
234
|
closeClickScrim: {
|
|
220
235
|
type: PropType<boolean>;
|
|
221
236
|
};
|
|
222
237
|
contentStyles: {
|
|
223
|
-
type: PropType<import(
|
|
238
|
+
type: PropType<import('vue').CSSProperties>;
|
|
224
239
|
default: () => void;
|
|
225
240
|
};
|
|
226
241
|
disabled: {
|
|
@@ -243,8 +258,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
243
258
|
type: PropType<string | number>;
|
|
244
259
|
default: number;
|
|
245
260
|
};
|
|
261
|
+
contained: BooleanConstructor;
|
|
246
262
|
menuClasses: {
|
|
247
|
-
type: PropType<string |
|
|
263
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
248
264
|
};
|
|
249
265
|
openOnClickBase: {
|
|
250
266
|
type: PropType<boolean>;
|
|
@@ -261,69 +277,76 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
261
277
|
}>> & {
|
|
262
278
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
263
279
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
264
|
-
|
|
280
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
281
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
265
282
|
} : Omit<{
|
|
266
283
|
type: PropType<Partial<{
|
|
267
284
|
disabled: boolean;
|
|
268
|
-
|
|
269
|
-
openOnHover: boolean;
|
|
270
|
-
openDelay: number;
|
|
285
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
271
286
|
closeDelay: number;
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
287
|
+
openDelay: number;
|
|
288
|
+
transition: string | (import('vue').TransitionProps & {
|
|
289
|
+
is?: import('vue').Component | undefined;
|
|
290
|
+
});
|
|
291
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
292
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
276
293
|
origin: string;
|
|
277
294
|
viewportMargin: string | number | unknown[];
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
295
|
+
zIndex: string | number;
|
|
296
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
297
|
+
contentStyles: import('vue').CSSProperties;
|
|
298
|
+
openOnHover: boolean;
|
|
299
|
+
contained: boolean;
|
|
281
300
|
preventClip: boolean;
|
|
282
301
|
openOnClickBase: boolean;
|
|
283
302
|
closeCondition: boolean | Function;
|
|
284
303
|
}> & Omit<{
|
|
285
304
|
readonly disabled: boolean;
|
|
286
|
-
readonly
|
|
287
|
-
readonly openOnHover: boolean;
|
|
288
|
-
readonly openDelay: number;
|
|
305
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
289
306
|
readonly closeDelay: number;
|
|
290
|
-
readonly
|
|
291
|
-
readonly
|
|
292
|
-
|
|
293
|
-
|
|
307
|
+
readonly openDelay: number;
|
|
308
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
309
|
+
is?: import('vue').Component | undefined;
|
|
310
|
+
});
|
|
311
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
312
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
294
313
|
readonly origin: string;
|
|
295
314
|
readonly viewportMargin: string | number | unknown[];
|
|
296
|
-
readonly
|
|
297
|
-
|
|
298
|
-
|
|
315
|
+
readonly zIndex: string | number;
|
|
316
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
317
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
318
|
+
readonly openOnHover: boolean;
|
|
319
|
+
readonly contained: boolean;
|
|
299
320
|
readonly preventClip: boolean;
|
|
300
321
|
readonly openOnClickBase: boolean;
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
322
|
+
readonly base?: import('../layer/base').BaseType;
|
|
323
|
+
readonly modelValue?: boolean | undefined;
|
|
303
324
|
readonly width?: string | number | undefined;
|
|
304
325
|
readonly height?: string | number | undefined;
|
|
305
|
-
readonly
|
|
306
|
-
readonly classes?: string |
|
|
326
|
+
readonly theme?: string | undefined;
|
|
327
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
328
|
+
readonly minWidth?: string | number | undefined;
|
|
329
|
+
readonly offset?: string | number | number[] | undefined;
|
|
330
|
+
readonly minHeight?: string | number | undefined;
|
|
331
|
+
readonly maxWidth?: string | number | undefined;
|
|
332
|
+
readonly maxHeight?: string | number | undefined;
|
|
333
|
+
readonly closeClickContent?: boolean | undefined;
|
|
307
334
|
readonly scrim?: boolean | undefined;
|
|
308
335
|
readonly scrimOpacity?: number | undefined;
|
|
309
336
|
readonly eager?: boolean | undefined;
|
|
310
|
-
readonly contentClasses?: string |
|
|
337
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
311
338
|
readonly closeClickScrim?: boolean | undefined;
|
|
312
|
-
readonly offset?: string | number | string[] | undefined;
|
|
313
|
-
readonly minWidth?: string | number | undefined;
|
|
314
|
-
readonly maxWidth?: string | number | undefined;
|
|
315
|
-
readonly minHeight?: string | number | undefined;
|
|
316
|
-
readonly maxHeight?: string | number | undefined;
|
|
317
339
|
readonly preventCloseBubble?: boolean | undefined;
|
|
318
|
-
readonly menuClasses?: string |
|
|
340
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
319
341
|
readonly closeCondition?: boolean | Function | undefined;
|
|
320
342
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
321
343
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
322
|
-
|
|
344
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
345
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
323
346
|
transition: {
|
|
324
347
|
default: string;
|
|
325
|
-
type: PropType<string | (import(
|
|
326
|
-
is?: import(
|
|
348
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
349
|
+
is?: import('vue').Component | undefined;
|
|
327
350
|
})>;
|
|
328
351
|
};
|
|
329
352
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -333,19 +356,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
333
356
|
minHeight: PropType<string | number>;
|
|
334
357
|
height: PropType<string | number>;
|
|
335
358
|
maxHeight: PropType<string | number>;
|
|
359
|
+
scrollStrategy: {
|
|
360
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
361
|
+
default: string;
|
|
362
|
+
validator: (val: any) => boolean;
|
|
363
|
+
};
|
|
336
364
|
coordinateStrategy: Omit<{
|
|
337
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
365
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
338
366
|
default: string;
|
|
339
|
-
}, "
|
|
340
|
-
type: PropType<string | import(
|
|
341
|
-
default: string | import(
|
|
367
|
+
}, "default" | "type"> & {
|
|
368
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
369
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
342
370
|
};
|
|
343
371
|
position: {
|
|
344
|
-
type: PropType<"default" | "top" | "
|
|
372
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
345
373
|
default: string;
|
|
346
374
|
};
|
|
347
375
|
align: {
|
|
348
|
-
type: PropType<"top" | "
|
|
376
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
349
377
|
default: string;
|
|
350
378
|
};
|
|
351
379
|
origin: {
|
|
@@ -353,13 +381,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
353
381
|
default: string;
|
|
354
382
|
};
|
|
355
383
|
offset: {
|
|
356
|
-
type: PropType<string | number |
|
|
384
|
+
type: PropType<string | number | number[]>;
|
|
357
385
|
};
|
|
358
386
|
viewportMargin: {
|
|
359
387
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
360
388
|
default: number;
|
|
361
389
|
};
|
|
362
|
-
|
|
390
|
+
closeClickContent: {
|
|
391
|
+
type: PropType<boolean>;
|
|
392
|
+
};
|
|
393
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
363
394
|
theme: PropType<string>;
|
|
364
395
|
modelValue: {
|
|
365
396
|
type: PropType<boolean>;
|
|
@@ -374,16 +405,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
374
405
|
type: PropType<boolean>;
|
|
375
406
|
};
|
|
376
407
|
classes: {
|
|
377
|
-
type: PropType<string |
|
|
408
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
378
409
|
};
|
|
379
410
|
contentClasses: {
|
|
380
|
-
type: PropType<string |
|
|
411
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
381
412
|
};
|
|
382
413
|
closeClickScrim: {
|
|
383
414
|
type: PropType<boolean>;
|
|
384
415
|
};
|
|
385
416
|
contentStyles: {
|
|
386
|
-
type: PropType<import(
|
|
417
|
+
type: PropType<import('vue').CSSProperties>;
|
|
387
418
|
default: () => void;
|
|
388
419
|
};
|
|
389
420
|
disabled: {
|
|
@@ -406,8 +437,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
406
437
|
type: PropType<string | number>;
|
|
407
438
|
default: number;
|
|
408
439
|
};
|
|
440
|
+
contained: BooleanConstructor;
|
|
409
441
|
menuClasses: {
|
|
410
|
-
type: PropType<string |
|
|
442
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
411
443
|
};
|
|
412
444
|
openOnClickBase: {
|
|
413
445
|
type: PropType<boolean>;
|
|
@@ -424,69 +456,76 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
424
456
|
}>> & {
|
|
425
457
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
426
458
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
427
|
-
|
|
428
|
-
|
|
459
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
460
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
461
|
+
}, "default" | "type"> & {
|
|
429
462
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
430
463
|
disabled: boolean;
|
|
431
|
-
|
|
432
|
-
openOnHover: boolean;
|
|
433
|
-
openDelay: number;
|
|
464
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
434
465
|
closeDelay: number;
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
466
|
+
openDelay: number;
|
|
467
|
+
transition: string | (import('vue').TransitionProps & {
|
|
468
|
+
is?: import('vue').Component | undefined;
|
|
469
|
+
});
|
|
470
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
471
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
439
472
|
origin: string;
|
|
440
473
|
viewportMargin: string | number | unknown[];
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
474
|
+
zIndex: string | number;
|
|
475
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
476
|
+
contentStyles: import('vue').CSSProperties;
|
|
477
|
+
openOnHover: boolean;
|
|
478
|
+
contained: boolean;
|
|
444
479
|
preventClip: boolean;
|
|
445
480
|
openOnClickBase: boolean;
|
|
446
481
|
closeCondition: boolean | Function;
|
|
447
482
|
}> & Omit<{
|
|
448
483
|
readonly disabled: boolean;
|
|
449
|
-
readonly
|
|
450
|
-
readonly openOnHover: boolean;
|
|
451
|
-
readonly openDelay: number;
|
|
484
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
452
485
|
readonly closeDelay: number;
|
|
453
|
-
readonly
|
|
454
|
-
readonly
|
|
455
|
-
|
|
456
|
-
|
|
486
|
+
readonly openDelay: number;
|
|
487
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
488
|
+
is?: import('vue').Component | undefined;
|
|
489
|
+
});
|
|
490
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
491
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
457
492
|
readonly origin: string;
|
|
458
493
|
readonly viewportMargin: string | number | unknown[];
|
|
459
|
-
readonly
|
|
460
|
-
|
|
461
|
-
|
|
494
|
+
readonly zIndex: string | number;
|
|
495
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
496
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
497
|
+
readonly openOnHover: boolean;
|
|
498
|
+
readonly contained: boolean;
|
|
462
499
|
readonly preventClip: boolean;
|
|
463
500
|
readonly openOnClickBase: boolean;
|
|
464
|
-
readonly
|
|
465
|
-
readonly
|
|
501
|
+
readonly base?: import('../layer/base').BaseType;
|
|
502
|
+
readonly modelValue?: boolean | undefined;
|
|
466
503
|
readonly width?: string | number | undefined;
|
|
467
504
|
readonly height?: string | number | undefined;
|
|
468
|
-
readonly
|
|
469
|
-
readonly classes?: string |
|
|
505
|
+
readonly theme?: string | undefined;
|
|
506
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
507
|
+
readonly minWidth?: string | number | undefined;
|
|
508
|
+
readonly offset?: string | number | number[] | undefined;
|
|
509
|
+
readonly minHeight?: string | number | undefined;
|
|
510
|
+
readonly maxWidth?: string | number | undefined;
|
|
511
|
+
readonly maxHeight?: string | number | undefined;
|
|
512
|
+
readonly closeClickContent?: boolean | undefined;
|
|
470
513
|
readonly scrim?: boolean | undefined;
|
|
471
514
|
readonly scrimOpacity?: number | undefined;
|
|
472
515
|
readonly eager?: boolean | undefined;
|
|
473
|
-
readonly contentClasses?: string |
|
|
516
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
474
517
|
readonly closeClickScrim?: boolean | undefined;
|
|
475
|
-
readonly offset?: string | number | string[] | undefined;
|
|
476
|
-
readonly minWidth?: string | number | undefined;
|
|
477
|
-
readonly maxWidth?: string | number | undefined;
|
|
478
|
-
readonly minHeight?: string | number | undefined;
|
|
479
|
-
readonly maxHeight?: string | number | undefined;
|
|
480
518
|
readonly preventCloseBubble?: boolean | undefined;
|
|
481
|
-
readonly menuClasses?: string |
|
|
519
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
482
520
|
readonly closeCondition?: boolean | Function | undefined;
|
|
483
521
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
484
522
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
485
|
-
|
|
523
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
524
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
486
525
|
transition: {
|
|
487
526
|
default: string;
|
|
488
|
-
type: PropType<string | (import(
|
|
489
|
-
is?: import(
|
|
527
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
528
|
+
is?: import('vue').Component | undefined;
|
|
490
529
|
})>;
|
|
491
530
|
};
|
|
492
531
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -496,19 +535,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
496
535
|
minHeight: PropType<string | number>;
|
|
497
536
|
height: PropType<string | number>;
|
|
498
537
|
maxHeight: PropType<string | number>;
|
|
538
|
+
scrollStrategy: {
|
|
539
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
540
|
+
default: string;
|
|
541
|
+
validator: (val: any) => boolean;
|
|
542
|
+
};
|
|
499
543
|
coordinateStrategy: Omit<{
|
|
500
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
544
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
501
545
|
default: string;
|
|
502
|
-
}, "
|
|
503
|
-
type: PropType<string | import(
|
|
504
|
-
default: string | import(
|
|
546
|
+
}, "default" | "type"> & {
|
|
547
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
548
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
505
549
|
};
|
|
506
550
|
position: {
|
|
507
|
-
type: PropType<"default" | "top" | "
|
|
551
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
508
552
|
default: string;
|
|
509
553
|
};
|
|
510
554
|
align: {
|
|
511
|
-
type: PropType<"top" | "
|
|
555
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
512
556
|
default: string;
|
|
513
557
|
};
|
|
514
558
|
origin: {
|
|
@@ -516,13 +560,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
516
560
|
default: string;
|
|
517
561
|
};
|
|
518
562
|
offset: {
|
|
519
|
-
type: PropType<string | number |
|
|
563
|
+
type: PropType<string | number | number[]>;
|
|
520
564
|
};
|
|
521
565
|
viewportMargin: {
|
|
522
566
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
523
567
|
default: number;
|
|
524
568
|
};
|
|
525
|
-
|
|
569
|
+
closeClickContent: {
|
|
570
|
+
type: PropType<boolean>;
|
|
571
|
+
};
|
|
572
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
526
573
|
theme: PropType<string>;
|
|
527
574
|
modelValue: {
|
|
528
575
|
type: PropType<boolean>;
|
|
@@ -537,16 +584,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
537
584
|
type: PropType<boolean>;
|
|
538
585
|
};
|
|
539
586
|
classes: {
|
|
540
|
-
type: PropType<string |
|
|
587
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
541
588
|
};
|
|
542
589
|
contentClasses: {
|
|
543
|
-
type: PropType<string |
|
|
590
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
544
591
|
};
|
|
545
592
|
closeClickScrim: {
|
|
546
593
|
type: PropType<boolean>;
|
|
547
594
|
};
|
|
548
595
|
contentStyles: {
|
|
549
|
-
type: PropType<import(
|
|
596
|
+
type: PropType<import('vue').CSSProperties>;
|
|
550
597
|
default: () => void;
|
|
551
598
|
};
|
|
552
599
|
disabled: {
|
|
@@ -569,8 +616,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
569
616
|
type: PropType<string | number>;
|
|
570
617
|
default: number;
|
|
571
618
|
};
|
|
619
|
+
contained: BooleanConstructor;
|
|
572
620
|
menuClasses: {
|
|
573
|
-
type: PropType<string |
|
|
621
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
574
622
|
};
|
|
575
623
|
openOnClickBase: {
|
|
576
624
|
type: PropType<boolean>;
|
|
@@ -587,67 +635,74 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
587
635
|
}>> & {
|
|
588
636
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
589
637
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
590
|
-
|
|
638
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
639
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
591
640
|
disabled: boolean;
|
|
592
|
-
|
|
593
|
-
openOnHover: boolean;
|
|
594
|
-
openDelay: number;
|
|
641
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
595
642
|
closeDelay: number;
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
643
|
+
openDelay: number;
|
|
644
|
+
transition: string | (import('vue').TransitionProps & {
|
|
645
|
+
is?: import('vue').Component | undefined;
|
|
646
|
+
});
|
|
647
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
648
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
600
649
|
origin: string;
|
|
601
650
|
viewportMargin: string | number | unknown[];
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
651
|
+
zIndex: string | number;
|
|
652
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
653
|
+
contentStyles: import('vue').CSSProperties;
|
|
654
|
+
openOnHover: boolean;
|
|
655
|
+
contained: boolean;
|
|
605
656
|
preventClip: boolean;
|
|
606
657
|
openOnClickBase: boolean;
|
|
607
658
|
closeCondition: boolean | Function;
|
|
608
659
|
}> & Omit<{
|
|
609
660
|
readonly disabled: boolean;
|
|
610
|
-
readonly
|
|
611
|
-
readonly openOnHover: boolean;
|
|
612
|
-
readonly openDelay: number;
|
|
661
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
613
662
|
readonly closeDelay: number;
|
|
614
|
-
readonly
|
|
615
|
-
readonly
|
|
616
|
-
|
|
617
|
-
|
|
663
|
+
readonly openDelay: number;
|
|
664
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
665
|
+
is?: import('vue').Component | undefined;
|
|
666
|
+
});
|
|
667
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
668
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
618
669
|
readonly origin: string;
|
|
619
670
|
readonly viewportMargin: string | number | unknown[];
|
|
620
|
-
readonly
|
|
621
|
-
|
|
622
|
-
|
|
671
|
+
readonly zIndex: string | number;
|
|
672
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
673
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
674
|
+
readonly openOnHover: boolean;
|
|
675
|
+
readonly contained: boolean;
|
|
623
676
|
readonly preventClip: boolean;
|
|
624
677
|
readonly openOnClickBase: boolean;
|
|
625
|
-
readonly
|
|
626
|
-
readonly
|
|
678
|
+
readonly base?: import('../layer/base').BaseType;
|
|
679
|
+
readonly modelValue?: boolean | undefined;
|
|
627
680
|
readonly width?: string | number | undefined;
|
|
628
681
|
readonly height?: string | number | undefined;
|
|
629
|
-
readonly
|
|
630
|
-
readonly classes?: string |
|
|
682
|
+
readonly theme?: string | undefined;
|
|
683
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
684
|
+
readonly minWidth?: string | number | undefined;
|
|
685
|
+
readonly offset?: string | number | number[] | undefined;
|
|
686
|
+
readonly minHeight?: string | number | undefined;
|
|
687
|
+
readonly maxWidth?: string | number | undefined;
|
|
688
|
+
readonly maxHeight?: string | number | undefined;
|
|
689
|
+
readonly closeClickContent?: boolean | undefined;
|
|
631
690
|
readonly scrim?: boolean | undefined;
|
|
632
691
|
readonly scrimOpacity?: number | undefined;
|
|
633
692
|
readonly eager?: boolean | undefined;
|
|
634
|
-
readonly contentClasses?: string |
|
|
693
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
635
694
|
readonly closeClickScrim?: boolean | undefined;
|
|
636
|
-
readonly offset?: string | number | string[] | undefined;
|
|
637
|
-
readonly minWidth?: string | number | undefined;
|
|
638
|
-
readonly maxWidth?: string | number | undefined;
|
|
639
|
-
readonly minHeight?: string | number | undefined;
|
|
640
|
-
readonly maxHeight?: string | number | undefined;
|
|
641
695
|
readonly preventCloseBubble?: boolean | undefined;
|
|
642
|
-
readonly menuClasses?: string |
|
|
696
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
643
697
|
readonly closeCondition?: boolean | Function | undefined;
|
|
644
698
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
645
699
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
646
|
-
|
|
700
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
701
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
647
702
|
transition: {
|
|
648
703
|
default: string;
|
|
649
|
-
type: PropType<string | (import(
|
|
650
|
-
is?: import(
|
|
704
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
705
|
+
is?: import('vue').Component | undefined;
|
|
651
706
|
})>;
|
|
652
707
|
};
|
|
653
708
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -657,19 +712,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
657
712
|
minHeight: PropType<string | number>;
|
|
658
713
|
height: PropType<string | number>;
|
|
659
714
|
maxHeight: PropType<string | number>;
|
|
715
|
+
scrollStrategy: {
|
|
716
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
717
|
+
default: string;
|
|
718
|
+
validator: (val: any) => boolean;
|
|
719
|
+
};
|
|
660
720
|
coordinateStrategy: Omit<{
|
|
661
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
721
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
662
722
|
default: string;
|
|
663
|
-
}, "
|
|
664
|
-
type: PropType<string | import(
|
|
665
|
-
default: string | import(
|
|
723
|
+
}, "default" | "type"> & {
|
|
724
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
725
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
666
726
|
};
|
|
667
727
|
position: {
|
|
668
|
-
type: PropType<"default" | "top" | "
|
|
728
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
669
729
|
default: string;
|
|
670
730
|
};
|
|
671
731
|
align: {
|
|
672
|
-
type: PropType<"top" | "
|
|
732
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
673
733
|
default: string;
|
|
674
734
|
};
|
|
675
735
|
origin: {
|
|
@@ -677,13 +737,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
677
737
|
default: string;
|
|
678
738
|
};
|
|
679
739
|
offset: {
|
|
680
|
-
type: PropType<string | number |
|
|
740
|
+
type: PropType<string | number | number[]>;
|
|
681
741
|
};
|
|
682
742
|
viewportMargin: {
|
|
683
743
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
684
744
|
default: number;
|
|
685
745
|
};
|
|
686
|
-
|
|
746
|
+
closeClickContent: {
|
|
747
|
+
type: PropType<boolean>;
|
|
748
|
+
};
|
|
749
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
687
750
|
theme: PropType<string>;
|
|
688
751
|
modelValue: {
|
|
689
752
|
type: PropType<boolean>;
|
|
@@ -698,16 +761,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
698
761
|
type: PropType<boolean>;
|
|
699
762
|
};
|
|
700
763
|
classes: {
|
|
701
|
-
type: PropType<string |
|
|
764
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
702
765
|
};
|
|
703
766
|
contentClasses: {
|
|
704
|
-
type: PropType<string |
|
|
767
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
705
768
|
};
|
|
706
769
|
closeClickScrim: {
|
|
707
770
|
type: PropType<boolean>;
|
|
708
771
|
};
|
|
709
772
|
contentStyles: {
|
|
710
|
-
type: PropType<import(
|
|
773
|
+
type: PropType<import('vue').CSSProperties>;
|
|
711
774
|
default: () => void;
|
|
712
775
|
};
|
|
713
776
|
disabled: {
|
|
@@ -730,8 +793,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
730
793
|
type: PropType<string | number>;
|
|
731
794
|
default: number;
|
|
732
795
|
};
|
|
796
|
+
contained: BooleanConstructor;
|
|
733
797
|
menuClasses: {
|
|
734
|
-
type: PropType<string |
|
|
798
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
735
799
|
};
|
|
736
800
|
openOnClickBase: {
|
|
737
801
|
type: PropType<boolean>;
|
|
@@ -748,68 +812,75 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
748
812
|
}>> & {
|
|
749
813
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
750
814
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
751
|
-
|
|
815
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
816
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>>;
|
|
752
817
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
753
818
|
disabled: boolean;
|
|
754
|
-
|
|
755
|
-
openOnHover: boolean;
|
|
756
|
-
openDelay: number;
|
|
819
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
757
820
|
closeDelay: number;
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
821
|
+
openDelay: number;
|
|
822
|
+
transition: string | (import('vue').TransitionProps & {
|
|
823
|
+
is?: import('vue').Component | undefined;
|
|
824
|
+
});
|
|
825
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
826
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
762
827
|
origin: string;
|
|
763
828
|
viewportMargin: string | number | unknown[];
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
829
|
+
zIndex: string | number;
|
|
830
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
831
|
+
contentStyles: import('vue').CSSProperties;
|
|
832
|
+
openOnHover: boolean;
|
|
833
|
+
contained: boolean;
|
|
767
834
|
preventClip: boolean;
|
|
768
835
|
openOnClickBase: boolean;
|
|
769
836
|
closeCondition: boolean | Function;
|
|
770
837
|
}> & Omit<{
|
|
771
838
|
readonly disabled: boolean;
|
|
772
|
-
readonly
|
|
773
|
-
readonly openOnHover: boolean;
|
|
774
|
-
readonly openDelay: number;
|
|
839
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
775
840
|
readonly closeDelay: number;
|
|
776
|
-
readonly
|
|
777
|
-
readonly
|
|
778
|
-
|
|
779
|
-
|
|
841
|
+
readonly openDelay: number;
|
|
842
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
843
|
+
is?: import('vue').Component | undefined;
|
|
844
|
+
});
|
|
845
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
846
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
780
847
|
readonly origin: string;
|
|
781
848
|
readonly viewportMargin: string | number | unknown[];
|
|
782
|
-
readonly
|
|
783
|
-
|
|
784
|
-
|
|
849
|
+
readonly zIndex: string | number;
|
|
850
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
851
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
852
|
+
readonly openOnHover: boolean;
|
|
853
|
+
readonly contained: boolean;
|
|
785
854
|
readonly preventClip: boolean;
|
|
786
855
|
readonly openOnClickBase: boolean;
|
|
787
|
-
readonly
|
|
788
|
-
readonly
|
|
856
|
+
readonly base?: import('../layer/base').BaseType;
|
|
857
|
+
readonly modelValue?: boolean | undefined;
|
|
789
858
|
readonly width?: string | number | undefined;
|
|
790
859
|
readonly height?: string | number | undefined;
|
|
791
|
-
readonly
|
|
792
|
-
readonly classes?: string |
|
|
860
|
+
readonly theme?: string | undefined;
|
|
861
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
862
|
+
readonly minWidth?: string | number | undefined;
|
|
863
|
+
readonly offset?: string | number | number[] | undefined;
|
|
864
|
+
readonly minHeight?: string | number | undefined;
|
|
865
|
+
readonly maxWidth?: string | number | undefined;
|
|
866
|
+
readonly maxHeight?: string | number | undefined;
|
|
867
|
+
readonly closeClickContent?: boolean | undefined;
|
|
793
868
|
readonly scrim?: boolean | undefined;
|
|
794
869
|
readonly scrimOpacity?: number | undefined;
|
|
795
870
|
readonly eager?: boolean | undefined;
|
|
796
|
-
readonly contentClasses?: string |
|
|
871
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
797
872
|
readonly closeClickScrim?: boolean | undefined;
|
|
798
|
-
readonly offset?: string | number | string[] | undefined;
|
|
799
|
-
readonly minWidth?: string | number | undefined;
|
|
800
|
-
readonly maxWidth?: string | number | undefined;
|
|
801
|
-
readonly minHeight?: string | number | undefined;
|
|
802
|
-
readonly maxHeight?: string | number | undefined;
|
|
803
873
|
readonly preventCloseBubble?: boolean | undefined;
|
|
804
|
-
readonly menuClasses?: string |
|
|
874
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
805
875
|
readonly closeCondition?: boolean | Function | undefined;
|
|
806
876
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
807
877
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
808
|
-
|
|
878
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
879
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
809
880
|
transition: {
|
|
810
881
|
default: string;
|
|
811
|
-
type: PropType<string | (import(
|
|
812
|
-
is?: import(
|
|
882
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
883
|
+
is?: import('vue').Component | undefined;
|
|
813
884
|
})>;
|
|
814
885
|
};
|
|
815
886
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -819,19 +890,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
819
890
|
minHeight: PropType<string | number>;
|
|
820
891
|
height: PropType<string | number>;
|
|
821
892
|
maxHeight: PropType<string | number>;
|
|
893
|
+
scrollStrategy: {
|
|
894
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
895
|
+
default: string;
|
|
896
|
+
validator: (val: any) => boolean;
|
|
897
|
+
};
|
|
822
898
|
coordinateStrategy: Omit<{
|
|
823
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
899
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
824
900
|
default: string;
|
|
825
|
-
}, "
|
|
826
|
-
type: PropType<string | import(
|
|
827
|
-
default: string | import(
|
|
901
|
+
}, "default" | "type"> & {
|
|
902
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
903
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
828
904
|
};
|
|
829
905
|
position: {
|
|
830
|
-
type: PropType<"default" | "top" | "
|
|
906
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
831
907
|
default: string;
|
|
832
908
|
};
|
|
833
909
|
align: {
|
|
834
|
-
type: PropType<"top" | "
|
|
910
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
835
911
|
default: string;
|
|
836
912
|
};
|
|
837
913
|
origin: {
|
|
@@ -839,13 +915,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
839
915
|
default: string;
|
|
840
916
|
};
|
|
841
917
|
offset: {
|
|
842
|
-
type: PropType<string | number |
|
|
918
|
+
type: PropType<string | number | number[]>;
|
|
843
919
|
};
|
|
844
920
|
viewportMargin: {
|
|
845
921
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
846
922
|
default: number;
|
|
847
923
|
};
|
|
848
|
-
|
|
924
|
+
closeClickContent: {
|
|
925
|
+
type: PropType<boolean>;
|
|
926
|
+
};
|
|
927
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
849
928
|
theme: PropType<string>;
|
|
850
929
|
modelValue: {
|
|
851
930
|
type: PropType<boolean>;
|
|
@@ -860,16 +939,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
860
939
|
type: PropType<boolean>;
|
|
861
940
|
};
|
|
862
941
|
classes: {
|
|
863
|
-
type: PropType<string |
|
|
942
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
864
943
|
};
|
|
865
944
|
contentClasses: {
|
|
866
|
-
type: PropType<string |
|
|
945
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
867
946
|
};
|
|
868
947
|
closeClickScrim: {
|
|
869
948
|
type: PropType<boolean>;
|
|
870
949
|
};
|
|
871
950
|
contentStyles: {
|
|
872
|
-
type: PropType<import(
|
|
951
|
+
type: PropType<import('vue').CSSProperties>;
|
|
873
952
|
default: () => void;
|
|
874
953
|
};
|
|
875
954
|
disabled: {
|
|
@@ -892,8 +971,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
892
971
|
type: PropType<string | number>;
|
|
893
972
|
default: number;
|
|
894
973
|
};
|
|
974
|
+
contained: BooleanConstructor;
|
|
895
975
|
menuClasses: {
|
|
896
|
-
type: PropType<string |
|
|
976
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
897
977
|
};
|
|
898
978
|
openOnClickBase: {
|
|
899
979
|
type: PropType<boolean>;
|
|
@@ -910,67 +990,74 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
910
990
|
}>> & {
|
|
911
991
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
912
992
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
913
|
-
|
|
993
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
994
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
914
995
|
disabled: boolean;
|
|
915
|
-
|
|
916
|
-
openOnHover: boolean;
|
|
917
|
-
openDelay: number;
|
|
996
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
918
997
|
closeDelay: number;
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
998
|
+
openDelay: number;
|
|
999
|
+
transition: string | (import('vue').TransitionProps & {
|
|
1000
|
+
is?: import('vue').Component | undefined;
|
|
1001
|
+
});
|
|
1002
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1003
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
923
1004
|
origin: string;
|
|
924
1005
|
viewportMargin: string | number | unknown[];
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
1006
|
+
zIndex: string | number;
|
|
1007
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1008
|
+
contentStyles: import('vue').CSSProperties;
|
|
1009
|
+
openOnHover: boolean;
|
|
1010
|
+
contained: boolean;
|
|
928
1011
|
preventClip: boolean;
|
|
929
1012
|
openOnClickBase: boolean;
|
|
930
1013
|
closeCondition: boolean | Function;
|
|
931
1014
|
}> & Omit<{
|
|
932
1015
|
readonly disabled: boolean;
|
|
933
|
-
readonly
|
|
934
|
-
readonly openOnHover: boolean;
|
|
935
|
-
readonly openDelay: number;
|
|
1016
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
936
1017
|
readonly closeDelay: number;
|
|
937
|
-
readonly
|
|
938
|
-
readonly
|
|
939
|
-
|
|
940
|
-
|
|
1018
|
+
readonly openDelay: number;
|
|
1019
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
1020
|
+
is?: import('vue').Component | undefined;
|
|
1021
|
+
});
|
|
1022
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1023
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
941
1024
|
readonly origin: string;
|
|
942
1025
|
readonly viewportMargin: string | number | unknown[];
|
|
943
|
-
readonly
|
|
944
|
-
|
|
945
|
-
|
|
1026
|
+
readonly zIndex: string | number;
|
|
1027
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1028
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
1029
|
+
readonly openOnHover: boolean;
|
|
1030
|
+
readonly contained: boolean;
|
|
946
1031
|
readonly preventClip: boolean;
|
|
947
1032
|
readonly openOnClickBase: boolean;
|
|
948
|
-
readonly
|
|
949
|
-
readonly
|
|
1033
|
+
readonly base?: import('../layer/base').BaseType;
|
|
1034
|
+
readonly modelValue?: boolean | undefined;
|
|
950
1035
|
readonly width?: string | number | undefined;
|
|
951
1036
|
readonly height?: string | number | undefined;
|
|
952
|
-
readonly
|
|
953
|
-
readonly classes?: string |
|
|
1037
|
+
readonly theme?: string | undefined;
|
|
1038
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1039
|
+
readonly minWidth?: string | number | undefined;
|
|
1040
|
+
readonly offset?: string | number | number[] | undefined;
|
|
1041
|
+
readonly minHeight?: string | number | undefined;
|
|
1042
|
+
readonly maxWidth?: string | number | undefined;
|
|
1043
|
+
readonly maxHeight?: string | number | undefined;
|
|
1044
|
+
readonly closeClickContent?: boolean | undefined;
|
|
954
1045
|
readonly scrim?: boolean | undefined;
|
|
955
1046
|
readonly scrimOpacity?: number | undefined;
|
|
956
1047
|
readonly eager?: boolean | undefined;
|
|
957
|
-
readonly contentClasses?: string |
|
|
1048
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
958
1049
|
readonly closeClickScrim?: boolean | undefined;
|
|
959
|
-
readonly offset?: string | number | string[] | undefined;
|
|
960
|
-
readonly minWidth?: string | number | undefined;
|
|
961
|
-
readonly maxWidth?: string | number | undefined;
|
|
962
|
-
readonly minHeight?: string | number | undefined;
|
|
963
|
-
readonly maxHeight?: string | number | undefined;
|
|
964
1050
|
readonly preventCloseBubble?: boolean | undefined;
|
|
965
|
-
readonly menuClasses?: string |
|
|
1051
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
966
1052
|
readonly closeCondition?: boolean | Function | undefined;
|
|
967
1053
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
968
1054
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
969
|
-
|
|
1055
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1056
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
970
1057
|
transition: {
|
|
971
1058
|
default: string;
|
|
972
|
-
type: PropType<string | (import(
|
|
973
|
-
is?: import(
|
|
1059
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
1060
|
+
is?: import('vue').Component | undefined;
|
|
974
1061
|
})>;
|
|
975
1062
|
};
|
|
976
1063
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -980,19 +1067,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
980
1067
|
minHeight: PropType<string | number>;
|
|
981
1068
|
height: PropType<string | number>;
|
|
982
1069
|
maxHeight: PropType<string | number>;
|
|
1070
|
+
scrollStrategy: {
|
|
1071
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1072
|
+
default: string;
|
|
1073
|
+
validator: (val: any) => boolean;
|
|
1074
|
+
};
|
|
983
1075
|
coordinateStrategy: Omit<{
|
|
984
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
1076
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
985
1077
|
default: string;
|
|
986
|
-
}, "
|
|
987
|
-
type: PropType<string | import(
|
|
988
|
-
default: string | import(
|
|
1078
|
+
}, "default" | "type"> & {
|
|
1079
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1080
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
989
1081
|
};
|
|
990
1082
|
position: {
|
|
991
|
-
type: PropType<"default" | "top" | "
|
|
1083
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
992
1084
|
default: string;
|
|
993
1085
|
};
|
|
994
1086
|
align: {
|
|
995
|
-
type: PropType<"top" | "
|
|
1087
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
996
1088
|
default: string;
|
|
997
1089
|
};
|
|
998
1090
|
origin: {
|
|
@@ -1000,13 +1092,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1000
1092
|
default: string;
|
|
1001
1093
|
};
|
|
1002
1094
|
offset: {
|
|
1003
|
-
type: PropType<string | number |
|
|
1095
|
+
type: PropType<string | number | number[]>;
|
|
1004
1096
|
};
|
|
1005
1097
|
viewportMargin: {
|
|
1006
1098
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
1007
1099
|
default: number;
|
|
1008
1100
|
};
|
|
1009
|
-
|
|
1101
|
+
closeClickContent: {
|
|
1102
|
+
type: PropType<boolean>;
|
|
1103
|
+
};
|
|
1104
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
1010
1105
|
theme: PropType<string>;
|
|
1011
1106
|
modelValue: {
|
|
1012
1107
|
type: PropType<boolean>;
|
|
@@ -1021,16 +1116,16 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1021
1116
|
type: PropType<boolean>;
|
|
1022
1117
|
};
|
|
1023
1118
|
classes: {
|
|
1024
|
-
type: PropType<string |
|
|
1119
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1025
1120
|
};
|
|
1026
1121
|
contentClasses: {
|
|
1027
|
-
type: PropType<string |
|
|
1122
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1028
1123
|
};
|
|
1029
1124
|
closeClickScrim: {
|
|
1030
1125
|
type: PropType<boolean>;
|
|
1031
1126
|
};
|
|
1032
1127
|
contentStyles: {
|
|
1033
|
-
type: PropType<import(
|
|
1128
|
+
type: PropType<import('vue').CSSProperties>;
|
|
1034
1129
|
default: () => void;
|
|
1035
1130
|
};
|
|
1036
1131
|
disabled: {
|
|
@@ -1053,8 +1148,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1053
1148
|
type: PropType<string | number>;
|
|
1054
1149
|
default: number;
|
|
1055
1150
|
};
|
|
1151
|
+
contained: BooleanConstructor;
|
|
1056
1152
|
menuClasses: {
|
|
1057
|
-
type: PropType<string |
|
|
1153
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1058
1154
|
};
|
|
1059
1155
|
openOnClickBase: {
|
|
1060
1156
|
type: PropType<boolean>;
|
|
@@ -1071,14 +1167,15 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1071
1167
|
}>> & {
|
|
1072
1168
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1073
1169
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1074
|
-
|
|
1170
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1171
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1075
1172
|
};
|
|
1076
1173
|
};
|
|
1077
1174
|
export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
1078
|
-
position?: unknown;
|
|
1079
1175
|
align?: unknown;
|
|
1080
|
-
origin?: unknown;
|
|
1081
1176
|
offset?: unknown;
|
|
1177
|
+
position?: unknown;
|
|
1178
|
+
origin?: unknown;
|
|
1082
1179
|
viewportMargin?: unknown;
|
|
1083
1180
|
extended?: unknown;
|
|
1084
1181
|
focused?: unknown;
|
|
@@ -1129,31 +1226,39 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1129
1226
|
openDelay?: unknown;
|
|
1130
1227
|
closeDelay?: unknown;
|
|
1131
1228
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
1132
|
-
|
|
1133
|
-
type: PropType<"
|
|
1229
|
+
align: unknown extends Defaults["align"] ? {
|
|
1230
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1134
1231
|
default: string;
|
|
1135
|
-
}
|
|
1136
|
-
type: PropType<
|
|
1137
|
-
default: NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
1138
|
-
} : Omit<Omit<{
|
|
1139
|
-
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
1232
|
+
} : Omit<{
|
|
1233
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1140
1234
|
default: string;
|
|
1141
|
-
}, "
|
|
1142
|
-
type: PropType<
|
|
1143
|
-
default:
|
|
1144
|
-
}, "type" | "default"> & {
|
|
1145
|
-
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start"> : NonNullable<NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">> | Defaults["position"]>;
|
|
1146
|
-
default: unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start"> : NonNullable<NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">> | Defaults["position"];
|
|
1235
|
+
}, "default" | "type"> & {
|
|
1236
|
+
type: PropType<unknown extends Defaults["align"] ? "top" | "bottom" | "start" | "end" | "center" : NonNullable<"top" | "bottom" | "start" | "end" | "center"> | Defaults["align"]>;
|
|
1237
|
+
default: unknown extends Defaults["align"] ? "top" | "bottom" | "start" | "end" | "center" : NonNullable<"top" | "bottom" | "start" | "end" | "center"> | Defaults["align"];
|
|
1147
1238
|
};
|
|
1148
|
-
|
|
1149
|
-
type: PropType<
|
|
1150
|
-
default: string;
|
|
1239
|
+
offset: unknown extends Defaults["offset"] ? {
|
|
1240
|
+
type: PropType<string | number | number[]>;
|
|
1151
1241
|
} : Omit<{
|
|
1152
|
-
type: PropType<
|
|
1242
|
+
type: PropType<string | number | number[]>;
|
|
1243
|
+
}, "default" | "type"> & {
|
|
1244
|
+
type: PropType<unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"]>;
|
|
1245
|
+
default: unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"];
|
|
1246
|
+
};
|
|
1247
|
+
position: unknown extends Defaults["position"] ? Omit<{
|
|
1248
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1249
|
+
default: string;
|
|
1250
|
+
}, "default" | "type"> & {
|
|
1251
|
+
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
1252
|
+
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1253
|
+
} : Omit<Omit<{
|
|
1254
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1153
1255
|
default: string;
|
|
1154
|
-
}, "
|
|
1155
|
-
type: PropType<
|
|
1156
|
-
default:
|
|
1256
|
+
}, "default" | "type"> & {
|
|
1257
|
+
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
1258
|
+
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1259
|
+
}, "default" | "type"> & {
|
|
1260
|
+
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> : NonNullable<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">> | Defaults["position"]>;
|
|
1261
|
+
default: unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> : NonNullable<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">> | Defaults["position"];
|
|
1157
1262
|
};
|
|
1158
1263
|
origin: unknown extends Defaults["origin"] ? {
|
|
1159
1264
|
type: StringConstructor;
|
|
@@ -1161,25 +1266,17 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1161
1266
|
} : Omit<{
|
|
1162
1267
|
type: StringConstructor;
|
|
1163
1268
|
default: string;
|
|
1164
|
-
}, "
|
|
1269
|
+
}, "default" | "type"> & {
|
|
1165
1270
|
type: PropType<unknown extends Defaults["origin"] ? string : string | Defaults["origin"]>;
|
|
1166
1271
|
default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
|
|
1167
1272
|
};
|
|
1168
|
-
offset: unknown extends Defaults["offset"] ? {
|
|
1169
|
-
type: PropType<string | number | string[]>;
|
|
1170
|
-
} : Omit<{
|
|
1171
|
-
type: PropType<string | number | string[]>;
|
|
1172
|
-
}, "type" | "default"> & {
|
|
1173
|
-
type: PropType<unknown extends Defaults["offset"] ? string | number | string[] : NonNullable<string | number | string[]> | Defaults["offset"]>;
|
|
1174
|
-
default: unknown extends Defaults["offset"] ? string | number | string[] : NonNullable<string | number | string[]> | Defaults["offset"];
|
|
1175
|
-
};
|
|
1176
1273
|
viewportMargin: unknown extends Defaults["viewportMargin"] ? {
|
|
1177
1274
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
1178
1275
|
default: number;
|
|
1179
1276
|
} : Omit<{
|
|
1180
1277
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
1181
1278
|
default: number;
|
|
1182
|
-
}, "
|
|
1279
|
+
}, "default" | "type"> & {
|
|
1183
1280
|
type: PropType<unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"]>;
|
|
1184
1281
|
default: unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"];
|
|
1185
1282
|
};
|
|
@@ -1204,14 +1301,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1204
1301
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
1205
1302
|
};
|
|
1206
1303
|
status: unknown extends Defaults["status"] ? {
|
|
1207
|
-
type: PropType<"error" | "
|
|
1304
|
+
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
1208
1305
|
validator(value: string): boolean;
|
|
1209
1306
|
} : Omit<{
|
|
1210
|
-
type: PropType<"error" | "
|
|
1307
|
+
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
1211
1308
|
validator(value: string): boolean;
|
|
1212
|
-
}, "
|
|
1213
|
-
type: PropType<unknown extends Defaults["status"] ? "error" | "
|
|
1214
|
-
default: unknown extends Defaults["status"] ? "error" | "
|
|
1309
|
+
}, "default" | "type"> & {
|
|
1310
|
+
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
1311
|
+
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
1215
1312
|
};
|
|
1216
1313
|
helperText: unknown extends Defaults["helperText"] ? StringConstructor : {
|
|
1217
1314
|
type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
|
|
@@ -1225,7 +1322,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1225
1322
|
type: PropType<string>;
|
|
1226
1323
|
} : Omit<{
|
|
1227
1324
|
type: PropType<string>;
|
|
1228
|
-
}, "
|
|
1325
|
+
}, "default" | "type"> & {
|
|
1229
1326
|
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
1230
1327
|
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
1231
1328
|
};
|
|
@@ -1239,7 +1336,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1239
1336
|
} : Omit<{
|
|
1240
1337
|
type: PropType<string | number>;
|
|
1241
1338
|
default: number;
|
|
1242
|
-
}, "
|
|
1339
|
+
}, "default" | "type"> & {
|
|
1243
1340
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
1244
1341
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
1245
1342
|
};
|
|
@@ -1251,7 +1348,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1251
1348
|
type: PropType<string | number>;
|
|
1252
1349
|
} : Omit<{
|
|
1253
1350
|
type: PropType<string | number>;
|
|
1254
|
-
}, "
|
|
1351
|
+
}, "default" | "type"> & {
|
|
1255
1352
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
1256
1353
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
1257
1354
|
};
|
|
@@ -1265,7 +1362,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1265
1362
|
} : Omit<{
|
|
1266
1363
|
type: PropType<string>;
|
|
1267
1364
|
default: string;
|
|
1268
|
-
}, "
|
|
1365
|
+
}, "default" | "type"> & {
|
|
1269
1366
|
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
1270
1367
|
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
1271
1368
|
};
|
|
@@ -1277,7 +1374,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1277
1374
|
type: PropType<any>;
|
|
1278
1375
|
} : Omit<{
|
|
1279
1376
|
type: PropType<any>;
|
|
1280
|
-
}, "
|
|
1377
|
+
}, "default" | "type"> & {
|
|
1281
1378
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
1282
1379
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
1283
1380
|
};
|
|
@@ -1287,7 +1384,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1287
1384
|
} : Omit<{
|
|
1288
1385
|
type: PropType<boolean>;
|
|
1289
1386
|
default: boolean;
|
|
1290
|
-
}, "
|
|
1387
|
+
}, "default" | "type"> & {
|
|
1291
1388
|
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
1292
1389
|
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
1293
1390
|
};
|
|
@@ -1297,7 +1394,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1297
1394
|
} : Omit<{
|
|
1298
1395
|
type: PropType<boolean>;
|
|
1299
1396
|
default: boolean;
|
|
1300
|
-
}, "
|
|
1397
|
+
}, "default" | "type"> & {
|
|
1301
1398
|
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
1302
1399
|
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
1303
1400
|
};
|
|
@@ -1307,7 +1404,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1307
1404
|
} : Omit<{
|
|
1308
1405
|
type: PropType<boolean>;
|
|
1309
1406
|
default: () => false;
|
|
1310
|
-
}, "
|
|
1407
|
+
}, "default" | "type"> & {
|
|
1311
1408
|
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
1312
1409
|
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
1313
1410
|
};
|
|
@@ -1329,7 +1426,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1329
1426
|
} : Omit<{
|
|
1330
1427
|
type: PropType<string>;
|
|
1331
1428
|
default: string;
|
|
1332
|
-
}, "
|
|
1429
|
+
}, "default" | "type"> & {
|
|
1333
1430
|
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
1334
1431
|
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
1335
1432
|
};
|
|
@@ -1367,7 +1464,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1367
1464
|
} : Omit<{
|
|
1368
1465
|
type: PropType<string>;
|
|
1369
1466
|
default: string;
|
|
1370
|
-
}, "
|
|
1467
|
+
}, "default" | "type"> & {
|
|
1371
1468
|
type: PropType<unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"]>;
|
|
1372
1469
|
default: unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"];
|
|
1373
1470
|
};
|
|
@@ -1377,7 +1474,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1377
1474
|
} : Omit<{
|
|
1378
1475
|
type: PropType<string>;
|
|
1379
1476
|
default: string;
|
|
1380
|
-
}, "
|
|
1477
|
+
}, "default" | "type"> & {
|
|
1381
1478
|
type: PropType<unknown extends Defaults["type"] ? string : string | Defaults["type"]>;
|
|
1382
1479
|
default: unknown extends Defaults["type"] ? string : string | Defaults["type"];
|
|
1383
1480
|
};
|
|
@@ -1391,23 +1488,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1391
1488
|
} : Omit<{
|
|
1392
1489
|
type: PropType<any[]>;
|
|
1393
1490
|
default: () => never[];
|
|
1394
|
-
}, "
|
|
1491
|
+
}, "default" | "type"> & {
|
|
1395
1492
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
1396
1493
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
1397
1494
|
};
|
|
1398
1495
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
1399
1496
|
type: PropType<string>;
|
|
1400
1497
|
default: string;
|
|
1401
|
-
}, "
|
|
1498
|
+
}, "default" | "type"> & {
|
|
1402
1499
|
type: PropType<string>;
|
|
1403
1500
|
default: string;
|
|
1404
1501
|
} : Omit<Omit<{
|
|
1405
1502
|
type: PropType<string>;
|
|
1406
1503
|
default: string;
|
|
1407
|
-
}, "
|
|
1504
|
+
}, "default" | "type"> & {
|
|
1408
1505
|
type: PropType<string>;
|
|
1409
1506
|
default: string;
|
|
1410
|
-
}, "
|
|
1507
|
+
}, "default" | "type"> & {
|
|
1411
1508
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
1412
1509
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
1413
1510
|
};
|
|
@@ -1417,23 +1514,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1417
1514
|
} : Omit<{
|
|
1418
1515
|
type: PropType<string>;
|
|
1419
1516
|
default: string;
|
|
1420
|
-
}, "
|
|
1517
|
+
}, "default" | "type"> & {
|
|
1421
1518
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
1422
1519
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
1423
1520
|
};
|
|
1424
1521
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
1425
1522
|
type: PropType<string | boolean>;
|
|
1426
1523
|
default: string;
|
|
1427
|
-
}, "
|
|
1524
|
+
}, "default" | "type"> & {
|
|
1428
1525
|
type: PropType<NonNullable<string | boolean>>;
|
|
1429
1526
|
default: NonNullable<string | boolean>;
|
|
1430
1527
|
} : Omit<Omit<{
|
|
1431
1528
|
type: PropType<string | boolean>;
|
|
1432
1529
|
default: string;
|
|
1433
|
-
}, "
|
|
1530
|
+
}, "default" | "type"> & {
|
|
1434
1531
|
type: PropType<NonNullable<string | boolean>>;
|
|
1435
1532
|
default: NonNullable<string | boolean>;
|
|
1436
|
-
}, "
|
|
1533
|
+
}, "default" | "type"> & {
|
|
1437
1534
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
1438
1535
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
1439
1536
|
};
|
|
@@ -1455,7 +1552,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1455
1552
|
} : Omit<{
|
|
1456
1553
|
type: PropType<SelectEquals>;
|
|
1457
1554
|
default: typeof deepEqual;
|
|
1458
|
-
}, "
|
|
1555
|
+
}, "default" | "type"> & {
|
|
1459
1556
|
type: PropType<unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"]>;
|
|
1460
1557
|
default: unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"];
|
|
1461
1558
|
};
|
|
@@ -1466,65 +1563,71 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1466
1563
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
1467
1564
|
type: PropType<Partial<{
|
|
1468
1565
|
disabled: boolean;
|
|
1469
|
-
|
|
1470
|
-
openOnHover: boolean;
|
|
1471
|
-
openDelay: number;
|
|
1566
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1472
1567
|
closeDelay: number;
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1568
|
+
openDelay: number;
|
|
1569
|
+
transition: string | (import('vue').TransitionProps & {
|
|
1570
|
+
is?: import('vue').Component | undefined;
|
|
1571
|
+
});
|
|
1572
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1573
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1477
1574
|
origin: string;
|
|
1478
1575
|
viewportMargin: string | number | unknown[];
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1576
|
+
zIndex: string | number;
|
|
1577
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1578
|
+
contentStyles: import('vue').CSSProperties;
|
|
1579
|
+
openOnHover: boolean;
|
|
1580
|
+
contained: boolean;
|
|
1482
1581
|
preventClip: boolean;
|
|
1483
1582
|
openOnClickBase: boolean;
|
|
1484
1583
|
closeCondition: boolean | Function;
|
|
1485
1584
|
}> & Omit<{
|
|
1486
1585
|
readonly disabled: boolean;
|
|
1487
|
-
readonly
|
|
1488
|
-
readonly openOnHover: boolean;
|
|
1489
|
-
readonly openDelay: number;
|
|
1586
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1490
1587
|
readonly closeDelay: number;
|
|
1491
|
-
readonly
|
|
1492
|
-
readonly
|
|
1493
|
-
|
|
1494
|
-
|
|
1588
|
+
readonly openDelay: number;
|
|
1589
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
1590
|
+
is?: import('vue').Component | undefined;
|
|
1591
|
+
});
|
|
1592
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1593
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1495
1594
|
readonly origin: string;
|
|
1496
1595
|
readonly viewportMargin: string | number | unknown[];
|
|
1497
|
-
readonly
|
|
1498
|
-
|
|
1499
|
-
|
|
1596
|
+
readonly zIndex: string | number;
|
|
1597
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1598
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
1599
|
+
readonly openOnHover: boolean;
|
|
1600
|
+
readonly contained: boolean;
|
|
1500
1601
|
readonly preventClip: boolean;
|
|
1501
1602
|
readonly openOnClickBase: boolean;
|
|
1502
|
-
readonly
|
|
1503
|
-
readonly
|
|
1603
|
+
readonly base?: import('../layer/base').BaseType;
|
|
1604
|
+
readonly modelValue?: boolean | undefined;
|
|
1504
1605
|
readonly width?: string | number | undefined;
|
|
1505
1606
|
readonly height?: string | number | undefined;
|
|
1506
|
-
readonly
|
|
1507
|
-
readonly classes?: string |
|
|
1607
|
+
readonly theme?: string | undefined;
|
|
1608
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1609
|
+
readonly minWidth?: string | number | undefined;
|
|
1610
|
+
readonly offset?: string | number | number[] | undefined;
|
|
1611
|
+
readonly minHeight?: string | number | undefined;
|
|
1612
|
+
readonly maxWidth?: string | number | undefined;
|
|
1613
|
+
readonly maxHeight?: string | number | undefined;
|
|
1614
|
+
readonly closeClickContent?: boolean | undefined;
|
|
1508
1615
|
readonly scrim?: boolean | undefined;
|
|
1509
1616
|
readonly scrimOpacity?: number | undefined;
|
|
1510
1617
|
readonly eager?: boolean | undefined;
|
|
1511
|
-
readonly contentClasses?: string |
|
|
1618
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1512
1619
|
readonly closeClickScrim?: boolean | undefined;
|
|
1513
|
-
readonly offset?: string | number | string[] | undefined;
|
|
1514
|
-
readonly minWidth?: string | number | undefined;
|
|
1515
|
-
readonly maxWidth?: string | number | undefined;
|
|
1516
|
-
readonly minHeight?: string | number | undefined;
|
|
1517
|
-
readonly maxHeight?: string | number | undefined;
|
|
1518
1620
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1519
|
-
readonly menuClasses?: string |
|
|
1621
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1520
1622
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1521
1623
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1522
1624
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1523
|
-
|
|
1625
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1626
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
1524
1627
|
transition: {
|
|
1525
1628
|
default: string;
|
|
1526
|
-
type: PropType<string | (import(
|
|
1527
|
-
is?: import(
|
|
1629
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
1630
|
+
is?: import('vue').Component | undefined;
|
|
1528
1631
|
})>;
|
|
1529
1632
|
};
|
|
1530
1633
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -1534,19 +1637,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1534
1637
|
minHeight: PropType<string | number>;
|
|
1535
1638
|
height: PropType<string | number>;
|
|
1536
1639
|
maxHeight: PropType<string | number>;
|
|
1640
|
+
scrollStrategy: {
|
|
1641
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1642
|
+
default: string;
|
|
1643
|
+
validator: (val: any) => boolean;
|
|
1644
|
+
};
|
|
1537
1645
|
coordinateStrategy: Omit<{
|
|
1538
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
1646
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1539
1647
|
default: string;
|
|
1540
|
-
}, "
|
|
1541
|
-
type: PropType<string | import(
|
|
1542
|
-
default: string | import(
|
|
1648
|
+
}, "default" | "type"> & {
|
|
1649
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1650
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1543
1651
|
};
|
|
1544
1652
|
position: {
|
|
1545
|
-
type: PropType<"default" | "top" | "
|
|
1653
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1546
1654
|
default: string;
|
|
1547
1655
|
};
|
|
1548
1656
|
align: {
|
|
1549
|
-
type: PropType<"top" | "
|
|
1657
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1550
1658
|
default: string;
|
|
1551
1659
|
};
|
|
1552
1660
|
origin: {
|
|
@@ -1554,13 +1662,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1554
1662
|
default: string;
|
|
1555
1663
|
};
|
|
1556
1664
|
offset: {
|
|
1557
|
-
type: PropType<string | number |
|
|
1665
|
+
type: PropType<string | number | number[]>;
|
|
1558
1666
|
};
|
|
1559
1667
|
viewportMargin: {
|
|
1560
1668
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
1561
1669
|
default: number;
|
|
1562
1670
|
};
|
|
1563
|
-
|
|
1671
|
+
closeClickContent: {
|
|
1672
|
+
type: PropType<boolean>;
|
|
1673
|
+
};
|
|
1674
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
1564
1675
|
theme: PropType<string>;
|
|
1565
1676
|
modelValue: {
|
|
1566
1677
|
type: PropType<boolean>;
|
|
@@ -1575,16 +1686,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1575
1686
|
type: PropType<boolean>;
|
|
1576
1687
|
};
|
|
1577
1688
|
classes: {
|
|
1578
|
-
type: PropType<string |
|
|
1689
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1579
1690
|
};
|
|
1580
1691
|
contentClasses: {
|
|
1581
|
-
type: PropType<string |
|
|
1692
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1582
1693
|
};
|
|
1583
1694
|
closeClickScrim: {
|
|
1584
1695
|
type: PropType<boolean>;
|
|
1585
1696
|
};
|
|
1586
1697
|
contentStyles: {
|
|
1587
|
-
type: PropType<import(
|
|
1698
|
+
type: PropType<import('vue').CSSProperties>;
|
|
1588
1699
|
default: () => void;
|
|
1589
1700
|
};
|
|
1590
1701
|
disabled: {
|
|
@@ -1607,8 +1718,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1607
1718
|
type: PropType<string | number>;
|
|
1608
1719
|
default: number;
|
|
1609
1720
|
};
|
|
1721
|
+
contained: BooleanConstructor;
|
|
1610
1722
|
menuClasses: {
|
|
1611
|
-
type: PropType<string |
|
|
1723
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1612
1724
|
};
|
|
1613
1725
|
openOnClickBase: {
|
|
1614
1726
|
type: PropType<boolean>;
|
|
@@ -1625,69 +1737,76 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1625
1737
|
}>> & {
|
|
1626
1738
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1627
1739
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1628
|
-
|
|
1740
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1741
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1629
1742
|
} : Omit<{
|
|
1630
1743
|
type: PropType<Partial<{
|
|
1631
1744
|
disabled: boolean;
|
|
1632
|
-
|
|
1633
|
-
openOnHover: boolean;
|
|
1634
|
-
openDelay: number;
|
|
1745
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1635
1746
|
closeDelay: number;
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1747
|
+
openDelay: number;
|
|
1748
|
+
transition: string | (import('vue').TransitionProps & {
|
|
1749
|
+
is?: import('vue').Component | undefined;
|
|
1750
|
+
});
|
|
1751
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1752
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1640
1753
|
origin: string;
|
|
1641
1754
|
viewportMargin: string | number | unknown[];
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1755
|
+
zIndex: string | number;
|
|
1756
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1757
|
+
contentStyles: import('vue').CSSProperties;
|
|
1758
|
+
openOnHover: boolean;
|
|
1759
|
+
contained: boolean;
|
|
1645
1760
|
preventClip: boolean;
|
|
1646
1761
|
openOnClickBase: boolean;
|
|
1647
1762
|
closeCondition: boolean | Function;
|
|
1648
1763
|
}> & Omit<{
|
|
1649
1764
|
readonly disabled: boolean;
|
|
1650
|
-
readonly
|
|
1651
|
-
readonly openOnHover: boolean;
|
|
1652
|
-
readonly openDelay: number;
|
|
1765
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1653
1766
|
readonly closeDelay: number;
|
|
1654
|
-
readonly
|
|
1655
|
-
readonly
|
|
1656
|
-
|
|
1657
|
-
|
|
1767
|
+
readonly openDelay: number;
|
|
1768
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
1769
|
+
is?: import('vue').Component | undefined;
|
|
1770
|
+
});
|
|
1771
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1772
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1658
1773
|
readonly origin: string;
|
|
1659
1774
|
readonly viewportMargin: string | number | unknown[];
|
|
1660
|
-
readonly
|
|
1661
|
-
|
|
1662
|
-
|
|
1775
|
+
readonly zIndex: string | number;
|
|
1776
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1777
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
1778
|
+
readonly openOnHover: boolean;
|
|
1779
|
+
readonly contained: boolean;
|
|
1663
1780
|
readonly preventClip: boolean;
|
|
1664
1781
|
readonly openOnClickBase: boolean;
|
|
1665
|
-
readonly
|
|
1666
|
-
readonly
|
|
1782
|
+
readonly base?: import('../layer/base').BaseType;
|
|
1783
|
+
readonly modelValue?: boolean | undefined;
|
|
1667
1784
|
readonly width?: string | number | undefined;
|
|
1668
1785
|
readonly height?: string | number | undefined;
|
|
1669
|
-
readonly
|
|
1670
|
-
readonly classes?: string |
|
|
1786
|
+
readonly theme?: string | undefined;
|
|
1787
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1788
|
+
readonly minWidth?: string | number | undefined;
|
|
1789
|
+
readonly offset?: string | number | number[] | undefined;
|
|
1790
|
+
readonly minHeight?: string | number | undefined;
|
|
1791
|
+
readonly maxWidth?: string | number | undefined;
|
|
1792
|
+
readonly maxHeight?: string | number | undefined;
|
|
1793
|
+
readonly closeClickContent?: boolean | undefined;
|
|
1671
1794
|
readonly scrim?: boolean | undefined;
|
|
1672
1795
|
readonly scrimOpacity?: number | undefined;
|
|
1673
1796
|
readonly eager?: boolean | undefined;
|
|
1674
|
-
readonly contentClasses?: string |
|
|
1797
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1675
1798
|
readonly closeClickScrim?: boolean | undefined;
|
|
1676
|
-
readonly offset?: string | number | string[] | undefined;
|
|
1677
|
-
readonly minWidth?: string | number | undefined;
|
|
1678
|
-
readonly maxWidth?: string | number | undefined;
|
|
1679
|
-
readonly minHeight?: string | number | undefined;
|
|
1680
|
-
readonly maxHeight?: string | number | undefined;
|
|
1681
1799
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1682
|
-
readonly menuClasses?: string |
|
|
1800
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1683
1801
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1684
1802
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1685
1803
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1686
|
-
|
|
1804
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1805
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
1687
1806
|
transition: {
|
|
1688
1807
|
default: string;
|
|
1689
|
-
type: PropType<string | (import(
|
|
1690
|
-
is?: import(
|
|
1808
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
1809
|
+
is?: import('vue').Component | undefined;
|
|
1691
1810
|
})>;
|
|
1692
1811
|
};
|
|
1693
1812
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -1697,19 +1816,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1697
1816
|
minHeight: PropType<string | number>;
|
|
1698
1817
|
height: PropType<string | number>;
|
|
1699
1818
|
maxHeight: PropType<string | number>;
|
|
1819
|
+
scrollStrategy: {
|
|
1820
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1821
|
+
default: string;
|
|
1822
|
+
validator: (val: any) => boolean;
|
|
1823
|
+
};
|
|
1700
1824
|
coordinateStrategy: Omit<{
|
|
1701
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
1825
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1702
1826
|
default: string;
|
|
1703
|
-
}, "
|
|
1704
|
-
type: PropType<string | import(
|
|
1705
|
-
default: string | import(
|
|
1827
|
+
}, "default" | "type"> & {
|
|
1828
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1829
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1706
1830
|
};
|
|
1707
1831
|
position: {
|
|
1708
|
-
type: PropType<"default" | "top" | "
|
|
1832
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1709
1833
|
default: string;
|
|
1710
1834
|
};
|
|
1711
1835
|
align: {
|
|
1712
|
-
type: PropType<"top" | "
|
|
1836
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1713
1837
|
default: string;
|
|
1714
1838
|
};
|
|
1715
1839
|
origin: {
|
|
@@ -1717,13 +1841,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1717
1841
|
default: string;
|
|
1718
1842
|
};
|
|
1719
1843
|
offset: {
|
|
1720
|
-
type: PropType<string | number |
|
|
1844
|
+
type: PropType<string | number | number[]>;
|
|
1721
1845
|
};
|
|
1722
1846
|
viewportMargin: {
|
|
1723
1847
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
1724
1848
|
default: number;
|
|
1725
1849
|
};
|
|
1726
|
-
|
|
1850
|
+
closeClickContent: {
|
|
1851
|
+
type: PropType<boolean>;
|
|
1852
|
+
};
|
|
1853
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
1727
1854
|
theme: PropType<string>;
|
|
1728
1855
|
modelValue: {
|
|
1729
1856
|
type: PropType<boolean>;
|
|
@@ -1738,16 +1865,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1738
1865
|
type: PropType<boolean>;
|
|
1739
1866
|
};
|
|
1740
1867
|
classes: {
|
|
1741
|
-
type: PropType<string |
|
|
1868
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1742
1869
|
};
|
|
1743
1870
|
contentClasses: {
|
|
1744
|
-
type: PropType<string |
|
|
1871
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1745
1872
|
};
|
|
1746
1873
|
closeClickScrim: {
|
|
1747
1874
|
type: PropType<boolean>;
|
|
1748
1875
|
};
|
|
1749
1876
|
contentStyles: {
|
|
1750
|
-
type: PropType<import(
|
|
1877
|
+
type: PropType<import('vue').CSSProperties>;
|
|
1751
1878
|
default: () => void;
|
|
1752
1879
|
};
|
|
1753
1880
|
disabled: {
|
|
@@ -1770,8 +1897,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1770
1897
|
type: PropType<string | number>;
|
|
1771
1898
|
default: number;
|
|
1772
1899
|
};
|
|
1900
|
+
contained: BooleanConstructor;
|
|
1773
1901
|
menuClasses: {
|
|
1774
|
-
type: PropType<string |
|
|
1902
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1775
1903
|
};
|
|
1776
1904
|
openOnClickBase: {
|
|
1777
1905
|
type: PropType<boolean>;
|
|
@@ -1788,69 +1916,76 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1788
1916
|
}>> & {
|
|
1789
1917
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1790
1918
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1791
|
-
|
|
1792
|
-
|
|
1919
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1920
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1921
|
+
}, "default" | "type"> & {
|
|
1793
1922
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
1794
1923
|
disabled: boolean;
|
|
1795
|
-
|
|
1796
|
-
openOnHover: boolean;
|
|
1797
|
-
openDelay: number;
|
|
1924
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1798
1925
|
closeDelay: number;
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1926
|
+
openDelay: number;
|
|
1927
|
+
transition: string | (import('vue').TransitionProps & {
|
|
1928
|
+
is?: import('vue').Component | undefined;
|
|
1929
|
+
});
|
|
1930
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1931
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1803
1932
|
origin: string;
|
|
1804
1933
|
viewportMargin: string | number | unknown[];
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1934
|
+
zIndex: string | number;
|
|
1935
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1936
|
+
contentStyles: import('vue').CSSProperties;
|
|
1937
|
+
openOnHover: boolean;
|
|
1938
|
+
contained: boolean;
|
|
1808
1939
|
preventClip: boolean;
|
|
1809
1940
|
openOnClickBase: boolean;
|
|
1810
1941
|
closeCondition: boolean | Function;
|
|
1811
1942
|
}> & Omit<{
|
|
1812
1943
|
readonly disabled: boolean;
|
|
1813
|
-
readonly
|
|
1814
|
-
readonly openOnHover: boolean;
|
|
1815
|
-
readonly openDelay: number;
|
|
1944
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1816
1945
|
readonly closeDelay: number;
|
|
1817
|
-
readonly
|
|
1818
|
-
readonly
|
|
1819
|
-
|
|
1820
|
-
|
|
1946
|
+
readonly openDelay: number;
|
|
1947
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
1948
|
+
is?: import('vue').Component | undefined;
|
|
1949
|
+
});
|
|
1950
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1951
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1821
1952
|
readonly origin: string;
|
|
1822
1953
|
readonly viewportMargin: string | number | unknown[];
|
|
1823
|
-
readonly
|
|
1824
|
-
|
|
1825
|
-
|
|
1954
|
+
readonly zIndex: string | number;
|
|
1955
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1956
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
1957
|
+
readonly openOnHover: boolean;
|
|
1958
|
+
readonly contained: boolean;
|
|
1826
1959
|
readonly preventClip: boolean;
|
|
1827
1960
|
readonly openOnClickBase: boolean;
|
|
1828
|
-
readonly
|
|
1829
|
-
readonly
|
|
1961
|
+
readonly base?: import('../layer/base').BaseType;
|
|
1962
|
+
readonly modelValue?: boolean | undefined;
|
|
1830
1963
|
readonly width?: string | number | undefined;
|
|
1831
1964
|
readonly height?: string | number | undefined;
|
|
1832
|
-
readonly
|
|
1833
|
-
readonly classes?: string |
|
|
1965
|
+
readonly theme?: string | undefined;
|
|
1966
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1967
|
+
readonly minWidth?: string | number | undefined;
|
|
1968
|
+
readonly offset?: string | number | number[] | undefined;
|
|
1969
|
+
readonly minHeight?: string | number | undefined;
|
|
1970
|
+
readonly maxWidth?: string | number | undefined;
|
|
1971
|
+
readonly maxHeight?: string | number | undefined;
|
|
1972
|
+
readonly closeClickContent?: boolean | undefined;
|
|
1834
1973
|
readonly scrim?: boolean | undefined;
|
|
1835
1974
|
readonly scrimOpacity?: number | undefined;
|
|
1836
1975
|
readonly eager?: boolean | undefined;
|
|
1837
|
-
readonly contentClasses?: string |
|
|
1976
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1838
1977
|
readonly closeClickScrim?: boolean | undefined;
|
|
1839
|
-
readonly offset?: string | number | string[] | undefined;
|
|
1840
|
-
readonly minWidth?: string | number | undefined;
|
|
1841
|
-
readonly maxWidth?: string | number | undefined;
|
|
1842
|
-
readonly minHeight?: string | number | undefined;
|
|
1843
|
-
readonly maxHeight?: string | number | undefined;
|
|
1844
1978
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1845
|
-
readonly menuClasses?: string |
|
|
1979
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1846
1980
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1847
1981
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1848
1982
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1849
|
-
|
|
1983
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1984
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
1850
1985
|
transition: {
|
|
1851
1986
|
default: string;
|
|
1852
|
-
type: PropType<string | (import(
|
|
1853
|
-
is?: import(
|
|
1987
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
1988
|
+
is?: import('vue').Component | undefined;
|
|
1854
1989
|
})>;
|
|
1855
1990
|
};
|
|
1856
1991
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -1860,19 +1995,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1860
1995
|
minHeight: PropType<string | number>;
|
|
1861
1996
|
height: PropType<string | number>;
|
|
1862
1997
|
maxHeight: PropType<string | number>;
|
|
1998
|
+
scrollStrategy: {
|
|
1999
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2000
|
+
default: string;
|
|
2001
|
+
validator: (val: any) => boolean;
|
|
2002
|
+
};
|
|
1863
2003
|
coordinateStrategy: Omit<{
|
|
1864
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
2004
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1865
2005
|
default: string;
|
|
1866
|
-
}, "
|
|
1867
|
-
type: PropType<string | import(
|
|
1868
|
-
default: string | import(
|
|
2006
|
+
}, "default" | "type"> & {
|
|
2007
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2008
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1869
2009
|
};
|
|
1870
2010
|
position: {
|
|
1871
|
-
type: PropType<"default" | "top" | "
|
|
2011
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1872
2012
|
default: string;
|
|
1873
2013
|
};
|
|
1874
2014
|
align: {
|
|
1875
|
-
type: PropType<"top" | "
|
|
2015
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1876
2016
|
default: string;
|
|
1877
2017
|
};
|
|
1878
2018
|
origin: {
|
|
@@ -1880,13 +2020,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1880
2020
|
default: string;
|
|
1881
2021
|
};
|
|
1882
2022
|
offset: {
|
|
1883
|
-
type: PropType<string | number |
|
|
2023
|
+
type: PropType<string | number | number[]>;
|
|
1884
2024
|
};
|
|
1885
2025
|
viewportMargin: {
|
|
1886
2026
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
1887
2027
|
default: number;
|
|
1888
2028
|
};
|
|
1889
|
-
|
|
2029
|
+
closeClickContent: {
|
|
2030
|
+
type: PropType<boolean>;
|
|
2031
|
+
};
|
|
2032
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
1890
2033
|
theme: PropType<string>;
|
|
1891
2034
|
modelValue: {
|
|
1892
2035
|
type: PropType<boolean>;
|
|
@@ -1901,16 +2044,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1901
2044
|
type: PropType<boolean>;
|
|
1902
2045
|
};
|
|
1903
2046
|
classes: {
|
|
1904
|
-
type: PropType<string |
|
|
2047
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1905
2048
|
};
|
|
1906
2049
|
contentClasses: {
|
|
1907
|
-
type: PropType<string |
|
|
2050
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1908
2051
|
};
|
|
1909
2052
|
closeClickScrim: {
|
|
1910
2053
|
type: PropType<boolean>;
|
|
1911
2054
|
};
|
|
1912
2055
|
contentStyles: {
|
|
1913
|
-
type: PropType<import(
|
|
2056
|
+
type: PropType<import('vue').CSSProperties>;
|
|
1914
2057
|
default: () => void;
|
|
1915
2058
|
};
|
|
1916
2059
|
disabled: {
|
|
@@ -1933,8 +2076,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1933
2076
|
type: PropType<string | number>;
|
|
1934
2077
|
default: number;
|
|
1935
2078
|
};
|
|
2079
|
+
contained: BooleanConstructor;
|
|
1936
2080
|
menuClasses: {
|
|
1937
|
-
type: PropType<string |
|
|
2081
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
1938
2082
|
};
|
|
1939
2083
|
openOnClickBase: {
|
|
1940
2084
|
type: PropType<boolean>;
|
|
@@ -1951,67 +2095,74 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1951
2095
|
}>> & {
|
|
1952
2096
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1953
2097
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1954
|
-
|
|
2098
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2099
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
1955
2100
|
disabled: boolean;
|
|
1956
|
-
|
|
1957
|
-
openOnHover: boolean;
|
|
1958
|
-
openDelay: number;
|
|
2101
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1959
2102
|
closeDelay: number;
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
2103
|
+
openDelay: number;
|
|
2104
|
+
transition: string | (import('vue').TransitionProps & {
|
|
2105
|
+
is?: import('vue').Component | undefined;
|
|
2106
|
+
});
|
|
2107
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2108
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1964
2109
|
origin: string;
|
|
1965
2110
|
viewportMargin: string | number | unknown[];
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
2111
|
+
zIndex: string | number;
|
|
2112
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2113
|
+
contentStyles: import('vue').CSSProperties;
|
|
2114
|
+
openOnHover: boolean;
|
|
2115
|
+
contained: boolean;
|
|
1969
2116
|
preventClip: boolean;
|
|
1970
2117
|
openOnClickBase: boolean;
|
|
1971
2118
|
closeCondition: boolean | Function;
|
|
1972
2119
|
}> & Omit<{
|
|
1973
2120
|
readonly disabled: boolean;
|
|
1974
|
-
readonly
|
|
1975
|
-
readonly openOnHover: boolean;
|
|
1976
|
-
readonly openDelay: number;
|
|
2121
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1977
2122
|
readonly closeDelay: number;
|
|
1978
|
-
readonly
|
|
1979
|
-
readonly
|
|
1980
|
-
|
|
1981
|
-
|
|
2123
|
+
readonly openDelay: number;
|
|
2124
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
2125
|
+
is?: import('vue').Component | undefined;
|
|
2126
|
+
});
|
|
2127
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2128
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1982
2129
|
readonly origin: string;
|
|
1983
2130
|
readonly viewportMargin: string | number | unknown[];
|
|
1984
|
-
readonly
|
|
1985
|
-
|
|
1986
|
-
|
|
2131
|
+
readonly zIndex: string | number;
|
|
2132
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2133
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
2134
|
+
readonly openOnHover: boolean;
|
|
2135
|
+
readonly contained: boolean;
|
|
1987
2136
|
readonly preventClip: boolean;
|
|
1988
2137
|
readonly openOnClickBase: boolean;
|
|
1989
|
-
readonly
|
|
1990
|
-
readonly
|
|
2138
|
+
readonly base?: import('../layer/base').BaseType;
|
|
2139
|
+
readonly modelValue?: boolean | undefined;
|
|
1991
2140
|
readonly width?: string | number | undefined;
|
|
1992
2141
|
readonly height?: string | number | undefined;
|
|
1993
|
-
readonly
|
|
1994
|
-
readonly classes?: string |
|
|
2142
|
+
readonly theme?: string | undefined;
|
|
2143
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2144
|
+
readonly minWidth?: string | number | undefined;
|
|
2145
|
+
readonly offset?: string | number | number[] | undefined;
|
|
2146
|
+
readonly minHeight?: string | number | undefined;
|
|
2147
|
+
readonly maxWidth?: string | number | undefined;
|
|
2148
|
+
readonly maxHeight?: string | number | undefined;
|
|
2149
|
+
readonly closeClickContent?: boolean | undefined;
|
|
1995
2150
|
readonly scrim?: boolean | undefined;
|
|
1996
2151
|
readonly scrimOpacity?: number | undefined;
|
|
1997
2152
|
readonly eager?: boolean | undefined;
|
|
1998
|
-
readonly contentClasses?: string |
|
|
2153
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1999
2154
|
readonly closeClickScrim?: boolean | undefined;
|
|
2000
|
-
readonly offset?: string | number | string[] | undefined;
|
|
2001
|
-
readonly minWidth?: string | number | undefined;
|
|
2002
|
-
readonly maxWidth?: string | number | undefined;
|
|
2003
|
-
readonly minHeight?: string | number | undefined;
|
|
2004
|
-
readonly maxHeight?: string | number | undefined;
|
|
2005
2155
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2006
|
-
readonly menuClasses?: string |
|
|
2156
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
2007
2157
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2008
2158
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2009
2159
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2010
|
-
|
|
2160
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2161
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
2011
2162
|
transition: {
|
|
2012
2163
|
default: string;
|
|
2013
|
-
type: PropType<string | (import(
|
|
2014
|
-
is?: import(
|
|
2164
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
2165
|
+
is?: import('vue').Component | undefined;
|
|
2015
2166
|
})>;
|
|
2016
2167
|
};
|
|
2017
2168
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -2021,19 +2172,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2021
2172
|
minHeight: PropType<string | number>;
|
|
2022
2173
|
height: PropType<string | number>;
|
|
2023
2174
|
maxHeight: PropType<string | number>;
|
|
2175
|
+
scrollStrategy: {
|
|
2176
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2177
|
+
default: string;
|
|
2178
|
+
validator: (val: any) => boolean;
|
|
2179
|
+
};
|
|
2024
2180
|
coordinateStrategy: Omit<{
|
|
2025
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
2181
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2026
2182
|
default: string;
|
|
2027
|
-
}, "
|
|
2028
|
-
type: PropType<string | import(
|
|
2029
|
-
default: string | import(
|
|
2183
|
+
}, "default" | "type"> & {
|
|
2184
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2185
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2030
2186
|
};
|
|
2031
2187
|
position: {
|
|
2032
|
-
type: PropType<"default" | "top" | "
|
|
2188
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2033
2189
|
default: string;
|
|
2034
2190
|
};
|
|
2035
2191
|
align: {
|
|
2036
|
-
type: PropType<"top" | "
|
|
2192
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2037
2193
|
default: string;
|
|
2038
2194
|
};
|
|
2039
2195
|
origin: {
|
|
@@ -2041,13 +2197,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2041
2197
|
default: string;
|
|
2042
2198
|
};
|
|
2043
2199
|
offset: {
|
|
2044
|
-
type: PropType<string | number |
|
|
2200
|
+
type: PropType<string | number | number[]>;
|
|
2045
2201
|
};
|
|
2046
2202
|
viewportMargin: {
|
|
2047
2203
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
2048
2204
|
default: number;
|
|
2049
2205
|
};
|
|
2050
|
-
|
|
2206
|
+
closeClickContent: {
|
|
2207
|
+
type: PropType<boolean>;
|
|
2208
|
+
};
|
|
2209
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
2051
2210
|
theme: PropType<string>;
|
|
2052
2211
|
modelValue: {
|
|
2053
2212
|
type: PropType<boolean>;
|
|
@@ -2062,16 +2221,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2062
2221
|
type: PropType<boolean>;
|
|
2063
2222
|
};
|
|
2064
2223
|
classes: {
|
|
2065
|
-
type: PropType<string |
|
|
2224
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2066
2225
|
};
|
|
2067
2226
|
contentClasses: {
|
|
2068
|
-
type: PropType<string |
|
|
2227
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2069
2228
|
};
|
|
2070
2229
|
closeClickScrim: {
|
|
2071
2230
|
type: PropType<boolean>;
|
|
2072
2231
|
};
|
|
2073
2232
|
contentStyles: {
|
|
2074
|
-
type: PropType<import(
|
|
2233
|
+
type: PropType<import('vue').CSSProperties>;
|
|
2075
2234
|
default: () => void;
|
|
2076
2235
|
};
|
|
2077
2236
|
disabled: {
|
|
@@ -2094,8 +2253,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2094
2253
|
type: PropType<string | number>;
|
|
2095
2254
|
default: number;
|
|
2096
2255
|
};
|
|
2256
|
+
contained: BooleanConstructor;
|
|
2097
2257
|
menuClasses: {
|
|
2098
|
-
type: PropType<string |
|
|
2258
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2099
2259
|
};
|
|
2100
2260
|
openOnClickBase: {
|
|
2101
2261
|
type: PropType<boolean>;
|
|
@@ -2112,68 +2272,75 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2112
2272
|
}>> & {
|
|
2113
2273
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2114
2274
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2115
|
-
|
|
2275
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2276
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"]>;
|
|
2116
2277
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
2117
2278
|
disabled: boolean;
|
|
2118
|
-
|
|
2119
|
-
openOnHover: boolean;
|
|
2120
|
-
openDelay: number;
|
|
2279
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2121
2280
|
closeDelay: number;
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2281
|
+
openDelay: number;
|
|
2282
|
+
transition: string | (import('vue').TransitionProps & {
|
|
2283
|
+
is?: import('vue').Component | undefined;
|
|
2284
|
+
});
|
|
2285
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2286
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2126
2287
|
origin: string;
|
|
2127
2288
|
viewportMargin: string | number | unknown[];
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2289
|
+
zIndex: string | number;
|
|
2290
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2291
|
+
contentStyles: import('vue').CSSProperties;
|
|
2292
|
+
openOnHover: boolean;
|
|
2293
|
+
contained: boolean;
|
|
2131
2294
|
preventClip: boolean;
|
|
2132
2295
|
openOnClickBase: boolean;
|
|
2133
2296
|
closeCondition: boolean | Function;
|
|
2134
2297
|
}> & Omit<{
|
|
2135
2298
|
readonly disabled: boolean;
|
|
2136
|
-
readonly
|
|
2137
|
-
readonly openOnHover: boolean;
|
|
2138
|
-
readonly openDelay: number;
|
|
2299
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2139
2300
|
readonly closeDelay: number;
|
|
2140
|
-
readonly
|
|
2141
|
-
readonly
|
|
2142
|
-
|
|
2143
|
-
|
|
2301
|
+
readonly openDelay: number;
|
|
2302
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
2303
|
+
is?: import('vue').Component | undefined;
|
|
2304
|
+
});
|
|
2305
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2306
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2144
2307
|
readonly origin: string;
|
|
2145
2308
|
readonly viewportMargin: string | number | unknown[];
|
|
2146
|
-
readonly
|
|
2147
|
-
|
|
2148
|
-
|
|
2309
|
+
readonly zIndex: string | number;
|
|
2310
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2311
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
2312
|
+
readonly openOnHover: boolean;
|
|
2313
|
+
readonly contained: boolean;
|
|
2149
2314
|
readonly preventClip: boolean;
|
|
2150
2315
|
readonly openOnClickBase: boolean;
|
|
2151
|
-
readonly
|
|
2152
|
-
readonly
|
|
2316
|
+
readonly base?: import('../layer/base').BaseType;
|
|
2317
|
+
readonly modelValue?: boolean | undefined;
|
|
2153
2318
|
readonly width?: string | number | undefined;
|
|
2154
2319
|
readonly height?: string | number | undefined;
|
|
2155
|
-
readonly
|
|
2156
|
-
readonly classes?: string |
|
|
2320
|
+
readonly theme?: string | undefined;
|
|
2321
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2322
|
+
readonly minWidth?: string | number | undefined;
|
|
2323
|
+
readonly offset?: string | number | number[] | undefined;
|
|
2324
|
+
readonly minHeight?: string | number | undefined;
|
|
2325
|
+
readonly maxWidth?: string | number | undefined;
|
|
2326
|
+
readonly maxHeight?: string | number | undefined;
|
|
2327
|
+
readonly closeClickContent?: boolean | undefined;
|
|
2157
2328
|
readonly scrim?: boolean | undefined;
|
|
2158
2329
|
readonly scrimOpacity?: number | undefined;
|
|
2159
2330
|
readonly eager?: boolean | undefined;
|
|
2160
|
-
readonly contentClasses?: string |
|
|
2331
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
2161
2332
|
readonly closeClickScrim?: boolean | undefined;
|
|
2162
|
-
readonly offset?: string | number | string[] | undefined;
|
|
2163
|
-
readonly minWidth?: string | number | undefined;
|
|
2164
|
-
readonly maxWidth?: string | number | undefined;
|
|
2165
|
-
readonly minHeight?: string | number | undefined;
|
|
2166
|
-
readonly maxHeight?: string | number | undefined;
|
|
2167
2333
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2168
|
-
readonly menuClasses?: string |
|
|
2334
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
2169
2335
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2170
2336
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2171
2337
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2172
|
-
|
|
2338
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2339
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
2173
2340
|
transition: {
|
|
2174
2341
|
default: string;
|
|
2175
|
-
type: PropType<string | (import(
|
|
2176
|
-
is?: import(
|
|
2342
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
2343
|
+
is?: import('vue').Component | undefined;
|
|
2177
2344
|
})>;
|
|
2178
2345
|
};
|
|
2179
2346
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -2183,19 +2350,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2183
2350
|
minHeight: PropType<string | number>;
|
|
2184
2351
|
height: PropType<string | number>;
|
|
2185
2352
|
maxHeight: PropType<string | number>;
|
|
2353
|
+
scrollStrategy: {
|
|
2354
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2355
|
+
default: string;
|
|
2356
|
+
validator: (val: any) => boolean;
|
|
2357
|
+
};
|
|
2186
2358
|
coordinateStrategy: Omit<{
|
|
2187
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
2359
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2188
2360
|
default: string;
|
|
2189
|
-
}, "
|
|
2190
|
-
type: PropType<string | import(
|
|
2191
|
-
default: string | import(
|
|
2361
|
+
}, "default" | "type"> & {
|
|
2362
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2363
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2192
2364
|
};
|
|
2193
2365
|
position: {
|
|
2194
|
-
type: PropType<"default" | "top" | "
|
|
2366
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2195
2367
|
default: string;
|
|
2196
2368
|
};
|
|
2197
2369
|
align: {
|
|
2198
|
-
type: PropType<"top" | "
|
|
2370
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2199
2371
|
default: string;
|
|
2200
2372
|
};
|
|
2201
2373
|
origin: {
|
|
@@ -2203,13 +2375,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2203
2375
|
default: string;
|
|
2204
2376
|
};
|
|
2205
2377
|
offset: {
|
|
2206
|
-
type: PropType<string | number |
|
|
2378
|
+
type: PropType<string | number | number[]>;
|
|
2207
2379
|
};
|
|
2208
2380
|
viewportMargin: {
|
|
2209
2381
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
2210
2382
|
default: number;
|
|
2211
2383
|
};
|
|
2212
|
-
|
|
2384
|
+
closeClickContent: {
|
|
2385
|
+
type: PropType<boolean>;
|
|
2386
|
+
};
|
|
2387
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
2213
2388
|
theme: PropType<string>;
|
|
2214
2389
|
modelValue: {
|
|
2215
2390
|
type: PropType<boolean>;
|
|
@@ -2224,16 +2399,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2224
2399
|
type: PropType<boolean>;
|
|
2225
2400
|
};
|
|
2226
2401
|
classes: {
|
|
2227
|
-
type: PropType<string |
|
|
2402
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2228
2403
|
};
|
|
2229
2404
|
contentClasses: {
|
|
2230
|
-
type: PropType<string |
|
|
2405
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2231
2406
|
};
|
|
2232
2407
|
closeClickScrim: {
|
|
2233
2408
|
type: PropType<boolean>;
|
|
2234
2409
|
};
|
|
2235
2410
|
contentStyles: {
|
|
2236
|
-
type: PropType<import(
|
|
2411
|
+
type: PropType<import('vue').CSSProperties>;
|
|
2237
2412
|
default: () => void;
|
|
2238
2413
|
};
|
|
2239
2414
|
disabled: {
|
|
@@ -2256,8 +2431,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2256
2431
|
type: PropType<string | number>;
|
|
2257
2432
|
default: number;
|
|
2258
2433
|
};
|
|
2434
|
+
contained: BooleanConstructor;
|
|
2259
2435
|
menuClasses: {
|
|
2260
|
-
type: PropType<string |
|
|
2436
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2261
2437
|
};
|
|
2262
2438
|
openOnClickBase: {
|
|
2263
2439
|
type: PropType<boolean>;
|
|
@@ -2274,67 +2450,74 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2274
2450
|
}>> & {
|
|
2275
2451
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2276
2452
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2277
|
-
|
|
2453
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2454
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
2278
2455
|
disabled: boolean;
|
|
2279
|
-
|
|
2280
|
-
openOnHover: boolean;
|
|
2281
|
-
openDelay: number;
|
|
2456
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2282
2457
|
closeDelay: number;
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2458
|
+
openDelay: number;
|
|
2459
|
+
transition: string | (import('vue').TransitionProps & {
|
|
2460
|
+
is?: import('vue').Component | undefined;
|
|
2461
|
+
});
|
|
2462
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2463
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2287
2464
|
origin: string;
|
|
2288
2465
|
viewportMargin: string | number | unknown[];
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2466
|
+
zIndex: string | number;
|
|
2467
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2468
|
+
contentStyles: import('vue').CSSProperties;
|
|
2469
|
+
openOnHover: boolean;
|
|
2470
|
+
contained: boolean;
|
|
2292
2471
|
preventClip: boolean;
|
|
2293
2472
|
openOnClickBase: boolean;
|
|
2294
2473
|
closeCondition: boolean | Function;
|
|
2295
2474
|
}> & Omit<{
|
|
2296
2475
|
readonly disabled: boolean;
|
|
2297
|
-
readonly
|
|
2298
|
-
readonly openOnHover: boolean;
|
|
2299
|
-
readonly openDelay: number;
|
|
2476
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2300
2477
|
readonly closeDelay: number;
|
|
2301
|
-
readonly
|
|
2302
|
-
readonly
|
|
2303
|
-
|
|
2304
|
-
|
|
2478
|
+
readonly openDelay: number;
|
|
2479
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
2480
|
+
is?: import('vue').Component | undefined;
|
|
2481
|
+
});
|
|
2482
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2483
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2305
2484
|
readonly origin: string;
|
|
2306
2485
|
readonly viewportMargin: string | number | unknown[];
|
|
2307
|
-
readonly
|
|
2308
|
-
|
|
2309
|
-
|
|
2486
|
+
readonly zIndex: string | number;
|
|
2487
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2488
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
2489
|
+
readonly openOnHover: boolean;
|
|
2490
|
+
readonly contained: boolean;
|
|
2310
2491
|
readonly preventClip: boolean;
|
|
2311
2492
|
readonly openOnClickBase: boolean;
|
|
2312
|
-
readonly
|
|
2313
|
-
readonly
|
|
2493
|
+
readonly base?: import('../layer/base').BaseType;
|
|
2494
|
+
readonly modelValue?: boolean | undefined;
|
|
2314
2495
|
readonly width?: string | number | undefined;
|
|
2315
2496
|
readonly height?: string | number | undefined;
|
|
2316
|
-
readonly
|
|
2317
|
-
readonly classes?: string |
|
|
2497
|
+
readonly theme?: string | undefined;
|
|
2498
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2499
|
+
readonly minWidth?: string | number | undefined;
|
|
2500
|
+
readonly offset?: string | number | number[] | undefined;
|
|
2501
|
+
readonly minHeight?: string | number | undefined;
|
|
2502
|
+
readonly maxWidth?: string | number | undefined;
|
|
2503
|
+
readonly maxHeight?: string | number | undefined;
|
|
2504
|
+
readonly closeClickContent?: boolean | undefined;
|
|
2318
2505
|
readonly scrim?: boolean | undefined;
|
|
2319
2506
|
readonly scrimOpacity?: number | undefined;
|
|
2320
2507
|
readonly eager?: boolean | undefined;
|
|
2321
|
-
readonly contentClasses?: string |
|
|
2508
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
2322
2509
|
readonly closeClickScrim?: boolean | undefined;
|
|
2323
|
-
readonly offset?: string | number | string[] | undefined;
|
|
2324
|
-
readonly minWidth?: string | number | undefined;
|
|
2325
|
-
readonly maxWidth?: string | number | undefined;
|
|
2326
|
-
readonly minHeight?: string | number | undefined;
|
|
2327
|
-
readonly maxHeight?: string | number | undefined;
|
|
2328
2510
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2329
|
-
readonly menuClasses?: string |
|
|
2511
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
2330
2512
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2331
2513
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2332
2514
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2333
|
-
|
|
2515
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2516
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
2334
2517
|
transition: {
|
|
2335
2518
|
default: string;
|
|
2336
|
-
type: PropType<string | (import(
|
|
2337
|
-
is?: import(
|
|
2519
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
2520
|
+
is?: import('vue').Component | undefined;
|
|
2338
2521
|
})>;
|
|
2339
2522
|
};
|
|
2340
2523
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -2344,19 +2527,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2344
2527
|
minHeight: PropType<string | number>;
|
|
2345
2528
|
height: PropType<string | number>;
|
|
2346
2529
|
maxHeight: PropType<string | number>;
|
|
2530
|
+
scrollStrategy: {
|
|
2531
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2532
|
+
default: string;
|
|
2533
|
+
validator: (val: any) => boolean;
|
|
2534
|
+
};
|
|
2347
2535
|
coordinateStrategy: Omit<{
|
|
2348
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
2536
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2349
2537
|
default: string;
|
|
2350
|
-
}, "
|
|
2351
|
-
type: PropType<string | import(
|
|
2352
|
-
default: string | import(
|
|
2538
|
+
}, "default" | "type"> & {
|
|
2539
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2540
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2353
2541
|
};
|
|
2354
2542
|
position: {
|
|
2355
|
-
type: PropType<"default" | "top" | "
|
|
2543
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2356
2544
|
default: string;
|
|
2357
2545
|
};
|
|
2358
2546
|
align: {
|
|
2359
|
-
type: PropType<"top" | "
|
|
2547
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2360
2548
|
default: string;
|
|
2361
2549
|
};
|
|
2362
2550
|
origin: {
|
|
@@ -2364,13 +2552,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2364
2552
|
default: string;
|
|
2365
2553
|
};
|
|
2366
2554
|
offset: {
|
|
2367
|
-
type: PropType<string | number |
|
|
2555
|
+
type: PropType<string | number | number[]>;
|
|
2368
2556
|
};
|
|
2369
2557
|
viewportMargin: {
|
|
2370
2558
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
2371
2559
|
default: number;
|
|
2372
2560
|
};
|
|
2373
|
-
|
|
2561
|
+
closeClickContent: {
|
|
2562
|
+
type: PropType<boolean>;
|
|
2563
|
+
};
|
|
2564
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
2374
2565
|
theme: PropType<string>;
|
|
2375
2566
|
modelValue: {
|
|
2376
2567
|
type: PropType<boolean>;
|
|
@@ -2385,16 +2576,16 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2385
2576
|
type: PropType<boolean>;
|
|
2386
2577
|
};
|
|
2387
2578
|
classes: {
|
|
2388
|
-
type: PropType<string |
|
|
2579
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2389
2580
|
};
|
|
2390
2581
|
contentClasses: {
|
|
2391
|
-
type: PropType<string |
|
|
2582
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2392
2583
|
};
|
|
2393
2584
|
closeClickScrim: {
|
|
2394
2585
|
type: PropType<boolean>;
|
|
2395
2586
|
};
|
|
2396
2587
|
contentStyles: {
|
|
2397
|
-
type: PropType<import(
|
|
2588
|
+
type: PropType<import('vue').CSSProperties>;
|
|
2398
2589
|
default: () => void;
|
|
2399
2590
|
};
|
|
2400
2591
|
disabled: {
|
|
@@ -2417,8 +2608,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2417
2608
|
type: PropType<string | number>;
|
|
2418
2609
|
default: number;
|
|
2419
2610
|
};
|
|
2611
|
+
contained: BooleanConstructor;
|
|
2420
2612
|
menuClasses: {
|
|
2421
|
-
type: PropType<string |
|
|
2613
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2422
2614
|
};
|
|
2423
2615
|
openOnClickBase: {
|
|
2424
2616
|
type: PropType<boolean>;
|
|
@@ -2435,7 +2627,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2435
2627
|
}>> & {
|
|
2436
2628
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2437
2629
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2438
|
-
|
|
2630
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2631
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"];
|
|
2439
2632
|
};
|
|
2440
2633
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
2441
2634
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2443,7 +2636,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2443
2636
|
} : Omit<{
|
|
2444
2637
|
type: (StringConstructor | NumberConstructor)[];
|
|
2445
2638
|
default: number;
|
|
2446
|
-
}, "
|
|
2639
|
+
}, "default" | "type"> & {
|
|
2447
2640
|
type: PropType<unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"]>;
|
|
2448
2641
|
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
2449
2642
|
};
|
|
@@ -2453,7 +2646,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2453
2646
|
} : Omit<{
|
|
2454
2647
|
type: PropType<YIconIconProp>;
|
|
2455
2648
|
default: string;
|
|
2456
|
-
}, "
|
|
2649
|
+
}, "default" | "type"> & {
|
|
2457
2650
|
type: PropType<unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"]>;
|
|
2458
2651
|
default: unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"];
|
|
2459
2652
|
};
|
|
@@ -2463,7 +2656,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2463
2656
|
} : Omit<{
|
|
2464
2657
|
type: PropType<number>;
|
|
2465
2658
|
default: number;
|
|
2466
|
-
}, "
|
|
2659
|
+
}, "default" | "type"> & {
|
|
2467
2660
|
type: PropType<unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"]>;
|
|
2468
2661
|
default: unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"];
|
|
2469
2662
|
};
|
|
@@ -2473,30 +2666,30 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2473
2666
|
} : Omit<{
|
|
2474
2667
|
type: PropType<number>;
|
|
2475
2668
|
default: number;
|
|
2476
|
-
}, "
|
|
2669
|
+
}, "default" | "type"> & {
|
|
2477
2670
|
type: PropType<unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"]>;
|
|
2478
2671
|
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
2479
2672
|
};
|
|
2480
2673
|
};
|
|
2481
|
-
export declare const YSelect: import(
|
|
2482
|
-
|
|
2483
|
-
type: PropType<"
|
|
2674
|
+
export declare const YSelect: import('vue').DefineComponent<{
|
|
2675
|
+
align: {
|
|
2676
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2484
2677
|
default: string;
|
|
2485
|
-
}, "type" | "default"> & {
|
|
2486
|
-
type: PropType<NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">>;
|
|
2487
|
-
default: NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
2488
2678
|
};
|
|
2489
|
-
|
|
2490
|
-
type: PropType<
|
|
2679
|
+
offset: {
|
|
2680
|
+
type: PropType<string | number | number[]>;
|
|
2681
|
+
};
|
|
2682
|
+
position: Omit<{
|
|
2683
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2491
2684
|
default: string;
|
|
2685
|
+
}, "default" | "type"> & {
|
|
2686
|
+
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
2687
|
+
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2492
2688
|
};
|
|
2493
2689
|
origin: {
|
|
2494
2690
|
type: StringConstructor;
|
|
2495
2691
|
default: string;
|
|
2496
2692
|
};
|
|
2497
|
-
offset: {
|
|
2498
|
-
type: PropType<string | number | string[]>;
|
|
2499
|
-
};
|
|
2500
2693
|
viewportMargin: {
|
|
2501
2694
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
2502
2695
|
default: number;
|
|
@@ -2507,7 +2700,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2507
2700
|
readonly: PropType<boolean>;
|
|
2508
2701
|
disabled: PropType<boolean>;
|
|
2509
2702
|
status: {
|
|
2510
|
-
type: PropType<"error" | "
|
|
2703
|
+
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
2511
2704
|
validator(value: string): boolean;
|
|
2512
2705
|
};
|
|
2513
2706
|
helperText: StringConstructor;
|
|
@@ -2575,7 +2768,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2575
2768
|
itemKey: Omit<{
|
|
2576
2769
|
type: PropType<string>;
|
|
2577
2770
|
default: string;
|
|
2578
|
-
}, "
|
|
2771
|
+
}, "default" | "type"> & {
|
|
2579
2772
|
type: PropType<string>;
|
|
2580
2773
|
default: string;
|
|
2581
2774
|
};
|
|
@@ -2586,7 +2779,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2586
2779
|
itemChildren: Omit<{
|
|
2587
2780
|
type: PropType<string | boolean>;
|
|
2588
2781
|
default: string;
|
|
2589
|
-
}, "
|
|
2782
|
+
}, "default" | "type"> & {
|
|
2590
2783
|
type: PropType<NonNullable<string | boolean>>;
|
|
2591
2784
|
default: NonNullable<string | boolean>;
|
|
2592
2785
|
};
|
|
@@ -2601,65 +2794,71 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2601
2794
|
menuProps: {
|
|
2602
2795
|
type: PropType<Partial<{
|
|
2603
2796
|
disabled: boolean;
|
|
2604
|
-
|
|
2605
|
-
openOnHover: boolean;
|
|
2606
|
-
openDelay: number;
|
|
2797
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2607
2798
|
closeDelay: number;
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2799
|
+
openDelay: number;
|
|
2800
|
+
transition: string | (import('vue').TransitionProps & {
|
|
2801
|
+
is?: import('vue').Component | undefined;
|
|
2802
|
+
});
|
|
2803
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2804
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2612
2805
|
origin: string;
|
|
2613
2806
|
viewportMargin: string | number | unknown[];
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2807
|
+
zIndex: string | number;
|
|
2808
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2809
|
+
contentStyles: import('vue').CSSProperties;
|
|
2810
|
+
openOnHover: boolean;
|
|
2811
|
+
contained: boolean;
|
|
2617
2812
|
preventClip: boolean;
|
|
2618
2813
|
openOnClickBase: boolean;
|
|
2619
2814
|
closeCondition: boolean | Function;
|
|
2620
2815
|
}> & Omit<{
|
|
2621
2816
|
readonly disabled: boolean;
|
|
2622
|
-
readonly
|
|
2623
|
-
readonly openOnHover: boolean;
|
|
2624
|
-
readonly openDelay: number;
|
|
2817
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2625
2818
|
readonly closeDelay: number;
|
|
2626
|
-
readonly
|
|
2627
|
-
readonly
|
|
2628
|
-
|
|
2629
|
-
|
|
2819
|
+
readonly openDelay: number;
|
|
2820
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
2821
|
+
is?: import('vue').Component | undefined;
|
|
2822
|
+
});
|
|
2823
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2824
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2630
2825
|
readonly origin: string;
|
|
2631
2826
|
readonly viewportMargin: string | number | unknown[];
|
|
2632
|
-
readonly
|
|
2633
|
-
|
|
2634
|
-
|
|
2827
|
+
readonly zIndex: string | number;
|
|
2828
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2829
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
2830
|
+
readonly openOnHover: boolean;
|
|
2831
|
+
readonly contained: boolean;
|
|
2635
2832
|
readonly preventClip: boolean;
|
|
2636
2833
|
readonly openOnClickBase: boolean;
|
|
2637
|
-
readonly
|
|
2638
|
-
readonly
|
|
2834
|
+
readonly base?: import('../layer/base').BaseType;
|
|
2835
|
+
readonly modelValue?: boolean | undefined;
|
|
2639
2836
|
readonly width?: string | number | undefined;
|
|
2640
2837
|
readonly height?: string | number | undefined;
|
|
2641
|
-
readonly
|
|
2642
|
-
readonly classes?: string |
|
|
2838
|
+
readonly theme?: string | undefined;
|
|
2839
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2840
|
+
readonly minWidth?: string | number | undefined;
|
|
2841
|
+
readonly offset?: string | number | number[] | undefined;
|
|
2842
|
+
readonly minHeight?: string | number | undefined;
|
|
2843
|
+
readonly maxWidth?: string | number | undefined;
|
|
2844
|
+
readonly maxHeight?: string | number | undefined;
|
|
2845
|
+
readonly closeClickContent?: boolean | undefined;
|
|
2643
2846
|
readonly scrim?: boolean | undefined;
|
|
2644
2847
|
readonly scrimOpacity?: number | undefined;
|
|
2645
2848
|
readonly eager?: boolean | undefined;
|
|
2646
|
-
readonly contentClasses?: string |
|
|
2849
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
2647
2850
|
readonly closeClickScrim?: boolean | undefined;
|
|
2648
|
-
readonly offset?: string | number | string[] | undefined;
|
|
2649
|
-
readonly minWidth?: string | number | undefined;
|
|
2650
|
-
readonly maxWidth?: string | number | undefined;
|
|
2651
|
-
readonly minHeight?: string | number | undefined;
|
|
2652
|
-
readonly maxHeight?: string | number | undefined;
|
|
2653
2851
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2654
|
-
readonly menuClasses?: string |
|
|
2852
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
2655
2853
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2656
2854
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2657
2855
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2658
|
-
|
|
2856
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2857
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
2659
2858
|
transition: {
|
|
2660
2859
|
default: string;
|
|
2661
|
-
type: PropType<string | (import(
|
|
2662
|
-
is?: import(
|
|
2860
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
2861
|
+
is?: import('vue').Component | undefined;
|
|
2663
2862
|
})>;
|
|
2664
2863
|
};
|
|
2665
2864
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -2669,19 +2868,24 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2669
2868
|
minHeight: PropType<string | number>;
|
|
2670
2869
|
height: PropType<string | number>;
|
|
2671
2870
|
maxHeight: PropType<string | number>;
|
|
2871
|
+
scrollStrategy: {
|
|
2872
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2873
|
+
default: string;
|
|
2874
|
+
validator: (val: any) => boolean;
|
|
2875
|
+
};
|
|
2672
2876
|
coordinateStrategy: Omit<{
|
|
2673
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
2877
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2674
2878
|
default: string;
|
|
2675
|
-
}, "
|
|
2676
|
-
type: PropType<string | import(
|
|
2677
|
-
default: string | import(
|
|
2879
|
+
}, "default" | "type"> & {
|
|
2880
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2881
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2678
2882
|
};
|
|
2679
2883
|
position: {
|
|
2680
|
-
type: PropType<"default" | "top" | "
|
|
2884
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2681
2885
|
default: string;
|
|
2682
2886
|
};
|
|
2683
2887
|
align: {
|
|
2684
|
-
type: PropType<"top" | "
|
|
2888
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2685
2889
|
default: string;
|
|
2686
2890
|
};
|
|
2687
2891
|
origin: {
|
|
@@ -2689,13 +2893,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2689
2893
|
default: string;
|
|
2690
2894
|
};
|
|
2691
2895
|
offset: {
|
|
2692
|
-
type: PropType<string | number |
|
|
2896
|
+
type: PropType<string | number | number[]>;
|
|
2693
2897
|
};
|
|
2694
2898
|
viewportMargin: {
|
|
2695
2899
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
2696
2900
|
default: number;
|
|
2697
2901
|
};
|
|
2698
|
-
|
|
2902
|
+
closeClickContent: {
|
|
2903
|
+
type: PropType<boolean>;
|
|
2904
|
+
};
|
|
2905
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
2699
2906
|
theme: PropType<string>;
|
|
2700
2907
|
modelValue: {
|
|
2701
2908
|
type: PropType<boolean>;
|
|
@@ -2710,16 +2917,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2710
2917
|
type: PropType<boolean>;
|
|
2711
2918
|
};
|
|
2712
2919
|
classes: {
|
|
2713
|
-
type: PropType<string |
|
|
2920
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2714
2921
|
};
|
|
2715
2922
|
contentClasses: {
|
|
2716
|
-
type: PropType<string |
|
|
2923
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2717
2924
|
};
|
|
2718
2925
|
closeClickScrim: {
|
|
2719
2926
|
type: PropType<boolean>;
|
|
2720
2927
|
};
|
|
2721
2928
|
contentStyles: {
|
|
2722
|
-
type: PropType<import(
|
|
2929
|
+
type: PropType<import('vue').CSSProperties>;
|
|
2723
2930
|
default: () => void;
|
|
2724
2931
|
};
|
|
2725
2932
|
disabled: {
|
|
@@ -2742,8 +2949,9 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2742
2949
|
type: PropType<string | number>;
|
|
2743
2950
|
default: number;
|
|
2744
2951
|
};
|
|
2952
|
+
contained: BooleanConstructor;
|
|
2745
2953
|
menuClasses: {
|
|
2746
|
-
type: PropType<string |
|
|
2954
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2747
2955
|
};
|
|
2748
2956
|
openOnClickBase: {
|
|
2749
2957
|
type: PropType<boolean>;
|
|
@@ -2760,7 +2968,8 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2760
2968
|
}>> & {
|
|
2761
2969
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2762
2970
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2763
|
-
|
|
2971
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2972
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
2764
2973
|
};
|
|
2765
2974
|
maxHeight: {
|
|
2766
2975
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -2779,17 +2988,17 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2779
2988
|
default: number;
|
|
2780
2989
|
};
|
|
2781
2990
|
}, {
|
|
2782
|
-
fieldInputRef: import(
|
|
2783
|
-
model: import(
|
|
2991
|
+
fieldInputRef: import('vue').Ref<any>;
|
|
2992
|
+
model: import('vue').Ref<any> & {
|
|
2784
2993
|
readonly rxValue: any;
|
|
2785
2994
|
};
|
|
2786
|
-
selections: import(
|
|
2787
|
-
selected: import(
|
|
2788
|
-
menuRef: import(
|
|
2995
|
+
selections: import('vue').ComputedRef<ListItem<any>[]>;
|
|
2996
|
+
selected: import('vue').ComputedRef<any[]>;
|
|
2997
|
+
menuRef: import('vue').Ref<import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
2789
2998
|
transition: {
|
|
2790
2999
|
default: string;
|
|
2791
|
-
type: PropType<string | (import(
|
|
2792
|
-
is?: import(
|
|
3000
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
3001
|
+
is?: import('vue').Component | undefined;
|
|
2793
3002
|
})>;
|
|
2794
3003
|
};
|
|
2795
3004
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -2799,19 +3008,24 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2799
3008
|
minHeight: PropType<string | number>;
|
|
2800
3009
|
height: PropType<string | number>;
|
|
2801
3010
|
maxHeight: PropType<string | number>;
|
|
3011
|
+
scrollStrategy: {
|
|
3012
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3013
|
+
default: string;
|
|
3014
|
+
validator: (val: any) => boolean;
|
|
3015
|
+
};
|
|
2802
3016
|
coordinateStrategy: Omit<{
|
|
2803
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
3017
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2804
3018
|
default: string;
|
|
2805
|
-
}, "
|
|
2806
|
-
type: PropType<string | import(
|
|
2807
|
-
default: string | import(
|
|
3019
|
+
}, "default" | "type"> & {
|
|
3020
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3021
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2808
3022
|
};
|
|
2809
3023
|
position: {
|
|
2810
|
-
type: PropType<"default" | "top" | "
|
|
3024
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2811
3025
|
default: string;
|
|
2812
3026
|
};
|
|
2813
3027
|
align: {
|
|
2814
|
-
type: PropType<"top" | "
|
|
3028
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2815
3029
|
default: string;
|
|
2816
3030
|
};
|
|
2817
3031
|
origin: {
|
|
@@ -2819,13 +3033,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2819
3033
|
default: string;
|
|
2820
3034
|
};
|
|
2821
3035
|
offset: {
|
|
2822
|
-
type: PropType<string | number |
|
|
3036
|
+
type: PropType<string | number | number[]>;
|
|
2823
3037
|
};
|
|
2824
3038
|
viewportMargin: {
|
|
2825
3039
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
2826
3040
|
default: number;
|
|
2827
3041
|
};
|
|
2828
|
-
|
|
3042
|
+
closeClickContent: {
|
|
3043
|
+
type: PropType<boolean>;
|
|
3044
|
+
};
|
|
3045
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
2829
3046
|
theme: PropType<string>;
|
|
2830
3047
|
modelValue: {
|
|
2831
3048
|
type: PropType<boolean>;
|
|
@@ -2840,16 +3057,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2840
3057
|
type: PropType<boolean>;
|
|
2841
3058
|
};
|
|
2842
3059
|
classes: {
|
|
2843
|
-
type: PropType<string |
|
|
3060
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2844
3061
|
};
|
|
2845
3062
|
contentClasses: {
|
|
2846
|
-
type: PropType<string |
|
|
3063
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2847
3064
|
};
|
|
2848
3065
|
closeClickScrim: {
|
|
2849
3066
|
type: PropType<boolean>;
|
|
2850
3067
|
};
|
|
2851
3068
|
contentStyles: {
|
|
2852
|
-
type: PropType<import(
|
|
3069
|
+
type: PropType<import('vue').CSSProperties>;
|
|
2853
3070
|
default: () => void;
|
|
2854
3071
|
};
|
|
2855
3072
|
disabled: {
|
|
@@ -2872,8 +3089,9 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2872
3089
|
type: PropType<string | number>;
|
|
2873
3090
|
default: number;
|
|
2874
3091
|
};
|
|
3092
|
+
contained: BooleanConstructor;
|
|
2875
3093
|
menuClasses: {
|
|
2876
|
-
type: PropType<string |
|
|
3094
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2877
3095
|
};
|
|
2878
3096
|
openOnClickBase: {
|
|
2879
3097
|
type: PropType<boolean>;
|
|
@@ -2890,24 +3108,30 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2890
3108
|
}>> & {
|
|
2891
3109
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2892
3110
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
3111
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2893
3112
|
}, {
|
|
2894
|
-
layer$: import(
|
|
3113
|
+
layer$: import('vue').Ref<import('vue').DefineComponent<{
|
|
2895
3114
|
minWidth: PropType<string | number>;
|
|
2896
3115
|
width: PropType<string | number>;
|
|
2897
3116
|
maxWidth: PropType<string | number>;
|
|
2898
3117
|
minHeight: PropType<string | number>;
|
|
2899
3118
|
height: PropType<string | number>;
|
|
2900
3119
|
maxHeight: PropType<string | number>;
|
|
3120
|
+
scrollStrategy: {
|
|
3121
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3122
|
+
default: string;
|
|
3123
|
+
validator: (val: any) => boolean;
|
|
3124
|
+
};
|
|
2901
3125
|
coordinateStrategy: {
|
|
2902
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
3126
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2903
3127
|
default: string;
|
|
2904
3128
|
};
|
|
2905
3129
|
position: {
|
|
2906
|
-
type: PropType<"default" | "top" | "
|
|
3130
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2907
3131
|
default: string;
|
|
2908
3132
|
};
|
|
2909
3133
|
align: {
|
|
2910
|
-
type: PropType<"top" | "
|
|
3134
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2911
3135
|
default: string;
|
|
2912
3136
|
};
|
|
2913
3137
|
origin: {
|
|
@@ -2915,16 +3139,19 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2915
3139
|
default: string;
|
|
2916
3140
|
};
|
|
2917
3141
|
offset: {
|
|
2918
|
-
type: PropType<string | number |
|
|
3142
|
+
type: PropType<string | number | number[]>;
|
|
2919
3143
|
};
|
|
2920
3144
|
viewportMargin: {
|
|
2921
3145
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
2922
3146
|
default: number;
|
|
2923
3147
|
};
|
|
2924
|
-
|
|
3148
|
+
closeClickContent: {
|
|
3149
|
+
type: PropType<boolean>;
|
|
3150
|
+
};
|
|
3151
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
2925
3152
|
transition: {
|
|
2926
|
-
type: PropType<string | (import(
|
|
2927
|
-
is?: import(
|
|
3153
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
3154
|
+
is?: import('vue').Component | undefined;
|
|
2928
3155
|
})>;
|
|
2929
3156
|
default: string;
|
|
2930
3157
|
};
|
|
@@ -2942,16 +3169,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2942
3169
|
type: PropType<boolean>;
|
|
2943
3170
|
};
|
|
2944
3171
|
classes: {
|
|
2945
|
-
type: PropType<string |
|
|
3172
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2946
3173
|
};
|
|
2947
3174
|
contentClasses: {
|
|
2948
|
-
type: PropType<string |
|
|
3175
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
2949
3176
|
};
|
|
2950
3177
|
closeClickScrim: {
|
|
2951
3178
|
type: PropType<boolean>;
|
|
2952
3179
|
};
|
|
2953
3180
|
contentStyles: {
|
|
2954
|
-
type: PropType<import(
|
|
3181
|
+
type: PropType<import('vue').CSSProperties>;
|
|
2955
3182
|
default: () => void;
|
|
2956
3183
|
};
|
|
2957
3184
|
disabled: {
|
|
@@ -2974,6 +3201,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2974
3201
|
type: PropType<string | number>;
|
|
2975
3202
|
default: number;
|
|
2976
3203
|
};
|
|
3204
|
+
contained: BooleanConstructor;
|
|
2977
3205
|
modal: PropType<boolean>;
|
|
2978
3206
|
}, {
|
|
2979
3207
|
complementClickOption: {
|
|
@@ -2981,21 +3209,22 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
2981
3209
|
determine?: ((event: Event) => boolean) | undefined;
|
|
2982
3210
|
include?: (() => (HTMLElement | undefined)[]) | undefined;
|
|
2983
3211
|
};
|
|
2984
|
-
layerGroup: import(
|
|
2985
|
-
active: import(
|
|
2986
|
-
finish: import(
|
|
2987
|
-
rendered: import(
|
|
2988
|
-
lazyValue: import(
|
|
3212
|
+
layerGroup: import('vue').ComputedRef<HTMLElement>;
|
|
3213
|
+
active: import('vue').WritableComputedRef<boolean>;
|
|
3214
|
+
finish: import('vue').ShallowRef<boolean>;
|
|
3215
|
+
rendered: import('vue').ComputedRef<boolean>;
|
|
3216
|
+
lazyValue: import('vue').ComputedRef<any>;
|
|
2989
3217
|
onAfterUpdate: () => void;
|
|
2990
|
-
scrim$: import(
|
|
2991
|
-
content$: import(
|
|
2992
|
-
base$: import(
|
|
2993
|
-
baseEl: import(
|
|
2994
|
-
|
|
3218
|
+
scrim$: import('vue').Ref<HTMLElement | undefined>;
|
|
3219
|
+
content$: import('vue').Ref<HTMLElement | undefined>;
|
|
3220
|
+
base$: import('vue').Ref<any>;
|
|
3221
|
+
baseEl: import('vue').Ref<HTMLElement | undefined>;
|
|
3222
|
+
baseFromSlotEl: import('vue').ComputedRef<any>;
|
|
3223
|
+
polyTransitionBindProps: import('vue').ComputedRef<{
|
|
2995
3224
|
is: any;
|
|
2996
3225
|
transitionProps: any;
|
|
2997
3226
|
}>;
|
|
2998
|
-
coordinateStyles: import(
|
|
3227
|
+
coordinateStyles: import('vue').Ref<{
|
|
2999
3228
|
[x: `--${string}`]: string | number | undefined;
|
|
3000
3229
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
3001
3230
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
@@ -3372,7 +3601,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
3372
3601
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
3373
3602
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
3374
3603
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
3375
|
-
all?: import(
|
|
3604
|
+
all?: import('csstype').Globals | undefined;
|
|
3376
3605
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
3377
3606
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
3378
3607
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
@@ -4590,28 +4819,33 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4590
4819
|
"vector-effect"?: import("csstype").Property.VectorEffect | undefined;
|
|
4591
4820
|
}>;
|
|
4592
4821
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
4593
|
-
getActiveLayers: () => import(
|
|
4594
|
-
}, unknown, {}, {}, import(
|
|
4822
|
+
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
4823
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4595
4824
|
'update:modelValue': (value: boolean) => true;
|
|
4596
4825
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
4597
4826
|
afterLeave: () => true;
|
|
4598
|
-
}, string, import(
|
|
4827
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4599
4828
|
minWidth: PropType<string | number>;
|
|
4600
4829
|
width: PropType<string | number>;
|
|
4601
4830
|
maxWidth: PropType<string | number>;
|
|
4602
4831
|
minHeight: PropType<string | number>;
|
|
4603
4832
|
height: PropType<string | number>;
|
|
4604
4833
|
maxHeight: PropType<string | number>;
|
|
4834
|
+
scrollStrategy: {
|
|
4835
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
4836
|
+
default: string;
|
|
4837
|
+
validator: (val: any) => boolean;
|
|
4838
|
+
};
|
|
4605
4839
|
coordinateStrategy: {
|
|
4606
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
4840
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
4607
4841
|
default: string;
|
|
4608
4842
|
};
|
|
4609
4843
|
position: {
|
|
4610
|
-
type: PropType<"default" | "top" | "
|
|
4844
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
4611
4845
|
default: string;
|
|
4612
4846
|
};
|
|
4613
4847
|
align: {
|
|
4614
|
-
type: PropType<"top" | "
|
|
4848
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
4615
4849
|
default: string;
|
|
4616
4850
|
};
|
|
4617
4851
|
origin: {
|
|
@@ -4619,16 +4853,19 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4619
4853
|
default: string;
|
|
4620
4854
|
};
|
|
4621
4855
|
offset: {
|
|
4622
|
-
type: PropType<string | number |
|
|
4856
|
+
type: PropType<string | number | number[]>;
|
|
4623
4857
|
};
|
|
4624
4858
|
viewportMargin: {
|
|
4625
4859
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
4626
4860
|
default: number;
|
|
4627
4861
|
};
|
|
4628
|
-
|
|
4862
|
+
closeClickContent: {
|
|
4863
|
+
type: PropType<boolean>;
|
|
4864
|
+
};
|
|
4865
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
4629
4866
|
transition: {
|
|
4630
|
-
type: PropType<string | (import(
|
|
4631
|
-
is?: import(
|
|
4867
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
4868
|
+
is?: import('vue').Component | undefined;
|
|
4632
4869
|
})>;
|
|
4633
4870
|
default: string;
|
|
4634
4871
|
};
|
|
@@ -4646,16 +4883,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4646
4883
|
type: PropType<boolean>;
|
|
4647
4884
|
};
|
|
4648
4885
|
classes: {
|
|
4649
|
-
type: PropType<string |
|
|
4886
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4650
4887
|
};
|
|
4651
4888
|
contentClasses: {
|
|
4652
|
-
type: PropType<string |
|
|
4889
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4653
4890
|
};
|
|
4654
4891
|
closeClickScrim: {
|
|
4655
4892
|
type: PropType<boolean>;
|
|
4656
4893
|
};
|
|
4657
4894
|
contentStyles: {
|
|
4658
|
-
type: PropType<import(
|
|
4895
|
+
type: PropType<import('vue').CSSProperties>;
|
|
4659
4896
|
default: () => void;
|
|
4660
4897
|
};
|
|
4661
4898
|
disabled: {
|
|
@@ -4678,6 +4915,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4678
4915
|
type: PropType<string | number>;
|
|
4679
4916
|
default: number;
|
|
4680
4917
|
};
|
|
4918
|
+
contained: BooleanConstructor;
|
|
4681
4919
|
modal: PropType<boolean>;
|
|
4682
4920
|
}>> & {
|
|
4683
4921
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -4685,36 +4923,40 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4685
4923
|
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
4686
4924
|
}, {
|
|
4687
4925
|
disabled: boolean;
|
|
4688
|
-
|
|
4689
|
-
openOnHover: boolean;
|
|
4690
|
-
openDelay: number;
|
|
4926
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
4691
4927
|
closeDelay: number;
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4928
|
+
openDelay: number;
|
|
4929
|
+
transition: string | (import('vue').TransitionProps & {
|
|
4930
|
+
is?: import('vue').Component | undefined;
|
|
4931
|
+
});
|
|
4932
|
+
coordinateStrategy: "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
4933
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
4696
4934
|
origin: string;
|
|
4697
4935
|
viewportMargin: string | number | unknown[];
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4936
|
+
zIndex: string | number;
|
|
4937
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
4938
|
+
contentStyles: import('vue').CSSProperties;
|
|
4939
|
+
openOnHover: boolean;
|
|
4940
|
+
contained: boolean;
|
|
4701
4941
|
}, SlotsType<{
|
|
4702
4942
|
base: any;
|
|
4703
4943
|
default: any;
|
|
4704
4944
|
}>> | undefined>;
|
|
4705
|
-
baseEl: import(
|
|
4706
|
-
classes: import(
|
|
4945
|
+
baseEl: import('vue').ComputedRef<any>;
|
|
4946
|
+
classes: import('vue').ComputedRef<{
|
|
4707
4947
|
'y-menu': boolean;
|
|
4708
4948
|
}>;
|
|
4709
|
-
children: import(
|
|
4710
|
-
parent: import(
|
|
4711
|
-
active: import(
|
|
4712
|
-
|
|
4713
|
-
|
|
4949
|
+
children: import('vue').ShallowRef<any[]>;
|
|
4950
|
+
parent: import('../layer/active-stack').ActiveStackProvide | null;
|
|
4951
|
+
active: import('vue').Ref<any> & {
|
|
4952
|
+
readonly rxValue: any;
|
|
4953
|
+
};
|
|
4954
|
+
hovered: import('vue').ComputedRef<boolean>;
|
|
4955
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "afterLeave" | "hoverContent")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
4714
4956
|
transition: {
|
|
4715
4957
|
default: string;
|
|
4716
|
-
type: PropType<string | (import(
|
|
4717
|
-
is?: import(
|
|
4958
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
4959
|
+
is?: import('vue').Component | undefined;
|
|
4718
4960
|
})>;
|
|
4719
4961
|
};
|
|
4720
4962
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -4724,19 +4966,24 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4724
4966
|
minHeight: PropType<string | number>;
|
|
4725
4967
|
height: PropType<string | number>;
|
|
4726
4968
|
maxHeight: PropType<string | number>;
|
|
4969
|
+
scrollStrategy: {
|
|
4970
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
4971
|
+
default: string;
|
|
4972
|
+
validator: (val: any) => boolean;
|
|
4973
|
+
};
|
|
4727
4974
|
coordinateStrategy: Omit<{
|
|
4728
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
4975
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
4729
4976
|
default: string;
|
|
4730
|
-
}, "
|
|
4731
|
-
type: PropType<string | import(
|
|
4732
|
-
default: string | import(
|
|
4977
|
+
}, "default" | "type"> & {
|
|
4978
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
4979
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
4733
4980
|
};
|
|
4734
4981
|
position: {
|
|
4735
|
-
type: PropType<"default" | "top" | "
|
|
4982
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
4736
4983
|
default: string;
|
|
4737
4984
|
};
|
|
4738
4985
|
align: {
|
|
4739
|
-
type: PropType<"top" | "
|
|
4986
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
4740
4987
|
default: string;
|
|
4741
4988
|
};
|
|
4742
4989
|
origin: {
|
|
@@ -4744,13 +4991,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4744
4991
|
default: string;
|
|
4745
4992
|
};
|
|
4746
4993
|
offset: {
|
|
4747
|
-
type: PropType<string | number |
|
|
4994
|
+
type: PropType<string | number | number[]>;
|
|
4748
4995
|
};
|
|
4749
4996
|
viewportMargin: {
|
|
4750
4997
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
4751
4998
|
default: number;
|
|
4752
4999
|
};
|
|
4753
|
-
|
|
5000
|
+
closeClickContent: {
|
|
5001
|
+
type: PropType<boolean>;
|
|
5002
|
+
};
|
|
5003
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
4754
5004
|
theme: PropType<string>;
|
|
4755
5005
|
modelValue: {
|
|
4756
5006
|
type: PropType<boolean>;
|
|
@@ -4765,16 +5015,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4765
5015
|
type: PropType<boolean>;
|
|
4766
5016
|
};
|
|
4767
5017
|
classes: {
|
|
4768
|
-
type: PropType<string |
|
|
5018
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4769
5019
|
};
|
|
4770
5020
|
contentClasses: {
|
|
4771
|
-
type: PropType<string |
|
|
5021
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4772
5022
|
};
|
|
4773
5023
|
closeClickScrim: {
|
|
4774
5024
|
type: PropType<boolean>;
|
|
4775
5025
|
};
|
|
4776
5026
|
contentStyles: {
|
|
4777
|
-
type: PropType<import(
|
|
5027
|
+
type: PropType<import('vue').CSSProperties>;
|
|
4778
5028
|
default: () => void;
|
|
4779
5029
|
};
|
|
4780
5030
|
disabled: {
|
|
@@ -4797,8 +5047,9 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4797
5047
|
type: PropType<string | number>;
|
|
4798
5048
|
default: number;
|
|
4799
5049
|
};
|
|
5050
|
+
contained: BooleanConstructor;
|
|
4800
5051
|
menuClasses: {
|
|
4801
|
-
type: PropType<string |
|
|
5052
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4802
5053
|
};
|
|
4803
5054
|
openOnClickBase: {
|
|
4804
5055
|
type: PropType<boolean>;
|
|
@@ -4815,36 +5066,42 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4815
5066
|
}>> & {
|
|
4816
5067
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4817
5068
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
5069
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
4818
5070
|
}, {
|
|
4819
5071
|
disabled: boolean;
|
|
4820
|
-
|
|
4821
|
-
openOnHover: boolean;
|
|
4822
|
-
openDelay: number;
|
|
5072
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
4823
5073
|
closeDelay: number;
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
5074
|
+
openDelay: number;
|
|
5075
|
+
transition: string | (import('vue').TransitionProps & {
|
|
5076
|
+
is?: import('vue').Component | undefined;
|
|
5077
|
+
});
|
|
5078
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
5079
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
4828
5080
|
origin: string;
|
|
4829
5081
|
viewportMargin: string | number | unknown[];
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
5082
|
+
zIndex: string | number;
|
|
5083
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
5084
|
+
contentStyles: import('vue').CSSProperties;
|
|
5085
|
+
openOnHover: boolean;
|
|
5086
|
+
contained: boolean;
|
|
4833
5087
|
preventClip: boolean;
|
|
4834
5088
|
openOnClickBase: boolean;
|
|
4835
5089
|
closeCondition: boolean | Function;
|
|
4836
|
-
}, true, {}, {
|
|
5090
|
+
}, true, {}, SlotsType<{
|
|
5091
|
+
default: any;
|
|
5092
|
+
base: any;
|
|
5093
|
+
}>, {
|
|
4837
5094
|
P: {};
|
|
4838
5095
|
B: {};
|
|
4839
5096
|
D: {};
|
|
4840
5097
|
C: {};
|
|
4841
5098
|
M: {};
|
|
4842
5099
|
Defaults: {};
|
|
4843
|
-
}, Readonly<import(
|
|
5100
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
4844
5101
|
transition: {
|
|
4845
5102
|
default: string;
|
|
4846
|
-
type: PropType<string | (import(
|
|
4847
|
-
is?: import(
|
|
5103
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
5104
|
+
is?: import('vue').Component | undefined;
|
|
4848
5105
|
})>;
|
|
4849
5106
|
};
|
|
4850
5107
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -4854,19 +5111,24 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4854
5111
|
minHeight: PropType<string | number>;
|
|
4855
5112
|
height: PropType<string | number>;
|
|
4856
5113
|
maxHeight: PropType<string | number>;
|
|
5114
|
+
scrollStrategy: {
|
|
5115
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5116
|
+
default: string;
|
|
5117
|
+
validator: (val: any) => boolean;
|
|
5118
|
+
};
|
|
4857
5119
|
coordinateStrategy: Omit<{
|
|
4858
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
5120
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
4859
5121
|
default: string;
|
|
4860
|
-
}, "
|
|
4861
|
-
type: PropType<string | import(
|
|
4862
|
-
default: string | import(
|
|
5122
|
+
}, "default" | "type"> & {
|
|
5123
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5124
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
4863
5125
|
};
|
|
4864
5126
|
position: {
|
|
4865
|
-
type: PropType<"default" | "top" | "
|
|
5127
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
4866
5128
|
default: string;
|
|
4867
5129
|
};
|
|
4868
5130
|
align: {
|
|
4869
|
-
type: PropType<"top" | "
|
|
5131
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
4870
5132
|
default: string;
|
|
4871
5133
|
};
|
|
4872
5134
|
origin: {
|
|
@@ -4874,13 +5136,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4874
5136
|
default: string;
|
|
4875
5137
|
};
|
|
4876
5138
|
offset: {
|
|
4877
|
-
type: PropType<string | number |
|
|
5139
|
+
type: PropType<string | number | number[]>;
|
|
4878
5140
|
};
|
|
4879
5141
|
viewportMargin: {
|
|
4880
5142
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
4881
5143
|
default: number;
|
|
4882
5144
|
};
|
|
4883
|
-
|
|
5145
|
+
closeClickContent: {
|
|
5146
|
+
type: PropType<boolean>;
|
|
5147
|
+
};
|
|
5148
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
4884
5149
|
theme: PropType<string>;
|
|
4885
5150
|
modelValue: {
|
|
4886
5151
|
type: PropType<boolean>;
|
|
@@ -4895,16 +5160,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4895
5160
|
type: PropType<boolean>;
|
|
4896
5161
|
};
|
|
4897
5162
|
classes: {
|
|
4898
|
-
type: PropType<string |
|
|
5163
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4899
5164
|
};
|
|
4900
5165
|
contentClasses: {
|
|
4901
|
-
type: PropType<string |
|
|
5166
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4902
5167
|
};
|
|
4903
5168
|
closeClickScrim: {
|
|
4904
5169
|
type: PropType<boolean>;
|
|
4905
5170
|
};
|
|
4906
5171
|
contentStyles: {
|
|
4907
|
-
type: PropType<import(
|
|
5172
|
+
type: PropType<import('vue').CSSProperties>;
|
|
4908
5173
|
default: () => void;
|
|
4909
5174
|
};
|
|
4910
5175
|
disabled: {
|
|
@@ -4927,8 +5192,9 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4927
5192
|
type: PropType<string | number>;
|
|
4928
5193
|
default: number;
|
|
4929
5194
|
};
|
|
5195
|
+
contained: BooleanConstructor;
|
|
4930
5196
|
menuClasses: {
|
|
4931
|
-
type: PropType<string |
|
|
5197
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
4932
5198
|
};
|
|
4933
5199
|
openOnClickBase: {
|
|
4934
5200
|
type: PropType<boolean>;
|
|
@@ -4945,24 +5211,30 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4945
5211
|
}>> & {
|
|
4946
5212
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4947
5213
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
5214
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
4948
5215
|
}, {
|
|
4949
|
-
layer$: import(
|
|
5216
|
+
layer$: import('vue').Ref<import('vue').DefineComponent<{
|
|
4950
5217
|
minWidth: PropType<string | number>;
|
|
4951
5218
|
width: PropType<string | number>;
|
|
4952
5219
|
maxWidth: PropType<string | number>;
|
|
4953
5220
|
minHeight: PropType<string | number>;
|
|
4954
5221
|
height: PropType<string | number>;
|
|
4955
5222
|
maxHeight: PropType<string | number>;
|
|
5223
|
+
scrollStrategy: {
|
|
5224
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5225
|
+
default: string;
|
|
5226
|
+
validator: (val: any) => boolean;
|
|
5227
|
+
};
|
|
4956
5228
|
coordinateStrategy: {
|
|
4957
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
5229
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
4958
5230
|
default: string;
|
|
4959
5231
|
};
|
|
4960
5232
|
position: {
|
|
4961
|
-
type: PropType<"default" | "top" | "
|
|
5233
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
4962
5234
|
default: string;
|
|
4963
5235
|
};
|
|
4964
5236
|
align: {
|
|
4965
|
-
type: PropType<"top" | "
|
|
5237
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
4966
5238
|
default: string;
|
|
4967
5239
|
};
|
|
4968
5240
|
origin: {
|
|
@@ -4970,16 +5242,19 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4970
5242
|
default: string;
|
|
4971
5243
|
};
|
|
4972
5244
|
offset: {
|
|
4973
|
-
type: PropType<string | number |
|
|
5245
|
+
type: PropType<string | number | number[]>;
|
|
4974
5246
|
};
|
|
4975
5247
|
viewportMargin: {
|
|
4976
5248
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
4977
5249
|
default: number;
|
|
4978
5250
|
};
|
|
4979
|
-
|
|
5251
|
+
closeClickContent: {
|
|
5252
|
+
type: PropType<boolean>;
|
|
5253
|
+
};
|
|
5254
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
4980
5255
|
transition: {
|
|
4981
|
-
type: PropType<string | (import(
|
|
4982
|
-
is?: import(
|
|
5256
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
5257
|
+
is?: import('vue').Component | undefined;
|
|
4983
5258
|
})>;
|
|
4984
5259
|
default: string;
|
|
4985
5260
|
};
|
|
@@ -4997,16 +5272,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
4997
5272
|
type: PropType<boolean>;
|
|
4998
5273
|
};
|
|
4999
5274
|
classes: {
|
|
5000
|
-
type: PropType<string |
|
|
5275
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
5001
5276
|
};
|
|
5002
5277
|
contentClasses: {
|
|
5003
|
-
type: PropType<string |
|
|
5278
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
5004
5279
|
};
|
|
5005
5280
|
closeClickScrim: {
|
|
5006
5281
|
type: PropType<boolean>;
|
|
5007
5282
|
};
|
|
5008
5283
|
contentStyles: {
|
|
5009
|
-
type: PropType<import(
|
|
5284
|
+
type: PropType<import('vue').CSSProperties>;
|
|
5010
5285
|
default: () => void;
|
|
5011
5286
|
};
|
|
5012
5287
|
disabled: {
|
|
@@ -5029,6 +5304,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
5029
5304
|
type: PropType<string | number>;
|
|
5030
5305
|
default: number;
|
|
5031
5306
|
};
|
|
5307
|
+
contained: BooleanConstructor;
|
|
5032
5308
|
modal: PropType<boolean>;
|
|
5033
5309
|
}, {
|
|
5034
5310
|
complementClickOption: {
|
|
@@ -5036,21 +5312,22 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
5036
5312
|
determine?: ((event: Event) => boolean) | undefined;
|
|
5037
5313
|
include?: (() => (HTMLElement | undefined)[]) | undefined;
|
|
5038
5314
|
};
|
|
5039
|
-
layerGroup: import(
|
|
5040
|
-
active: import(
|
|
5041
|
-
finish: import(
|
|
5042
|
-
rendered: import(
|
|
5043
|
-
lazyValue: import(
|
|
5315
|
+
layerGroup: import('vue').ComputedRef<HTMLElement>;
|
|
5316
|
+
active: import('vue').WritableComputedRef<boolean>;
|
|
5317
|
+
finish: import('vue').ShallowRef<boolean>;
|
|
5318
|
+
rendered: import('vue').ComputedRef<boolean>;
|
|
5319
|
+
lazyValue: import('vue').ComputedRef<any>;
|
|
5044
5320
|
onAfterUpdate: () => void;
|
|
5045
|
-
scrim$: import(
|
|
5046
|
-
content$: import(
|
|
5047
|
-
base$: import(
|
|
5048
|
-
baseEl: import(
|
|
5049
|
-
|
|
5321
|
+
scrim$: import('vue').Ref<HTMLElement | undefined>;
|
|
5322
|
+
content$: import('vue').Ref<HTMLElement | undefined>;
|
|
5323
|
+
base$: import('vue').Ref<any>;
|
|
5324
|
+
baseEl: import('vue').Ref<HTMLElement | undefined>;
|
|
5325
|
+
baseFromSlotEl: import('vue').ComputedRef<any>;
|
|
5326
|
+
polyTransitionBindProps: import('vue').ComputedRef<{
|
|
5050
5327
|
is: any;
|
|
5051
5328
|
transitionProps: any;
|
|
5052
5329
|
}>;
|
|
5053
|
-
coordinateStyles: import(
|
|
5330
|
+
coordinateStyles: import('vue').Ref<{
|
|
5054
5331
|
[x: `--${string}`]: string | number | undefined;
|
|
5055
5332
|
accentColor?: import("csstype").Property.AccentColor | undefined;
|
|
5056
5333
|
alignContent?: import("csstype").Property.AlignContent | undefined;
|
|
@@ -5427,7 +5704,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
5427
5704
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
5428
5705
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
5429
5706
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
5430
|
-
all?: import(
|
|
5707
|
+
all?: import('csstype').Globals | undefined;
|
|
5431
5708
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
5432
5709
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
5433
5710
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
@@ -6645,28 +6922,33 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6645
6922
|
"vector-effect"?: import("csstype").Property.VectorEffect | undefined;
|
|
6646
6923
|
}>;
|
|
6647
6924
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
6648
|
-
getActiveLayers: () => import(
|
|
6649
|
-
}, unknown, {}, {}, import(
|
|
6925
|
+
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
6926
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6650
6927
|
'update:modelValue': (value: boolean) => true;
|
|
6651
6928
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
6652
6929
|
afterLeave: () => true;
|
|
6653
|
-
}, string, import(
|
|
6930
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6654
6931
|
minWidth: PropType<string | number>;
|
|
6655
6932
|
width: PropType<string | number>;
|
|
6656
6933
|
maxWidth: PropType<string | number>;
|
|
6657
6934
|
minHeight: PropType<string | number>;
|
|
6658
6935
|
height: PropType<string | number>;
|
|
6659
6936
|
maxHeight: PropType<string | number>;
|
|
6937
|
+
scrollStrategy: {
|
|
6938
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
6939
|
+
default: string;
|
|
6940
|
+
validator: (val: any) => boolean;
|
|
6941
|
+
};
|
|
6660
6942
|
coordinateStrategy: {
|
|
6661
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
6943
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
6662
6944
|
default: string;
|
|
6663
6945
|
};
|
|
6664
6946
|
position: {
|
|
6665
|
-
type: PropType<"default" | "top" | "
|
|
6947
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
6666
6948
|
default: string;
|
|
6667
6949
|
};
|
|
6668
6950
|
align: {
|
|
6669
|
-
type: PropType<"top" | "
|
|
6951
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
6670
6952
|
default: string;
|
|
6671
6953
|
};
|
|
6672
6954
|
origin: {
|
|
@@ -6674,16 +6956,19 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6674
6956
|
default: string;
|
|
6675
6957
|
};
|
|
6676
6958
|
offset: {
|
|
6677
|
-
type: PropType<string | number |
|
|
6959
|
+
type: PropType<string | number | number[]>;
|
|
6678
6960
|
};
|
|
6679
6961
|
viewportMargin: {
|
|
6680
6962
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
6681
6963
|
default: number;
|
|
6682
6964
|
};
|
|
6683
|
-
|
|
6965
|
+
closeClickContent: {
|
|
6966
|
+
type: PropType<boolean>;
|
|
6967
|
+
};
|
|
6968
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
6684
6969
|
transition: {
|
|
6685
|
-
type: PropType<string | (import(
|
|
6686
|
-
is?: import(
|
|
6970
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
6971
|
+
is?: import('vue').Component | undefined;
|
|
6687
6972
|
})>;
|
|
6688
6973
|
default: string;
|
|
6689
6974
|
};
|
|
@@ -6701,16 +6986,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6701
6986
|
type: PropType<boolean>;
|
|
6702
6987
|
};
|
|
6703
6988
|
classes: {
|
|
6704
|
-
type: PropType<string |
|
|
6989
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
6705
6990
|
};
|
|
6706
6991
|
contentClasses: {
|
|
6707
|
-
type: PropType<string |
|
|
6992
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
6708
6993
|
};
|
|
6709
6994
|
closeClickScrim: {
|
|
6710
6995
|
type: PropType<boolean>;
|
|
6711
6996
|
};
|
|
6712
6997
|
contentStyles: {
|
|
6713
|
-
type: PropType<import(
|
|
6998
|
+
type: PropType<import('vue').CSSProperties>;
|
|
6714
6999
|
default: () => void;
|
|
6715
7000
|
};
|
|
6716
7001
|
disabled: {
|
|
@@ -6733,6 +7018,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6733
7018
|
type: PropType<string | number>;
|
|
6734
7019
|
default: number;
|
|
6735
7020
|
};
|
|
7021
|
+
contained: BooleanConstructor;
|
|
6736
7022
|
modal: PropType<boolean>;
|
|
6737
7023
|
}>> & {
|
|
6738
7024
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -6740,74 +7026,83 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6740
7026
|
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
6741
7027
|
}, {
|
|
6742
7028
|
disabled: boolean;
|
|
6743
|
-
|
|
6744
|
-
openOnHover: boolean;
|
|
6745
|
-
openDelay: number;
|
|
7029
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
6746
7030
|
closeDelay: number;
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
7031
|
+
openDelay: number;
|
|
7032
|
+
transition: string | (import('vue').TransitionProps & {
|
|
7033
|
+
is?: import('vue').Component | undefined;
|
|
7034
|
+
});
|
|
7035
|
+
coordinateStrategy: "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
7036
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
6751
7037
|
origin: string;
|
|
6752
7038
|
viewportMargin: string | number | unknown[];
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
|
|
7039
|
+
zIndex: string | number;
|
|
7040
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
7041
|
+
contentStyles: import('vue').CSSProperties;
|
|
7042
|
+
openOnHover: boolean;
|
|
7043
|
+
contained: boolean;
|
|
6756
7044
|
}, SlotsType<{
|
|
6757
7045
|
base: any;
|
|
6758
7046
|
default: any;
|
|
6759
7047
|
}>> | undefined>;
|
|
6760
|
-
baseEl: import(
|
|
6761
|
-
classes: import(
|
|
7048
|
+
baseEl: import('vue').ComputedRef<any>;
|
|
7049
|
+
classes: import('vue').ComputedRef<{
|
|
6762
7050
|
'y-menu': boolean;
|
|
6763
7051
|
}>;
|
|
6764
|
-
children: import(
|
|
6765
|
-
parent: import(
|
|
6766
|
-
active: import(
|
|
6767
|
-
|
|
7052
|
+
children: import('vue').ShallowRef<any[]>;
|
|
7053
|
+
parent: import('../layer/active-stack').ActiveStackProvide | null;
|
|
7054
|
+
active: import('vue').Ref<any> & {
|
|
7055
|
+
readonly rxValue: any;
|
|
7056
|
+
};
|
|
7057
|
+
hovered: import('vue').ComputedRef<boolean>;
|
|
6768
7058
|
}, {}, {}, {}, {
|
|
6769
7059
|
disabled: boolean;
|
|
6770
|
-
|
|
6771
|
-
openOnHover: boolean;
|
|
6772
|
-
openDelay: number;
|
|
7060
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
6773
7061
|
closeDelay: number;
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
7062
|
+
openDelay: number;
|
|
7063
|
+
transition: string | (import('vue').TransitionProps & {
|
|
7064
|
+
is?: import('vue').Component | undefined;
|
|
7065
|
+
});
|
|
7066
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
7067
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
6778
7068
|
origin: string;
|
|
6779
7069
|
viewportMargin: string | number | unknown[];
|
|
6780
|
-
|
|
6781
|
-
|
|
6782
|
-
|
|
7070
|
+
zIndex: string | number;
|
|
7071
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
7072
|
+
contentStyles: import('vue').CSSProperties;
|
|
7073
|
+
openOnHover: boolean;
|
|
7074
|
+
contained: boolean;
|
|
6783
7075
|
preventClip: boolean;
|
|
6784
7076
|
openOnClickBase: boolean;
|
|
6785
7077
|
closeCondition: boolean | Function;
|
|
6786
7078
|
}> | undefined>;
|
|
6787
|
-
baseEl: import(
|
|
6788
|
-
|
|
7079
|
+
baseEl: import('vue').ComputedRef<any>;
|
|
7080
|
+
opened: import('vue').Ref<any> & {
|
|
7081
|
+
readonly rxValue: any;
|
|
7082
|
+
};
|
|
7083
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6789
7084
|
'update:modelValue': (value: any) => boolean;
|
|
6790
7085
|
'update:opened': (opened: boolean) => boolean;
|
|
6791
7086
|
'click:item': (item: any, e: MouseEvent) => boolean;
|
|
6792
|
-
}, string, import(
|
|
6793
|
-
|
|
6794
|
-
type: PropType<"
|
|
7087
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7088
|
+
align: {
|
|
7089
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
6795
7090
|
default: string;
|
|
6796
|
-
}, "type" | "default"> & {
|
|
6797
|
-
type: PropType<NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">>;
|
|
6798
|
-
default: NonNullable<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
6799
7091
|
};
|
|
6800
|
-
|
|
6801
|
-
type: PropType<
|
|
7092
|
+
offset: {
|
|
7093
|
+
type: PropType<string | number | number[]>;
|
|
7094
|
+
};
|
|
7095
|
+
position: Omit<{
|
|
7096
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
6802
7097
|
default: string;
|
|
7098
|
+
}, "default" | "type"> & {
|
|
7099
|
+
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
7100
|
+
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
6803
7101
|
};
|
|
6804
7102
|
origin: {
|
|
6805
7103
|
type: StringConstructor;
|
|
6806
7104
|
default: string;
|
|
6807
7105
|
};
|
|
6808
|
-
offset: {
|
|
6809
|
-
type: PropType<string | number | string[]>;
|
|
6810
|
-
};
|
|
6811
7106
|
viewportMargin: {
|
|
6812
7107
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
6813
7108
|
default: number;
|
|
@@ -6818,7 +7113,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6818
7113
|
readonly: PropType<boolean>;
|
|
6819
7114
|
disabled: PropType<boolean>;
|
|
6820
7115
|
status: {
|
|
6821
|
-
type: PropType<"error" | "
|
|
7116
|
+
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
6822
7117
|
validator(value: string): boolean;
|
|
6823
7118
|
};
|
|
6824
7119
|
helperText: StringConstructor;
|
|
@@ -6886,7 +7181,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6886
7181
|
itemKey: Omit<{
|
|
6887
7182
|
type: PropType<string>;
|
|
6888
7183
|
default: string;
|
|
6889
|
-
}, "
|
|
7184
|
+
}, "default" | "type"> & {
|
|
6890
7185
|
type: PropType<string>;
|
|
6891
7186
|
default: string;
|
|
6892
7187
|
};
|
|
@@ -6897,7 +7192,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6897
7192
|
itemChildren: Omit<{
|
|
6898
7193
|
type: PropType<string | boolean>;
|
|
6899
7194
|
default: string;
|
|
6900
|
-
}, "
|
|
7195
|
+
}, "default" | "type"> & {
|
|
6901
7196
|
type: PropType<NonNullable<string | boolean>>;
|
|
6902
7197
|
default: NonNullable<string | boolean>;
|
|
6903
7198
|
};
|
|
@@ -6912,65 +7207,71 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6912
7207
|
menuProps: {
|
|
6913
7208
|
type: PropType<Partial<{
|
|
6914
7209
|
disabled: boolean;
|
|
6915
|
-
|
|
6916
|
-
openOnHover: boolean;
|
|
6917
|
-
openDelay: number;
|
|
7210
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
6918
7211
|
closeDelay: number;
|
|
6919
|
-
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
7212
|
+
openDelay: number;
|
|
7213
|
+
transition: string | (import('vue').TransitionProps & {
|
|
7214
|
+
is?: import('vue').Component | undefined;
|
|
7215
|
+
});
|
|
7216
|
+
coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
7217
|
+
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
6923
7218
|
origin: string;
|
|
6924
7219
|
viewportMargin: string | number | unknown[];
|
|
6925
|
-
|
|
6926
|
-
|
|
6927
|
-
|
|
7220
|
+
zIndex: string | number;
|
|
7221
|
+
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
7222
|
+
contentStyles: import('vue').CSSProperties;
|
|
7223
|
+
openOnHover: boolean;
|
|
7224
|
+
contained: boolean;
|
|
6928
7225
|
preventClip: boolean;
|
|
6929
7226
|
openOnClickBase: boolean;
|
|
6930
7227
|
closeCondition: boolean | Function;
|
|
6931
7228
|
}> & Omit<{
|
|
6932
7229
|
readonly disabled: boolean;
|
|
6933
|
-
readonly
|
|
6934
|
-
readonly openOnHover: boolean;
|
|
6935
|
-
readonly openDelay: number;
|
|
7230
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
6936
7231
|
readonly closeDelay: number;
|
|
6937
|
-
readonly
|
|
6938
|
-
readonly
|
|
6939
|
-
|
|
6940
|
-
|
|
7232
|
+
readonly openDelay: number;
|
|
7233
|
+
readonly transition: string | (import('vue').TransitionProps & {
|
|
7234
|
+
is?: import('vue').Component | undefined;
|
|
7235
|
+
});
|
|
7236
|
+
readonly coordinateStrategy: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
7237
|
+
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
6941
7238
|
readonly origin: string;
|
|
6942
7239
|
readonly viewportMargin: string | number | unknown[];
|
|
6943
|
-
readonly
|
|
6944
|
-
|
|
6945
|
-
|
|
7240
|
+
readonly zIndex: string | number;
|
|
7241
|
+
readonly scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
7242
|
+
readonly contentStyles: import('vue').CSSProperties;
|
|
7243
|
+
readonly openOnHover: boolean;
|
|
7244
|
+
readonly contained: boolean;
|
|
6946
7245
|
readonly preventClip: boolean;
|
|
6947
7246
|
readonly openOnClickBase: boolean;
|
|
6948
|
-
readonly
|
|
6949
|
-
readonly
|
|
7247
|
+
readonly base?: import('../layer/base').BaseType;
|
|
7248
|
+
readonly modelValue?: boolean | undefined;
|
|
6950
7249
|
readonly width?: string | number | undefined;
|
|
6951
7250
|
readonly height?: string | number | undefined;
|
|
6952
|
-
readonly
|
|
6953
|
-
readonly classes?: string |
|
|
7251
|
+
readonly theme?: string | undefined;
|
|
7252
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
7253
|
+
readonly minWidth?: string | number | undefined;
|
|
7254
|
+
readonly offset?: string | number | number[] | undefined;
|
|
7255
|
+
readonly minHeight?: string | number | undefined;
|
|
7256
|
+
readonly maxWidth?: string | number | undefined;
|
|
7257
|
+
readonly maxHeight?: string | number | undefined;
|
|
7258
|
+
readonly closeClickContent?: boolean | undefined;
|
|
6954
7259
|
readonly scrim?: boolean | undefined;
|
|
6955
7260
|
readonly scrimOpacity?: number | undefined;
|
|
6956
7261
|
readonly eager?: boolean | undefined;
|
|
6957
|
-
readonly contentClasses?: string |
|
|
7262
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
6958
7263
|
readonly closeClickScrim?: boolean | undefined;
|
|
6959
|
-
readonly offset?: string | number | string[] | undefined;
|
|
6960
|
-
readonly minWidth?: string | number | undefined;
|
|
6961
|
-
readonly maxWidth?: string | number | undefined;
|
|
6962
|
-
readonly minHeight?: string | number | undefined;
|
|
6963
|
-
readonly maxHeight?: string | number | undefined;
|
|
6964
7264
|
readonly preventCloseBubble?: boolean | undefined;
|
|
6965
|
-
readonly menuClasses?: string |
|
|
7265
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
6966
7266
|
readonly closeCondition?: boolean | Function | undefined;
|
|
6967
7267
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6968
7268
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
6969
|
-
|
|
7269
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
7270
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
6970
7271
|
transition: {
|
|
6971
7272
|
default: string;
|
|
6972
|
-
type: PropType<string | (import(
|
|
6973
|
-
is?: import(
|
|
7273
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
7274
|
+
is?: import('vue').Component | undefined;
|
|
6974
7275
|
})>;
|
|
6975
7276
|
};
|
|
6976
7277
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -6980,19 +7281,24 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
6980
7281
|
minHeight: PropType<string | number>;
|
|
6981
7282
|
height: PropType<string | number>;
|
|
6982
7283
|
maxHeight: PropType<string | number>;
|
|
7284
|
+
scrollStrategy: {
|
|
7285
|
+
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
7286
|
+
default: string;
|
|
7287
|
+
validator: (val: any) => boolean;
|
|
7288
|
+
};
|
|
6983
7289
|
coordinateStrategy: Omit<{
|
|
6984
|
-
type: PropType<"levitation" | "arrangement" | import(
|
|
7290
|
+
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
6985
7291
|
default: string;
|
|
6986
|
-
}, "
|
|
6987
|
-
type: PropType<string | import(
|
|
6988
|
-
default: string | import(
|
|
7292
|
+
}, "default" | "type"> & {
|
|
7293
|
+
type: PropType<string | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
7294
|
+
default: string | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
6989
7295
|
};
|
|
6990
7296
|
position: {
|
|
6991
|
-
type: PropType<"default" | "top" | "
|
|
7297
|
+
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
6992
7298
|
default: string;
|
|
6993
7299
|
};
|
|
6994
7300
|
align: {
|
|
6995
|
-
type: PropType<"top" | "
|
|
7301
|
+
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
6996
7302
|
default: string;
|
|
6997
7303
|
};
|
|
6998
7304
|
origin: {
|
|
@@ -7000,13 +7306,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
7000
7306
|
default: string;
|
|
7001
7307
|
};
|
|
7002
7308
|
offset: {
|
|
7003
|
-
type: PropType<string | number |
|
|
7309
|
+
type: PropType<string | number | number[]>;
|
|
7004
7310
|
};
|
|
7005
7311
|
viewportMargin: {
|
|
7006
7312
|
type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
7007
7313
|
default: number;
|
|
7008
7314
|
};
|
|
7009
|
-
|
|
7315
|
+
closeClickContent: {
|
|
7316
|
+
type: PropType<boolean>;
|
|
7317
|
+
};
|
|
7318
|
+
base: PropType<import('../layer/base').BaseType>;
|
|
7010
7319
|
theme: PropType<string>;
|
|
7011
7320
|
modelValue: {
|
|
7012
7321
|
type: PropType<boolean>;
|
|
@@ -7021,16 +7330,16 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
7021
7330
|
type: PropType<boolean>;
|
|
7022
7331
|
};
|
|
7023
7332
|
classes: {
|
|
7024
|
-
type: PropType<string |
|
|
7333
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
7025
7334
|
};
|
|
7026
7335
|
contentClasses: {
|
|
7027
|
-
type: PropType<string |
|
|
7336
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
7028
7337
|
};
|
|
7029
7338
|
closeClickScrim: {
|
|
7030
7339
|
type: PropType<boolean>;
|
|
7031
7340
|
};
|
|
7032
7341
|
contentStyles: {
|
|
7033
|
-
type: PropType<import(
|
|
7342
|
+
type: PropType<import('vue').CSSProperties>;
|
|
7034
7343
|
default: () => void;
|
|
7035
7344
|
};
|
|
7036
7345
|
disabled: {
|
|
@@ -7053,8 +7362,9 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
7053
7362
|
type: PropType<string | number>;
|
|
7054
7363
|
default: number;
|
|
7055
7364
|
};
|
|
7365
|
+
contained: BooleanConstructor;
|
|
7056
7366
|
menuClasses: {
|
|
7057
|
-
type: PropType<string |
|
|
7367
|
+
type: PropType<string | Record<string, any> | string[]>;
|
|
7058
7368
|
};
|
|
7059
7369
|
openOnClickBase: {
|
|
7060
7370
|
type: PropType<boolean>;
|
|
@@ -7071,7 +7381,8 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
7071
7381
|
}>> & {
|
|
7072
7382
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7073
7383
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
7074
|
-
|
|
7384
|
+
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
7385
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
7075
7386
|
};
|
|
7076
7387
|
maxHeight: {
|
|
7077
7388
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -7095,28 +7406,28 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
7095
7406
|
"onClick:item"?: ((item: any, e: MouseEvent) => any) | undefined;
|
|
7096
7407
|
}, {
|
|
7097
7408
|
type: string;
|
|
7409
|
+
multiple: boolean;
|
|
7410
|
+
returnItem: boolean;
|
|
7411
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7098
7412
|
variation: string;
|
|
7413
|
+
focused: boolean;
|
|
7414
|
+
maxErrors: string | number;
|
|
7099
7415
|
displayTag: string;
|
|
7100
7416
|
autoSelect: boolean;
|
|
7101
7417
|
floating: boolean;
|
|
7102
7418
|
floated: boolean;
|
|
7103
|
-
maxErrors: string | number;
|
|
7104
|
-
focused: boolean;
|
|
7105
7419
|
tabindex: string;
|
|
7106
|
-
openDelay: number;
|
|
7107
7420
|
closeDelay: number;
|
|
7108
|
-
|
|
7109
|
-
|
|
7421
|
+
openDelay: number;
|
|
7422
|
+
maxHeight: string | number;
|
|
7423
|
+
position: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
7110
7424
|
origin: string;
|
|
7111
7425
|
viewportMargin: string | number | unknown[];
|
|
7112
|
-
maxHeight: string | number;
|
|
7113
7426
|
items: any[];
|
|
7114
7427
|
itemKey: string;
|
|
7115
7428
|
itemText: string;
|
|
7116
7429
|
itemChildren: NonNullable<string | boolean>;
|
|
7117
|
-
returnItem: boolean;
|
|
7118
7430
|
dropdownIcon: YIconIconProp;
|
|
7119
|
-
multiple: boolean;
|
|
7120
7431
|
weakEquals: boolean;
|
|
7121
7432
|
valueEquals: SelectEquals;
|
|
7122
7433
|
defaultSelect: boolean;
|
|
@@ -7129,6 +7440,7 @@ export declare const YSelect: import("vue").DefineComponent<{
|
|
|
7129
7440
|
internalItems: ListItem[];
|
|
7130
7441
|
};
|
|
7131
7442
|
leading: any;
|
|
7443
|
+
label: any;
|
|
7132
7444
|
'helper-text': any;
|
|
7133
7445
|
menu: any;
|
|
7134
7446
|
'menu-prepend': any;
|