yuyeon 0.1.2-rc.1 → 0.2.1-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/yuyeon.js +2606 -2533
- package/dist/yuyeon.umd.cjs +11 -11
- package/lib/abstract/items.mjs +1 -1
- package/lib/abstract/items.mjs.map +1 -1
- package/lib/components/alert/YAlert.mjs +4 -3
- package/lib/components/alert/YAlert.mjs.map +1 -1
- package/lib/components/badge/YBadge.mjs +5 -5
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/badge/YBadge.scss +1 -0
- package/lib/components/button/YButton.mjs +3 -3
- package/lib/components/button/YButton.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.mjs +1 -1
- package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.mjs +1 -1
- package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
- package/lib/components/date-picker/YDatePicker.mjs +1 -1
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.mjs +1 -1
- package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
- package/lib/components/date-picker/YMonthPicker.mjs +1 -1
- package/lib/components/date-picker/YMonthPicker.mjs.map +1 -1
- package/lib/components/date-picker/YYearPicker.mjs +1 -1
- package/lib/components/date-picker/YYearPicker.mjs.map +1 -1
- package/lib/components/dialog/YDialog.mjs +5 -3
- package/lib/components/dialog/YDialog.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs +1 -1
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.mjs +1 -1
- package/lib/components/field-input/YFieldInput.mjs.map +1 -1
- package/lib/components/icon/YIcon.mjs +1 -1
- package/lib/components/icon/YIcon.mjs.map +1 -1
- package/lib/components/img/YImg.mjs +5 -5
- package/lib/components/img/YImg.mjs.map +1 -1
- package/lib/components/input/YInput.mjs +1 -1
- package/lib/components/input/YInput.mjs.map +1 -1
- package/lib/components/ip-field/YIpv4Field.mjs +1 -1
- package/lib/components/ip-field/YIpv4Field.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs +1 -1
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/layer/base.mjs +1 -1
- package/lib/components/layer/base.mjs.map +1 -1
- package/lib/components/layer/content.mjs +1 -1
- package/lib/components/layer/content.mjs.map +1 -1
- package/lib/components/layer/scroll-strategies.mjs +1 -1
- package/lib/components/layer/scroll-strategies.mjs.map +1 -1
- package/lib/components/list/YList.mjs +1 -1
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/list/YListItem.mjs +1 -1
- package/lib/components/list/YListItem.mjs.map +1 -1
- package/lib/components/menu/YMenu.mjs +1 -1
- package/lib/components/menu/YMenu.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs +1 -1
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/select/YSelect.mjs +5 -5
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/snackbar/YSnackbar.mjs +6 -6
- package/lib/components/snackbar/YSnackbar.mjs.map +1 -1
- package/lib/components/tab/YTabs.mjs +1 -1
- package/lib/components/tab/YTabs.mjs.map +1 -1
- package/lib/components/table/YDataTable.mjs +1 -1
- package/lib/components/table/YDataTable.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/YDataTableHead.mjs +1 -1
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/table/YDataTableRow.mjs +1 -1
- package/lib/components/table/YDataTableRow.mjs.map +1 -1
- package/lib/components/table/YDataTableServer.mjs +1 -1
- package/lib/components/table/YDataTableServer.mjs.map +1 -1
- package/lib/components/table/YTable.mjs +1 -1
- package/lib/components/table/YTable.mjs.map +1 -1
- package/lib/components/table/composibles/header.mjs +1 -1
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs +1 -1
- package/lib/components/table/composibles/items.mjs.map +1 -1
- package/lib/components/table/composibles/pagination.mjs +1 -1
- package/lib/components/table/composibles/pagination.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs +1 -1
- package/lib/components/table/composibles/selection.mjs.map +1 -1
- package/lib/components/table/composibles/sorting.mjs +1 -1
- package/lib/components/table/composibles/sorting.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs +1 -1
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.mjs +1 -1
- package/lib/components/tree-view/YTreeView.mjs.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.mjs +1 -1
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/composables/choice.mjs +1 -1
- package/lib/composables/choice.mjs.map +1 -1
- package/lib/composables/coordinate/index.mjs +1 -1
- package/lib/composables/coordinate/index.mjs.map +1 -1
- package/lib/composables/date/index.mjs +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/composables/defaults/index.mjs +99 -0
- package/lib/composables/defaults/index.mjs.map +1 -0
- package/lib/composables/defaults/share.mjs +2 -0
- package/lib/composables/defaults/share.mjs.map +1 -0
- package/lib/composables/defaults/types.mjs +2 -0
- package/lib/composables/defaults/types.mjs.map +1 -0
- package/lib/composables/dimension.mjs +1 -1
- package/lib/composables/dimension.mjs.map +1 -1
- package/lib/composables/focus.mjs +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/i18n/index.mjs +2 -2
- package/lib/composables/i18n/index.mjs.map +1 -1
- package/lib/composables/list-items.mjs +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/resize-observer.mjs +1 -1
- package/lib/composables/resize-observer.mjs.map +1 -1
- package/lib/composables/theme/index.mjs +2 -2
- package/lib/composables/theme/index.mjs.map +1 -1
- package/lib/index.mjs +6 -1
- package/lib/index.mjs.map +1 -1
- package/lib/util/component/component.mjs +21 -0
- package/lib/util/component/component.mjs.map +1 -0
- package/lib/util/component/index.mjs +64 -0
- package/lib/util/component/index.mjs.map +1 -0
- package/lib/util/component/inject-self.mjs +10 -0
- package/lib/util/component/inject-self.mjs.map +1 -0
- package/lib/util/component/props.mjs +41 -0
- package/lib/util/component/props.mjs.map +1 -0
- package/lib/util/component/types.mjs +2 -0
- package/lib/util/component/types.mjs.map +1 -0
- package/lib/util/index.mjs +1 -1
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/vue-component/index.mjs +63 -0
- package/lib/util/vue-component/index.mjs.map +1 -0
- package/lib/util/vue-component/props.mjs +37 -0
- package/lib/util/vue-component/props.mjs.map +1 -0
- package/lib/util/vue-component/types.mjs +2 -0
- package/lib/util/vue-component/types.mjs.map +1 -0
- package/package.json +1 -1
- package/types/components/alert/YAlert.d.ts +2 -13
- package/types/components/badge/YBadge.d.ts +3 -3
- package/types/components/date-picker/YDateCalendar.d.ts +7 -7
- package/types/components/date-picker/YDatePicker.d.ts +22 -22
- package/types/components/date-picker/YMonthPicker.d.ts +3 -3
- package/types/components/date-picker/YYearPicker.d.ts +3 -3
- package/types/components/dialog/YDialog.d.ts +42 -42
- package/types/components/dropdown/YDropdown.d.ts +18 -18
- package/types/components/field-input/YFieldInput.d.ts +3 -3
- package/types/components/form/YForm.d.ts +1 -1
- package/types/components/hover/YHover.d.ts +1 -1
- package/types/components/icon/YIcon.d.ts +4 -4
- package/types/components/input/YInput.d.ts +3 -3
- package/types/components/ip-field/YIpv4Field.d.ts +2 -2
- package/types/components/layer/YLayer.d.ts +5 -5
- package/types/components/menu/YMenu.d.ts +7 -7
- package/types/components/pagination/YPagination.d.ts +20 -20
- package/types/components/select/YSelect.d.ts +93 -93
- package/types/components/snackbar/YSnackbar.d.ts +29 -9
- package/types/components/tab/YTabs.d.ts +1 -1
- package/types/components/textarea/YTextarea.d.ts +6 -6
- package/types/components/tooltip/YTooltip.d.ts +9 -9
- package/types/components/tree-view/YTreeView.d.ts +2 -2
- package/types/composables/coordinate/index.d.ts +2 -2
- package/types/composables/defaults/index.d.ts +11 -0
- package/types/composables/defaults/share.d.ts +4 -0
- package/types/composables/defaults/types.d.ts +12 -0
- package/types/composables/form.d.ts +1 -1
- package/types/globals.d.ts +1 -0
- package/types/util/component/component.d.ts +4 -0
- package/types/util/component/index.d.ts +11 -0
- package/types/util/component/inject-self.d.ts +3 -0
- package/types/util/component/props.d.ts +32 -0
- package/types/util/component/types.d.ts +21 -0
- package/types/util/index.d.ts +1 -1
- package/types/util/vue-component/index.d.ts +10 -0
- package/types/util/vue-component/props.d.ts +31 -0
- package/types/util/vue-component/types.d.ts +4 -0
|
@@ -102,8 +102,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
102
102
|
};
|
|
103
103
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
104
104
|
type: PropType<Partial<{
|
|
105
|
-
disabled: boolean;
|
|
106
105
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
106
|
+
disabled: boolean;
|
|
107
107
|
closeDelay: number;
|
|
108
108
|
openDelay: number;
|
|
109
109
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -122,8 +122,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
122
122
|
openOnClickBase: boolean;
|
|
123
123
|
closeCondition: boolean | Function;
|
|
124
124
|
}> & Omit<{
|
|
125
|
-
readonly disabled: boolean;
|
|
126
125
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
126
|
+
readonly disabled: boolean;
|
|
127
127
|
readonly closeDelay: number;
|
|
128
128
|
readonly openDelay: number;
|
|
129
129
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -141,9 +141,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
141
141
|
readonly preventClip: boolean;
|
|
142
142
|
readonly openOnClickBase: boolean;
|
|
143
143
|
readonly base?: import('../layer/base').BaseType;
|
|
144
|
-
readonly modelValue?: boolean | undefined;
|
|
145
144
|
readonly width?: string | number | undefined;
|
|
146
145
|
readonly height?: string | number | undefined;
|
|
146
|
+
readonly modelValue?: boolean | undefined;
|
|
147
147
|
readonly theme?: string | undefined;
|
|
148
148
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
149
149
|
readonly minWidth?: string | number | undefined;
|
|
@@ -215,7 +215,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
215
215
|
type: PropType<string | number | number[]>;
|
|
216
216
|
};
|
|
217
217
|
viewportMargin: {
|
|
218
|
-
type: (ArrayConstructor |
|
|
218
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
219
219
|
default: number;
|
|
220
220
|
};
|
|
221
221
|
closeClickContent: {
|
|
@@ -288,11 +288,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
288
288
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
289
289
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
290
290
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
291
|
-
}, "
|
|
291
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
292
292
|
} : Omit<{
|
|
293
293
|
type: PropType<Partial<{
|
|
294
|
-
disabled: boolean;
|
|
295
294
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
295
|
+
disabled: boolean;
|
|
296
296
|
closeDelay: number;
|
|
297
297
|
openDelay: number;
|
|
298
298
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -311,8 +311,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
311
311
|
openOnClickBase: boolean;
|
|
312
312
|
closeCondition: boolean | Function;
|
|
313
313
|
}> & Omit<{
|
|
314
|
-
readonly disabled: boolean;
|
|
315
314
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
315
|
+
readonly disabled: boolean;
|
|
316
316
|
readonly closeDelay: number;
|
|
317
317
|
readonly openDelay: number;
|
|
318
318
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -330,9 +330,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
330
330
|
readonly preventClip: boolean;
|
|
331
331
|
readonly openOnClickBase: boolean;
|
|
332
332
|
readonly base?: import('../layer/base').BaseType;
|
|
333
|
-
readonly modelValue?: boolean | undefined;
|
|
334
333
|
readonly width?: string | number | undefined;
|
|
335
334
|
readonly height?: string | number | undefined;
|
|
335
|
+
readonly modelValue?: boolean | undefined;
|
|
336
336
|
readonly theme?: string | undefined;
|
|
337
337
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
338
338
|
readonly minWidth?: string | number | undefined;
|
|
@@ -404,7 +404,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
404
404
|
type: PropType<string | number | number[]>;
|
|
405
405
|
};
|
|
406
406
|
viewportMargin: {
|
|
407
|
-
type: (ArrayConstructor |
|
|
407
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
408
408
|
default: number;
|
|
409
409
|
};
|
|
410
410
|
closeClickContent: {
|
|
@@ -477,11 +477,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
477
477
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
478
478
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
479
479
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
480
|
-
}, "
|
|
480
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
481
481
|
}, "default" | "type"> & {
|
|
482
482
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
483
|
-
disabled: boolean;
|
|
484
483
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
484
|
+
disabled: boolean;
|
|
485
485
|
closeDelay: number;
|
|
486
486
|
openDelay: number;
|
|
487
487
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -500,8 +500,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
500
500
|
openOnClickBase: boolean;
|
|
501
501
|
closeCondition: boolean | Function;
|
|
502
502
|
}> & Omit<{
|
|
503
|
-
readonly disabled: boolean;
|
|
504
503
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
504
|
+
readonly disabled: boolean;
|
|
505
505
|
readonly closeDelay: number;
|
|
506
506
|
readonly openDelay: number;
|
|
507
507
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -519,9 +519,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
519
519
|
readonly preventClip: boolean;
|
|
520
520
|
readonly openOnClickBase: boolean;
|
|
521
521
|
readonly base?: import('../layer/base').BaseType;
|
|
522
|
-
readonly modelValue?: boolean | undefined;
|
|
523
522
|
readonly width?: string | number | undefined;
|
|
524
523
|
readonly height?: string | number | undefined;
|
|
524
|
+
readonly modelValue?: boolean | undefined;
|
|
525
525
|
readonly theme?: string | undefined;
|
|
526
526
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
527
527
|
readonly minWidth?: string | number | undefined;
|
|
@@ -593,7 +593,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
593
593
|
type: PropType<string | number | number[]>;
|
|
594
594
|
};
|
|
595
595
|
viewportMargin: {
|
|
596
|
-
type: (ArrayConstructor |
|
|
596
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
597
597
|
default: number;
|
|
598
598
|
};
|
|
599
599
|
closeClickContent: {
|
|
@@ -666,9 +666,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
666
666
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
667
667
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
668
668
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
669
|
-
}, "
|
|
670
|
-
disabled: boolean;
|
|
669
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
671
670
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
671
|
+
disabled: boolean;
|
|
672
672
|
closeDelay: number;
|
|
673
673
|
openDelay: number;
|
|
674
674
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -687,8 +687,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
687
687
|
openOnClickBase: boolean;
|
|
688
688
|
closeCondition: boolean | Function;
|
|
689
689
|
}> & Omit<{
|
|
690
|
-
readonly disabled: boolean;
|
|
691
690
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
691
|
+
readonly disabled: boolean;
|
|
692
692
|
readonly closeDelay: number;
|
|
693
693
|
readonly openDelay: number;
|
|
694
694
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -706,9 +706,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
706
706
|
readonly preventClip: boolean;
|
|
707
707
|
readonly openOnClickBase: boolean;
|
|
708
708
|
readonly base?: import('../layer/base').BaseType;
|
|
709
|
-
readonly modelValue?: boolean | undefined;
|
|
710
709
|
readonly width?: string | number | undefined;
|
|
711
710
|
readonly height?: string | number | undefined;
|
|
711
|
+
readonly modelValue?: boolean | undefined;
|
|
712
712
|
readonly theme?: string | undefined;
|
|
713
713
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
714
714
|
readonly minWidth?: string | number | undefined;
|
|
@@ -780,7 +780,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
780
780
|
type: PropType<string | number | number[]>;
|
|
781
781
|
};
|
|
782
782
|
viewportMargin: {
|
|
783
|
-
type: (ArrayConstructor |
|
|
783
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
784
784
|
default: number;
|
|
785
785
|
};
|
|
786
786
|
closeClickContent: {
|
|
@@ -853,10 +853,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
853
853
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
854
854
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
855
855
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
856
|
-
}, "
|
|
856
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>>;
|
|
857
857
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
858
|
-
disabled: boolean;
|
|
859
858
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
859
|
+
disabled: boolean;
|
|
860
860
|
closeDelay: number;
|
|
861
861
|
openDelay: number;
|
|
862
862
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -875,8 +875,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
875
875
|
openOnClickBase: boolean;
|
|
876
876
|
closeCondition: boolean | Function;
|
|
877
877
|
}> & Omit<{
|
|
878
|
-
readonly disabled: boolean;
|
|
879
878
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
879
|
+
readonly disabled: boolean;
|
|
880
880
|
readonly closeDelay: number;
|
|
881
881
|
readonly openDelay: number;
|
|
882
882
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -894,9 +894,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
894
894
|
readonly preventClip: boolean;
|
|
895
895
|
readonly openOnClickBase: boolean;
|
|
896
896
|
readonly base?: import('../layer/base').BaseType;
|
|
897
|
-
readonly modelValue?: boolean | undefined;
|
|
898
897
|
readonly width?: string | number | undefined;
|
|
899
898
|
readonly height?: string | number | undefined;
|
|
899
|
+
readonly modelValue?: boolean | undefined;
|
|
900
900
|
readonly theme?: string | undefined;
|
|
901
901
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
902
902
|
readonly minWidth?: string | number | undefined;
|
|
@@ -968,7 +968,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
968
968
|
type: PropType<string | number | number[]>;
|
|
969
969
|
};
|
|
970
970
|
viewportMargin: {
|
|
971
|
-
type: (ArrayConstructor |
|
|
971
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
972
972
|
default: number;
|
|
973
973
|
};
|
|
974
974
|
closeClickContent: {
|
|
@@ -1041,9 +1041,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1041
1041
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1042
1042
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1043
1043
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1044
|
-
}, "
|
|
1045
|
-
disabled: boolean;
|
|
1044
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
1046
1045
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1046
|
+
disabled: boolean;
|
|
1047
1047
|
closeDelay: number;
|
|
1048
1048
|
openDelay: number;
|
|
1049
1049
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1062,8 +1062,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1062
1062
|
openOnClickBase: boolean;
|
|
1063
1063
|
closeCondition: boolean | Function;
|
|
1064
1064
|
}> & Omit<{
|
|
1065
|
-
readonly disabled: boolean;
|
|
1066
1065
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1066
|
+
readonly disabled: boolean;
|
|
1067
1067
|
readonly closeDelay: number;
|
|
1068
1068
|
readonly openDelay: number;
|
|
1069
1069
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1081,9 +1081,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1081
1081
|
readonly preventClip: boolean;
|
|
1082
1082
|
readonly openOnClickBase: boolean;
|
|
1083
1083
|
readonly base?: import('../layer/base').BaseType;
|
|
1084
|
-
readonly modelValue?: boolean | undefined;
|
|
1085
1084
|
readonly width?: string | number | undefined;
|
|
1086
1085
|
readonly height?: string | number | undefined;
|
|
1086
|
+
readonly modelValue?: boolean | undefined;
|
|
1087
1087
|
readonly theme?: string | undefined;
|
|
1088
1088
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1089
1089
|
readonly minWidth?: string | number | undefined;
|
|
@@ -1155,7 +1155,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1155
1155
|
type: PropType<string | number | number[]>;
|
|
1156
1156
|
};
|
|
1157
1157
|
viewportMargin: {
|
|
1158
|
-
type: (ArrayConstructor |
|
|
1158
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1159
1159
|
default: number;
|
|
1160
1160
|
};
|
|
1161
1161
|
closeClickContent: {
|
|
@@ -1228,7 +1228,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1228
1228
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1229
1229
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1230
1230
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1231
|
-
}, "
|
|
1231
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1232
1232
|
};
|
|
1233
1233
|
};
|
|
1234
1234
|
export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
@@ -1331,10 +1331,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1331
1331
|
default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
|
|
1332
1332
|
};
|
|
1333
1333
|
viewportMargin: unknown extends Defaults["viewportMargin"] ? {
|
|
1334
|
-
type: (ArrayConstructor |
|
|
1334
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1335
1335
|
default: number;
|
|
1336
1336
|
} : Omit<{
|
|
1337
|
-
type: (ArrayConstructor |
|
|
1337
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1338
1338
|
default: number;
|
|
1339
1339
|
}, "default" | "type"> & {
|
|
1340
1340
|
type: PropType<unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"]>;
|
|
@@ -1412,7 +1412,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1412
1412
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
1413
1413
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
1414
1414
|
};
|
|
1415
|
-
height: unknown extends Defaults["height"] ? (
|
|
1415
|
+
height: unknown extends Defaults["height"] ? (NumberConstructor | StringConstructor)[] : {
|
|
1416
1416
|
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
1417
1417
|
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
1418
1418
|
};
|
|
@@ -1622,8 +1622,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1622
1622
|
};
|
|
1623
1623
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
1624
1624
|
type: PropType<Partial<{
|
|
1625
|
-
disabled: boolean;
|
|
1626
1625
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1626
|
+
disabled: boolean;
|
|
1627
1627
|
closeDelay: number;
|
|
1628
1628
|
openDelay: number;
|
|
1629
1629
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1642,8 +1642,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1642
1642
|
openOnClickBase: boolean;
|
|
1643
1643
|
closeCondition: boolean | Function;
|
|
1644
1644
|
}> & Omit<{
|
|
1645
|
-
readonly disabled: boolean;
|
|
1646
1645
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1646
|
+
readonly disabled: boolean;
|
|
1647
1647
|
readonly closeDelay: number;
|
|
1648
1648
|
readonly openDelay: number;
|
|
1649
1649
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1661,9 +1661,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1661
1661
|
readonly preventClip: boolean;
|
|
1662
1662
|
readonly openOnClickBase: boolean;
|
|
1663
1663
|
readonly base?: import('../layer/base').BaseType;
|
|
1664
|
-
readonly modelValue?: boolean | undefined;
|
|
1665
1664
|
readonly width?: string | number | undefined;
|
|
1666
1665
|
readonly height?: string | number | undefined;
|
|
1666
|
+
readonly modelValue?: boolean | undefined;
|
|
1667
1667
|
readonly theme?: string | undefined;
|
|
1668
1668
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1669
1669
|
readonly minWidth?: string | number | undefined;
|
|
@@ -1735,7 +1735,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1735
1735
|
type: PropType<string | number | number[]>;
|
|
1736
1736
|
};
|
|
1737
1737
|
viewportMargin: {
|
|
1738
|
-
type: (ArrayConstructor |
|
|
1738
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1739
1739
|
default: number;
|
|
1740
1740
|
};
|
|
1741
1741
|
closeClickContent: {
|
|
@@ -1808,11 +1808,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1808
1808
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1809
1809
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1810
1810
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1811
|
-
}, "
|
|
1811
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1812
1812
|
} : Omit<{
|
|
1813
1813
|
type: PropType<Partial<{
|
|
1814
|
-
disabled: boolean;
|
|
1815
1814
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1815
|
+
disabled: boolean;
|
|
1816
1816
|
closeDelay: number;
|
|
1817
1817
|
openDelay: number;
|
|
1818
1818
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1831,8 +1831,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1831
1831
|
openOnClickBase: boolean;
|
|
1832
1832
|
closeCondition: boolean | Function;
|
|
1833
1833
|
}> & Omit<{
|
|
1834
|
-
readonly disabled: boolean;
|
|
1835
1834
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1835
|
+
readonly disabled: boolean;
|
|
1836
1836
|
readonly closeDelay: number;
|
|
1837
1837
|
readonly openDelay: number;
|
|
1838
1838
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1850,9 +1850,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1850
1850
|
readonly preventClip: boolean;
|
|
1851
1851
|
readonly openOnClickBase: boolean;
|
|
1852
1852
|
readonly base?: import('../layer/base').BaseType;
|
|
1853
|
-
readonly modelValue?: boolean | undefined;
|
|
1854
1853
|
readonly width?: string | number | undefined;
|
|
1855
1854
|
readonly height?: string | number | undefined;
|
|
1855
|
+
readonly modelValue?: boolean | undefined;
|
|
1856
1856
|
readonly theme?: string | undefined;
|
|
1857
1857
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1858
1858
|
readonly minWidth?: string | number | undefined;
|
|
@@ -1924,7 +1924,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1924
1924
|
type: PropType<string | number | number[]>;
|
|
1925
1925
|
};
|
|
1926
1926
|
viewportMargin: {
|
|
1927
|
-
type: (ArrayConstructor |
|
|
1927
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1928
1928
|
default: number;
|
|
1929
1929
|
};
|
|
1930
1930
|
closeClickContent: {
|
|
@@ -1997,11 +1997,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1997
1997
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1998
1998
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1999
1999
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2000
|
-
}, "
|
|
2000
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
2001
2001
|
}, "default" | "type"> & {
|
|
2002
2002
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
2003
|
-
disabled: boolean;
|
|
2004
2003
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2004
|
+
disabled: boolean;
|
|
2005
2005
|
closeDelay: number;
|
|
2006
2006
|
openDelay: number;
|
|
2007
2007
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2020,8 +2020,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2020
2020
|
openOnClickBase: boolean;
|
|
2021
2021
|
closeCondition: boolean | Function;
|
|
2022
2022
|
}> & Omit<{
|
|
2023
|
-
readonly disabled: boolean;
|
|
2024
2023
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2024
|
+
readonly disabled: boolean;
|
|
2025
2025
|
readonly closeDelay: number;
|
|
2026
2026
|
readonly openDelay: number;
|
|
2027
2027
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2039,9 +2039,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2039
2039
|
readonly preventClip: boolean;
|
|
2040
2040
|
readonly openOnClickBase: boolean;
|
|
2041
2041
|
readonly base?: import('../layer/base').BaseType;
|
|
2042
|
-
readonly modelValue?: boolean | undefined;
|
|
2043
2042
|
readonly width?: string | number | undefined;
|
|
2044
2043
|
readonly height?: string | number | undefined;
|
|
2044
|
+
readonly modelValue?: boolean | undefined;
|
|
2045
2045
|
readonly theme?: string | undefined;
|
|
2046
2046
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2047
2047
|
readonly minWidth?: string | number | undefined;
|
|
@@ -2113,7 +2113,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2113
2113
|
type: PropType<string | number | number[]>;
|
|
2114
2114
|
};
|
|
2115
2115
|
viewportMargin: {
|
|
2116
|
-
type: (ArrayConstructor |
|
|
2116
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2117
2117
|
default: number;
|
|
2118
2118
|
};
|
|
2119
2119
|
closeClickContent: {
|
|
@@ -2186,9 +2186,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2186
2186
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2187
2187
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2188
2188
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2189
|
-
}, "
|
|
2190
|
-
disabled: boolean;
|
|
2189
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
2191
2190
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2191
|
+
disabled: boolean;
|
|
2192
2192
|
closeDelay: number;
|
|
2193
2193
|
openDelay: number;
|
|
2194
2194
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2207,8 +2207,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2207
2207
|
openOnClickBase: boolean;
|
|
2208
2208
|
closeCondition: boolean | Function;
|
|
2209
2209
|
}> & Omit<{
|
|
2210
|
-
readonly disabled: boolean;
|
|
2211
2210
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2211
|
+
readonly disabled: boolean;
|
|
2212
2212
|
readonly closeDelay: number;
|
|
2213
2213
|
readonly openDelay: number;
|
|
2214
2214
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2226,9 +2226,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2226
2226
|
readonly preventClip: boolean;
|
|
2227
2227
|
readonly openOnClickBase: boolean;
|
|
2228
2228
|
readonly base?: import('../layer/base').BaseType;
|
|
2229
|
-
readonly modelValue?: boolean | undefined;
|
|
2230
2229
|
readonly width?: string | number | undefined;
|
|
2231
2230
|
readonly height?: string | number | undefined;
|
|
2231
|
+
readonly modelValue?: boolean | undefined;
|
|
2232
2232
|
readonly theme?: string | undefined;
|
|
2233
2233
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2234
2234
|
readonly minWidth?: string | number | undefined;
|
|
@@ -2300,7 +2300,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2300
2300
|
type: PropType<string | number | number[]>;
|
|
2301
2301
|
};
|
|
2302
2302
|
viewportMargin: {
|
|
2303
|
-
type: (ArrayConstructor |
|
|
2303
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2304
2304
|
default: number;
|
|
2305
2305
|
};
|
|
2306
2306
|
closeClickContent: {
|
|
@@ -2373,10 +2373,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2373
2373
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2374
2374
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2375
2375
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2376
|
-
}, "
|
|
2376
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"]>;
|
|
2377
2377
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
2378
|
-
disabled: boolean;
|
|
2379
2378
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2379
|
+
disabled: boolean;
|
|
2380
2380
|
closeDelay: number;
|
|
2381
2381
|
openDelay: number;
|
|
2382
2382
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2395,8 +2395,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2395
2395
|
openOnClickBase: boolean;
|
|
2396
2396
|
closeCondition: boolean | Function;
|
|
2397
2397
|
}> & Omit<{
|
|
2398
|
-
readonly disabled: boolean;
|
|
2399
2398
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2399
|
+
readonly disabled: boolean;
|
|
2400
2400
|
readonly closeDelay: number;
|
|
2401
2401
|
readonly openDelay: number;
|
|
2402
2402
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2414,9 +2414,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2414
2414
|
readonly preventClip: boolean;
|
|
2415
2415
|
readonly openOnClickBase: boolean;
|
|
2416
2416
|
readonly base?: import('../layer/base').BaseType;
|
|
2417
|
-
readonly modelValue?: boolean | undefined;
|
|
2418
2417
|
readonly width?: string | number | undefined;
|
|
2419
2418
|
readonly height?: string | number | undefined;
|
|
2419
|
+
readonly modelValue?: boolean | undefined;
|
|
2420
2420
|
readonly theme?: string | undefined;
|
|
2421
2421
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2422
2422
|
readonly minWidth?: string | number | undefined;
|
|
@@ -2488,7 +2488,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2488
2488
|
type: PropType<string | number | number[]>;
|
|
2489
2489
|
};
|
|
2490
2490
|
viewportMargin: {
|
|
2491
|
-
type: (ArrayConstructor |
|
|
2491
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2492
2492
|
default: number;
|
|
2493
2493
|
};
|
|
2494
2494
|
closeClickContent: {
|
|
@@ -2561,9 +2561,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2561
2561
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2562
2562
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2563
2563
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2564
|
-
}, "
|
|
2565
|
-
disabled: boolean;
|
|
2564
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
2566
2565
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2566
|
+
disabled: boolean;
|
|
2567
2567
|
closeDelay: number;
|
|
2568
2568
|
openDelay: number;
|
|
2569
2569
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2582,8 +2582,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2582
2582
|
openOnClickBase: boolean;
|
|
2583
2583
|
closeCondition: boolean | Function;
|
|
2584
2584
|
}> & Omit<{
|
|
2585
|
-
readonly disabled: boolean;
|
|
2586
2585
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2586
|
+
readonly disabled: boolean;
|
|
2587
2587
|
readonly closeDelay: number;
|
|
2588
2588
|
readonly openDelay: number;
|
|
2589
2589
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2601,9 +2601,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2601
2601
|
readonly preventClip: boolean;
|
|
2602
2602
|
readonly openOnClickBase: boolean;
|
|
2603
2603
|
readonly base?: import('../layer/base').BaseType;
|
|
2604
|
-
readonly modelValue?: boolean | undefined;
|
|
2605
2604
|
readonly width?: string | number | undefined;
|
|
2606
2605
|
readonly height?: string | number | undefined;
|
|
2606
|
+
readonly modelValue?: boolean | undefined;
|
|
2607
2607
|
readonly theme?: string | undefined;
|
|
2608
2608
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2609
2609
|
readonly minWidth?: string | number | undefined;
|
|
@@ -2675,7 +2675,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2675
2675
|
type: PropType<string | number | number[]>;
|
|
2676
2676
|
};
|
|
2677
2677
|
viewportMargin: {
|
|
2678
|
-
type: (ArrayConstructor |
|
|
2678
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2679
2679
|
default: number;
|
|
2680
2680
|
};
|
|
2681
2681
|
closeClickContent: {
|
|
@@ -2748,13 +2748,13 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2748
2748
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2749
2749
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2750
2750
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2751
|
-
}, "
|
|
2751
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"];
|
|
2752
2752
|
};
|
|
2753
2753
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
2754
|
-
type: (
|
|
2754
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2755
2755
|
default: number;
|
|
2756
2756
|
} : Omit<{
|
|
2757
|
-
type: (
|
|
2757
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2758
2758
|
default: number;
|
|
2759
2759
|
}, "default" | "type"> & {
|
|
2760
2760
|
type: PropType<unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"]>;
|
|
@@ -2811,7 +2811,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2811
2811
|
default: string;
|
|
2812
2812
|
};
|
|
2813
2813
|
viewportMargin: {
|
|
2814
|
-
type: (ArrayConstructor |
|
|
2814
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2815
2815
|
default: number;
|
|
2816
2816
|
};
|
|
2817
2817
|
extended: PropType<any>;
|
|
@@ -2837,7 +2837,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2837
2837
|
width: {
|
|
2838
2838
|
type: PropType<string | number>;
|
|
2839
2839
|
};
|
|
2840
|
-
height: (
|
|
2840
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
2841
2841
|
displayTag: {
|
|
2842
2842
|
type: PropType<string>;
|
|
2843
2843
|
default: string;
|
|
@@ -2913,8 +2913,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2913
2913
|
defaultSelect: BooleanConstructor;
|
|
2914
2914
|
menuProps: {
|
|
2915
2915
|
type: PropType<Partial<{
|
|
2916
|
-
disabled: boolean;
|
|
2917
2916
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2917
|
+
disabled: boolean;
|
|
2918
2918
|
closeDelay: number;
|
|
2919
2919
|
openDelay: number;
|
|
2920
2920
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2933,8 +2933,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2933
2933
|
openOnClickBase: boolean;
|
|
2934
2934
|
closeCondition: boolean | Function;
|
|
2935
2935
|
}> & Omit<{
|
|
2936
|
-
readonly disabled: boolean;
|
|
2937
2936
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2937
|
+
readonly disabled: boolean;
|
|
2938
2938
|
readonly closeDelay: number;
|
|
2939
2939
|
readonly openDelay: number;
|
|
2940
2940
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2952,9 +2952,9 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2952
2952
|
readonly preventClip: boolean;
|
|
2953
2953
|
readonly openOnClickBase: boolean;
|
|
2954
2954
|
readonly base?: import('../layer/base').BaseType;
|
|
2955
|
-
readonly modelValue?: boolean | undefined;
|
|
2956
2955
|
readonly width?: string | number | undefined;
|
|
2957
2956
|
readonly height?: string | number | undefined;
|
|
2957
|
+
readonly modelValue?: boolean | undefined;
|
|
2958
2958
|
readonly theme?: string | undefined;
|
|
2959
2959
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2960
2960
|
readonly minWidth?: string | number | undefined;
|
|
@@ -3026,7 +3026,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3026
3026
|
type: PropType<string | number | number[]>;
|
|
3027
3027
|
};
|
|
3028
3028
|
viewportMargin: {
|
|
3029
|
-
type: (ArrayConstructor |
|
|
3029
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3030
3030
|
default: number;
|
|
3031
3031
|
};
|
|
3032
3032
|
closeClickContent: {
|
|
@@ -3099,10 +3099,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3099
3099
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3100
3100
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
3101
3101
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
3102
|
-
}, "
|
|
3102
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
3103
3103
|
};
|
|
3104
3104
|
maxHeight: {
|
|
3105
|
-
type: (
|
|
3105
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3106
3106
|
default: number;
|
|
3107
3107
|
};
|
|
3108
3108
|
dropdownIcon: {
|
|
@@ -3176,7 +3176,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3176
3176
|
type: PropType<string | number | number[]>;
|
|
3177
3177
|
};
|
|
3178
3178
|
viewportMargin: {
|
|
3179
|
-
type: (ArrayConstructor |
|
|
3179
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3180
3180
|
default: number;
|
|
3181
3181
|
};
|
|
3182
3182
|
closeClickContent: {
|
|
@@ -3282,7 +3282,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3282
3282
|
type: PropType<string | number | number[]>;
|
|
3283
3283
|
};
|
|
3284
3284
|
viewportMargin: {
|
|
3285
|
-
type: (ArrayConstructor |
|
|
3285
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3286
3286
|
default: number;
|
|
3287
3287
|
};
|
|
3288
3288
|
closeClickContent: {
|
|
@@ -4996,7 +4996,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
4996
4996
|
type: PropType<string | number | number[]>;
|
|
4997
4997
|
};
|
|
4998
4998
|
viewportMargin: {
|
|
4999
|
-
type: (ArrayConstructor |
|
|
4999
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5000
5000
|
default: number;
|
|
5001
5001
|
};
|
|
5002
5002
|
closeClickContent: {
|
|
@@ -5062,8 +5062,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5062
5062
|
onAfterLeave?: (() => any) | undefined;
|
|
5063
5063
|
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
5064
5064
|
}, {
|
|
5065
|
-
disabled: boolean;
|
|
5066
5065
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
5066
|
+
disabled: boolean;
|
|
5067
5067
|
closeDelay: number;
|
|
5068
5068
|
openDelay: number;
|
|
5069
5069
|
transition: string | (import('vue').TransitionProps & {
|
|
@@ -5144,7 +5144,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5144
5144
|
type: PropType<string | number | number[]>;
|
|
5145
5145
|
};
|
|
5146
5146
|
viewportMargin: {
|
|
5147
|
-
type: (ArrayConstructor |
|
|
5147
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5148
5148
|
default: number;
|
|
5149
5149
|
};
|
|
5150
5150
|
closeClickContent: {
|
|
@@ -5218,8 +5218,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5218
5218
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
5219
5219
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
5220
5220
|
}, {
|
|
5221
|
-
disabled: boolean;
|
|
5222
5221
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
5222
|
+
disabled: boolean;
|
|
5223
5223
|
closeDelay: number;
|
|
5224
5224
|
openDelay: number;
|
|
5225
5225
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -5299,7 +5299,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5299
5299
|
type: PropType<string | number | number[]>;
|
|
5300
5300
|
};
|
|
5301
5301
|
viewportMargin: {
|
|
5302
|
-
type: (ArrayConstructor |
|
|
5302
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5303
5303
|
default: number;
|
|
5304
5304
|
};
|
|
5305
5305
|
closeClickContent: {
|
|
@@ -5405,7 +5405,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5405
5405
|
type: PropType<string | number | number[]>;
|
|
5406
5406
|
};
|
|
5407
5407
|
viewportMargin: {
|
|
5408
|
-
type: (ArrayConstructor |
|
|
5408
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5409
5409
|
default: number;
|
|
5410
5410
|
};
|
|
5411
5411
|
closeClickContent: {
|
|
@@ -7119,7 +7119,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7119
7119
|
type: PropType<string | number | number[]>;
|
|
7120
7120
|
};
|
|
7121
7121
|
viewportMargin: {
|
|
7122
|
-
type: (ArrayConstructor |
|
|
7122
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
7123
7123
|
default: number;
|
|
7124
7124
|
};
|
|
7125
7125
|
closeClickContent: {
|
|
@@ -7185,8 +7185,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7185
7185
|
onAfterLeave?: (() => any) | undefined;
|
|
7186
7186
|
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
7187
7187
|
}, {
|
|
7188
|
-
disabled: boolean;
|
|
7189
7188
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7189
|
+
disabled: boolean;
|
|
7190
7190
|
closeDelay: number;
|
|
7191
7191
|
openDelay: number;
|
|
7192
7192
|
transition: string | (import('vue').TransitionProps & {
|
|
@@ -7216,8 +7216,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7216
7216
|
};
|
|
7217
7217
|
hovered: import('vue').ComputedRef<boolean>;
|
|
7218
7218
|
}, {}, {}, {}, {
|
|
7219
|
-
disabled: boolean;
|
|
7220
7219
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7220
|
+
disabled: boolean;
|
|
7221
7221
|
closeDelay: number;
|
|
7222
7222
|
openDelay: number;
|
|
7223
7223
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -7264,7 +7264,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7264
7264
|
default: string;
|
|
7265
7265
|
};
|
|
7266
7266
|
viewportMargin: {
|
|
7267
|
-
type: (ArrayConstructor |
|
|
7267
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
7268
7268
|
default: number;
|
|
7269
7269
|
};
|
|
7270
7270
|
extended: PropType<any>;
|
|
@@ -7290,7 +7290,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7290
7290
|
width: {
|
|
7291
7291
|
type: PropType<string | number>;
|
|
7292
7292
|
};
|
|
7293
|
-
height: (
|
|
7293
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
7294
7294
|
displayTag: {
|
|
7295
7295
|
type: PropType<string>;
|
|
7296
7296
|
default: string;
|
|
@@ -7366,8 +7366,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7366
7366
|
defaultSelect: BooleanConstructor;
|
|
7367
7367
|
menuProps: {
|
|
7368
7368
|
type: PropType<Partial<{
|
|
7369
|
-
disabled: boolean;
|
|
7370
7369
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7370
|
+
disabled: boolean;
|
|
7371
7371
|
closeDelay: number;
|
|
7372
7372
|
openDelay: number;
|
|
7373
7373
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -7386,8 +7386,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7386
7386
|
openOnClickBase: boolean;
|
|
7387
7387
|
closeCondition: boolean | Function;
|
|
7388
7388
|
}> & Omit<{
|
|
7389
|
-
readonly disabled: boolean;
|
|
7390
7389
|
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
7390
|
+
readonly disabled: boolean;
|
|
7391
7391
|
readonly closeDelay: number;
|
|
7392
7392
|
readonly openDelay: number;
|
|
7393
7393
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -7405,9 +7405,9 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7405
7405
|
readonly preventClip: boolean;
|
|
7406
7406
|
readonly openOnClickBase: boolean;
|
|
7407
7407
|
readonly base?: import('../layer/base').BaseType;
|
|
7408
|
-
readonly modelValue?: boolean | undefined;
|
|
7409
7408
|
readonly width?: string | number | undefined;
|
|
7410
7409
|
readonly height?: string | number | undefined;
|
|
7410
|
+
readonly modelValue?: boolean | undefined;
|
|
7411
7411
|
readonly theme?: string | undefined;
|
|
7412
7412
|
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
7413
7413
|
readonly minWidth?: string | number | undefined;
|
|
@@ -7479,7 +7479,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7479
7479
|
type: PropType<string | number | number[]>;
|
|
7480
7480
|
};
|
|
7481
7481
|
viewportMargin: {
|
|
7482
|
-
type: (ArrayConstructor |
|
|
7482
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
7483
7483
|
default: number;
|
|
7484
7484
|
};
|
|
7485
7485
|
closeClickContent: {
|
|
@@ -7552,10 +7552,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7552
7552
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7553
7553
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
7554
7554
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
7555
|
-
}, "
|
|
7555
|
+
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
7556
7556
|
};
|
|
7557
7557
|
maxHeight: {
|
|
7558
|
-
type: (
|
|
7558
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
7559
7559
|
default: number;
|
|
7560
7560
|
};
|
|
7561
7561
|
dropdownIcon: {
|
|
@@ -7576,9 +7576,9 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7576
7576
|
"onClick:item"?: ((item: any, e: MouseEvent) => any) | undefined;
|
|
7577
7577
|
}, {
|
|
7578
7578
|
type: string;
|
|
7579
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7579
7580
|
multiple: boolean;
|
|
7580
7581
|
returnItem: boolean;
|
|
7581
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7582
7582
|
variation: string;
|
|
7583
7583
|
focused: boolean;
|
|
7584
7584
|
maxErrors: string | number;
|