ll-plus 2.6.2 → 2.6.4
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 +284 -284
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -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/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 +142 -142
- 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 +141 -141
- package/es/components/icon-base/index.d.ts +13 -0
- package/es/components/icon-base/src/icon-base.d.ts +7 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +13 -0
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/key-value/index.d.ts +678 -678
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/es/components/key-value/src/key-value.vue.d.ts +678 -678
- 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/operate-icon/index.d.ts +3201 -0
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +3201 -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-modal.vue2.mjs +22 -5
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -1
- package/es/packages/components/icon-base/src/icon-base.mjs +6 -0
- package/es/packages/components/icon-base/src/icon-base.mjs.map +1 -1
- package/es/packages/components/icon-base/src/icon-base.vue2.mjs +5 -3
- package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +1 -1
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/pagination.vue2.mjs +0 -2
- package/es/packages/components/table/src/components/pagination.vue2.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +32 -9
- package/index.full.min.js +4 -4
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +18 -18
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +32 -9
- package/lib/components/advanced-filtering/index.d.ts +284 -284
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -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/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 +142 -142
- 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 +141 -141
- package/lib/components/icon-base/index.d.ts +13 -0
- package/lib/components/icon-base/src/icon-base.d.ts +7 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +13 -0
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/key-value/index.d.ts +678 -678
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
- 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/operate-icon/index.d.ts +3201 -0
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3201 -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-modal.vue2.js +21 -4
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -1
- package/lib/packages/components/icon-base/src/icon-base.js +6 -0
- package/lib/packages/components/icon-base/src/icon-base.js.map +1 -1
- package/lib/packages/components/icon-base/src/icon-base.vue2.js +4 -2
- package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +1 -1
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/pagination.vue2.js +0 -2
- package/lib/packages/components/table/src/components/pagination.vue2.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +284 -284
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -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/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 +142 -142
- 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 +141 -141
- package/types/packages/components/icon-base/index.d.ts +13 -0
- package/types/packages/components/icon-base/src/icon-base.d.ts +7 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +13 -0
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/key-value/index.d.ts +678 -678
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
- 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/operate-icon/index.d.ts +3201 -0
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3201 -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
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -65,7 +65,7 @@ export declare const LlRichTextEditor: import("ll-plus/es/utils").SFCWithInstall
|
|
|
65
65
|
readonly onCreated?: ((editor: import("@wangeditor/core").IDomEditor) => any) | undefined;
|
|
66
66
|
readonly onDestroyed?: ((editor: import("@wangeditor/core").IDomEditor) => any) | undefined;
|
|
67
67
|
} & {}>;
|
|
68
|
-
emits: ((event: "
|
|
68
|
+
emits: ((event: "focus", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "change", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "update:value", val: string) => void) & ((event: "blur", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "created", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "destroyed", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "paste", args_0: [import("@wangeditor/core").IDomEditor, (bool: boolean) => void]) => void) & ((event: "alert", args_0: [any, any]) => void);
|
|
69
69
|
editorRef: import("vue").ShallowRef<any>;
|
|
70
70
|
innerValue: import("vue").Ref<string>;
|
|
71
71
|
loading: import("vue").Ref<boolean>;
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
readonly onCreated?: ((editor: IDomEditor) => any) | undefined;
|
|
68
68
|
readonly onDestroyed?: ((editor: IDomEditor) => any) | undefined;
|
|
69
69
|
} & {}>;
|
|
70
|
-
emits: ((event: "
|
|
70
|
+
emits: ((event: "focus", editor: IDomEditor) => void) & ((event: "change", editor: IDomEditor) => void) & ((event: "update:value", val: string) => void) & ((event: "blur", editor: IDomEditor) => void) & ((event: "created", editor: IDomEditor) => void) & ((event: "destroyed", editor: IDomEditor) => void) & ((event: "paste", args_0: [IDomEditor, (bool: boolean) => void]) => void) & ((event: "alert", args_0: [any, any]) => void);
|
|
71
71
|
editorRef: import("vue").ShallowRef<any>;
|
|
72
72
|
innerValue: import("vue").Ref<string>;
|
|
73
73
|
loading: import("vue").Ref<boolean>;
|
|
@@ -104,7 +104,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
104
104
|
};
|
|
105
105
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
106
106
|
showAction: {
|
|
107
|
-
type: import("vue").PropType<("
|
|
107
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
108
108
|
};
|
|
109
109
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
110
110
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -270,7 +270,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
270
270
|
};
|
|
271
271
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
272
272
|
showAction: {
|
|
273
|
-
type: import("vue").PropType<("
|
|
273
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
274
274
|
};
|
|
275
275
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
276
276
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -480,7 +480,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
480
480
|
};
|
|
481
481
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
482
482
|
showAction: {
|
|
483
|
-
type: import("vue").PropType<("
|
|
483
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
484
484
|
};
|
|
485
485
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
486
486
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -674,7 +674,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
674
674
|
};
|
|
675
675
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
676
676
|
showAction: {
|
|
677
|
-
type: import("vue").PropType<("
|
|
677
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
678
678
|
};
|
|
679
679
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
680
680
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
101
101
|
};
|
|
102
102
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
103
103
|
showAction: {
|
|
104
|
-
type: import("vue").PropType<("
|
|
104
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
105
105
|
};
|
|
106
106
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
107
107
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
267
267
|
};
|
|
268
268
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
269
269
|
showAction: {
|
|
270
|
-
type: import("vue").PropType<("
|
|
270
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
271
271
|
};
|
|
272
272
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
273
273
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
477
477
|
};
|
|
478
478
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
479
479
|
showAction: {
|
|
480
|
-
type: import("vue").PropType<("
|
|
480
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
481
481
|
};
|
|
482
482
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
483
483
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -671,7 +671,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
671
671
|
};
|
|
672
672
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
673
673
|
showAction: {
|
|
674
|
-
type: import("vue").PropType<("
|
|
674
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
675
675
|
};
|
|
676
676
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
677
677
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -30,7 +30,7 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
30
30
|
name?: string | undefined;
|
|
31
31
|
value?: any;
|
|
32
32
|
}[] | undefined;
|
|
33
|
-
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
33
|
+
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
34
34
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
35
35
|
}[]>;
|
|
36
36
|
bem: {
|
|
@@ -64,7 +64,7 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
64
64
|
name?: string | undefined;
|
|
65
65
|
value?: any;
|
|
66
66
|
}[] | undefined;
|
|
67
|
-
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
67
|
+
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
68
68
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
69
69
|
} | undefined>;
|
|
70
70
|
leftSelectWidth: import("vue").ComputedRef<string>;
|
|
@@ -26,7 +26,7 @@ export declare const selectGroupData: {
|
|
|
26
26
|
__epPropKey: true;
|
|
27
27
|
};
|
|
28
28
|
readonly showFormType: {
|
|
29
|
-
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
29
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown>>;
|
|
30
30
|
readonly required: false;
|
|
31
31
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
32
|
__epPropKey: true;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
name?: string | undefined;
|
|
31
31
|
value?: any;
|
|
32
32
|
}[] | undefined;
|
|
33
|
-
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
33
|
+
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
34
34
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
35
35
|
}[]>;
|
|
36
36
|
bem: {
|
|
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
name?: string | undefined;
|
|
65
65
|
value?: any;
|
|
66
66
|
}[] | undefined;
|
|
67
|
-
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
67
|
+
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
68
68
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
69
69
|
} | undefined>;
|
|
70
70
|
leftSelectWidth: import("vue").ComputedRef<string>;
|
|
@@ -9,10 +9,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
9
9
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
10
10
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
11
11
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
12
|
-
readonly scroll: any;
|
|
13
12
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
14
13
|
readonly dataSource: any[];
|
|
15
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
|
+
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
17
17
|
readonly settingKey: string;
|
|
18
18
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -29,10 +29,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
29
29
|
readonly resizeColumn?: Function | undefined;
|
|
30
30
|
readonly dragChange?: Function | undefined;
|
|
31
31
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
32
|
-
readonly scroll: any;
|
|
33
32
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
34
33
|
readonly dataSource: any[];
|
|
35
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
|
+
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
37
37
|
readonly settingKey: string;
|
|
38
38
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -271,10 +271,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
271
271
|
};
|
|
272
272
|
}, {
|
|
273
273
|
props: import("@vue/shared").LooseRequired<{
|
|
274
|
-
readonly scroll: any;
|
|
275
274
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
276
275
|
readonly dataSource: any[];
|
|
277
276
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
277
|
+
readonly scroll: any;
|
|
278
278
|
readonly operateWidth: number;
|
|
279
279
|
readonly settingKey: string;
|
|
280
280
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -478,10 +478,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
478
478
|
}>> & {
|
|
479
479
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
480
480
|
}, {
|
|
481
|
-
readonly scroll: any;
|
|
482
481
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
483
482
|
readonly dataSource: any[];
|
|
484
483
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
484
|
+
readonly scroll: any;
|
|
485
485
|
readonly operateWidth: number;
|
|
486
486
|
readonly settingKey: string;
|
|
487
487
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -573,10 +573,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
573
573
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
574
574
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
575
575
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
576
|
-
readonly scroll: any;
|
|
577
576
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
578
577
|
readonly dataSource: any[];
|
|
579
578
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
579
|
+
readonly scroll: any;
|
|
580
580
|
readonly operateWidth: number;
|
|
581
581
|
readonly settingKey: string;
|
|
582
582
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -593,10 +593,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
593
593
|
readonly resizeColumn?: Function | undefined;
|
|
594
594
|
readonly dragChange?: Function | undefined;
|
|
595
595
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
596
|
-
readonly scroll: any;
|
|
597
596
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
598
597
|
readonly dataSource: any[];
|
|
599
598
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
599
|
+
readonly scroll: any;
|
|
600
600
|
readonly operateWidth: number;
|
|
601
601
|
readonly settingKey: string;
|
|
602
602
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -74,10 +74,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
};
|
|
75
75
|
}, {
|
|
76
76
|
props: import("@vue/shared").LooseRequired<{
|
|
77
|
-
readonly scroll: any;
|
|
78
77
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
79
78
|
readonly dataSource: any[];
|
|
80
79
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
80
|
+
readonly scroll: any;
|
|
81
81
|
readonly operateWidth: number;
|
|
82
82
|
readonly settingKey: string;
|
|
83
83
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -281,10 +281,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
281
|
}>> & {
|
|
282
282
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
283
283
|
}, {
|
|
284
|
-
readonly scroll: any;
|
|
285
284
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
286
285
|
readonly dataSource: any[];
|
|
287
286
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
287
|
+
readonly scroll: any;
|
|
288
288
|
readonly operateWidth: number;
|
|
289
289
|
readonly settingKey: string;
|
|
290
290
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -11,10 +11,10 @@ export declare const tableProps: {
|
|
|
11
11
|
readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
|
|
12
12
|
} & {}) | (() => TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
13
13
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
14
|
-
readonly scroll: any;
|
|
15
14
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
16
15
|
readonly dataSource: any[];
|
|
17
16
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
17
|
+
readonly scroll: any;
|
|
18
18
|
readonly operateWidth: number;
|
|
19
19
|
readonly settingKey: string;
|
|
20
20
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -31,10 +31,10 @@ export declare const tableProps: {
|
|
|
31
31
|
readonly resizeColumn?: Function | undefined;
|
|
32
32
|
readonly dragChange?: Function | undefined;
|
|
33
33
|
}) | (() => MainTableProps) | ((new (...args: any[]) => {
|
|
34
|
-
readonly scroll: any;
|
|
35
34
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
36
35
|
readonly dataSource: any[];
|
|
37
36
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
37
|
+
readonly scroll: any;
|
|
38
38
|
readonly operateWidth: number;
|
|
39
39
|
readonly settingKey: string;
|
|
40
40
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9,10 +9,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
10
10
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
11
11
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
12
|
-
readonly scroll: any;
|
|
13
12
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
14
13
|
readonly dataSource: any[];
|
|
15
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
|
+
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
17
17
|
readonly settingKey: string;
|
|
18
18
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -29,10 +29,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
readonly resizeColumn?: Function | undefined;
|
|
30
30
|
readonly dragChange?: Function | undefined;
|
|
31
31
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
32
|
-
readonly scroll: any;
|
|
33
32
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
34
33
|
readonly dataSource: any[];
|
|
35
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
|
+
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
37
37
|
readonly settingKey: string;
|
|
38
38
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -271,10 +271,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
271
271
|
};
|
|
272
272
|
}, {
|
|
273
273
|
props: import("@vue/shared").LooseRequired<{
|
|
274
|
-
readonly scroll: any;
|
|
275
274
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
276
275
|
readonly dataSource: any[];
|
|
277
276
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
277
|
+
readonly scroll: any;
|
|
278
278
|
readonly operateWidth: number;
|
|
279
279
|
readonly settingKey: string;
|
|
280
280
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -478,10 +478,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
478
478
|
}>> & {
|
|
479
479
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
480
480
|
}, {
|
|
481
|
-
readonly scroll: any;
|
|
482
481
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
483
482
|
readonly dataSource: any[];
|
|
484
483
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
484
|
+
readonly scroll: any;
|
|
485
485
|
readonly operateWidth: number;
|
|
486
486
|
readonly settingKey: string;
|
|
487
487
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -573,10 +573,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
573
573
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
574
574
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
575
575
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
576
|
-
readonly scroll: any;
|
|
577
576
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
578
577
|
readonly dataSource: any[];
|
|
579
578
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
579
|
+
readonly scroll: any;
|
|
580
580
|
readonly operateWidth: number;
|
|
581
581
|
readonly settingKey: string;
|
|
582
582
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -593,10 +593,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
593
593
|
readonly resizeColumn?: Function | undefined;
|
|
594
594
|
readonly dragChange?: Function | undefined;
|
|
595
595
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
596
|
-
readonly scroll: any;
|
|
597
596
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
598
597
|
readonly dataSource: any[];
|
|
599
598
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
599
|
+
readonly scroll: any;
|
|
600
600
|
readonly operateWidth: number;
|
|
601
601
|
readonly settingKey: string;
|
|
602
602
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -45,8 +45,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
45
45
|
};
|
|
46
46
|
name: StringConstructor;
|
|
47
47
|
type: {
|
|
48
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
49
|
-
default: "number" | "month" | "
|
|
48
|
+
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">;
|
|
49
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
50
50
|
};
|
|
51
51
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
52
52
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -144,8 +144,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
144
144
|
};
|
|
145
145
|
name: StringConstructor;
|
|
146
146
|
type: {
|
|
147
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
148
|
-
default: "number" | "month" | "
|
|
147
|
+
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">;
|
|
148
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
149
149
|
};
|
|
150
150
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
151
151
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -213,7 +213,7 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
213
213
|
};
|
|
214
214
|
}>>, {
|
|
215
215
|
value: string | number;
|
|
216
|
-
type: "number" | "month" | "
|
|
216
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
217
217
|
focused: boolean;
|
|
218
218
|
hidden: boolean;
|
|
219
219
|
disabled: boolean;
|
|
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
44
44
|
};
|
|
45
45
|
name: StringConstructor;
|
|
46
46
|
type: {
|
|
47
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
48
|
-
default: "number" | "month" | "
|
|
47
|
+
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">;
|
|
48
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
49
49
|
};
|
|
50
50
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
51
51
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
143
143
|
};
|
|
144
144
|
name: StringConstructor;
|
|
145
145
|
type: {
|
|
146
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
147
|
-
default: "number" | "month" | "
|
|
146
|
+
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">;
|
|
147
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
148
148
|
};
|
|
149
149
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
150
150
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
212
212
|
};
|
|
213
213
|
}>>, {
|
|
214
214
|
value: string | number;
|
|
215
|
-
type: "number" | "month" | "
|
|
215
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
216
216
|
focused: boolean;
|
|
217
217
|
hidden: boolean;
|
|
218
218
|
disabled: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Tooltip from './src/tooltip.vue';
|
|
2
2
|
export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
4
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
4
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
5
5
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
6
6
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7
7
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -21,7 +21,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
21
21
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
22
22
|
}, {
|
|
23
23
|
props: import("@vue/shared").LooseRequired<{
|
|
24
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
24
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
25
25
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
26
26
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
27
27
|
readonly tip: string;
|
|
@@ -65,7 +65,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
65
65
|
}>;
|
|
66
66
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
68
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
68
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
69
69
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
70
70
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
71
71
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -84,7 +84,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
84
84
|
readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
85
85
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
86
86
|
}>>, {
|
|
87
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
87
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
88
88
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
89
89
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
90
90
|
readonly tip: string;
|
|
@@ -3,7 +3,7 @@ import type Tooltip from './tooltip.vue';
|
|
|
3
3
|
export declare const placement: readonly ["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"];
|
|
4
4
|
export declare const tooltipProps: {
|
|
5
5
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
6
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
6
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
7
7
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
8
8
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9
9
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
3
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
3
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
4
4
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
5
5
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
6
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
21
21
|
}, {
|
|
22
22
|
props: import("@vue/shared").LooseRequired<{
|
|
23
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
23
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
24
24
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
25
25
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
26
26
|
readonly tip: string;
|
|
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
}>;
|
|
65
65
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
66
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
67
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
67
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
68
68
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
69
69
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
70
70
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
84
84
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
85
85
|
}>>, {
|
|
86
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
86
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
87
87
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
88
88
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
89
89
|
readonly tip: string;
|
|
@@ -103,7 +103,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
103
103
|
readonly onCancel?: (() => any) | undefined;
|
|
104
104
|
readonly onClickAdd?: (() => any) | undefined;
|
|
105
105
|
} & {}>;
|
|
106
|
-
emits: ((event: "
|
|
106
|
+
emits: ((event: "close") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "ok") => void) & ((event: "cancel") => void) & ((event: "expand", expandedKeys: string[], data: any) => void) & ((event: "clickAdd") => void);
|
|
107
107
|
isCollapseMenu: import("vue").Ref<boolean>;
|
|
108
108
|
newExpandedKeys: import("vue").Ref<string[]>;
|
|
109
109
|
bem: {
|
|
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
readonly onCancel?: (() => any) | undefined;
|
|
103
103
|
readonly onClickAdd?: (() => any) | undefined;
|
|
104
104
|
} & {}>;
|
|
105
|
-
emits: ((event: "
|
|
105
|
+
emits: ((event: "close") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "ok") => void) & ((event: "cancel") => void) & ((event: "expand", expandedKeys: string[], data: any) => void) & ((event: "clickAdd") => void);
|
|
106
106
|
isCollapseMenu: import("vue").Ref<boolean>;
|
|
107
107
|
newExpandedKeys: import("vue").Ref<string[]>;
|
|
108
108
|
bem: {
|
|
@@ -39,7 +39,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
39
39
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "
|
|
42
|
+
emits: (event: "update:value" | "confirm" | "customRequest" | "cancel", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "confirm" | "customRequest" | "cancel")[], "update:value" | "confirm" | "customRequest" | "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "
|
|
42
|
+
emits: (event: "update:value" | "confirm" | "customRequest" | "cancel", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "confirm" | "customRequest" | "cancel")[], "update:value" | "confirm" | "customRequest" | "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -27,6 +27,6 @@ export declare const buildProp: <Type = never, Value = never, Validator = never,
|
|
|
27
27
|
export type TestProps = Record<string, {
|
|
28
28
|
[epPropKey]: true;
|
|
29
29
|
} | NativePropType | EpPropInput<any, any, any, any, any>>;
|
|
30
|
-
export declare const buildProps: <Props extends Record<string,
|
|
30
|
+
export declare const buildProps: <Props extends Record<string, {
|
|
31
31
|
__epPropKey: true;
|
|
32
|
-
}
|
|
32
|
+
} | NativePropType | EpPropInput<any, any, any, any, any>>>(props: Props) => { [K in keyof Props]: IfEpProp<Props[K], Props[K], IfNativePropType<Props[K], Props[K], EpPropConvert<Props[K]>>>; };
|