ll-plus 2.8.2 → 2.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +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 +37 -2
- package/es/components/config-provider/src/config-provider.d.ts +18 -2
- package/es/components/config-provider/src/config-provider.vue.d.ts +37 -2
- 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 +15 -22
- package/es/components/table/src/components/main-table.vue.d.ts +7 -10
- package/es/components/table/src/config/main-table.d.ts +1 -2
- package/es/components/table/src/config/table.d.ts +4 -6
- package/es/components/table/src/table.vue.d.ts +15 -22
- 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/hooks/index.d.ts +1 -0
- package/es/hooks/use-locale/index.d.ts +15 -0
- package/es/index.mjs +2 -0
- package/es/index.mjs.map +1 -1
- package/es/locale/index.d.ts +10 -0
- package/es/locale/lang/en.d.ts +9 -0
- package/es/locale/lang/zh-cn.d.ts +9 -0
- package/es/locale/lang/zh-tw.d.ts +9 -0
- package/es/packages/components/config-provider/index.mjs +1 -1
- package/es/packages/components/config-provider/src/config-provider.mjs +29 -0
- package/es/packages/components/config-provider/src/config-provider.mjs.map +1 -1
- package/es/packages/components/config-provider/src/config-provider.vue2.mjs +18 -3
- package/es/packages/components/config-provider/src/config-provider.vue2.mjs.map +1 -1
- package/es/packages/components/index.mjs +1 -0
- package/es/packages/components/index.mjs.map +1 -1
- package/es/packages/components/table/src/components/main-table.vue2.mjs +4 -1
- package/es/packages/components/table/src/components/main-table.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/pagination.vue2.mjs +30 -7
- package/es/packages/components/table/src/components/pagination.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/config/main-table.mjs +0 -7
- package/es/packages/components/table/src/config/main-table.mjs.map +1 -1
- package/es/packages/hooks/index.mjs +1 -0
- package/es/packages/hooks/index.mjs.map +1 -1
- package/es/packages/hooks/use-locale/index.mjs +29 -0
- package/es/packages/hooks/use-locale/index.mjs.map +1 -0
- package/es/packages/locale/index.mjs +6 -0
- package/es/packages/locale/index.mjs.map +1 -0
- package/es/packages/locale/lang/en.mjs +12 -0
- package/es/packages/locale/lang/en.mjs.map +1 -0
- package/es/packages/locale/lang/zh-cn.mjs +12 -0
- package/es/packages/locale/lang/zh-cn.mjs.map +1 -0
- package/es/packages/locale/lang/zh-tw.mjs +12 -0
- package/es/packages/locale/lang/zh-tw.mjs.map +1 -0
- package/index.full.js +125 -18
- package/index.full.min.js +27 -40
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +27 -40
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +121 -20
- 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 +37 -2
- package/lib/components/config-provider/src/config-provider.d.ts +18 -2
- package/lib/components/config-provider/src/config-provider.vue.d.ts +37 -2
- 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 +15 -22
- package/lib/components/table/src/components/main-table.vue.d.ts +7 -10
- package/lib/components/table/src/config/main-table.d.ts +1 -2
- package/lib/components/table/src/config/table.d.ts +4 -6
- package/lib/components/table/src/table.vue.d.ts +15 -22
- 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/hooks/index.d.ts +1 -0
- package/lib/hooks/use-locale/index.d.ts +15 -0
- package/lib/index.js +10 -2
- package/lib/index.js.map +1 -1
- package/lib/locale/index.d.ts +10 -0
- package/lib/locale/lang/en.d.ts +9 -0
- package/lib/locale/lang/zh-cn.d.ts +9 -0
- package/lib/locale/lang/zh-tw.d.ts +9 -0
- package/lib/packages/components/config-provider/index.js +4 -3
- package/lib/packages/components/config-provider/index.js.map +1 -1
- package/lib/packages/components/config-provider/src/config-provider.js +29 -0
- package/lib/packages/components/config-provider/src/config-provider.js.map +1 -1
- package/lib/packages/components/config-provider/src/config-provider.vue2.js +17 -2
- package/lib/packages/components/config-provider/src/config-provider.vue2.js.map +1 -1
- package/lib/packages/components/index.js +2 -0
- package/lib/packages/components/index.js.map +1 -1
- package/lib/packages/components/table/src/components/main-table.vue2.js +4 -1
- package/lib/packages/components/table/src/components/main-table.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/pagination.vue2.js +29 -6
- package/lib/packages/components/table/src/components/pagination.vue2.js.map +1 -1
- package/lib/packages/components/table/src/config/main-table.js +0 -7
- package/lib/packages/components/table/src/config/main-table.js.map +1 -1
- package/lib/packages/hooks/index.js +8 -2
- package/lib/packages/hooks/index.js.map +1 -1
- package/lib/packages/hooks/use-locale/index.js +35 -0
- package/lib/packages/hooks/use-locale/index.js.map +1 -0
- package/lib/packages/locale/index.js +12 -0
- package/lib/packages/locale/index.js.map +1 -0
- package/lib/packages/locale/lang/en.js +16 -0
- package/lib/packages/locale/lang/en.js.map +1 -0
- package/lib/packages/locale/lang/zh-cn.js +16 -0
- package/lib/packages/locale/lang/zh-cn.js.map +1 -0
- package/lib/packages/locale/lang/zh-tw.js +16 -0
- package/lib/packages/locale/lang/zh-tw.js.map +1 -0
- package/locale/en.js +18 -0
- package/locale/en.min.js +2 -0
- package/locale/en.min.js.map +1 -0
- package/locale/en.min.mjs +2 -0
- package/locale/en.min.mjs.map +1 -0
- package/locale/en.mjs +10 -0
- package/locale/zh-cn.js +18 -0
- package/locale/zh-cn.min.js +2 -0
- package/locale/zh-cn.min.js.map +1 -0
- package/locale/zh-cn.min.mjs +2 -0
- package/locale/zh-cn.min.mjs.map +1 -0
- package/locale/zh-cn.mjs +10 -0
- package/locale/zh-tw.js +18 -0
- package/locale/zh-tw.min.js +2 -0
- package/locale/zh-tw.min.js.map +1 -0
- package/locale/zh-tw.min.mjs +2 -0
- package/locale/zh-tw.min.mjs.map +1 -0
- package/locale/zh-tw.mjs +10 -0
- package/package.json +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 +37 -2
- package/types/packages/components/config-provider/src/config-provider.d.ts +18 -2
- package/types/packages/components/config-provider/src/config-provider.vue.d.ts +37 -2
- 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 +15 -22
- package/types/packages/components/table/src/components/main-table.vue.d.ts +7 -10
- package/types/packages/components/table/src/config/main-table.d.ts +1 -2
- package/types/packages/components/table/src/config/table.d.ts +4 -6
- package/types/packages/components/table/src/table.vue.d.ts +15 -22
- 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/hooks/index.d.ts +1 -0
- package/types/packages/hooks/use-locale/index.d.ts +15 -0
- package/types/packages/locale/index.d.ts +10 -0
- package/types/packages/locale/lang/en.d.ts +9 -0
- package/types/packages/locale/lang/zh-cn.d.ts +9 -0
- package/types/packages/locale/lang/zh-tw.d.ts +9 -0
|
@@ -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 value: string;
|
|
24
23
|
readonly name: string;
|
|
24
|
+
readonly value: 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, "input" | "select" | "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 value: string;
|
|
58
57
|
readonly name: string;
|
|
58
|
+
readonly value: 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, "input" | "select" | "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, "input" | "select" | "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 value: string;
|
|
24
23
|
readonly name: string;
|
|
24
|
+
readonly value: 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, "input" | "select" | "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 value: string;
|
|
58
57
|
readonly name: string;
|
|
58
|
+
readonly value: 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, "input" | "select" | "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<"small" | "default">;
|
|
99
|
+
default: "small" | "default";
|
|
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<"small" | "default">;
|
|
203
|
+
default: "small" | "default";
|
|
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: "small" | "default";
|
|
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<"small" | "default">;
|
|
357
|
+
default: "small" | "default";
|
|
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: "small" | "default";
|
|
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<"small" | "default">;
|
|
505
|
+
default: "small" | "default";
|
|
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: "small" | "default";
|
|
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<"small" | "default">;
|
|
98
|
+
default: "small" | "default";
|
|
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<"small" | "default">;
|
|
202
|
+
default: "small" | "default";
|
|
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: "small" | "default";
|
|
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<"small" | "default">;
|
|
356
|
+
default: "small" | "default";
|
|
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: "small" | "default";
|
|
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<"small" | "default">;
|
|
504
|
+
default: "small" | "default";
|
|
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: "small" | "default";
|
|
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<"small" | "default">;
|
|
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<"small" | "default">;
|
|
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<"small" | "default">;
|
|
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<"small" | "default">;
|
|
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<"small" | "default">;
|
|
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<"small" | "default">;
|
|
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<"small" | "default">;
|
|
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<"small" | "default">;
|
|
176
176
|
disabled: {
|
|
177
177
|
type: BooleanConstructor;
|
|
178
178
|
default: any;
|
|
@@ -9,16 +9,15 @@ 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;
|
|
12
13
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
13
14
|
readonly dataSource: any[];
|
|
14
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
15
|
-
readonly scroll: any;
|
|
15
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
16
16
|
readonly operateWidth: number;
|
|
17
17
|
readonly settingKey: string;
|
|
18
18
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
19
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
20
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
|
-
readonly operateText: string;
|
|
22
21
|
} & {
|
|
23
22
|
readonly change?: Function | undefined;
|
|
24
23
|
readonly expand?: Function | undefined;
|
|
@@ -30,16 +29,15 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
30
29
|
readonly resizeColumn?: Function | undefined;
|
|
31
30
|
readonly dragChange?: Function | undefined;
|
|
32
31
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
32
|
+
readonly scroll: any;
|
|
33
33
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
34
34
|
readonly dataSource: any[];
|
|
35
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
36
|
-
readonly scroll: any;
|
|
35
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
37
36
|
readonly operateWidth: number;
|
|
38
37
|
readonly settingKey: string;
|
|
39
38
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
39
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
40
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
-
readonly operateText: string;
|
|
43
41
|
} & {
|
|
44
42
|
readonly change?: Function | undefined;
|
|
45
43
|
readonly expand?: Function | undefined;
|
|
@@ -202,7 +200,7 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
202
200
|
}, {}>;
|
|
203
201
|
MainTable: import("vue").DefineComponent<{
|
|
204
202
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
205
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
203
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "table" | "card", unknown, "table", boolean>;
|
|
206
204
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
207
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>;
|
|
208
206
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -274,19 +272,17 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
274
272
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
273
|
__epPropKey: true;
|
|
276
274
|
};
|
|
277
|
-
readonly operateText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "操作", boolean>;
|
|
278
275
|
}, {
|
|
279
276
|
props: import("@vue/shared").LooseRequired<{
|
|
277
|
+
readonly scroll: any;
|
|
280
278
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
281
279
|
readonly dataSource: any[];
|
|
282
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
283
|
-
readonly scroll: any;
|
|
280
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
284
281
|
readonly operateWidth: number;
|
|
285
282
|
readonly settingKey: string;
|
|
286
283
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
287
284
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
288
285
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
289
|
-
readonly operateText: string;
|
|
290
286
|
readonly change?: Function | undefined;
|
|
291
287
|
readonly expand?: Function | undefined;
|
|
292
288
|
readonly showDrag?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
@@ -302,6 +298,7 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
302
298
|
attrs: {
|
|
303
299
|
[x: string]: unknown;
|
|
304
300
|
};
|
|
301
|
+
t: import("ll-plus/es/hooks").Translator;
|
|
305
302
|
newColumns: any;
|
|
306
303
|
settingColumns: any;
|
|
307
304
|
newDataSource: any;
|
|
@@ -410,7 +407,7 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
410
407
|
handleChangeDataSource: (dataSource: any[]) => boolean;
|
|
411
408
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
412
409
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
413
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
410
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "table" | "card", unknown, "table", boolean>;
|
|
414
411
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
415
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>;
|
|
416
413
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -482,20 +479,18 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
482
479
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
480
|
__epPropKey: true;
|
|
484
481
|
};
|
|
485
|
-
readonly operateText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "操作", boolean>;
|
|
486
482
|
}>> & {
|
|
487
483
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
488
484
|
}, {
|
|
485
|
+
readonly scroll: any;
|
|
489
486
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
490
487
|
readonly dataSource: any[];
|
|
491
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
492
|
-
readonly scroll: any;
|
|
488
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
493
489
|
readonly operateWidth: number;
|
|
494
490
|
readonly settingKey: string;
|
|
495
491
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
496
492
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
497
493
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
498
|
-
readonly operateText: string;
|
|
499
494
|
}, {}>;
|
|
500
495
|
Pagination: import("vue").DefineComponent<{
|
|
501
496
|
readonly current: {
|
|
@@ -595,16 +590,15 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
595
590
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
596
591
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
597
592
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
593
|
+
readonly scroll: any;
|
|
598
594
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
599
595
|
readonly dataSource: any[];
|
|
600
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
601
|
-
readonly scroll: any;
|
|
596
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
602
597
|
readonly operateWidth: number;
|
|
603
598
|
readonly settingKey: string;
|
|
604
599
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
605
600
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
606
601
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
607
|
-
readonly operateText: string;
|
|
608
602
|
} & {
|
|
609
603
|
readonly change?: Function | undefined;
|
|
610
604
|
readonly expand?: Function | undefined;
|
|
@@ -616,16 +610,15 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
616
610
|
readonly resizeColumn?: Function | undefined;
|
|
617
611
|
readonly dragChange?: Function | undefined;
|
|
618
612
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
613
|
+
readonly scroll: any;
|
|
619
614
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
620
615
|
readonly dataSource: any[];
|
|
621
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
622
|
-
readonly scroll: any;
|
|
616
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
623
617
|
readonly operateWidth: number;
|
|
624
618
|
readonly settingKey: string;
|
|
625
619
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
626
620
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
627
621
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
628
|
-
readonly operateText: string;
|
|
629
622
|
} & {
|
|
630
623
|
readonly change?: Function | undefined;
|
|
631
624
|
readonly expand?: Function | undefined;
|
|
@@ -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, "table" | "card", 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>;
|
|
@@ -72,19 +72,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
73
|
__epPropKey: true;
|
|
74
74
|
};
|
|
75
|
-
readonly operateText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "操作", boolean>;
|
|
76
75
|
}, {
|
|
77
76
|
props: import("@vue/shared").LooseRequired<{
|
|
77
|
+
readonly scroll: any;
|
|
78
78
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
79
79
|
readonly dataSource: any[];
|
|
80
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
81
|
-
readonly scroll: any;
|
|
80
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
82
81
|
readonly operateWidth: number;
|
|
83
82
|
readonly settingKey: string;
|
|
84
83
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
85
84
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
85
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
87
|
-
readonly operateText: string;
|
|
88
86
|
readonly change?: Function | undefined;
|
|
89
87
|
readonly expand?: Function | undefined;
|
|
90
88
|
readonly showDrag?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
@@ -100,6 +98,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
98
|
attrs: {
|
|
101
99
|
[x: string]: unknown;
|
|
102
100
|
};
|
|
101
|
+
t: import("ll-plus/es/hooks").Translator;
|
|
103
102
|
newColumns: any;
|
|
104
103
|
settingColumns: any;
|
|
105
104
|
newDataSource: any;
|
|
@@ -208,7 +207,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
208
207
|
handleChangeDataSource: (dataSource: any[]) => boolean;
|
|
209
208
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
210
209
|
readonly operateWidth: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 120, boolean>;
|
|
211
|
-
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
210
|
+
readonly contentType: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "table" | "card", unknown, "table", boolean>;
|
|
212
211
|
readonly settingKey: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
213
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>;
|
|
214
213
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -280,19 +279,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
279
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
281
280
|
__epPropKey: true;
|
|
282
281
|
};
|
|
283
|
-
readonly operateText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "操作", boolean>;
|
|
284
282
|
}>> & {
|
|
285
283
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
286
284
|
}, {
|
|
285
|
+
readonly scroll: any;
|
|
287
286
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
288
287
|
readonly dataSource: any[];
|
|
289
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
290
|
-
readonly scroll: any;
|
|
288
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
291
289
|
readonly operateWidth: number;
|
|
292
290
|
readonly settingKey: string;
|
|
293
291
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
294
292
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
295
293
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
296
|
-
readonly operateText: string;
|
|
297
294
|
}, {}>;
|
|
298
295
|
export default _default;
|
|
@@ -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, "table" | "card", 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>;
|
|
@@ -76,7 +76,6 @@ export declare const mainTableProps: {
|
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
78
78
|
};
|
|
79
|
-
readonly operateText: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "操作", boolean>;
|
|
80
79
|
};
|
|
81
80
|
export declare const mainTableEmits: {
|
|
82
81
|
handleChangeDataSource: (dataSource: any[]) => boolean;
|
|
@@ -11,16 +11,15 @@ 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;
|
|
14
15
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
15
16
|
readonly dataSource: any[];
|
|
16
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
17
|
-
readonly scroll: any;
|
|
17
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
18
18
|
readonly operateWidth: number;
|
|
19
19
|
readonly settingKey: string;
|
|
20
20
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
21
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
22
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
|
-
readonly operateText: string;
|
|
24
23
|
} & {
|
|
25
24
|
readonly change?: Function | undefined;
|
|
26
25
|
readonly expand?: Function | undefined;
|
|
@@ -32,16 +31,15 @@ export declare const tableProps: {
|
|
|
32
31
|
readonly resizeColumn?: Function | undefined;
|
|
33
32
|
readonly dragChange?: Function | undefined;
|
|
34
33
|
}) | (() => MainTableProps) | ((new (...args: any[]) => {
|
|
34
|
+
readonly scroll: any;
|
|
35
35
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
36
36
|
readonly dataSource: any[];
|
|
37
|
-
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
38
|
-
readonly scroll: any;
|
|
37
|
+
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "table" | "card", unknown>;
|
|
39
38
|
readonly operateWidth: number;
|
|
40
39
|
readonly settingKey: string;
|
|
41
40
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
41
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
42
|
readonly showSetting: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
|
-
readonly operateText: string;
|
|
45
43
|
} & {
|
|
46
44
|
readonly change?: Function | undefined;
|
|
47
45
|
readonly expand?: Function | undefined;
|