ll-plus 2.7.8 → 2.7.9
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/es/components/advanced-filtering/index.d.ts +288 -288
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/easy-cron/index.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/es/components/form/index.d.ts +144 -144
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +143 -143
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +39 -34
- package/es/components/input/src/input.d.ts +1 -0
- package/es/components/input/src/input.vue.d.ts +39 -34
- package/es/components/key-value/index.d.ts +690 -690
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
- package/es/components/key-value/src/key-value.vue.d.ts +690 -690
- package/es/components/modal/index.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +1 -1
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +2 -2
- package/es/components/new-modal/src/modal.vue.d.ts +2 -2
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/src/select.vue.d.ts +4 -4
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/input/src/input.mjs +7 -0
- package/es/packages/components/input/src/input.mjs.map +1 -1
- package/es/packages/components/input/src/input.vue2.mjs +4 -3
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/index.full.js +11 -3
- package/index.full.min.js +2 -2
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +2 -2
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +11 -3
- package/lib/components/advanced-filtering/index.d.ts +288 -288
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/easy-cron/index.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/lib/components/form/index.d.ts +144 -144
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +143 -143
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +39 -34
- package/lib/components/input/src/input.d.ts +1 -0
- package/lib/components/input/src/input.vue.d.ts +39 -34
- package/lib/components/key-value/index.d.ts +690 -690
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
- package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
- package/lib/components/modal/index.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +1 -1
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +2 -2
- package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/src/select.vue.d.ts +4 -4
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/input/src/input.js +7 -0
- package/lib/packages/components/input/src/input.js.map +1 -1
- package/lib/packages/components/input/src/input.vue2.js +4 -3
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/easy-cron.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +14 -0
- package/types/packages/components/advanced-filtering/index.d.ts +288 -288
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/easy-cron/index.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/types/packages/components/form/index.d.ts +144 -144
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +143 -143
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +39 -34
- package/types/packages/components/input/src/input.d.ts +1 -0
- package/types/packages/components/input/src/input.vue.d.ts +39 -34
- package/types/packages/components/key-value/index.d.ts +690 -690
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
- package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
- package/types/packages/components/modal/index.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +2 -2
- package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +4 -4
- package/types/packages/components/select/src/select.vue.d.ts +4 -4
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
|
@@ -25,6 +25,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
25
25
|
__epPropKey: true;
|
|
26
26
|
};
|
|
27
27
|
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
28
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
28
29
|
}, {
|
|
29
30
|
bem: {
|
|
30
31
|
b: (blockSuffix?: string) => string;
|
|
@@ -37,6 +38,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
37
38
|
is: (name?: string) => string;
|
|
38
39
|
};
|
|
39
40
|
props: import("@vue/shared").LooseRequired<{
|
|
41
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
42
|
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
43
|
readonly value?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | undefined))[], unknown, unknown>;
|
|
42
44
|
readonly suffixIcon?: string | undefined;
|
|
@@ -48,7 +50,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
48
50
|
innerValue: import("vue").Ref<string | number | undefined>;
|
|
49
51
|
inputRef: import("vue").Ref<any>;
|
|
50
52
|
isMouseOver: import("vue").Ref<boolean>;
|
|
51
|
-
hasValue: import("vue").ComputedRef<
|
|
53
|
+
hasValue: import("vue").ComputedRef<string | number | undefined>;
|
|
52
54
|
handleMouseOver: () => void;
|
|
53
55
|
handleMouseOut: () => void;
|
|
54
56
|
componentType: ({
|
|
@@ -59,8 +61,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
59
61
|
};
|
|
60
62
|
autocomplete: StringConstructor;
|
|
61
63
|
type: {
|
|
62
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
63
|
-
default: "number" | "month" | "
|
|
64
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
65
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
64
66
|
};
|
|
65
67
|
name: StringConstructor;
|
|
66
68
|
size: {
|
|
@@ -147,8 +149,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
147
149
|
};
|
|
148
150
|
autocomplete: StringConstructor;
|
|
149
151
|
type: {
|
|
150
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
151
|
-
default: "number" | "month" | "
|
|
152
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
153
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
152
154
|
};
|
|
153
155
|
name: StringConstructor;
|
|
154
156
|
size: {
|
|
@@ -230,7 +232,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
230
232
|
};
|
|
231
233
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
232
234
|
value: string | number;
|
|
233
|
-
type: "number" | "month" | "
|
|
235
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
234
236
|
focused: boolean;
|
|
235
237
|
hidden: boolean;
|
|
236
238
|
disabled: boolean;
|
|
@@ -255,8 +257,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
255
257
|
};
|
|
256
258
|
autocomplete: StringConstructor;
|
|
257
259
|
type: {
|
|
258
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
259
|
-
default: "number" | "month" | "
|
|
260
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
261
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
260
262
|
};
|
|
261
263
|
name: StringConstructor;
|
|
262
264
|
size: {
|
|
@@ -338,7 +340,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
338
340
|
};
|
|
339
341
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
340
342
|
value: string | number;
|
|
341
|
-
type: "number" | "month" | "
|
|
343
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
342
344
|
focused: boolean;
|
|
343
345
|
hidden: boolean;
|
|
344
346
|
disabled: boolean;
|
|
@@ -360,8 +362,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
360
362
|
};
|
|
361
363
|
autocomplete: StringConstructor;
|
|
362
364
|
type: {
|
|
363
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
364
|
-
default: "number" | "month" | "
|
|
365
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
366
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
365
367
|
};
|
|
366
368
|
name: StringConstructor;
|
|
367
369
|
size: {
|
|
@@ -443,7 +445,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
443
445
|
};
|
|
444
446
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
445
447
|
value: string | number;
|
|
446
|
-
type: "number" | "month" | "
|
|
448
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
447
449
|
focused: boolean;
|
|
448
450
|
hidden: boolean;
|
|
449
451
|
disabled: boolean;
|
|
@@ -480,7 +482,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
480
482
|
inputPrefixCls: StringConstructor;
|
|
481
483
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
482
484
|
onSearch: {
|
|
483
|
-
type: import("vue").PropType<(value: string, event?:
|
|
485
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
484
486
|
};
|
|
485
487
|
size: {
|
|
486
488
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -491,8 +493,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
491
493
|
};
|
|
492
494
|
name: StringConstructor;
|
|
493
495
|
type: {
|
|
494
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
495
|
-
default: "number" | "month" | "
|
|
496
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
497
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
496
498
|
};
|
|
497
499
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
498
500
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -569,7 +571,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
569
571
|
inputPrefixCls: StringConstructor;
|
|
570
572
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
571
573
|
onSearch: {
|
|
572
|
-
type: import("vue").PropType<(value: string, event?:
|
|
574
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
573
575
|
};
|
|
574
576
|
size: {
|
|
575
577
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -580,8 +582,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
580
582
|
};
|
|
581
583
|
name: StringConstructor;
|
|
582
584
|
type: {
|
|
583
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
584
|
-
default: "number" | "month" | "
|
|
585
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
586
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
585
587
|
};
|
|
586
588
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
587
589
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -656,7 +658,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
656
658
|
};
|
|
657
659
|
}>>, {
|
|
658
660
|
value: string | number;
|
|
659
|
-
type: "number" | "month" | "
|
|
661
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
660
662
|
focused: boolean;
|
|
661
663
|
hidden: boolean;
|
|
662
664
|
disabled: boolean;
|
|
@@ -700,8 +702,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
700
702
|
};
|
|
701
703
|
name: StringConstructor;
|
|
702
704
|
type: {
|
|
703
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
704
|
-
default: "number" | "month" | "
|
|
705
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
706
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
705
707
|
};
|
|
706
708
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
707
709
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -799,8 +801,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
799
801
|
};
|
|
800
802
|
name: StringConstructor;
|
|
801
803
|
type: {
|
|
802
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
803
|
-
default: "number" | "month" | "
|
|
804
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
805
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
804
806
|
};
|
|
805
807
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
806
808
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -868,7 +870,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
868
870
|
};
|
|
869
871
|
}>>, {
|
|
870
872
|
value: string | number;
|
|
871
|
-
type: "number" | "month" | "
|
|
873
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
872
874
|
focused: boolean;
|
|
873
875
|
hidden: boolean;
|
|
874
876
|
disabled: boolean;
|
|
@@ -908,8 +910,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
908
910
|
};
|
|
909
911
|
name: StringConstructor;
|
|
910
912
|
type: {
|
|
911
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
912
|
-
default: "number" | "month" | "
|
|
913
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
914
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
913
915
|
};
|
|
914
916
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
915
917
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1007,8 +1009,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1007
1009
|
};
|
|
1008
1010
|
name: StringConstructor;
|
|
1009
1011
|
type: {
|
|
1010
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1011
|
-
default: "number" | "month" | "
|
|
1012
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1013
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1012
1014
|
};
|
|
1013
1015
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1014
1016
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1082,7 +1084,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1082
1084
|
};
|
|
1083
1085
|
}>>, {
|
|
1084
1086
|
value: string | number;
|
|
1085
|
-
type: "number" | "month" | "
|
|
1087
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1086
1088
|
focused: boolean;
|
|
1087
1089
|
hidden: boolean;
|
|
1088
1090
|
visible: boolean;
|
|
@@ -1123,8 +1125,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1123
1125
|
};
|
|
1124
1126
|
name: StringConstructor;
|
|
1125
1127
|
type: {
|
|
1126
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1127
|
-
default: "number" | "month" | "
|
|
1128
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1129
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1128
1130
|
};
|
|
1129
1131
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1130
1132
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1222,8 +1224,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1222
1224
|
};
|
|
1223
1225
|
name: StringConstructor;
|
|
1224
1226
|
type: {
|
|
1225
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1226
|
-
default: "number" | "month" | "
|
|
1227
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1228
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1227
1229
|
};
|
|
1228
1230
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1229
1231
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1297,7 +1299,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1297
1299
|
};
|
|
1298
1300
|
}>>, {
|
|
1299
1301
|
value: string | number;
|
|
1300
|
-
type: "number" | "month" | "
|
|
1302
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1301
1303
|
focused: boolean;
|
|
1302
1304
|
hidden: boolean;
|
|
1303
1305
|
visible: boolean;
|
|
@@ -1314,6 +1316,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1314
1316
|
}, {}>;
|
|
1315
1317
|
computedAttrs: import("vue").ComputedRef<{
|
|
1316
1318
|
props: import("@vue/shared").LooseRequired<{
|
|
1319
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1317
1320
|
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1318
1321
|
readonly value?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | undefined))[], unknown, unknown>;
|
|
1319
1322
|
readonly suffixIcon?: string | undefined;
|
|
@@ -1349,9 +1352,11 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1349
1352
|
__epPropKey: true;
|
|
1350
1353
|
};
|
|
1351
1354
|
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1355
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1352
1356
|
}>> & {
|
|
1353
1357
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1354
1358
|
}, {
|
|
1359
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1355
1360
|
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1356
1361
|
}, {}>>;
|
|
1357
1362
|
export default LlInput;
|
|
@@ -27,6 +27,7 @@ export declare const inputProps: {
|
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
29
|
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
30
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
30
31
|
};
|
|
31
32
|
export type InputProps = ExtractPropTypes<typeof inputProps>;
|
|
32
33
|
export type InputValue = AntInputProps['value'];
|
|
@@ -24,6 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
__epPropKey: true;
|
|
25
25
|
};
|
|
26
26
|
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
27
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
27
28
|
}, {
|
|
28
29
|
bem: {
|
|
29
30
|
b: (blockSuffix?: string) => string;
|
|
@@ -36,6 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
37
|
is: (name?: string) => string;
|
|
37
38
|
};
|
|
38
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
41
|
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
42
|
readonly value?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | undefined))[], unknown, unknown>;
|
|
41
43
|
readonly suffixIcon?: string | undefined;
|
|
@@ -47,7 +49,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
49
|
innerValue: import("vue").Ref<string | number | undefined>;
|
|
48
50
|
inputRef: import("vue").Ref<any>;
|
|
49
51
|
isMouseOver: import("vue").Ref<boolean>;
|
|
50
|
-
hasValue: import("vue").ComputedRef<
|
|
52
|
+
hasValue: import("vue").ComputedRef<string | number | undefined>;
|
|
51
53
|
handleMouseOver: () => void;
|
|
52
54
|
handleMouseOut: () => void;
|
|
53
55
|
componentType: ({
|
|
@@ -58,8 +60,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
60
|
};
|
|
59
61
|
autocomplete: StringConstructor;
|
|
60
62
|
type: {
|
|
61
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
62
|
-
default: "number" | "month" | "
|
|
63
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
64
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
63
65
|
};
|
|
64
66
|
name: StringConstructor;
|
|
65
67
|
size: {
|
|
@@ -146,8 +148,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
148
|
};
|
|
147
149
|
autocomplete: StringConstructor;
|
|
148
150
|
type: {
|
|
149
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
150
|
-
default: "number" | "month" | "
|
|
151
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
152
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
151
153
|
};
|
|
152
154
|
name: StringConstructor;
|
|
153
155
|
size: {
|
|
@@ -229,7 +231,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
229
231
|
};
|
|
230
232
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
231
233
|
value: string | number;
|
|
232
|
-
type: "number" | "month" | "
|
|
234
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
233
235
|
focused: boolean;
|
|
234
236
|
hidden: boolean;
|
|
235
237
|
disabled: boolean;
|
|
@@ -254,8 +256,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
254
256
|
};
|
|
255
257
|
autocomplete: StringConstructor;
|
|
256
258
|
type: {
|
|
257
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
258
|
-
default: "number" | "month" | "
|
|
259
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
260
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
259
261
|
};
|
|
260
262
|
name: StringConstructor;
|
|
261
263
|
size: {
|
|
@@ -337,7 +339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
337
339
|
};
|
|
338
340
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
339
341
|
value: string | number;
|
|
340
|
-
type: "number" | "month" | "
|
|
342
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
341
343
|
focused: boolean;
|
|
342
344
|
hidden: boolean;
|
|
343
345
|
disabled: boolean;
|
|
@@ -359,8 +361,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
359
361
|
};
|
|
360
362
|
autocomplete: StringConstructor;
|
|
361
363
|
type: {
|
|
362
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
363
|
-
default: "number" | "month" | "
|
|
364
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
365
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
364
366
|
};
|
|
365
367
|
name: StringConstructor;
|
|
366
368
|
size: {
|
|
@@ -442,7 +444,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
444
|
};
|
|
443
445
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
444
446
|
value: string | number;
|
|
445
|
-
type: "number" | "month" | "
|
|
447
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
446
448
|
focused: boolean;
|
|
447
449
|
hidden: boolean;
|
|
448
450
|
disabled: boolean;
|
|
@@ -479,7 +481,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
479
481
|
inputPrefixCls: StringConstructor;
|
|
480
482
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
481
483
|
onSearch: {
|
|
482
|
-
type: import("vue").PropType<(value: string, event?:
|
|
484
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
483
485
|
};
|
|
484
486
|
size: {
|
|
485
487
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -490,8 +492,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
490
492
|
};
|
|
491
493
|
name: StringConstructor;
|
|
492
494
|
type: {
|
|
493
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
494
|
-
default: "number" | "month" | "
|
|
495
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
496
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
495
497
|
};
|
|
496
498
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
497
499
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -568,7 +570,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
568
570
|
inputPrefixCls: StringConstructor;
|
|
569
571
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
570
572
|
onSearch: {
|
|
571
|
-
type: import("vue").PropType<(value: string, event?:
|
|
573
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
572
574
|
};
|
|
573
575
|
size: {
|
|
574
576
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -579,8 +581,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
579
581
|
};
|
|
580
582
|
name: StringConstructor;
|
|
581
583
|
type: {
|
|
582
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
583
|
-
default: "number" | "month" | "
|
|
584
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
585
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
584
586
|
};
|
|
585
587
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
586
588
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -655,7 +657,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
655
657
|
};
|
|
656
658
|
}>>, {
|
|
657
659
|
value: string | number;
|
|
658
|
-
type: "number" | "month" | "
|
|
660
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
659
661
|
focused: boolean;
|
|
660
662
|
hidden: boolean;
|
|
661
663
|
disabled: boolean;
|
|
@@ -699,8 +701,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
699
701
|
};
|
|
700
702
|
name: StringConstructor;
|
|
701
703
|
type: {
|
|
702
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
703
|
-
default: "number" | "month" | "
|
|
704
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
705
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
704
706
|
};
|
|
705
707
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
706
708
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -798,8 +800,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
798
800
|
};
|
|
799
801
|
name: StringConstructor;
|
|
800
802
|
type: {
|
|
801
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
802
|
-
default: "number" | "month" | "
|
|
803
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
804
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
803
805
|
};
|
|
804
806
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
805
807
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -867,7 +869,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
867
869
|
};
|
|
868
870
|
}>>, {
|
|
869
871
|
value: string | number;
|
|
870
|
-
type: "number" | "month" | "
|
|
872
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
871
873
|
focused: boolean;
|
|
872
874
|
hidden: boolean;
|
|
873
875
|
disabled: boolean;
|
|
@@ -907,8 +909,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
907
909
|
};
|
|
908
910
|
name: StringConstructor;
|
|
909
911
|
type: {
|
|
910
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
911
|
-
default: "number" | "month" | "
|
|
912
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
913
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
912
914
|
};
|
|
913
915
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
914
916
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1006,8 +1008,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1006
1008
|
};
|
|
1007
1009
|
name: StringConstructor;
|
|
1008
1010
|
type: {
|
|
1009
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1010
|
-
default: "number" | "month" | "
|
|
1011
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1012
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1011
1013
|
};
|
|
1012
1014
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1013
1015
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1081,7 +1083,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1081
1083
|
};
|
|
1082
1084
|
}>>, {
|
|
1083
1085
|
value: string | number;
|
|
1084
|
-
type: "number" | "month" | "
|
|
1086
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1085
1087
|
focused: boolean;
|
|
1086
1088
|
hidden: boolean;
|
|
1087
1089
|
visible: boolean;
|
|
@@ -1122,8 +1124,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1122
1124
|
};
|
|
1123
1125
|
name: StringConstructor;
|
|
1124
1126
|
type: {
|
|
1125
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1126
|
-
default: "number" | "month" | "
|
|
1127
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1128
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1127
1129
|
};
|
|
1128
1130
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1129
1131
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1221,8 +1223,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1221
1223
|
};
|
|
1222
1224
|
name: StringConstructor;
|
|
1223
1225
|
type: {
|
|
1224
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1225
|
-
default: "number" | "month" | "
|
|
1226
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1227
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1226
1228
|
};
|
|
1227
1229
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1228
1230
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1296,7 +1298,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1296
1298
|
};
|
|
1297
1299
|
}>>, {
|
|
1298
1300
|
value: string | number;
|
|
1299
|
-
type: "number" | "month" | "
|
|
1301
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1300
1302
|
focused: boolean;
|
|
1301
1303
|
hidden: boolean;
|
|
1302
1304
|
visible: boolean;
|
|
@@ -1313,6 +1315,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1313
1315
|
}, {}>;
|
|
1314
1316
|
computedAttrs: import("vue").ComputedRef<{
|
|
1315
1317
|
props: import("@vue/shared").LooseRequired<{
|
|
1318
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1316
1319
|
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1317
1320
|
readonly value?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | undefined))[], unknown, unknown>;
|
|
1318
1321
|
readonly suffixIcon?: string | undefined;
|
|
@@ -1348,9 +1351,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1348
1351
|
__epPropKey: true;
|
|
1349
1352
|
};
|
|
1350
1353
|
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1354
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1351
1355
|
}>> & {
|
|
1352
1356
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1353
1357
|
}, {
|
|
1358
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1354
1359
|
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1355
1360
|
}, {}>;
|
|
1356
1361
|
export default _default;
|