@das-fed/ui 7.1.0-dev.1 → 7.1.0-dev.3
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/esm-map.json +1 -2
- package/package.json +5 -5
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/area-phone-select/index.d.ts +23 -23
- package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
- package/packages/business-components/payment/index.d.ts +9 -11
- package/packages/business-components/payment/index.js +122 -129
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/style.css +1 -1
- package/packages/business-components/payment/type.d.ts +2 -0
- package/packages/business-components/process-search-form/index.js +54 -54
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +10 -0
- package/packages/business-components/video-dialog/index.js +375 -356
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/api.d.ts +1 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +6 -0
- package/packages/business-components/video-dialog/src/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/type.d.ts +7 -1
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/autocomplete/index.d.ts +15 -15
- package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
- package/packages/components/checkbox/index.d.ts +15 -15
- package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
- package/packages/components/color-picker/index.d.ts +8 -8
- package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
- package/packages/components/custom-search-item/index.d.ts +15 -15
- package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
- package/packages/components/hls-player/index.js +488 -484
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/type.d.ts +3 -0
- package/packages/components/hls-player/style.css +1 -1
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/input/index.d.ts +5 -5
- package/packages/components/input/src/index.vue.d.ts +2 -2
- package/packages/components/input-dialog-select/index.d.ts +2 -2
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
- package/packages/components/input-number/index.d.ts +8 -8
- package/packages/components/input-number/src/App.vue.d.ts +2 -2
- package/packages/components/live-player/index.d.ts +2 -0
- package/packages/components/live-player/index.js +822 -814
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/type.d.ts +3 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/radio/index.d.ts +15 -15
- package/packages/components/radio/src/Index.vue.d.ts +2 -2
- package/packages/components/rich-editor/index.d.ts +8 -8
- package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
- package/packages/components/search/index.d.ts +2 -2
- package/packages/components/search/src/Index.vue.d.ts +2 -2
- package/packages/components/search-form/index.js +175 -174
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/special-range-picker-month/index.d.ts +2 -2
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.d.ts +2 -2
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
- package/packages/components/tree-select/src/App.vue.d.ts +2 -2
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-live-player[data-v-
|
|
1
|
+
.das-live-player[data-v-6002a51c]{height:100%;width:100%;min-width:10px;min-height:10px;position:relative}.das-live-player .video[data-v-6002a51c]{width:100%;height:100%;object-fit:fill;background:#000}.das-live-player .error[data-v-6002a51c]{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#409eff;font-size:12px;cursor:pointer;background:var(--0ea53312)}
|
|
@@ -16,8 +16,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
16
16
|
readonly maxWidth?: string | undefined;
|
|
17
17
|
readonly isSetTimeout?: boolean | undefined;
|
|
18
18
|
readonly noSetDefaultVal?: boolean | undefined;
|
|
19
|
-
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
20
19
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
20
|
+
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
21
21
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
22
22
|
$attrs: {
|
|
23
23
|
[x: string]: unknown;
|
|
@@ -31,14 +31,14 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
31
31
|
$root: import("vue").ComponentPublicInstance | null;
|
|
32
32
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
33
33
|
$host: Element | null;
|
|
34
|
-
$emit: ((event: "
|
|
34
|
+
$emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
|
|
35
35
|
$el: any;
|
|
36
36
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
37
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
38
37
|
onChange?: ((e: any) => any) | undefined;
|
|
38
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
39
39
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
40
|
-
"update:modelValue": (n: any) => any;
|
|
41
40
|
change: (e: any) => any;
|
|
41
|
+
"update:modelValue": (n: any) => any;
|
|
42
42
|
}, string, {
|
|
43
43
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
44
44
|
name: string;
|
|
@@ -82,8 +82,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
82
82
|
isView: boolean;
|
|
83
83
|
noSetDefaultVal: boolean;
|
|
84
84
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
85
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
86
85
|
onChange?: ((e: any) => any) | undefined;
|
|
86
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
87
87
|
}>, "defaultProps" | "name" | "disabled" | "modelValue" | "options" | "layout" | "radioType" | "optionType" | "isView" | "noSetDefaultVal"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
88
88
|
$slots: {
|
|
89
89
|
default?: (props: {}) => any;
|
|
@@ -115,8 +115,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
115
115
|
readonly maxWidth?: string | undefined;
|
|
116
116
|
readonly isSetTimeout?: boolean | undefined;
|
|
117
117
|
readonly noSetDefaultVal?: boolean | undefined;
|
|
118
|
-
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
119
118
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
119
|
+
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
120
120
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
121
121
|
$attrs: {
|
|
122
122
|
[x: string]: unknown;
|
|
@@ -130,14 +130,14 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
130
130
|
$root: import("vue").ComponentPublicInstance | null;
|
|
131
131
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
132
132
|
$host: Element | null;
|
|
133
|
-
$emit: ((event: "
|
|
133
|
+
$emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
|
|
134
134
|
$el: any;
|
|
135
135
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
136
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
137
136
|
onChange?: ((e: any) => any) | undefined;
|
|
137
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
138
138
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
139
|
-
"update:modelValue": (n: any) => any;
|
|
140
139
|
change: (e: any) => any;
|
|
140
|
+
"update:modelValue": (n: any) => any;
|
|
141
141
|
}, string, {
|
|
142
142
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
143
143
|
name: string;
|
|
@@ -181,8 +181,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
181
181
|
isView: boolean;
|
|
182
182
|
noSetDefaultVal: boolean;
|
|
183
183
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
184
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
185
184
|
onChange?: ((e: any) => any) | undefined;
|
|
185
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
186
186
|
}>, "defaultProps" | "name" | "disabled" | "modelValue" | "options" | "layout" | "radioType" | "optionType" | "isView" | "noSetDefaultVal"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
187
187
|
$slots: {
|
|
188
188
|
default?: (props: {}) => any;
|
|
@@ -200,11 +200,11 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
200
200
|
}) | null>;
|
|
201
201
|
declare const DasRadio: import("@das-fed/utils").SFCWithInstall<{
|
|
202
202
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
203
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
204
203
|
onChange?: ((e: any) => any) | undefined;
|
|
204
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
205
205
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
206
|
-
"update:modelValue": (n: any) => any;
|
|
207
206
|
change: (e: any) => any;
|
|
207
|
+
"update:modelValue": (n: any) => any;
|
|
208
208
|
}, import("vue").PublicProps, {
|
|
209
209
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
210
210
|
name: string;
|
|
@@ -224,8 +224,8 @@ declare const DasRadio: import("@das-fed/utils").SFCWithInstall<{
|
|
|
224
224
|
M: {};
|
|
225
225
|
Defaults: {};
|
|
226
226
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
227
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
228
227
|
onChange?: ((e: any) => any) | undefined;
|
|
228
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
229
229
|
}>, {}, {}, {}, {}, {
|
|
230
230
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
231
231
|
name: string;
|
|
@@ -242,11 +242,11 @@ declare const DasRadio: import("@das-fed/utils").SFCWithInstall<{
|
|
|
242
242
|
__isTeleport?: never;
|
|
243
243
|
__isSuspense?: never;
|
|
244
244
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
245
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
246
245
|
onChange?: ((e: any) => any) | undefined;
|
|
246
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
247
247
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
248
|
-
"update:modelValue": (n: any) => any;
|
|
249
248
|
change: (e: any) => any;
|
|
249
|
+
"update:modelValue": (n: any) => any;
|
|
250
250
|
}, string, {
|
|
251
251
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
252
252
|
name: string;
|
|
@@ -15,11 +15,11 @@ type __VLS_Slots = {} & {
|
|
|
15
15
|
default?: (props: typeof __VLS_43) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
18
|
-
"update:modelValue": (n: any) => any;
|
|
19
18
|
change: (e: any) => any;
|
|
19
|
+
"update:modelValue": (n: any) => any;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
22
21
|
onChange?: ((e: any) => any) | undefined;
|
|
22
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
defaultProps: import("./type").ValLabel<string>;
|
|
25
25
|
name: string;
|
|
@@ -4,13 +4,13 @@ declare const DasRichEditor: import("@das-fed/utils").SFCWithInstall<import("vue
|
|
|
4
4
|
$editor: import("vue").Ref<any, any>;
|
|
5
5
|
editorRef: import("vue").ShallowRef<any, any>;
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (value: string) => any;
|
|
8
7
|
change: (value: string) => any;
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
9
|
focus: () => any;
|
|
10
10
|
blur: (value: string) => any;
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
12
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
12
|
onChange?: ((value: string) => any) | undefined;
|
|
13
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14
14
|
onFocus?: (() => any) | undefined;
|
|
15
15
|
onBlur?: ((value: string) => any) | undefined;
|
|
16
16
|
}>, {
|
|
@@ -20,8 +20,8 @@ declare const DasRichEditor: import("@das-fed/utils").SFCWithInstall<import("vue
|
|
|
20
20
|
excludeKeys: Array<string>;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
22
22
|
declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
23
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
24
23
|
onChange?: ((value: string) => any) | undefined;
|
|
24
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
25
25
|
onFocus?: (() => any) | undefined;
|
|
26
26
|
onBlur?: ((value: string) => any) | undefined;
|
|
27
27
|
}>, {
|
|
@@ -30,8 +30,8 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
30
30
|
$editor: import("vue").Ref<any, any>;
|
|
31
31
|
editorRef: import("vue").ShallowRef<any, any>;
|
|
32
32
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
33
|
-
"update:modelValue": (value: string) => any;
|
|
34
33
|
change: (value: string) => any;
|
|
34
|
+
"update:modelValue": (value: string) => any;
|
|
35
35
|
focus: () => any;
|
|
36
36
|
blur: (value: string) => any;
|
|
37
37
|
}, import("vue").PublicProps, {
|
|
@@ -47,8 +47,8 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
47
47
|
M: {};
|
|
48
48
|
Defaults: {};
|
|
49
49
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
50
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
51
50
|
onChange?: ((value: string) => any) | undefined;
|
|
51
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
52
|
onFocus?: (() => any) | undefined;
|
|
53
53
|
onBlur?: ((value: string) => any) | undefined;
|
|
54
54
|
}>, {
|
|
@@ -62,8 +62,8 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
62
62
|
mode: "default" | "simple";
|
|
63
63
|
excludeKeys: Array<string>;
|
|
64
64
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
65
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
66
65
|
onChange?: ((value: string) => any) | undefined;
|
|
66
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
67
67
|
onFocus?: (() => any) | undefined;
|
|
68
68
|
onBlur?: ((value: string) => any) | undefined;
|
|
69
69
|
}>, {
|
|
@@ -72,8 +72,8 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
72
72
|
$editor: import("vue").Ref<any, any>;
|
|
73
73
|
editorRef: import("vue").ShallowRef<any, any>;
|
|
74
74
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
75
|
-
"update:modelValue": (value: string) => any;
|
|
76
75
|
change: (value: string) => any;
|
|
76
|
+
"update:modelValue": (value: string) => any;
|
|
77
77
|
focus: () => any;
|
|
78
78
|
blur: (value: string) => any;
|
|
79
79
|
}, import("vue").PublicProps, {
|
|
@@ -89,8 +89,8 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
89
89
|
M: {};
|
|
90
90
|
Defaults: {};
|
|
91
91
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
92
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
93
92
|
onChange?: ((value: string) => any) | undefined;
|
|
93
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
94
94
|
onFocus?: (() => any) | undefined;
|
|
95
95
|
onBlur?: ((value: string) => any) | undefined;
|
|
96
96
|
}>, {
|
|
@@ -10,13 +10,13 @@ declare const _default: import("vue").DefineComponent<Props, {
|
|
|
10
10
|
/** 编辑器实例 */
|
|
11
11
|
editorRef: import("vue").ShallowRef<any, any>;
|
|
12
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
|
-
"update:modelValue": (value: string) => any;
|
|
14
13
|
change: (value: string) => any;
|
|
14
|
+
"update:modelValue": (value: string) => any;
|
|
15
15
|
focus: () => any;
|
|
16
16
|
blur: (value: string) => any;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
18
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
19
18
|
onChange?: ((value: string) => any) | undefined;
|
|
19
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
20
20
|
onFocus?: (() => any) | undefined;
|
|
21
21
|
onBlur?: ((value: string) => any) | undefined;
|
|
22
22
|
}>, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const DasSearch: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
2
|
-
"update:modelValue": (val: string) => any;
|
|
3
2
|
change: (val: string) => any;
|
|
3
|
+
"update:modelValue": (val: string) => any;
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
5
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
6
5
|
onChange?: ((val: string) => any) | undefined;
|
|
6
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
7
7
|
}>, {
|
|
8
8
|
size: "large" | "middle" | "small" | "custom" | "middle-l" | "middle-xl";
|
|
9
9
|
disabled: boolean;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import 'element-plus/es/components/input/style/css';
|
|
2
2
|
import type { Props } from './type';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
-
"update:modelValue": (val: string) => any;
|
|
5
4
|
change: (val: string) => any;
|
|
5
|
+
"update:modelValue": (val: string) => any;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
7
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
8
7
|
onChange?: ((val: string) => any) | undefined;
|
|
8
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
size: "large" | "middle" | "small" | "custom" | "middle-l" | "middle-xl";
|
|
11
11
|
disabled: boolean;
|