ll-plus 2.6.17 → 2.6.19
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 +672 -284
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +336 -142
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +336 -142
- 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/cropper/index.d.ts +19 -0
- package/es/components/cropper/src/cropper-image.d.ts +2 -0
- package/es/components/cropper/src/cropper-image.vue.d.ts +6 -0
- package/es/components/cropper/src/cropper-modal.vue.d.ts +13 -0
- 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 +339 -142
- package/es/components/form/src/components/form-component.vue.d.ts +4 -1
- package/es/components/form/src/config/form.d.ts +59 -56
- package/es/components/form/src/form.vue.d.ts +335 -141
- package/es/components/icon-picker/index.d.ts +4 -0
- package/es/components/icon-picker/src/components/modal.vue.d.ts +4 -0
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +4 -0
- package/es/components/input/index.d.ts +35 -33
- package/es/components/input/src/input.vue.d.ts +35 -33
- package/es/components/input-number/index.d.ts +2 -0
- package/es/components/input-number/src/input-number.vue.d.ts +2 -0
- package/es/components/key-value/index.d.ts +1835 -680
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +611 -226
- package/es/components/key-value/src/key-value.vue.d.ts +1835 -680
- 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/number-range/index.d.ts +2 -0
- package/es/components/number-range/src/number-range.vue.d.ts +2 -0
- 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/cropper/src/cropper-image.mjs +8 -0
- package/es/packages/components/cropper/src/cropper-image.mjs.map +1 -1
- package/es/packages/components/cropper/src/cropper-image.vue2.mjs +43 -22
- package/es/packages/components/cropper/src/cropper-image.vue2.mjs.map +1 -1
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs +108 -72
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -1
- package/es/packages/components/form/src/components/form-component.vue2.mjs +19 -2
- package/es/packages/components/form/src/components/form-component.vue2.mjs.map +1 -1
- package/es/packages/components/form/src/config/form.mjs +21 -0
- package/es/packages/components/form/src/config/form.mjs.map +1 -1
- package/es/packages/components/form/src/form.vue2.mjs +56 -5
- package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/components/icon-picker/src/components/modal.vue2.mjs +97 -76
- package/es/packages/components/icon-picker/src/components/modal.vue2.mjs.map +1 -1
- package/es/packages/components/input/src/input.vue2.mjs +8 -1
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/input-number/src/input-number.vue2.mjs +8 -1
- package/es/packages/components/input-number/src/input-number.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value.mjs +2 -2
- package/es/packages/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/packages/components/select-group/src/select-group.vue2.mjs +1 -0
- package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
- package/index.full.js +363 -175
- package/index.full.min.js +17 -17
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +21 -21
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +363 -175
- package/lib/components/advanced-filtering/index.d.ts +672 -284
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +336 -142
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +336 -142
- 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/cropper/index.d.ts +19 -0
- package/lib/components/cropper/src/cropper-image.d.ts +2 -0
- package/lib/components/cropper/src/cropper-image.vue.d.ts +6 -0
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +13 -0
- 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 +339 -142
- package/lib/components/form/src/components/form-component.vue.d.ts +4 -1
- package/lib/components/form/src/config/form.d.ts +59 -56
- package/lib/components/form/src/form.vue.d.ts +335 -141
- package/lib/components/icon-picker/index.d.ts +4 -0
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +4 -0
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +4 -0
- package/lib/components/input/index.d.ts +35 -33
- package/lib/components/input/src/input.vue.d.ts +35 -33
- package/lib/components/input-number/index.d.ts +2 -0
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -0
- package/lib/components/key-value/index.d.ts +1835 -680
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +611 -226
- package/lib/components/key-value/src/key-value.vue.d.ts +1835 -680
- 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/number-range/index.d.ts +2 -0
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -0
- 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/cropper/src/cropper-image.js +8 -0
- package/lib/packages/components/cropper/src/cropper-image.js.map +1 -1
- package/lib/packages/components/cropper/src/cropper-image.vue2.js +42 -21
- package/lib/packages/components/cropper/src/cropper-image.vue2.js.map +1 -1
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js +107 -71
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -1
- package/lib/packages/components/form/src/components/form-component.vue2.js +18 -1
- package/lib/packages/components/form/src/components/form-component.vue2.js.map +1 -1
- package/lib/packages/components/form/src/config/form.js +21 -0
- package/lib/packages/components/form/src/config/form.js.map +1 -1
- package/lib/packages/components/form/src/form.vue2.js +54 -3
- package/lib/packages/components/form/src/form.vue2.js.map +1 -1
- package/lib/packages/components/icon-picker/src/components/modal.vue2.js +96 -75
- package/lib/packages/components/icon-picker/src/components/modal.vue2.js.map +1 -1
- package/lib/packages/components/input/src/input.vue2.js +8 -1
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/input-number/src/input-number.vue2.js +8 -1
- package/lib/packages/components/input-number/src/input-number.vue2.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value.js +2 -2
- package/lib/packages/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/packages/components/select-group/src/select-group.vue2.js +1 -0
- package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/icon-picker.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +672 -284
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +336 -142
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +336 -142
- 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/cropper/index.d.ts +19 -0
- package/types/packages/components/cropper/src/cropper-image.d.ts +2 -0
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +6 -0
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +13 -0
- 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 +339 -142
- package/types/packages/components/form/src/components/form-component.vue.d.ts +4 -1
- package/types/packages/components/form/src/config/form.d.ts +59 -56
- package/types/packages/components/form/src/form.vue.d.ts +335 -141
- package/types/packages/components/icon-picker/index.d.ts +4 -0
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +4 -0
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +4 -0
- package/types/packages/components/input/index.d.ts +35 -33
- package/types/packages/components/input/src/input.vue.d.ts +35 -33
- package/types/packages/components/input-number/index.d.ts +2 -0
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -0
- package/types/packages/components/key-value/index.d.ts +1835 -680
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +611 -226
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1835 -680
- 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/number-range/index.d.ts +2 -0
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -0
- 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
|
@@ -83,6 +83,9 @@ export declare const LlIconPicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
83
83
|
readonly onChangeIconValue?: ((value: string) => any) | undefined;
|
|
84
84
|
} & {}>;
|
|
85
85
|
emits: ((event: "update:visible") => void) & ((event: "changeIconValue", value: string) => void);
|
|
86
|
+
scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
|
|
87
|
+
isHasScrollBar: import("vue").Ref<boolean>;
|
|
88
|
+
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
86
89
|
searchIconValue: import("vue").Ref<string>;
|
|
87
90
|
selectIcon: import("vue").Ref<string>;
|
|
88
91
|
iconList: import("vue").Ref<{
|
|
@@ -102,6 +105,7 @@ export declare const LlIconPicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
102
105
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
103
106
|
is: (name?: string) => string;
|
|
104
107
|
};
|
|
108
|
+
isShowContentBottomBox: import("vue").ComputedRef<boolean>;
|
|
105
109
|
handleOk: () => void;
|
|
106
110
|
handleCancel: () => void;
|
|
107
111
|
handleSelectIcon: (icon: import("./src/config").IconPickerItem) => string;
|
|
@@ -22,6 +22,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
readonly onChangeIconValue?: ((value: string) => any) | undefined;
|
|
23
23
|
} & {}>;
|
|
24
24
|
emits: ((event: "update:visible") => void) & ((event: "changeIconValue", value: string) => void);
|
|
25
|
+
scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
|
|
26
|
+
isHasScrollBar: import("vue").Ref<boolean>;
|
|
27
|
+
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
25
28
|
searchIconValue: import("vue").Ref<string>;
|
|
26
29
|
selectIcon: import("vue").Ref<string>;
|
|
27
30
|
iconList: import("vue").Ref<{
|
|
@@ -41,6 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
44
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
42
45
|
is: (name?: string) => string;
|
|
43
46
|
};
|
|
47
|
+
isShowContentBottomBox: import("vue").ComputedRef<boolean>;
|
|
44
48
|
handleOk: () => void;
|
|
45
49
|
handleCancel: () => void;
|
|
46
50
|
handleSelectIcon: (icon: IconPickerItem) => string;
|
|
@@ -82,6 +82,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
readonly onChangeIconValue?: ((value: string) => any) | undefined;
|
|
83
83
|
} & {}>;
|
|
84
84
|
emits: ((event: "update:visible") => void) & ((event: "changeIconValue", value: string) => void);
|
|
85
|
+
scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
|
|
86
|
+
isHasScrollBar: import("vue").Ref<boolean>;
|
|
87
|
+
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
85
88
|
searchIconValue: import("vue").Ref<string>;
|
|
86
89
|
selectIcon: import("vue").Ref<string>;
|
|
87
90
|
iconList: import("vue").Ref<{
|
|
@@ -101,6 +104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
104
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
102
105
|
is: (name?: string) => string;
|
|
103
106
|
};
|
|
107
|
+
isShowContentBottomBox: import("vue").ComputedRef<boolean>;
|
|
104
108
|
handleOk: () => void;
|
|
105
109
|
handleCancel: () => void;
|
|
106
110
|
handleSelectIcon: (icon: import("./config/icon-picker").IconPickerItem) => string;
|
|
@@ -42,6 +42,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
42
42
|
readonly showPassword?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
43
43
|
} & {}>;
|
|
44
44
|
innerValue: import("vue").Ref<string | number | undefined>;
|
|
45
|
+
inputRef: import("vue").Ref<any>;
|
|
45
46
|
componentType: ({
|
|
46
47
|
new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
47
48
|
id: StringConstructor;
|
|
@@ -50,8 +51,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
50
51
|
};
|
|
51
52
|
autocomplete: StringConstructor;
|
|
52
53
|
type: {
|
|
53
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
54
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
54
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
55
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
55
56
|
};
|
|
56
57
|
name: StringConstructor;
|
|
57
58
|
size: {
|
|
@@ -138,8 +139,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
138
139
|
};
|
|
139
140
|
autocomplete: StringConstructor;
|
|
140
141
|
type: {
|
|
141
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
142
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
142
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
143
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
143
144
|
};
|
|
144
145
|
name: StringConstructor;
|
|
145
146
|
size: {
|
|
@@ -221,7 +222,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
221
222
|
};
|
|
222
223
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
223
224
|
value: string | number;
|
|
224
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
225
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
225
226
|
focused: boolean;
|
|
226
227
|
hidden: boolean;
|
|
227
228
|
disabled: boolean;
|
|
@@ -246,8 +247,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
246
247
|
};
|
|
247
248
|
autocomplete: StringConstructor;
|
|
248
249
|
type: {
|
|
249
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
250
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
250
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
251
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
251
252
|
};
|
|
252
253
|
name: StringConstructor;
|
|
253
254
|
size: {
|
|
@@ -329,7 +330,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
329
330
|
};
|
|
330
331
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
331
332
|
value: string | number;
|
|
332
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
333
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
333
334
|
focused: boolean;
|
|
334
335
|
hidden: boolean;
|
|
335
336
|
disabled: boolean;
|
|
@@ -351,8 +352,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
351
352
|
};
|
|
352
353
|
autocomplete: StringConstructor;
|
|
353
354
|
type: {
|
|
354
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
355
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
355
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
356
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
356
357
|
};
|
|
357
358
|
name: StringConstructor;
|
|
358
359
|
size: {
|
|
@@ -434,7 +435,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
434
435
|
};
|
|
435
436
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
436
437
|
value: string | number;
|
|
437
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
438
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
438
439
|
focused: boolean;
|
|
439
440
|
hidden: boolean;
|
|
440
441
|
disabled: boolean;
|
|
@@ -471,7 +472,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
471
472
|
inputPrefixCls: StringConstructor;
|
|
472
473
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
473
474
|
onSearch: {
|
|
474
|
-
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent |
|
|
475
|
+
type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
|
|
475
476
|
};
|
|
476
477
|
size: {
|
|
477
478
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -482,8 +483,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
482
483
|
};
|
|
483
484
|
name: StringConstructor;
|
|
484
485
|
type: {
|
|
485
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
486
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
486
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
487
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
487
488
|
};
|
|
488
489
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
489
490
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -560,7 +561,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
560
561
|
inputPrefixCls: StringConstructor;
|
|
561
562
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
562
563
|
onSearch: {
|
|
563
|
-
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent |
|
|
564
|
+
type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
|
|
564
565
|
};
|
|
565
566
|
size: {
|
|
566
567
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -571,8 +572,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
571
572
|
};
|
|
572
573
|
name: StringConstructor;
|
|
573
574
|
type: {
|
|
574
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
575
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
575
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
576
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
576
577
|
};
|
|
577
578
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
578
579
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -647,7 +648,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
647
648
|
};
|
|
648
649
|
}>>, {
|
|
649
650
|
value: string | number;
|
|
650
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
651
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
651
652
|
focused: boolean;
|
|
652
653
|
hidden: boolean;
|
|
653
654
|
disabled: boolean;
|
|
@@ -691,8 +692,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
691
692
|
};
|
|
692
693
|
name: StringConstructor;
|
|
693
694
|
type: {
|
|
694
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
695
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
695
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
696
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
696
697
|
};
|
|
697
698
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
698
699
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -790,8 +791,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
790
791
|
};
|
|
791
792
|
name: StringConstructor;
|
|
792
793
|
type: {
|
|
793
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
794
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
794
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
795
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
795
796
|
};
|
|
796
797
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
797
798
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -859,7 +860,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
859
860
|
};
|
|
860
861
|
}>>, {
|
|
861
862
|
value: string | number;
|
|
862
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
863
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
863
864
|
focused: boolean;
|
|
864
865
|
hidden: boolean;
|
|
865
866
|
disabled: boolean;
|
|
@@ -899,8 +900,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
899
900
|
};
|
|
900
901
|
name: StringConstructor;
|
|
901
902
|
type: {
|
|
902
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
903
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
903
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
904
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
904
905
|
};
|
|
905
906
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
906
907
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -998,8 +999,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
998
999
|
};
|
|
999
1000
|
name: StringConstructor;
|
|
1000
1001
|
type: {
|
|
1001
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1002
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1002
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1003
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1003
1004
|
};
|
|
1004
1005
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1005
1006
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1073,7 +1074,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1073
1074
|
};
|
|
1074
1075
|
}>>, {
|
|
1075
1076
|
value: string | number;
|
|
1076
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1077
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1077
1078
|
focused: boolean;
|
|
1078
1079
|
hidden: boolean;
|
|
1079
1080
|
visible: boolean;
|
|
@@ -1114,8 +1115,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1114
1115
|
};
|
|
1115
1116
|
name: StringConstructor;
|
|
1116
1117
|
type: {
|
|
1117
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1118
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1118
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1119
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1119
1120
|
};
|
|
1120
1121
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1121
1122
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1213,8 +1214,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1213
1214
|
};
|
|
1214
1215
|
name: StringConstructor;
|
|
1215
1216
|
type: {
|
|
1216
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1217
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1217
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1218
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1218
1219
|
};
|
|
1219
1220
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1220
1221
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1288,7 +1289,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1288
1289
|
};
|
|
1289
1290
|
}>>, {
|
|
1290
1291
|
value: string | number;
|
|
1291
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1292
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1292
1293
|
focused: boolean;
|
|
1293
1294
|
hidden: boolean;
|
|
1294
1295
|
visible: boolean;
|
|
@@ -1309,6 +1310,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1309
1310
|
prefixIcon: string | undefined;
|
|
1310
1311
|
showPassword: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1311
1312
|
}>;
|
|
1313
|
+
focus: () => void;
|
|
1312
1314
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1313
1315
|
readonly value: {
|
|
1314
1316
|
readonly type: import("vue").PropType<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,6 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
readonly showPassword?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
42
42
|
} & {}>;
|
|
43
43
|
innerValue: import("vue").Ref<string | number | undefined>;
|
|
44
|
+
inputRef: import("vue").Ref<any>;
|
|
44
45
|
componentType: ({
|
|
45
46
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
46
47
|
id: StringConstructor;
|
|
@@ -49,8 +50,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
50
|
};
|
|
50
51
|
autocomplete: StringConstructor;
|
|
51
52
|
type: {
|
|
52
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
53
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
53
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
54
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
54
55
|
};
|
|
55
56
|
name: StringConstructor;
|
|
56
57
|
size: {
|
|
@@ -137,8 +138,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
138
|
};
|
|
138
139
|
autocomplete: StringConstructor;
|
|
139
140
|
type: {
|
|
140
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
141
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
141
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
142
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
142
143
|
};
|
|
143
144
|
name: StringConstructor;
|
|
144
145
|
size: {
|
|
@@ -220,7 +221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
221
|
};
|
|
221
222
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
222
223
|
value: string | number;
|
|
223
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
224
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
224
225
|
focused: boolean;
|
|
225
226
|
hidden: boolean;
|
|
226
227
|
disabled: boolean;
|
|
@@ -245,8 +246,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
246
|
};
|
|
246
247
|
autocomplete: StringConstructor;
|
|
247
248
|
type: {
|
|
248
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
249
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
249
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
250
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
250
251
|
};
|
|
251
252
|
name: StringConstructor;
|
|
252
253
|
size: {
|
|
@@ -328,7 +329,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
328
329
|
};
|
|
329
330
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
330
331
|
value: string | number;
|
|
331
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
332
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
332
333
|
focused: boolean;
|
|
333
334
|
hidden: boolean;
|
|
334
335
|
disabled: boolean;
|
|
@@ -350,8 +351,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
350
351
|
};
|
|
351
352
|
autocomplete: StringConstructor;
|
|
352
353
|
type: {
|
|
353
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
354
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
354
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
355
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
355
356
|
};
|
|
356
357
|
name: StringConstructor;
|
|
357
358
|
size: {
|
|
@@ -433,7 +434,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
434
|
};
|
|
434
435
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
435
436
|
value: string | number;
|
|
436
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
437
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
437
438
|
focused: boolean;
|
|
438
439
|
hidden: boolean;
|
|
439
440
|
disabled: boolean;
|
|
@@ -470,7 +471,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
470
471
|
inputPrefixCls: StringConstructor;
|
|
471
472
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
472
473
|
onSearch: {
|
|
473
|
-
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent |
|
|
474
|
+
type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
|
|
474
475
|
};
|
|
475
476
|
size: {
|
|
476
477
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -481,8 +482,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
481
482
|
};
|
|
482
483
|
name: StringConstructor;
|
|
483
484
|
type: {
|
|
484
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
485
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
485
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
486
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
486
487
|
};
|
|
487
488
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
488
489
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -559,7 +560,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
559
560
|
inputPrefixCls: StringConstructor;
|
|
560
561
|
enterButton: import("vue-types").VueTypeValidableDef<any>;
|
|
561
562
|
onSearch: {
|
|
562
|
-
type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent |
|
|
563
|
+
type: import("vue").PropType<(value: string, event?: MouseEvent | KeyboardEvent | import("ant-design-vue/es/_util/EventInterface").ChangeEvent | undefined) => void>;
|
|
563
564
|
};
|
|
564
565
|
size: {
|
|
565
566
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
@@ -570,8 +571,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
570
571
|
};
|
|
571
572
|
name: StringConstructor;
|
|
572
573
|
type: {
|
|
573
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
574
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
574
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
575
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
575
576
|
};
|
|
576
577
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
577
578
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -646,7 +647,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
646
647
|
};
|
|
647
648
|
}>>, {
|
|
648
649
|
value: string | number;
|
|
649
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
650
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
650
651
|
focused: boolean;
|
|
651
652
|
hidden: boolean;
|
|
652
653
|
disabled: boolean;
|
|
@@ -690,8 +691,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
690
691
|
};
|
|
691
692
|
name: StringConstructor;
|
|
692
693
|
type: {
|
|
693
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
694
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
694
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
695
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
695
696
|
};
|
|
696
697
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
697
698
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -789,8 +790,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
790
|
};
|
|
790
791
|
name: StringConstructor;
|
|
791
792
|
type: {
|
|
792
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
793
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
793
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
794
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
794
795
|
};
|
|
795
796
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
796
797
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -858,7 +859,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
858
859
|
};
|
|
859
860
|
}>>, {
|
|
860
861
|
value: string | number;
|
|
861
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
862
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
862
863
|
focused: boolean;
|
|
863
864
|
hidden: boolean;
|
|
864
865
|
disabled: boolean;
|
|
@@ -898,8 +899,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
898
899
|
};
|
|
899
900
|
name: StringConstructor;
|
|
900
901
|
type: {
|
|
901
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
902
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
902
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
903
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
903
904
|
};
|
|
904
905
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
905
906
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -997,8 +998,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
997
998
|
};
|
|
998
999
|
name: StringConstructor;
|
|
999
1000
|
type: {
|
|
1000
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1001
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1001
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1002
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1002
1003
|
};
|
|
1003
1004
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1004
1005
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1072,7 +1073,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1072
1073
|
};
|
|
1073
1074
|
}>>, {
|
|
1074
1075
|
value: string | number;
|
|
1075
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1076
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1076
1077
|
focused: boolean;
|
|
1077
1078
|
hidden: boolean;
|
|
1078
1079
|
visible: boolean;
|
|
@@ -1113,8 +1114,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1113
1114
|
};
|
|
1114
1115
|
name: StringConstructor;
|
|
1115
1116
|
type: {
|
|
1116
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1117
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1117
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1118
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1118
1119
|
};
|
|
1119
1120
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1120
1121
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1212,8 +1213,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1212
1213
|
};
|
|
1213
1214
|
name: StringConstructor;
|
|
1214
1215
|
type: {
|
|
1215
|
-
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1216
|
-
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1216
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1217
|
+
default: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1217
1218
|
};
|
|
1218
1219
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1219
1220
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1287,7 +1288,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1287
1288
|
};
|
|
1288
1289
|
}>>, {
|
|
1289
1290
|
value: string | number;
|
|
1290
|
-
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "
|
|
1291
|
+
type: "number" | "month" | "reset" | "submit" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "button" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1291
1292
|
focused: boolean;
|
|
1292
1293
|
hidden: boolean;
|
|
1293
1294
|
visible: boolean;
|
|
@@ -1308,6 +1309,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1308
1309
|
prefixIcon: string | undefined;
|
|
1309
1310
|
showPassword: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1310
1311
|
}>;
|
|
1312
|
+
focus: () => void;
|
|
1311
1313
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1312
1314
|
readonly value: {
|
|
1313
1315
|
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | undefined))[], unknown, unknown>>;
|