ll-plus 2.8.5 → 2.8.7
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 +290 -290
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- 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/color-picker/index.d.ts +4 -4
- package/es/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/es/components/color-picker/src/config/color-picker.d.ts +1 -1
- package/es/components/config-provider/index.d.ts +1 -0
- package/es/components/config-provider/src/config-provider.vue.d.ts +1 -0
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +5 -5
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/easy-cron/index.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/es/components/form/index.d.ts +145 -145
- 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 +144 -144
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +232 -232
- package/es/components/key-value/src/key-value.vue.d.ts +696 -696
- package/es/components/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- 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 +6 -6
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +6 -6
- package/es/components/radio/index.d.ts +10 -10
- package/es/components/radio/src/radio-group.vue.d.ts +5 -5
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- 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 +4 -4
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- package/es/components/steps/index.d.ts +11 -11
- package/es/components/steps/src/steps.vue.d.ts +11 -11
- package/es/components/switch/index.d.ts +4 -4
- package/es/components/switch/src/switch.vue.d.ts +4 -4
- package/es/components/table/index.d.ts +14 -14
- package/es/components/table/src/components/main-table.vue.d.ts +6 -6
- package/es/components/table/src/config/main-table.d.ts +1 -1
- package/es/components/table/src/config/table.d.ts +4 -4
- package/es/components/table/src/table.vue.d.ts +14 -14
- 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 +4 -4
- package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +4 -4
- 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/constant/locale.d.ts +0 -0
- package/es/locale/config.d.ts +14 -0
- package/es/locale/lang/en.d.ts +2 -1
- package/es/locale/lang/zh-cn.d.ts +2 -1
- package/es/locale/lang/zh-tw.d.ts +2 -1
- package/es/packages/components/config-provider/src/config-provider.vue2.mjs +15 -1
- package/es/packages/components/config-provider/src/config-provider.vue2.mjs.map +1 -1
- package/es/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue2.mjs +2 -1
- package/es/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/main-table.vue2.mjs +0 -1
- package/es/packages/components/table/src/components/main-table.vue2.mjs.map +1 -1
- package/es/packages/constant/locale.mjs +2 -0
- package/es/packages/constant/locale.mjs.map +1 -0
- package/es/packages/hooks/use-locale/index.mjs +0 -2
- package/es/packages/hooks/use-locale/index.mjs.map +1 -1
- package/es/packages/locale/config.mjs +32 -0
- package/es/packages/locale/config.mjs.map +1 -0
- package/es/packages/locale/lang/en.mjs +3 -1
- package/es/packages/locale/lang/en.mjs.map +1 -1
- package/es/packages/locale/lang/zh-cn.mjs +3 -1
- package/es/packages/locale/lang/zh-cn.mjs.map +1 -1
- package/es/packages/locale/lang/zh-tw.mjs +3 -1
- package/es/packages/locale/lang/zh-tw.mjs.map +1 -1
- package/index.full.js +93 -10
- package/index.full.min.js +22 -22
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +27 -27
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +92 -6
- package/lib/components/advanced-filtering/index.d.ts +290 -290
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- 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/color-picker/index.d.ts +4 -4
- package/lib/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/lib/components/color-picker/src/config/color-picker.d.ts +1 -1
- package/lib/components/config-provider/index.d.ts +1 -0
- package/lib/components/config-provider/src/config-provider.vue.d.ts +1 -0
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +5 -5
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/easy-cron/index.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/lib/components/form/index.d.ts +145 -145
- 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 +144 -144
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +232 -232
- package/lib/components/key-value/src/key-value.vue.d.ts +696 -696
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- 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 +6 -6
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +6 -6
- package/lib/components/radio/index.d.ts +10 -10
- package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- 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 +4 -4
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- package/lib/components/steps/index.d.ts +11 -11
- package/lib/components/steps/src/steps.vue.d.ts +11 -11
- package/lib/components/switch/index.d.ts +4 -4
- package/lib/components/switch/src/switch.vue.d.ts +4 -4
- package/lib/components/table/index.d.ts +14 -14
- package/lib/components/table/src/components/main-table.vue.d.ts +6 -6
- package/lib/components/table/src/config/main-table.d.ts +1 -1
- package/lib/components/table/src/config/table.d.ts +4 -4
- package/lib/components/table/src/table.vue.d.ts +14 -14
- 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 +4 -4
- package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +4 -4
- 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/constant/locale.d.ts +0 -0
- package/lib/locale/config.d.ts +14 -0
- package/lib/locale/lang/en.d.ts +2 -1
- package/lib/locale/lang/zh-cn.d.ts +2 -1
- package/lib/locale/lang/zh-tw.d.ts +2 -1
- package/lib/packages/components/config-provider/src/config-provider.vue2.js +15 -1
- package/lib/packages/components/config-provider/src/config-provider.vue2.js.map +1 -1
- package/lib/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue2.js +2 -1
- package/lib/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/main-table.vue2.js +0 -1
- package/lib/packages/components/table/src/components/main-table.vue2.js.map +1 -1
- package/lib/packages/constant/locale.js +4 -0
- package/lib/packages/constant/locale.js.map +1 -0
- package/lib/packages/hooks/use-locale/index.js +0 -2
- package/lib/packages/hooks/use-locale/index.js.map +1 -1
- package/lib/packages/locale/config.js +36 -0
- package/lib/packages/locale/config.js.map +1 -0
- package/lib/packages/locale/lang/en.js +3 -1
- package/lib/packages/locale/lang/en.js.map +1 -1
- package/lib/packages/locale/lang/zh-cn.js +3 -1
- package/lib/packages/locale/lang/zh-cn.js.map +1 -1
- package/lib/packages/locale/lang/zh-tw.js +3 -1
- package/lib/packages/locale/lang/zh-tw.js.map +1 -1
- package/locale/en.js +10 -3
- package/locale/en.min.js +1 -1
- package/locale/en.min.js.map +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.min.mjs.map +1 -1
- package/locale/en.mjs +15 -1
- package/locale/zh-cn.js +10 -3
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.js.map +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.min.mjs.map +1 -1
- package/locale/zh-cn.mjs +15 -1
- package/locale/zh-tw.js +10 -3
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.js.map +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.min.mjs.map +1 -1
- package/locale/zh-tw.mjs +15 -1
- package/package.json +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/operate-tree.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +290 -290
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- 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/color-picker/index.d.ts +4 -4
- package/types/packages/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/types/packages/components/color-picker/src/config/color-picker.d.ts +1 -1
- package/types/packages/components/config-provider/index.d.ts +1 -0
- package/types/packages/components/config-provider/src/config-provider.vue.d.ts +1 -0
- package/types/packages/components/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +5 -5
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/easy-cron/index.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/types/packages/components/form/index.d.ts +145 -145
- 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 +144 -144
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +232 -232
- package/types/packages/components/key-value/src/key-value.vue.d.ts +696 -696
- package/types/packages/components/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- 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 +6 -6
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/radio/index.d.ts +10 -10
- package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
- package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
- 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 +4 -4
- 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 +4 -4
- package/types/packages/components/steps/index.d.ts +11 -11
- package/types/packages/components/steps/src/steps.vue.d.ts +11 -11
- package/types/packages/components/switch/index.d.ts +4 -4
- package/types/packages/components/switch/src/switch.vue.d.ts +4 -4
- package/types/packages/components/table/index.d.ts +14 -14
- package/types/packages/components/table/src/components/main-table.vue.d.ts +6 -6
- package/types/packages/components/table/src/config/main-table.d.ts +1 -1
- package/types/packages/components/table/src/config/table.d.ts +4 -4
- package/types/packages/components/table/src/table.vue.d.ts +14 -14
- 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 +4 -4
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +4 -4
- 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/constant/locale.d.ts +0 -0
- package/types/packages/locale/config.d.ts +14 -0
- package/types/packages/locale/lang/en.d.ts +2 -1
- package/types/packages/locale/lang/zh-cn.d.ts +2 -1
- package/types/packages/locale/lang/zh-tw.d.ts +2 -1
|
@@ -20,8 +20,8 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
20
20
|
selectType: import("vue").Ref<any>;
|
|
21
21
|
value: import("vue").Ref<any>;
|
|
22
22
|
newList: import("vue").Ref<{
|
|
23
|
-
readonly name: string;
|
|
24
23
|
readonly value: string;
|
|
24
|
+
readonly name: string;
|
|
25
25
|
readonly placeholder?: string | undefined;
|
|
26
26
|
readonly options?: any[] | undefined;
|
|
27
27
|
readonly fieldNames?: object | undefined;
|
|
@@ -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: {
|
|
@@ -54,8 +54,8 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
54
54
|
is: (name?: string) => string;
|
|
55
55
|
};
|
|
56
56
|
selectItem: import("vue").ComputedRef<{
|
|
57
|
-
readonly name: string;
|
|
58
57
|
readonly value: string;
|
|
58
|
+
readonly name: string;
|
|
59
59
|
readonly placeholder?: string | undefined;
|
|
60
60
|
readonly options?: any[] | undefined;
|
|
61
61
|
readonly fieldNames?: object | undefined;
|
|
@@ -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;
|
|
@@ -20,8 +20,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
selectType: import("vue").Ref<any>;
|
|
21
21
|
value: import("vue").Ref<any>;
|
|
22
22
|
newList: import("vue").Ref<{
|
|
23
|
-
readonly name: string;
|
|
24
23
|
readonly value: string;
|
|
24
|
+
readonly name: string;
|
|
25
25
|
readonly placeholder?: string | undefined;
|
|
26
26
|
readonly options?: any[] | undefined;
|
|
27
27
|
readonly fieldNames?: object | undefined;
|
|
@@ -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: {
|
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
is: (name?: string) => string;
|
|
55
55
|
};
|
|
56
56
|
selectItem: import("vue").ComputedRef<{
|
|
57
|
-
readonly name: string;
|
|
58
57
|
readonly value: string;
|
|
58
|
+
readonly name: string;
|
|
59
59
|
readonly placeholder?: string | undefined;
|
|
60
60
|
readonly options?: any[] | undefined;
|
|
61
61
|
readonly fieldNames?: object | undefined;
|
|
@@ -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>;
|
|
@@ -95,8 +95,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
95
95
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
96
96
|
};
|
|
97
97
|
size: {
|
|
98
|
-
type: import("vue").PropType<"
|
|
99
|
-
default: "
|
|
98
|
+
type: import("vue").PropType<"default" | "small">;
|
|
99
|
+
default: "default" | "small";
|
|
100
100
|
};
|
|
101
101
|
direction: {
|
|
102
102
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -199,8 +199,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
199
199
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
200
200
|
};
|
|
201
201
|
size: {
|
|
202
|
-
type: import("vue").PropType<"
|
|
203
|
-
default: "
|
|
202
|
+
type: import("vue").PropType<"default" | "small">;
|
|
203
|
+
default: "default" | "small";
|
|
204
204
|
};
|
|
205
205
|
direction: {
|
|
206
206
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -223,7 +223,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
223
223
|
default: (current: number) => void;
|
|
224
224
|
};
|
|
225
225
|
}>>, {
|
|
226
|
-
size: "
|
|
226
|
+
size: "default" | "small";
|
|
227
227
|
type: "default" | "inline" | "navigation";
|
|
228
228
|
onChange: (current: number) => void;
|
|
229
229
|
responsive: boolean;
|
|
@@ -353,8 +353,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
353
353
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
354
354
|
};
|
|
355
355
|
size: {
|
|
356
|
-
type: import("vue").PropType<"
|
|
357
|
-
default: "
|
|
356
|
+
type: import("vue").PropType<"default" | "small">;
|
|
357
|
+
default: "default" | "small";
|
|
358
358
|
};
|
|
359
359
|
direction: {
|
|
360
360
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -377,7 +377,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
377
377
|
default: (current: number) => void;
|
|
378
378
|
};
|
|
379
379
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
380
|
-
size: "
|
|
380
|
+
size: "default" | "small";
|
|
381
381
|
type: "default" | "inline" | "navigation";
|
|
382
382
|
onChange: (current: number) => void;
|
|
383
383
|
responsive: boolean;
|
|
@@ -501,8 +501,8 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
501
501
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
502
502
|
};
|
|
503
503
|
size: {
|
|
504
|
-
type: import("vue").PropType<"
|
|
505
|
-
default: "
|
|
504
|
+
type: import("vue").PropType<"default" | "small">;
|
|
505
|
+
default: "default" | "small";
|
|
506
506
|
};
|
|
507
507
|
direction: {
|
|
508
508
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -525,7 +525,7 @@ export declare const LlSteps: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
525
525
|
default: (current: number) => void;
|
|
526
526
|
};
|
|
527
527
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
528
|
-
size: "
|
|
528
|
+
size: "default" | "small";
|
|
529
529
|
type: "default" | "inline" | "navigation";
|
|
530
530
|
onChange: (current: number) => void;
|
|
531
531
|
responsive: boolean;
|
|
@@ -94,8 +94,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
94
94
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
95
95
|
};
|
|
96
96
|
size: {
|
|
97
|
-
type: import("vue").PropType<"
|
|
98
|
-
default: "
|
|
97
|
+
type: import("vue").PropType<"default" | "small">;
|
|
98
|
+
default: "default" | "small";
|
|
99
99
|
};
|
|
100
100
|
direction: {
|
|
101
101
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -198,8 +198,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
198
198
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
199
199
|
};
|
|
200
200
|
size: {
|
|
201
|
-
type: import("vue").PropType<"
|
|
202
|
-
default: "
|
|
201
|
+
type: import("vue").PropType<"default" | "small">;
|
|
202
|
+
default: "default" | "small";
|
|
203
203
|
};
|
|
204
204
|
direction: {
|
|
205
205
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -222,7 +222,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
222
222
|
default: (current: number) => void;
|
|
223
223
|
};
|
|
224
224
|
}>>, {
|
|
225
|
-
size: "
|
|
225
|
+
size: "default" | "small";
|
|
226
226
|
type: "default" | "inline" | "navigation";
|
|
227
227
|
onChange: (current: number) => void;
|
|
228
228
|
responsive: boolean;
|
|
@@ -352,8 +352,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
352
352
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
353
353
|
};
|
|
354
354
|
size: {
|
|
355
|
-
type: import("vue").PropType<"
|
|
356
|
-
default: "
|
|
355
|
+
type: import("vue").PropType<"default" | "small">;
|
|
356
|
+
default: "default" | "small";
|
|
357
357
|
};
|
|
358
358
|
direction: {
|
|
359
359
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -376,7 +376,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
376
376
|
default: (current: number) => void;
|
|
377
377
|
};
|
|
378
378
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
379
|
-
size: "
|
|
379
|
+
size: "default" | "small";
|
|
380
380
|
type: "default" | "inline" | "navigation";
|
|
381
381
|
onChange: (current: number) => void;
|
|
382
382
|
responsive: boolean;
|
|
@@ -500,8 +500,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
500
500
|
default: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
501
501
|
};
|
|
502
502
|
size: {
|
|
503
|
-
type: import("vue").PropType<"
|
|
504
|
-
default: "
|
|
503
|
+
type: import("vue").PropType<"default" | "small">;
|
|
504
|
+
default: "default" | "small";
|
|
505
505
|
};
|
|
506
506
|
direction: {
|
|
507
507
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
@@ -524,7 +524,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
524
524
|
default: (current: number) => void;
|
|
525
525
|
};
|
|
526
526
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
527
|
-
size: "
|
|
527
|
+
size: "default" | "small";
|
|
528
528
|
type: "default" | "inline" | "navigation";
|
|
529
529
|
onChange: (current: number) => void;
|
|
530
530
|
responsive: boolean;
|
|
@@ -17,7 +17,7 @@ export declare const LlSwitch: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
17
17
|
new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
id: StringConstructor;
|
|
19
19
|
prefixCls: StringConstructor;
|
|
20
|
-
size: import("vue-types").VueTypeDef<"
|
|
20
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
21
21
|
disabled: {
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: any;
|
|
@@ -60,7 +60,7 @@ export declare const LlSwitch: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
60
60
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
61
61
|
id: StringConstructor;
|
|
62
62
|
prefixCls: StringConstructor;
|
|
63
|
-
size: import("vue-types").VueTypeDef<"
|
|
63
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
64
64
|
disabled: {
|
|
65
65
|
type: BooleanConstructor;
|
|
66
66
|
default: any;
|
|
@@ -120,7 +120,7 @@ export declare const LlSwitch: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
120
120
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
121
121
|
id: StringConstructor;
|
|
122
122
|
prefixCls: StringConstructor;
|
|
123
|
-
size: import("vue-types").VueTypeDef<"
|
|
123
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
124
124
|
disabled: {
|
|
125
125
|
type: BooleanConstructor;
|
|
126
126
|
default: any;
|
|
@@ -173,7 +173,7 @@ export declare const LlSwitch: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
173
173
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
174
174
|
id: StringConstructor;
|
|
175
175
|
prefixCls: StringConstructor;
|
|
176
|
-
size: import("vue-types").VueTypeDef<"
|
|
176
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
177
177
|
disabled: {
|
|
178
178
|
type: BooleanConstructor;
|
|
179
179
|
default: any;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
16
16
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
id: StringConstructor;
|
|
18
18
|
prefixCls: StringConstructor;
|
|
19
|
-
size: import("vue-types").VueTypeDef<"
|
|
19
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
20
20
|
disabled: {
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: any;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
59
59
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
60
60
|
id: StringConstructor;
|
|
61
61
|
prefixCls: StringConstructor;
|
|
62
|
-
size: import("vue-types").VueTypeDef<"
|
|
62
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
63
63
|
disabled: {
|
|
64
64
|
type: BooleanConstructor;
|
|
65
65
|
default: any;
|
|
@@ -119,7 +119,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
119
119
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
120
120
|
id: StringConstructor;
|
|
121
121
|
prefixCls: StringConstructor;
|
|
122
|
-
size: import("vue-types").VueTypeDef<"
|
|
122
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
123
123
|
disabled: {
|
|
124
124
|
type: BooleanConstructor;
|
|
125
125
|
default: any;
|
|
@@ -172,7 +172,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
172
172
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
173
173
|
id: StringConstructor;
|
|
174
174
|
prefixCls: StringConstructor;
|
|
175
|
-
size: import("vue-types").VueTypeDef<"
|
|
175
|
+
size: import("vue-types").VueTypeDef<"default" | "small">;
|
|
176
176
|
disabled: {
|
|
177
177
|
type: BooleanConstructor;
|
|
178
178
|
default: any;
|
|
@@ -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
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
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
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
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>;
|
|
@@ -200,7 +200,7 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
200
200
|
}, {}>;
|
|
201
201
|
MainTable: import("vue").DefineComponent<{
|
|
202
202
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
203
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
203
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "card" | "table", unknown, "table", boolean>;
|
|
204
204
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
205
205
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]) | ((new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]))[], unknown, unknown, () => never[], boolean>;
|
|
206
206
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -274,10 +274,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
274
274
|
};
|
|
275
275
|
}, {
|
|
276
276
|
props: import("@vue/shared").LooseRequired<{
|
|
277
|
-
readonly scroll: any;
|
|
278
277
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
279
278
|
readonly dataSource: any[];
|
|
280
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
279
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
280
|
+
readonly scroll: any;
|
|
281
281
|
readonly operateWidth: number;
|
|
282
282
|
readonly settingKey: string;
|
|
283
283
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -407,7 +407,7 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
407
407
|
handleChangeDataSource: (dataSource: any[]) => boolean;
|
|
408
408
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
409
409
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
410
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
410
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "card" | "table", unknown, "table", boolean>;
|
|
411
411
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
412
412
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]) | ((new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]))[], unknown, unknown, () => never[], boolean>;
|
|
413
413
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -482,10 +482,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
482
482
|
}>> & {
|
|
483
483
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
484
484
|
}, {
|
|
485
|
-
readonly scroll: any;
|
|
486
485
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
487
486
|
readonly dataSource: any[];
|
|
488
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
487
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
488
|
+
readonly scroll: any;
|
|
489
489
|
readonly operateWidth: number;
|
|
490
490
|
readonly settingKey: string;
|
|
491
491
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -590,10 +590,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
590
590
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
591
591
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
592
592
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
593
|
-
readonly scroll: any;
|
|
594
593
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
595
594
|
readonly dataSource: any[];
|
|
596
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
595
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
596
|
+
readonly scroll: any;
|
|
597
597
|
readonly operateWidth: number;
|
|
598
598
|
readonly settingKey: string;
|
|
599
599
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -610,10 +610,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
610
610
|
readonly resizeColumn?: Function | undefined;
|
|
611
611
|
readonly dragChange?: Function | undefined;
|
|
612
612
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
613
|
-
readonly scroll: any;
|
|
614
613
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
615
614
|
readonly dataSource: any[];
|
|
616
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
615
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
616
|
+
readonly scroll: any;
|
|
617
617
|
readonly operateWidth: number;
|
|
618
618
|
readonly settingKey: string;
|
|
619
619
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
3
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
3
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "card" | "table", unknown, "table", boolean>;
|
|
4
4
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]) | ((new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]))[], unknown, unknown, () => never[], boolean>;
|
|
6
6
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -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
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
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>;
|
|
@@ -207,7 +207,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
207
|
handleChangeDataSource: (dataSource: any[]) => boolean;
|
|
208
208
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
209
209
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
210
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
210
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "card" | "table", unknown, "table", boolean>;
|
|
211
211
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
212
212
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]) | ((new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]))[], unknown, unknown, () => never[], boolean>;
|
|
213
213
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -282,10 +282,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
282
282
|
}>> & {
|
|
283
283
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
284
284
|
}, {
|
|
285
|
-
readonly scroll: any;
|
|
286
285
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
287
286
|
readonly dataSource: any[];
|
|
288
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
287
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
288
|
+
readonly scroll: any;
|
|
289
289
|
readonly operateWidth: number;
|
|
290
290
|
readonly settingKey: string;
|
|
291
291
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -4,7 +4,7 @@ import type { ExtractPropTypes } from 'vue';
|
|
|
4
4
|
export declare const tableContentType: readonly ["table", "card"];
|
|
5
5
|
export declare const mainTableProps: {
|
|
6
6
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
7
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
7
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "card" | "table", unknown, "table", boolean>;
|
|
8
8
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
9
9
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => TableColumnProps[]) | (() => TableColumnProps[]) | ((new (...args: any[]) => TableColumnProps[]) | (() => TableColumnProps[]))[], unknown, unknown, () => never[], boolean>;
|
|
10
10
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -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
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
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
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
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
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
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
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
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>;
|
|
@@ -200,7 +200,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
200
|
}, {}>;
|
|
201
201
|
MainTable: import("vue").DefineComponent<{
|
|
202
202
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
203
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
203
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "card" | "table", unknown, "table", boolean>;
|
|
204
204
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
205
205
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]) | ((new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]))[], unknown, unknown, () => never[], boolean>;
|
|
206
206
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -274,10 +274,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
274
274
|
};
|
|
275
275
|
}, {
|
|
276
276
|
props: import("@vue/shared").LooseRequired<{
|
|
277
|
-
readonly scroll: any;
|
|
278
277
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
279
278
|
readonly dataSource: any[];
|
|
280
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
279
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
280
|
+
readonly scroll: any;
|
|
281
281
|
readonly operateWidth: number;
|
|
282
282
|
readonly settingKey: string;
|
|
283
283
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
407
407
|
handleChangeDataSource: (dataSource: any[]) => boolean;
|
|
408
408
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
409
409
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
410
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
410
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "card" | "table", unknown, "table", boolean>;
|
|
411
411
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
412
412
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]) | ((new (...args: any[]) => import("ant-design-vue").TableColumnProps[]) | (() => import("ant-design-vue").TableColumnProps[]))[], unknown, unknown, () => never[], boolean>;
|
|
413
413
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -482,10 +482,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
482
482
|
}>> & {
|
|
483
483
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
484
484
|
}, {
|
|
485
|
-
readonly scroll: any;
|
|
486
485
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
487
486
|
readonly dataSource: any[];
|
|
488
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
487
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
488
|
+
readonly scroll: any;
|
|
489
489
|
readonly operateWidth: number;
|
|
490
490
|
readonly settingKey: string;
|
|
491
491
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -590,10 +590,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
590
590
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
591
591
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
592
592
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
593
|
-
readonly scroll: any;
|
|
594
593
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
595
594
|
readonly dataSource: any[];
|
|
596
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
595
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
596
|
+
readonly scroll: any;
|
|
597
597
|
readonly operateWidth: number;
|
|
598
598
|
readonly settingKey: string;
|
|
599
599
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -610,10 +610,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
610
610
|
readonly resizeColumn?: Function | undefined;
|
|
611
611
|
readonly dragChange?: Function | undefined;
|
|
612
612
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
613
|
-
readonly scroll: any;
|
|
614
613
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
615
614
|
readonly dataSource: any[];
|
|
616
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
615
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
616
|
+
readonly scroll: any;
|
|
617
617
|
readonly operateWidth: number;
|
|
618
618
|
readonly settingKey: string;
|
|
619
619
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|