ll-plus 2.6.1 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +302 -302
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +32 -32
- package/es/components/api-component/src/api-component.vue.d.ts +32 -32
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/breadcrumb-card/index.d.ts +5 -5
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
- 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/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +6 -6
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +4 -4
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +82 -82
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/es/components/empty/index.d.ts +2 -2
- package/es/components/empty/src/empty.vue.d.ts +2 -2
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +13 -0
- package/es/components/icon-base/src/icon-base.d.ts +6 -0
- package/es/components/icon-base/src/icon-base.vue.d.ts +13 -0
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +684 -684
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/es/components/key-value/src/key-value.vue.d.ts +684 -684
- package/es/components/modal/index.d.ts +4 -4
- package/es/components/modal/src/modal.vue.d.ts +4 -4
- package/es/components/new-drawer/index.d.ts +13 -13
- package/es/components/new-drawer/src/drawer.vue.d.ts +13 -13
- package/es/components/new-modal/index.d.ts +5 -5
- package/es/components/new-modal/src/modal.vue.d.ts +5 -5
- package/es/components/operate-icon/index.d.ts +16 -1
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +16 -1
- 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 +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +4 -4
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- 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 +15 -15
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- 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 +4 -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 +3 -3
- 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/index.full.js +33 -11
- package/index.full.min.js +4 -4
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +15 -15
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +33 -11
- package/lib/components/advanced-filtering/index.d.ts +302 -302
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +32 -32
- package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/breadcrumb-card/index.d.ts +5 -5
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
- 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/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +6 -6
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +82 -82
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/lib/components/empty/index.d.ts +2 -2
- package/lib/components/empty/src/empty.vue.d.ts +2 -2
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +13 -0
- package/lib/components/icon-base/src/icon-base.d.ts +6 -0
- package/lib/components/icon-base/src/icon-base.vue.d.ts +13 -0
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +684 -684
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/lib/components/key-value/src/key-value.vue.d.ts +684 -684
- package/lib/components/modal/index.d.ts +4 -4
- package/lib/components/modal/src/modal.vue.d.ts +4 -4
- package/lib/components/new-drawer/index.d.ts +13 -13
- package/lib/components/new-drawer/src/drawer.vue.d.ts +13 -13
- package/lib/components/new-modal/index.d.ts +5 -5
- package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
- package/lib/components/operate-icon/index.d.ts +16 -1
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +16 -1
- 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 +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +4 -4
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- 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 +15 -15
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- 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 +3 -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 +3 -3
- 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/package.json +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/theme-chalk/css/operate-icon.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +302 -302
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/api-component/index.d.ts +32 -32
- package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/index.d.ts +5 -5
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
- 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/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +6 -6
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +4 -4
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +82 -82
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/types/packages/components/empty/index.d.ts +2 -2
- package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +13 -0
- package/types/packages/components/icon-base/src/icon-base.d.ts +6 -0
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +13 -0
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/index.d.ts +684 -684
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/types/packages/components/key-value/src/key-value.vue.d.ts +684 -684
- package/types/packages/components/modal/index.d.ts +4 -4
- package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/new-drawer/index.d.ts +13 -13
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +13 -13
- package/types/packages/components/new-modal/index.d.ts +5 -5
- package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/operate-icon/index.d.ts +16 -1
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +16 -1
- 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 +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/select-group/index.d.ts +4 -4
- package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
- 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 +15 -15
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
|
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
30
30
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
31
31
|
};
|
|
32
32
|
mode: {
|
|
33
|
-
type: import("vue").PropType<"
|
|
34
|
-
default: "
|
|
33
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
34
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
35
35
|
};
|
|
36
36
|
bordered: {
|
|
37
37
|
type: BooleanConstructor;
|
|
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
196
196
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
197
197
|
};
|
|
198
198
|
mode: {
|
|
199
|
-
type: import("vue").PropType<"
|
|
200
|
-
default: "
|
|
199
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
200
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
201
201
|
};
|
|
202
202
|
bordered: {
|
|
203
203
|
type: BooleanConstructor;
|
|
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
348
348
|
}>>, {
|
|
349
349
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
350
350
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
351
|
-
mode: "
|
|
351
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
352
352
|
open: boolean;
|
|
353
353
|
disabled: boolean;
|
|
354
354
|
autofocus: boolean;
|
|
@@ -406,8 +406,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
406
406
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
407
407
|
};
|
|
408
408
|
mode: {
|
|
409
|
-
type: import("vue").PropType<"
|
|
410
|
-
default: "
|
|
409
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
410
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
411
411
|
};
|
|
412
412
|
bordered: {
|
|
413
413
|
type: BooleanConstructor;
|
|
@@ -558,7 +558,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
558
558
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
559
559
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
560
560
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
561
|
-
mode: "
|
|
561
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
562
562
|
open: boolean;
|
|
563
563
|
disabled: boolean;
|
|
564
564
|
autofocus: boolean;
|
|
@@ -600,8 +600,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
600
600
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
601
601
|
};
|
|
602
602
|
mode: {
|
|
603
|
-
type: import("vue").PropType<"
|
|
604
|
-
default: "
|
|
603
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
604
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
605
605
|
};
|
|
606
606
|
bordered: {
|
|
607
607
|
type: BooleanConstructor;
|
|
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
752
752
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
753
753
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
754
754
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
755
|
-
mode: "
|
|
755
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
756
756
|
open: boolean;
|
|
757
757
|
disabled: boolean;
|
|
758
758
|
autofocus: boolean;
|
|
@@ -22,14 +22,14 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
22
22
|
newList: import("vue").Ref<{
|
|
23
23
|
readonly value: string;
|
|
24
24
|
readonly name: string;
|
|
25
|
-
readonly placeholder?: string | undefined;
|
|
26
25
|
readonly options?: any[] | undefined;
|
|
27
|
-
readonly fieldNames?: object | undefined;
|
|
28
26
|
readonly list?: {
|
|
29
27
|
[x: string]: any;
|
|
30
28
|
name?: string | undefined;
|
|
31
29
|
value?: any;
|
|
32
30
|
}[] | undefined;
|
|
31
|
+
readonly placeholder?: string | undefined;
|
|
32
|
+
readonly fieldNames?: object | undefined;
|
|
33
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
|
}[]>;
|
|
@@ -56,14 +56,14 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
56
56
|
selectItem: import("vue").ComputedRef<{
|
|
57
57
|
readonly value: string;
|
|
58
58
|
readonly name: string;
|
|
59
|
-
readonly placeholder?: string | undefined;
|
|
60
59
|
readonly options?: any[] | undefined;
|
|
61
|
-
readonly fieldNames?: object | undefined;
|
|
62
60
|
readonly list?: {
|
|
63
61
|
[x: string]: any;
|
|
64
62
|
name?: string | undefined;
|
|
65
63
|
value?: any;
|
|
66
64
|
}[] | undefined;
|
|
65
|
+
readonly placeholder?: string | undefined;
|
|
66
|
+
readonly fieldNames?: object | undefined;
|
|
67
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>;
|
|
@@ -22,14 +22,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
newList: import("vue").Ref<{
|
|
23
23
|
readonly value: string;
|
|
24
24
|
readonly name: string;
|
|
25
|
-
readonly placeholder?: string | undefined;
|
|
26
25
|
readonly options?: any[] | undefined;
|
|
27
|
-
readonly fieldNames?: object | undefined;
|
|
28
26
|
readonly list?: {
|
|
29
27
|
[x: string]: any;
|
|
30
28
|
name?: string | undefined;
|
|
31
29
|
value?: any;
|
|
32
30
|
}[] | undefined;
|
|
31
|
+
readonly placeholder?: string | undefined;
|
|
32
|
+
readonly fieldNames?: object | undefined;
|
|
33
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
|
}[]>;
|
|
@@ -56,14 +56,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
selectItem: import("vue").ComputedRef<{
|
|
57
57
|
readonly value: string;
|
|
58
58
|
readonly name: string;
|
|
59
|
-
readonly placeholder?: string | undefined;
|
|
60
59
|
readonly options?: any[] | undefined;
|
|
61
|
-
readonly fieldNames?: object | undefined;
|
|
62
60
|
readonly list?: {
|
|
63
61
|
[x: string]: any;
|
|
64
62
|
name?: string | undefined;
|
|
65
63
|
value?: any;
|
|
66
64
|
}[] | undefined;
|
|
65
|
+
readonly placeholder?: string | undefined;
|
|
66
|
+
readonly fieldNames?: object | undefined;
|
|
67
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>;
|
|
@@ -9,8 +9,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
13
12
|
readonly dataSource: any[];
|
|
13
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
14
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
15
|
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
@@ -29,8 +29,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
33
32
|
readonly dataSource: any[];
|
|
33
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
34
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
35
|
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
@@ -271,8 +271,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
271
271
|
};
|
|
272
272
|
}, {
|
|
273
273
|
props: import("@vue/shared").LooseRequired<{
|
|
274
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
275
274
|
readonly dataSource: any[];
|
|
275
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
276
276
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
277
277
|
readonly scroll: any;
|
|
278
278
|
readonly operateWidth: number;
|
|
@@ -478,8 +478,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
478
478
|
}>> & {
|
|
479
479
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
480
480
|
}, {
|
|
481
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
482
481
|
readonly dataSource: any[];
|
|
482
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
483
483
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
484
484
|
readonly scroll: any;
|
|
485
485
|
readonly operateWidth: number;
|
|
@@ -573,8 +573,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
577
576
|
readonly dataSource: any[];
|
|
577
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
578
578
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
579
579
|
readonly scroll: any;
|
|
580
580
|
readonly operateWidth: number;
|
|
@@ -593,8 +593,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
597
596
|
readonly dataSource: any[];
|
|
597
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
598
598
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
599
599
|
readonly scroll: any;
|
|
600
600
|
readonly operateWidth: number;
|
|
@@ -74,8 +74,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
};
|
|
75
75
|
}, {
|
|
76
76
|
props: import("@vue/shared").LooseRequired<{
|
|
77
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
78
77
|
readonly dataSource: any[];
|
|
78
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
79
79
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
80
80
|
readonly scroll: any;
|
|
81
81
|
readonly operateWidth: number;
|
|
@@ -281,8 +281,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
281
|
}>> & {
|
|
282
282
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
283
283
|
}, {
|
|
284
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
285
284
|
readonly dataSource: any[];
|
|
285
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
286
286
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
287
287
|
readonly scroll: any;
|
|
288
288
|
readonly operateWidth: number;
|
|
@@ -11,8 +11,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
15
14
|
readonly dataSource: any[];
|
|
15
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
16
16
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
17
17
|
readonly scroll: any;
|
|
18
18
|
readonly operateWidth: number;
|
|
@@ -31,8 +31,8 @@ export declare const tableProps: {
|
|
|
31
31
|
readonly resizeColumn?: Function | undefined;
|
|
32
32
|
readonly dragChange?: Function | undefined;
|
|
33
33
|
}) | (() => MainTableProps) | ((new (...args: any[]) => {
|
|
34
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
35
34
|
readonly dataSource: any[];
|
|
35
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
36
36
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
37
37
|
readonly scroll: any;
|
|
38
38
|
readonly operateWidth: number;
|
|
@@ -9,8 +9,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
13
12
|
readonly dataSource: any[];
|
|
13
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
14
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
15
|
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
@@ -29,8 +29,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
33
32
|
readonly dataSource: any[];
|
|
33
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
34
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
35
|
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
@@ -271,8 +271,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
271
271
|
};
|
|
272
272
|
}, {
|
|
273
273
|
props: import("@vue/shared").LooseRequired<{
|
|
274
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
275
274
|
readonly dataSource: any[];
|
|
275
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
276
276
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
277
277
|
readonly scroll: any;
|
|
278
278
|
readonly operateWidth: number;
|
|
@@ -478,8 +478,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
478
478
|
}>> & {
|
|
479
479
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
480
480
|
}, {
|
|
481
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
482
481
|
readonly dataSource: any[];
|
|
482
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
483
483
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
484
484
|
readonly scroll: any;
|
|
485
485
|
readonly operateWidth: number;
|
|
@@ -573,8 +573,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
577
576
|
readonly dataSource: any[];
|
|
577
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
578
578
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
579
579
|
readonly scroll: any;
|
|
580
580
|
readonly operateWidth: number;
|
|
@@ -593,8 +593,8 @@ 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 columns: import("ant-design-vue").TableColumnProps[];
|
|
597
596
|
readonly dataSource: any[];
|
|
597
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
598
598
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
599
599
|
readonly scroll: any;
|
|
600
600
|
readonly operateWidth: number;
|
|
@@ -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" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
49
|
+
default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "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" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
148
|
+
default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "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" | "hidden" | "url" | "search" | "color" | "date" | "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" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
48
|
+
default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "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" | "hidden" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
147
|
+
default: "number" | "month" | "hidden" | "url" | "search" | "color" | "date" | "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" | "hidden" | "url" | "search" | "color" | "date" | "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, "left" | "right" | "
|
|
4
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "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,9 +21,9 @@ 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, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
25
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>;
|
|
26
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
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
27
27
|
readonly tip: string;
|
|
28
28
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
29
29
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -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, "left" | "right" | "
|
|
68
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "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,9 +84,9 @@ 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, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
88
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>;
|
|
89
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
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
90
90
|
readonly tip: string;
|
|
91
91
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
92
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -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, "left" | "right" | "
|
|
6
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "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, "left" | "right" | "
|
|
3
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "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,9 +20,9 @@ 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, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
24
23
|
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
24
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
25
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
26
26
|
readonly tip: string;
|
|
27
27
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
28
28
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -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, "left" | "right" | "
|
|
67
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top" | "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,9 +83,9 @@ 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, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
87
86
|
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
87
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
88
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
89
89
|
readonly tip: string;
|
|
90
90
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
91
91
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -20,14 +20,14 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
20
20
|
readonly modalConfigProps: {
|
|
21
21
|
readonly type: import("vue").PropType<{
|
|
22
22
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
23
|
-
readonly title: string;
|
|
24
23
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
25
|
-
readonly
|
|
24
|
+
readonly title: string;
|
|
26
25
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
27
26
|
readonly wrapClassName: string;
|
|
28
27
|
readonly class: string;
|
|
29
28
|
readonly cancelText: string;
|
|
30
29
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
30
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
31
|
readonly confirmText: string;
|
|
32
32
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
33
33
|
}>;
|
|
@@ -37,12 +37,12 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
37
37
|
};
|
|
38
38
|
readonly drawerConfigProps: {
|
|
39
39
|
readonly type: import("vue").PropType<{
|
|
40
|
-
readonly title: string;
|
|
41
40
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
-
readonly
|
|
41
|
+
readonly title: string;
|
|
43
42
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
43
|
readonly cancelText: string;
|
|
45
44
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
46
|
readonly confirmText: string;
|
|
47
47
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
48
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -73,37 +73,37 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
73
73
|
readonly expandedKeys?: string[] | undefined;
|
|
74
74
|
readonly modalConfigProps?: {
|
|
75
75
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
76
|
-
readonly title: string;
|
|
77
76
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
78
|
-
readonly
|
|
77
|
+
readonly title: string;
|
|
79
78
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
79
|
readonly wrapClassName: string;
|
|
81
80
|
readonly class: string;
|
|
82
81
|
readonly cancelText: string;
|
|
83
82
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
83
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
84
|
readonly confirmText: string;
|
|
85
85
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
86
|
} | undefined;
|
|
87
87
|
readonly drawerConfigProps?: {
|
|
88
|
-
readonly title: string;
|
|
89
88
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
90
|
-
readonly
|
|
89
|
+
readonly title: string;
|
|
91
90
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
91
|
readonly cancelText: string;
|
|
93
92
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
93
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
94
|
readonly confirmText: string;
|
|
95
95
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
96
96
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
97
97
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
98
98
|
} | undefined;
|
|
99
99
|
readonly onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
100
|
-
readonly onClose?: (() => any) | undefined;
|
|
101
100
|
readonly onOk?: (() => any) | undefined;
|
|
101
|
+
readonly onClose?: (() => any) | undefined;
|
|
102
102
|
readonly onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
103
103
|
readonly onCancel?: (() => any) | undefined;
|
|
104
104
|
readonly onClickAdd?: (() => any) | undefined;
|
|
105
105
|
} & {}>;
|
|
106
|
-
emits: ((event: "
|
|
106
|
+
emits: ((event: "ok") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "close") => 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: {
|
|
@@ -335,14 +335,14 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
335
335
|
readonly modalConfigProps: {
|
|
336
336
|
readonly type: import("vue").PropType<{
|
|
337
337
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
338
|
-
readonly title: string;
|
|
339
338
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
340
|
-
readonly
|
|
339
|
+
readonly title: string;
|
|
341
340
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
342
341
|
readonly wrapClassName: string;
|
|
343
342
|
readonly class: string;
|
|
344
343
|
readonly cancelText: string;
|
|
345
344
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
346
|
readonly confirmText: string;
|
|
347
347
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
348
348
|
}>;
|
|
@@ -352,12 +352,12 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
352
352
|
};
|
|
353
353
|
readonly drawerConfigProps: {
|
|
354
354
|
readonly type: import("vue").PropType<{
|
|
355
|
-
readonly title: string;
|
|
356
355
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
|
-
readonly
|
|
356
|
+
readonly title: string;
|
|
358
357
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
359
358
|
readonly cancelText: string;
|
|
360
359
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
360
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
361
361
|
readonly confirmText: string;
|
|
362
362
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
363
363
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -376,8 +376,8 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
376
376
|
readonly onSearchInputChange: import("ll-plus/es/utils").EpPropFinalized<FunctionConstructor, unknown, unknown, (v: string) => boolean, boolean>;
|
|
377
377
|
}>> & {
|
|
378
378
|
onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
379
|
-
onClose?: (() => any) | undefined;
|
|
380
379
|
onOk?: (() => any) | undefined;
|
|
380
|
+
onClose?: (() => any) | undefined;
|
|
381
381
|
onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
382
382
|
onCancel?: (() => any) | undefined;
|
|
383
383
|
onClickAdd?: (() => any) | undefined;
|