yuyeon 0.0.52-rc.1 → 0.1.0-rc.2
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/yuyeon.js +3456 -3320
- package/dist/yuyeon.umd.cjs +20 -6
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.mjs.map +1 -1
- package/lib/components/chip/YChip.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconCheckbox.mjs.map +1 -1
- package/lib/components/icons/YIconClear.mjs.map +1 -1
- package/lib/components/icons/YIconDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconExpand.mjs.map +1 -1
- package/lib/components/icons/YIconPageControl.mjs.map +1 -1
- package/lib/components/icons/YIconSort.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/select/YSelect.mjs +17 -8
- 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/switch/YSwitch.mjs +1 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/tab/YTabs.mjs.map +1 -1
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.mjs.map +1 -1
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.mjs.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/composables/icon.mjs.map +1 -1
- package/package.json +6 -10
- package/types/components/alert/YAlert.d.ts +1 -1
- package/types/components/app/YApp.d.ts +1 -1
- package/types/components/badge/YBadge.d.ts +2 -2
- package/types/components/button/YButton.d.ts +1 -1
- package/types/components/card/YCard.d.ts +1 -1
- 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 +3 -3
- package/types/components/checkbox/YInputCheckbox.d.ts +3 -3
- package/types/components/chip/YChip.d.ts +1 -1
- package/types/components/date-picker/YDateCalendar.d.ts +1 -1
- package/types/components/date-picker/YDatePicker.d.ts +1 -1
- package/types/components/date-picker/YDatePickerControl.d.ts +1 -1
- package/types/components/date-picker/YMonthPicker.d.ts +1 -1
- package/types/components/date-picker/YYearPicker.d.ts +1 -1
- package/types/components/dialog/YDialog.d.ts +76 -43
- package/types/components/divider/YDivider.d.ts +1 -1
- package/types/components/dropdown/YDropdown.d.ts +1 -1
- package/types/components/field-input/YFieldInput.d.ts +14 -14
- package/types/components/form/YForm.d.ts +2 -2
- package/types/components/icon/YIcon.d.ts +1 -1
- package/types/components/icons/YIconCheckbox.d.ts +1 -1
- 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 +1 -1
- package/types/components/icons/YIconSort.d.ts +1 -1
- package/types/components/icons/index.d.ts +8 -8
- package/types/components/input/YInput.d.ts +9 -9
- package/types/components/layer/YLayer.d.ts +68 -35
- package/types/components/list/YList.d.ts +1 -1
- package/types/components/list/YListItem.d.ts +1 -1
- package/types/components/loading/YSpinnerRing.d.ts +1 -1
- package/types/components/menu/YMenu.d.ts +69 -36
- package/types/components/pagination/YPagination.d.ts +2 -2
- package/types/components/panel/YDividePanel.d.ts +1 -1
- package/types/components/plate/YPlate.d.ts +1 -1
- package/types/components/progress-bar/YProgressBar.d.ts +1 -1
- package/types/components/select/YSelect.d.ts +4787 -3589
- package/types/components/snackbar/YSnackbar.d.ts +2 -2
- package/types/components/switch/YSwitch.d.ts +2 -2
- package/types/components/tab/YTab.d.ts +1 -1
- package/types/components/tab/YTabs.d.ts +1 -1
- package/types/components/table/YDataTable.d.ts +2 -2
- package/types/components/table/YDataTableBody.d.ts +1 -1
- package/types/components/table/YDataTableCell.d.ts +1 -1
- package/types/components/table/YDataTableControl.d.ts +1 -1
- package/types/components/table/YDataTableHead.d.ts +1 -1
- package/types/components/table/YDataTableLayer.d.ts +1 -1
- package/types/components/table/YDataTableRow.d.ts +1 -1
- package/types/components/table/YDataTableServer.d.ts +1 -1
- package/types/components/table/YTable.d.ts +1 -1
- package/types/components/text-highlighter/YTextHighlighter.d.ts +1 -1
- package/types/components/textarea/YTextarea.d.ts +179 -232
- package/types/components/tooltip/YTooltip.d.ts +69 -36
- package/types/components/transitions/expand-transition.d.ts +1 -1
- package/types/components/transitions/index.d.ts +2 -2
- package/types/components/tree-view/YTreeView.d.ts +5 -5
- package/types/components/tree-view/YTreeViewNode.d.ts +1 -1
- package/types/composables/coordinate/index.d.ts +67 -34
- package/types/composables/icon.d.ts +2 -2
- package/types/composables/theme/index.d.ts +1 -1
- package/types/composables/validation.d.ts +4 -4
- package/types/globals.d.ts +14 -10
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const YApp: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
5
|
[key: string]: any;
|
|
6
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
7
|
export type YApp = InstanceType<typeof YApp>;
|
|
@@ -103,7 +103,7 @@ export declare const YBadge: import("vue").DefineComponent<{
|
|
|
103
103
|
type: StringConstructor;
|
|
104
104
|
default: string;
|
|
105
105
|
};
|
|
106
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
106
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
107
107
|
tag: {
|
|
108
108
|
type: PropType<string>;
|
|
109
109
|
default: string;
|
|
@@ -127,8 +127,8 @@ export declare const YBadge: import("vue").DefineComponent<{
|
|
|
127
127
|
};
|
|
128
128
|
}>>, {
|
|
129
129
|
tag: string;
|
|
130
|
-
floating: boolean;
|
|
131
130
|
label: string;
|
|
131
|
+
floating: boolean;
|
|
132
132
|
transition: string;
|
|
133
133
|
dot: boolean;
|
|
134
134
|
bordered: boolean;
|
|
@@ -187,7 +187,7 @@ export declare const YButton: import("vue").DefineComponent<{
|
|
|
187
187
|
'choice:selected': (choice: {
|
|
188
188
|
value: boolean;
|
|
189
189
|
}) => true;
|
|
190
|
-
}, string, import("vue").
|
|
190
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
191
191
|
value: null;
|
|
192
192
|
disabled: BooleanConstructor;
|
|
193
193
|
selectedClass: StringConstructor;
|
|
@@ -3,7 +3,7 @@ export declare const YCard: import("vue").DefineComponent<{
|
|
|
3
3
|
outline: {
|
|
4
4
|
type: PropType<boolean>;
|
|
5
5
|
};
|
|
6
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
outline: {
|
|
8
8
|
type: PropType<boolean>;
|
|
9
9
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const YCardBody: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
export declare const YCardBody: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export type YCardBody = InstanceType<typeof YCardBody>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const YCardFooter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
export declare const YCardFooter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export type YCardFooter = InstanceType<typeof YCardFooter>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const YCardHeader: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
export declare const YCardHeader: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export type YCardHeader = InstanceType<typeof YCardHeader>;
|
|
@@ -18,7 +18,7 @@ export declare const YCheckbox: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly: PropType<boolean>;
|
|
19
19
|
}, {
|
|
20
20
|
checked: import("vue").Ref<boolean>;
|
|
21
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "click" | "focus" | "update:modelValue")[], "blur" | "change" | "click" | "focus" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
modelValue: PropType<boolean | any[]>;
|
|
23
23
|
value: PropType<any>;
|
|
24
24
|
label: PropType<string>;
|
|
@@ -36,11 +36,11 @@ export declare const YCheckbox: import("vue").DefineComponent<{
|
|
|
36
36
|
disabled: PropType<boolean>;
|
|
37
37
|
readonly: PropType<boolean>;
|
|
38
38
|
}>> & {
|
|
39
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
40
39
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
41
42
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
42
43
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
color: string;
|
|
46
46
|
}, {}>;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
checked: BooleanConstructor;
|
|
22
22
|
indeterminate: BooleanConstructor;
|
|
23
23
|
disabled: BooleanConstructor;
|
|
24
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
checked: BooleanConstructor;
|
|
26
26
|
indeterminate: BooleanConstructor;
|
|
27
27
|
disabled: BooleanConstructor;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
onFocus(e: FocusEvent): void;
|
|
35
35
|
onBlur(e: FocusEvent): void;
|
|
36
36
|
onClick(event: MouseEvent): void;
|
|
37
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
37
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "click" | "focus")[], "blur" | "click" | "focus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
id: PropType<string>;
|
|
39
39
|
value: PropType<boolean>;
|
|
40
40
|
icon: PropType<string>;
|
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
disabled: PropType<boolean>;
|
|
46
46
|
readonly: PropType<boolean>;
|
|
47
47
|
}>> & {
|
|
48
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
49
48
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
color: string;
|
|
@@ -20,7 +20,7 @@ export declare const YChip: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
}, {
|
|
22
22
|
colorRgb(color: string): string;
|
|
23
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
color: StringConstructor;
|
|
25
25
|
background: StringConstructor;
|
|
26
26
|
small: BooleanConstructor;
|
|
@@ -110,7 +110,7 @@ export declare const YDateCalendar: import("vue").DefineComponent<{
|
|
|
110
110
|
'update:modelValue': (date: any) => boolean;
|
|
111
111
|
'update:year': (date: any) => boolean;
|
|
112
112
|
'update:month': (date: any) => boolean;
|
|
113
|
-
}, string, import("vue").
|
|
113
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
114
114
|
year: (StringConstructor | NumberConstructor)[];
|
|
115
115
|
month: (StringConstructor | NumberConstructor)[];
|
|
116
116
|
modelValue: PropType<unknown[]>;
|
|
@@ -89,7 +89,7 @@ export declare const YDatePicker: import("vue").DefineComponent<{
|
|
|
89
89
|
};
|
|
90
90
|
hideHeader: BooleanConstructor;
|
|
91
91
|
min: import("vue").PropType<unknown>;
|
|
92
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
92
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
93
|
modelValue: null;
|
|
94
94
|
disabled: BooleanConstructor;
|
|
95
95
|
color: StringConstructor;
|
|
@@ -92,7 +92,7 @@ export declare const YDatePickerControl: import("vue").DefineComponent<{
|
|
|
92
92
|
'click:month': () => true;
|
|
93
93
|
'click:prev': () => true;
|
|
94
94
|
'click:next': () => true;
|
|
95
|
-
}, string, import("vue").
|
|
95
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
96
96
|
disabled: {
|
|
97
97
|
type: PropType<string | boolean | string[]>;
|
|
98
98
|
default: boolean;
|
|
@@ -20,7 +20,7 @@ export declare const YMonthPicker: import("vue").DefineComponent<{
|
|
|
20
20
|
modelValue: NumberConstructor;
|
|
21
21
|
color: StringConstructor;
|
|
22
22
|
height: (StringConstructor | NumberConstructor)[];
|
|
23
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
modelValue: NumberConstructor;
|
|
25
25
|
color: StringConstructor;
|
|
26
26
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -33,7 +33,7 @@ export declare const YYearPicker: import("vue").DefineComponent<{
|
|
|
33
33
|
height: (StringConstructor | NumberConstructor)[];
|
|
34
34
|
min: PropType<unknown>;
|
|
35
35
|
max: PropType<unknown>;
|
|
36
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
36
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
modelValue: NumberConstructor;
|
|
38
38
|
color: StringConstructor;
|
|
39
39
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -2,6 +2,7 @@ import type { PropType } from 'vue';
|
|
|
2
2
|
export declare const pressYDialogPropsOptions: <Defaults extends {
|
|
3
3
|
disabled?: unknown;
|
|
4
4
|
theme?: unknown;
|
|
5
|
+
base?: unknown;
|
|
5
6
|
width?: unknown;
|
|
6
7
|
height?: unknown;
|
|
7
8
|
modelValue?: unknown;
|
|
@@ -15,7 +16,6 @@ export declare const pressYDialogPropsOptions: <Defaults extends {
|
|
|
15
16
|
openDelay?: unknown;
|
|
16
17
|
closeDelay?: unknown;
|
|
17
18
|
zIndex?: unknown;
|
|
18
|
-
base?: unknown;
|
|
19
19
|
coordinateStrategy?: unknown;
|
|
20
20
|
position?: unknown;
|
|
21
21
|
align?: unknown;
|
|
@@ -46,6 +46,10 @@ export declare const pressYDialogPropsOptions: <Defaults extends {
|
|
|
46
46
|
type: PropType<unknown extends Defaults["theme"] ? string : string | Defaults["theme"]>;
|
|
47
47
|
default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
|
|
48
48
|
};
|
|
49
|
+
base: unknown extends Defaults["base"] ? PropType<import("../layer/base").BaseType> : {
|
|
50
|
+
type: PropType<unknown extends Defaults["base"] ? import("../layer/base").BaseType : Defaults["base"] | NonNullable<import("../layer/base").BaseType>>;
|
|
51
|
+
default: unknown extends Defaults["base"] ? import("../layer/base").BaseType : Defaults["base"] | NonNullable<import("../layer/base").BaseType>;
|
|
52
|
+
};
|
|
49
53
|
width: unknown extends Defaults["width"] ? PropType<string | number> : {
|
|
50
54
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
51
55
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
@@ -158,10 +162,6 @@ export declare const pressYDialogPropsOptions: <Defaults extends {
|
|
|
158
162
|
type: PropType<unknown extends Defaults["zIndex"] ? string | number : NonNullable<string | number> | Defaults["zIndex"]>;
|
|
159
163
|
default: unknown extends Defaults["zIndex"] ? string | number : NonNullable<string | number> | Defaults["zIndex"];
|
|
160
164
|
};
|
|
161
|
-
base: unknown extends Defaults["base"] ? PropType<import("../layer/base").BaseType> : {
|
|
162
|
-
type: PropType<unknown extends Defaults["base"] ? import("../layer/base").BaseType : Defaults["base"] | NonNullable<import("../layer/base").BaseType>>;
|
|
163
|
-
default: unknown extends Defaults["base"] ? import("../layer/base").BaseType : Defaults["base"] | NonNullable<import("../layer/base").BaseType>;
|
|
164
|
-
};
|
|
165
165
|
coordinateStrategy: unknown extends Defaults["coordinateStrategy"] ? {
|
|
166
166
|
type: PropType<"levitation" | "arrangement" | import("../../composables/coordinate").CoordinateStrategyFn>;
|
|
167
167
|
default: string;
|
|
@@ -291,6 +291,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
291
291
|
default: boolean;
|
|
292
292
|
};
|
|
293
293
|
theme: PropType<string>;
|
|
294
|
+
base: PropType<import("../layer/base").BaseType>;
|
|
294
295
|
width: PropType<string | number>;
|
|
295
296
|
height: PropType<string | number>;
|
|
296
297
|
modelValue: {
|
|
@@ -334,7 +335,6 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
334
335
|
type: PropType<string | number>;
|
|
335
336
|
default: number;
|
|
336
337
|
};
|
|
337
|
-
base: PropType<import("../layer/base").BaseType>;
|
|
338
338
|
coordinateStrategy: {
|
|
339
339
|
type: PropType<"levitation" | "arrangement" | import("../../composables/coordinate").CoordinateStrategyFn>;
|
|
340
340
|
default: string;
|
|
@@ -500,6 +500,8 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
500
500
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
501
501
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
502
502
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
503
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
504
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
503
505
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
504
506
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
505
507
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -621,6 +623,10 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
621
623
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
622
624
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
623
625
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
626
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
627
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
628
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
629
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
624
630
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
625
631
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
626
632
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -694,6 +700,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
694
700
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
695
701
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
696
702
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
703
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
697
704
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
698
705
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
699
706
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -733,6 +740,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
733
740
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
734
741
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
735
742
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
743
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
736
744
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
737
745
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
738
746
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -820,12 +828,15 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
820
828
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
821
829
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
822
830
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
831
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
832
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
823
833
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
824
834
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
825
835
|
transform?: import("csstype").Property.Transform | undefined;
|
|
826
836
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
827
837
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
828
838
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
839
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
829
840
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
830
841
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
831
842
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -834,9 +845,14 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
834
845
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
835
846
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
836
847
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
848
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
849
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
850
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
837
851
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
838
852
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
839
853
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
854
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
855
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
840
856
|
widows?: import("csstype").Property.Widows | undefined;
|
|
841
857
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
842
858
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -848,6 +864,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
848
864
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
849
865
|
all?: import("csstype").Globals | undefined;
|
|
850
866
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
867
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
851
868
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
852
869
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
853
870
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -912,6 +929,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
912
929
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
913
930
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
914
931
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
932
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
915
933
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
916
934
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
917
935
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -921,7 +939,6 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
921
939
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
922
940
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
923
941
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
924
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
925
942
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
926
943
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
927
944
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -948,20 +965,16 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
948
965
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
949
966
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
950
967
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
968
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
969
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
970
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
971
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
951
972
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
952
973
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
953
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
954
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
955
974
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
956
975
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
957
976
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
958
977
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
959
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
960
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
961
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
962
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
963
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
964
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
965
978
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
966
979
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
967
980
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1141,7 +1154,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1141
1154
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1142
1155
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1143
1156
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1144
|
-
|
|
1157
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1145
1158
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1146
1159
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1147
1160
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1199,6 +1212,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1199
1212
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1200
1213
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1201
1214
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1215
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1202
1216
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1203
1217
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1204
1218
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1220,17 +1234,22 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1220
1234
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1221
1235
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1222
1236
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1223
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1224
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1225
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1226
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1227
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1228
1237
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1229
1238
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1239
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1240
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1230
1241
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1231
1242
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1232
1243
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1233
1244
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1245
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1246
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1247
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1248
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1249
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1250
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1251
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1252
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1234
1253
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1235
1254
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1236
1255
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1263,8 +1282,6 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1263
1282
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1264
1283
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1265
1284
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1266
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1267
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1268
1285
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1269
1286
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1270
1287
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1308,6 +1325,8 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1308
1325
|
"animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1309
1326
|
"animation-name"?: import("csstype").Property.AnimationName | undefined;
|
|
1310
1327
|
"animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1328
|
+
"animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
1329
|
+
"animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
1311
1330
|
"animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
|
|
1312
1331
|
"animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1313
1332
|
"aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
|
|
@@ -1418,6 +1437,10 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1418
1437
|
"font-stretch"?: import("csstype").Property.FontStretch | undefined;
|
|
1419
1438
|
"font-style"?: import("csstype").Property.FontStyle | undefined;
|
|
1420
1439
|
"font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
|
|
1440
|
+
"font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1441
|
+
"font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1442
|
+
"font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1443
|
+
"font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1421
1444
|
"font-variant"?: import("csstype").Property.FontVariant | undefined;
|
|
1422
1445
|
"font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1423
1446
|
"font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -1487,6 +1510,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1487
1510
|
"mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
|
|
1488
1511
|
"mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1489
1512
|
"mask-type"?: import("csstype").Property.MaskType | undefined;
|
|
1513
|
+
"masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1490
1514
|
"math-depth"?: import("csstype").Property.MathDepth | undefined;
|
|
1491
1515
|
"math-shift"?: import("csstype").Property.MathShift | undefined;
|
|
1492
1516
|
"math-style"?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -1602,10 +1626,13 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1602
1626
|
"text-transform"?: import("csstype").Property.TextTransform | undefined;
|
|
1603
1627
|
"text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1604
1628
|
"text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1629
|
+
"text-wrap"?: import("csstype").Property.TextWrap | undefined;
|
|
1630
|
+
"timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
|
|
1605
1631
|
"touch-action"?: import("csstype").Property.TouchAction | undefined;
|
|
1606
1632
|
"transform-box"?: import("csstype").Property.TransformBox | undefined;
|
|
1607
1633
|
"transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1608
1634
|
"transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1635
|
+
"transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1609
1636
|
"transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1610
1637
|
"transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1611
1638
|
"transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -1613,14 +1640,20 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1613
1640
|
"unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1614
1641
|
"user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1615
1642
|
"vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1643
|
+
"view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1644
|
+
"view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1645
|
+
"view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1616
1646
|
"view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1617
1647
|
"white-space"?: import("csstype").Property.WhiteSpace | undefined;
|
|
1648
|
+
"white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1649
|
+
"white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1618
1650
|
"will-change"?: import("csstype").Property.WillChange | undefined;
|
|
1619
1651
|
"word-break"?: import("csstype").Property.WordBreak | undefined;
|
|
1620
1652
|
"word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
1621
1653
|
"word-wrap"?: import("csstype").Property.WordWrap | undefined;
|
|
1622
1654
|
"writing-mode"?: import("csstype").Property.WritingMode | undefined;
|
|
1623
1655
|
"z-index"?: import("csstype").Property.ZIndex | undefined;
|
|
1656
|
+
"animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1624
1657
|
"background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1625
1658
|
"border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
1626
1659
|
"border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
@@ -1667,6 +1700,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1667
1700
|
"scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1668
1701
|
"text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1669
1702
|
"text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
|
|
1703
|
+
"view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
|
|
1670
1704
|
"-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1671
1705
|
"-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
|
|
1672
1706
|
"-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -1676,7 +1710,6 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1676
1710
|
"-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1677
1711
|
"-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1678
1712
|
"-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
|
|
1679
|
-
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1680
1713
|
"-moz-binding"?: import("csstype").Property.MozBinding | undefined;
|
|
1681
1714
|
"-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1682
1715
|
"-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1703,20 +1736,16 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1703
1736
|
"-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1704
1737
|
"-moz-orient"?: import("csstype").Property.MozOrient | undefined;
|
|
1705
1738
|
"-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1739
|
+
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1740
|
+
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1741
|
+
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1742
|
+
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1706
1743
|
"-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1707
1744
|
"-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1708
|
-
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1709
|
-
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1710
1745
|
"-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
|
|
1711
1746
|
"-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1712
1747
|
"-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
|
|
1713
1748
|
"-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1714
|
-
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1715
|
-
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
1716
|
-
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1717
|
-
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1718
|
-
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
1719
|
-
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1720
1749
|
"-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
|
|
1721
1750
|
"-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
|
|
1722
1751
|
"-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1896,7 +1925,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1896
1925
|
"-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
|
|
1897
1926
|
"-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1898
1927
|
"-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1899
|
-
"-moz-
|
|
1928
|
+
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1900
1929
|
"-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1901
1930
|
"-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1902
1931
|
"-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1952,6 +1981,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1952
1981
|
"-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
|
|
1953
1982
|
"-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1954
1983
|
"-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
|
|
1984
|
+
"-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1955
1985
|
"-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
|
|
1956
1986
|
"-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1957
1987
|
"-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1973,17 +2003,22 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
1973
2003
|
"-moz-opacity"?: import("csstype").Property.Opacity | undefined;
|
|
1974
2004
|
"-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1975
2005
|
"-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
|
|
1976
|
-
"-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1977
|
-
"-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1978
|
-
"-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1979
|
-
"-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1980
|
-
"-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1981
2006
|
"-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
|
|
1982
2007
|
"-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
2008
|
+
"-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2009
|
+
"-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1983
2010
|
"-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
|
|
1984
2011
|
"-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1985
2012
|
"-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1986
2013
|
"-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2014
|
+
"-moz-transform"?: import("csstype").Property.Transform | undefined;
|
|
2015
|
+
"-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2016
|
+
"-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
|
|
2017
|
+
"-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2018
|
+
"-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2019
|
+
"-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2020
|
+
"-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
|
|
2021
|
+
"-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1987
2022
|
"-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
|
|
1988
2023
|
"-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
|
|
1989
2024
|
"-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -2016,8 +2051,6 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
2016
2051
|
"-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2017
2052
|
"-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
|
|
2018
2053
|
"-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
|
|
2019
|
-
"-webkit-scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
2020
|
-
"-webkit-scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
2021
2054
|
"alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
2022
2055
|
"baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
2023
2056
|
"clip-rule"?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -2052,7 +2085,7 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
2052
2085
|
'update:modelValue': (value: boolean) => true;
|
|
2053
2086
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
2054
2087
|
afterLeave: () => true;
|
|
2055
|
-
}, string, import("vue").
|
|
2088
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2056
2089
|
minWidth: PropType<string | number>;
|
|
2057
2090
|
width: PropType<string | number>;
|
|
2058
2091
|
maxWidth: PropType<string | number>;
|
|
@@ -2163,12 +2196,13 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
2163
2196
|
'y-dialog': boolean;
|
|
2164
2197
|
'y-dialog--maximized': boolean | undefined;
|
|
2165
2198
|
}>;
|
|
2166
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").
|
|
2199
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2167
2200
|
disabled: {
|
|
2168
2201
|
type: PropType<boolean>;
|
|
2169
2202
|
default: boolean;
|
|
2170
2203
|
};
|
|
2171
2204
|
theme: PropType<string>;
|
|
2205
|
+
base: PropType<import("../layer/base").BaseType>;
|
|
2172
2206
|
width: PropType<string | number>;
|
|
2173
2207
|
height: PropType<string | number>;
|
|
2174
2208
|
modelValue: {
|
|
@@ -2212,7 +2246,6 @@ export declare const YDialog: import("vue").DefineComponent<{
|
|
|
2212
2246
|
type: PropType<string | number>;
|
|
2213
2247
|
default: number;
|
|
2214
2248
|
};
|
|
2215
|
-
base: PropType<import("../layer/base").BaseType>;
|
|
2216
2249
|
coordinateStrategy: {
|
|
2217
2250
|
type: PropType<"levitation" | "arrangement" | import("../../composables/coordinate").CoordinateStrategyFn>;
|
|
2218
2251
|
default: string;
|
|
@@ -9,7 +9,7 @@ export declare const pressYDividerPropsOptions: <Defaults extends {
|
|
|
9
9
|
};
|
|
10
10
|
export declare const YDivider: import("vue").DefineComponent<{
|
|
11
11
|
vertical: PropType<boolean>;
|
|
12
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
12
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
vertical: PropType<boolean>;
|
|
14
14
|
}>>, {}, {}>;
|
|
15
15
|
export type YDivider = InstanceType<typeof YDivider>;
|