ll-plus 2.6.19 → 2.6.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +95 -95
- 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 +95 -95
- 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 +40 -34
- package/es/components/input/src/input.d.ts +1 -0
- package/es/components/input/src/input.vue.d.ts +40 -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 -2
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -1
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
- package/index.full.js +13 -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 +13 -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 +95 -95
- 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 +95 -95
- 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 +40 -34
- package/lib/components/input/src/input.d.ts +1 -0
- package/lib/components/input/src/input.vue.d.ts +40 -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 -2
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -1
- package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/index.css +2 -2
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/css/upload-image.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +4 -4
- 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 +95 -95
- 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 +95 -95
- 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 +40 -34
- package/types/packages/components/input/src/input.d.ts +1 -0
- package/types/packages/components/input/src/input.vue.d.ts +40 -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
|
@@ -24,6 +24,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
24
24
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
25
|
__epPropKey: true;
|
|
26
26
|
};
|
|
27
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
27
28
|
}, {
|
|
28
29
|
bem: {
|
|
29
30
|
b: (blockSuffix?: string) => string;
|
|
@@ -36,6 +37,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
36
37
|
is: (name?: string) => string;
|
|
37
38
|
};
|
|
38
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
41
|
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>;
|
|
40
42
|
readonly suffixIcon?: string | undefined;
|
|
41
43
|
readonly prefixIcon?: string | undefined;
|
|
@@ -51,8 +53,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
51
53
|
};
|
|
52
54
|
autocomplete: StringConstructor;
|
|
53
55
|
type: {
|
|
54
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
55
|
-
default: "number" | "month" | "
|
|
56
|
+
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">;
|
|
57
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
56
58
|
};
|
|
57
59
|
name: StringConstructor;
|
|
58
60
|
size: {
|
|
@@ -139,8 +141,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
139
141
|
};
|
|
140
142
|
autocomplete: StringConstructor;
|
|
141
143
|
type: {
|
|
142
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
143
|
-
default: "number" | "month" | "
|
|
144
|
+
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">;
|
|
145
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
144
146
|
};
|
|
145
147
|
name: StringConstructor;
|
|
146
148
|
size: {
|
|
@@ -222,7 +224,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
222
224
|
};
|
|
223
225
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
224
226
|
value: string | number;
|
|
225
|
-
type: "number" | "month" | "
|
|
227
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
226
228
|
focused: boolean;
|
|
227
229
|
hidden: boolean;
|
|
228
230
|
disabled: boolean;
|
|
@@ -247,8 +249,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
247
249
|
};
|
|
248
250
|
autocomplete: StringConstructor;
|
|
249
251
|
type: {
|
|
250
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
251
|
-
default: "number" | "month" | "
|
|
252
|
+
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">;
|
|
253
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
252
254
|
};
|
|
253
255
|
name: StringConstructor;
|
|
254
256
|
size: {
|
|
@@ -330,7 +332,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
330
332
|
};
|
|
331
333
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
332
334
|
value: string | number;
|
|
333
|
-
type: "number" | "month" | "
|
|
335
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
334
336
|
focused: boolean;
|
|
335
337
|
hidden: boolean;
|
|
336
338
|
disabled: boolean;
|
|
@@ -352,8 +354,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
352
354
|
};
|
|
353
355
|
autocomplete: StringConstructor;
|
|
354
356
|
type: {
|
|
355
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
356
|
-
default: "number" | "month" | "
|
|
357
|
+
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">;
|
|
358
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
357
359
|
};
|
|
358
360
|
name: StringConstructor;
|
|
359
361
|
size: {
|
|
@@ -435,7 +437,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
435
437
|
};
|
|
436
438
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
437
439
|
value: string | number;
|
|
438
|
-
type: "number" | "month" | "
|
|
440
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
439
441
|
focused: boolean;
|
|
440
442
|
hidden: boolean;
|
|
441
443
|
disabled: boolean;
|
|
@@ -472,7 +474,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
472
474
|
inputPrefixCls: StringConstructor;
|
|
473
475
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
474
476
|
onSearch: {
|
|
475
|
-
type: import("vue").PropType<(value: string, event?:
|
|
477
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
476
478
|
};
|
|
477
479
|
size: {
|
|
478
480
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -483,8 +485,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
483
485
|
};
|
|
484
486
|
name: StringConstructor;
|
|
485
487
|
type: {
|
|
486
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
487
|
-
default: "number" | "month" | "
|
|
488
|
+
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">;
|
|
489
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
488
490
|
};
|
|
489
491
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
490
492
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -561,7 +563,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
561
563
|
inputPrefixCls: StringConstructor;
|
|
562
564
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
563
565
|
onSearch: {
|
|
564
|
-
type: import("vue").PropType<(value: string, event?:
|
|
566
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
565
567
|
};
|
|
566
568
|
size: {
|
|
567
569
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -572,8 +574,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
572
574
|
};
|
|
573
575
|
name: StringConstructor;
|
|
574
576
|
type: {
|
|
575
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
576
|
-
default: "number" | "month" | "
|
|
577
|
+
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">;
|
|
578
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
577
579
|
};
|
|
578
580
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
579
581
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -648,7 +650,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
648
650
|
};
|
|
649
651
|
}>>, {
|
|
650
652
|
value: string | number;
|
|
651
|
-
type: "number" | "month" | "
|
|
653
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
652
654
|
focused: boolean;
|
|
653
655
|
hidden: boolean;
|
|
654
656
|
disabled: boolean;
|
|
@@ -692,8 +694,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
692
694
|
};
|
|
693
695
|
name: StringConstructor;
|
|
694
696
|
type: {
|
|
695
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
696
|
-
default: "number" | "month" | "
|
|
697
|
+
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">;
|
|
698
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
697
699
|
};
|
|
698
700
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
699
701
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -791,8 +793,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
791
793
|
};
|
|
792
794
|
name: StringConstructor;
|
|
793
795
|
type: {
|
|
794
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
795
|
-
default: "number" | "month" | "
|
|
796
|
+
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">;
|
|
797
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
796
798
|
};
|
|
797
799
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
798
800
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -860,7 +862,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
860
862
|
};
|
|
861
863
|
}>>, {
|
|
862
864
|
value: string | number;
|
|
863
|
-
type: "number" | "month" | "
|
|
865
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
864
866
|
focused: boolean;
|
|
865
867
|
hidden: boolean;
|
|
866
868
|
disabled: boolean;
|
|
@@ -900,8 +902,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
900
902
|
};
|
|
901
903
|
name: StringConstructor;
|
|
902
904
|
type: {
|
|
903
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
904
|
-
default: "number" | "month" | "
|
|
905
|
+
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">;
|
|
906
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
905
907
|
};
|
|
906
908
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
907
909
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -999,8 +1001,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
999
1001
|
};
|
|
1000
1002
|
name: StringConstructor;
|
|
1001
1003
|
type: {
|
|
1002
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1003
|
-
default: "number" | "month" | "
|
|
1004
|
+
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">;
|
|
1005
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1004
1006
|
};
|
|
1005
1007
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1006
1008
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1074,7 +1076,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1074
1076
|
};
|
|
1075
1077
|
}>>, {
|
|
1076
1078
|
value: string | number;
|
|
1077
|
-
type: "number" | "month" | "
|
|
1079
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1078
1080
|
focused: boolean;
|
|
1079
1081
|
hidden: boolean;
|
|
1080
1082
|
visible: boolean;
|
|
@@ -1115,8 +1117,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1115
1117
|
};
|
|
1116
1118
|
name: StringConstructor;
|
|
1117
1119
|
type: {
|
|
1118
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1119
|
-
default: "number" | "month" | "
|
|
1120
|
+
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">;
|
|
1121
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1120
1122
|
};
|
|
1121
1123
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1122
1124
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1214,8 +1216,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1214
1216
|
};
|
|
1215
1217
|
name: StringConstructor;
|
|
1216
1218
|
type: {
|
|
1217
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1218
|
-
default: "number" | "month" | "
|
|
1219
|
+
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">;
|
|
1220
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1219
1221
|
};
|
|
1220
1222
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1221
1223
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1289,7 +1291,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1289
1291
|
};
|
|
1290
1292
|
}>>, {
|
|
1291
1293
|
value: string | number;
|
|
1292
|
-
type: "number" | "month" | "
|
|
1294
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1293
1295
|
focused: boolean;
|
|
1294
1296
|
hidden: boolean;
|
|
1295
1297
|
visible: boolean;
|
|
@@ -1305,6 +1307,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1305
1307
|
visibilityToggle: boolean;
|
|
1306
1308
|
}, {}>;
|
|
1307
1309
|
computedAttrs: import("vue").ComputedRef<{
|
|
1310
|
+
allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1308
1311
|
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>;
|
|
1309
1312
|
suffixIcon: string | undefined;
|
|
1310
1313
|
prefixIcon: string | undefined;
|
|
@@ -1336,7 +1339,10 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1336
1339
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1337
1340
|
__epPropKey: true;
|
|
1338
1341
|
};
|
|
1339
|
-
|
|
1342
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1343
|
+
}>>, {
|
|
1344
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1345
|
+
}, {}>>;
|
|
1340
1346
|
export default LlInput;
|
|
1341
1347
|
export * from './src/input';
|
|
1342
1348
|
declare module 'vue' {
|
|
@@ -26,6 +26,7 @@ export declare const inputProps: {
|
|
|
26
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
29
30
|
};
|
|
30
31
|
export type InputProps = ExtractPropTypes<typeof inputProps>;
|
|
31
32
|
export type InputValue = AntInputProps['value'];
|
|
@@ -23,6 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
24
|
__epPropKey: true;
|
|
25
25
|
};
|
|
26
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
26
27
|
}, {
|
|
27
28
|
bem: {
|
|
28
29
|
b: (blockSuffix?: string) => string;
|
|
@@ -35,6 +36,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
36
|
is: (name?: string) => string;
|
|
36
37
|
};
|
|
37
38
|
props: import("@vue/shared").LooseRequired<{
|
|
39
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
40
|
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>;
|
|
39
41
|
readonly suffixIcon?: string | undefined;
|
|
40
42
|
readonly prefixIcon?: string | undefined;
|
|
@@ -50,8 +52,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
52
|
};
|
|
51
53
|
autocomplete: StringConstructor;
|
|
52
54
|
type: {
|
|
53
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
54
|
-
default: "number" | "month" | "
|
|
55
|
+
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">;
|
|
56
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
55
57
|
};
|
|
56
58
|
name: StringConstructor;
|
|
57
59
|
size: {
|
|
@@ -138,8 +140,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
140
|
};
|
|
139
141
|
autocomplete: StringConstructor;
|
|
140
142
|
type: {
|
|
141
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
142
|
-
default: "number" | "month" | "
|
|
143
|
+
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">;
|
|
144
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
143
145
|
};
|
|
144
146
|
name: StringConstructor;
|
|
145
147
|
size: {
|
|
@@ -221,7 +223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
223
|
};
|
|
222
224
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
223
225
|
value: string | number;
|
|
224
|
-
type: "number" | "month" | "
|
|
226
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
225
227
|
focused: boolean;
|
|
226
228
|
hidden: boolean;
|
|
227
229
|
disabled: boolean;
|
|
@@ -246,8 +248,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
246
248
|
};
|
|
247
249
|
autocomplete: StringConstructor;
|
|
248
250
|
type: {
|
|
249
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
250
|
-
default: "number" | "month" | "
|
|
251
|
+
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">;
|
|
252
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
251
253
|
};
|
|
252
254
|
name: StringConstructor;
|
|
253
255
|
size: {
|
|
@@ -329,7 +331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
329
331
|
};
|
|
330
332
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
331
333
|
value: string | number;
|
|
332
|
-
type: "number" | "month" | "
|
|
334
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
333
335
|
focused: boolean;
|
|
334
336
|
hidden: boolean;
|
|
335
337
|
disabled: boolean;
|
|
@@ -351,8 +353,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
351
353
|
};
|
|
352
354
|
autocomplete: StringConstructor;
|
|
353
355
|
type: {
|
|
354
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
355
|
-
default: "number" | "month" | "
|
|
356
|
+
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">;
|
|
357
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
356
358
|
};
|
|
357
359
|
name: StringConstructor;
|
|
358
360
|
size: {
|
|
@@ -434,7 +436,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
436
|
};
|
|
435
437
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
436
438
|
value: string | number;
|
|
437
|
-
type: "number" | "month" | "
|
|
439
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
438
440
|
focused: boolean;
|
|
439
441
|
hidden: boolean;
|
|
440
442
|
disabled: boolean;
|
|
@@ -471,7 +473,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
471
473
|
inputPrefixCls: StringConstructor;
|
|
472
474
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
473
475
|
onSearch: {
|
|
474
|
-
type: import("vue").PropType<(value: string, event?:
|
|
476
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
475
477
|
};
|
|
476
478
|
size: {
|
|
477
479
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -482,8 +484,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
482
484
|
};
|
|
483
485
|
name: StringConstructor;
|
|
484
486
|
type: {
|
|
485
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
486
|
-
default: "number" | "month" | "
|
|
487
|
+
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">;
|
|
488
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
487
489
|
};
|
|
488
490
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
489
491
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -560,7 +562,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
560
562
|
inputPrefixCls: StringConstructor;
|
|
561
563
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
562
564
|
onSearch: {
|
|
563
|
-
type: import("vue").PropType<(value: string, event?:
|
|
565
|
+
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
|
|
564
566
|
};
|
|
565
567
|
size: {
|
|
566
568
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -571,8 +573,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
571
573
|
};
|
|
572
574
|
name: StringConstructor;
|
|
573
575
|
type: {
|
|
574
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
575
|
-
default: "number" | "month" | "
|
|
576
|
+
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">;
|
|
577
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
576
578
|
};
|
|
577
579
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
578
580
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -647,7 +649,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
647
649
|
};
|
|
648
650
|
}>>, {
|
|
649
651
|
value: string | number;
|
|
650
|
-
type: "number" | "month" | "
|
|
652
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
651
653
|
focused: boolean;
|
|
652
654
|
hidden: boolean;
|
|
653
655
|
disabled: boolean;
|
|
@@ -691,8 +693,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
691
693
|
};
|
|
692
694
|
name: StringConstructor;
|
|
693
695
|
type: {
|
|
694
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
695
|
-
default: "number" | "month" | "
|
|
696
|
+
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">;
|
|
697
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
696
698
|
};
|
|
697
699
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
698
700
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -790,8 +792,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
790
792
|
};
|
|
791
793
|
name: StringConstructor;
|
|
792
794
|
type: {
|
|
793
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
794
|
-
default: "number" | "month" | "
|
|
795
|
+
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">;
|
|
796
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
795
797
|
};
|
|
796
798
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
797
799
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -859,7 +861,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
859
861
|
};
|
|
860
862
|
}>>, {
|
|
861
863
|
value: string | number;
|
|
862
|
-
type: "number" | "month" | "
|
|
864
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
863
865
|
focused: boolean;
|
|
864
866
|
hidden: boolean;
|
|
865
867
|
disabled: boolean;
|
|
@@ -899,8 +901,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
899
901
|
};
|
|
900
902
|
name: StringConstructor;
|
|
901
903
|
type: {
|
|
902
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
903
|
-
default: "number" | "month" | "
|
|
904
|
+
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">;
|
|
905
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
904
906
|
};
|
|
905
907
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
906
908
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -998,8 +1000,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
998
1000
|
};
|
|
999
1001
|
name: StringConstructor;
|
|
1000
1002
|
type: {
|
|
1001
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1002
|
-
default: "number" | "month" | "
|
|
1003
|
+
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">;
|
|
1004
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1003
1005
|
};
|
|
1004
1006
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1005
1007
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1073,7 +1075,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1073
1075
|
};
|
|
1074
1076
|
}>>, {
|
|
1075
1077
|
value: string | number;
|
|
1076
|
-
type: "number" | "month" | "
|
|
1078
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1077
1079
|
focused: boolean;
|
|
1078
1080
|
hidden: boolean;
|
|
1079
1081
|
visible: boolean;
|
|
@@ -1114,8 +1116,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1114
1116
|
};
|
|
1115
1117
|
name: StringConstructor;
|
|
1116
1118
|
type: {
|
|
1117
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1118
|
-
default: "number" | "month" | "
|
|
1119
|
+
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">;
|
|
1120
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1119
1121
|
};
|
|
1120
1122
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1121
1123
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1213,8 +1215,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1213
1215
|
};
|
|
1214
1216
|
name: StringConstructor;
|
|
1215
1217
|
type: {
|
|
1216
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1217
|
-
default: "number" | "month" | "
|
|
1218
|
+
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">;
|
|
1219
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1218
1220
|
};
|
|
1219
1221
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1220
1222
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1288,7 +1290,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1288
1290
|
};
|
|
1289
1291
|
}>>, {
|
|
1290
1292
|
value: string | number;
|
|
1291
|
-
type: "number" | "month" | "
|
|
1293
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1292
1294
|
focused: boolean;
|
|
1293
1295
|
hidden: boolean;
|
|
1294
1296
|
visible: boolean;
|
|
@@ -1304,6 +1306,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1304
1306
|
visibilityToggle: boolean;
|
|
1305
1307
|
}, {}>;
|
|
1306
1308
|
computedAttrs: import("vue").ComputedRef<{
|
|
1309
|
+
allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1307
1310
|
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>;
|
|
1308
1311
|
suffixIcon: string | undefined;
|
|
1309
1312
|
prefixIcon: string | undefined;
|
|
@@ -1335,5 +1338,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1335
1338
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1336
1339
|
__epPropKey: true;
|
|
1337
1340
|
};
|
|
1338
|
-
|
|
1341
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1342
|
+
}>>, {
|
|
1343
|
+
readonly allowClear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1344
|
+
}, {}>;
|
|
1339
1345
|
export default _default;
|