ll-plus 2.4.16 → 2.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +302 -302
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +32 -32
- package/es/components/api-component/src/api-component.vue.d.ts +32 -32
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +82 -82
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/es/components/empty/index.d.ts +2 -2
- package/es/components/empty/src/empty.vue.d.ts +2 -2
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/image/index.d.ts +1 -0
- package/es/components/image/src/image.vue.d.ts +1 -0
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +684 -684
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/es/components/key-value/src/key-value.vue.d.ts +684 -684
- package/es/components/modal/index.d.ts +4 -4
- package/es/components/modal/src/modal.vue.d.ts +4 -4
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +15 -15
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/es/packages/components/image/src/image.vue2.mjs +8 -2
- package/es/packages/components/image/src/image.vue2.mjs.map +1 -1
- package/es/packages/components/tooltip/src/tooltip.vue2.mjs +6 -3
- package/es/packages/components/tooltip/src/tooltip.vue2.mjs.map +1 -1
- package/index.full.js +13 -4
- package/index.full.min.js +15 -15
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +14 -14
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +13 -4
- package/lib/components/advanced-filtering/index.d.ts +302 -302
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +32 -32
- package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +82 -82
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/lib/components/empty/index.d.ts +2 -2
- package/lib/components/empty/src/empty.vue.d.ts +2 -2
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/image/index.d.ts +1 -0
- package/lib/components/image/src/image.vue.d.ts +1 -0
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +684 -684
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/lib/components/key-value/src/key-value.vue.d.ts +684 -684
- package/lib/components/modal/index.d.ts +4 -4
- package/lib/components/modal/src/modal.vue.d.ts +4 -4
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +15 -15
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/lib/packages/components/image/src/image.vue2.js +8 -2
- package/lib/packages/components/image/src/image.vue2.js.map +1 -1
- package/lib/packages/components/tooltip/src/tooltip.vue2.js +5 -2
- package/lib/packages/components/tooltip/src/tooltip.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +302 -302
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/api-component/index.d.ts +32 -32
- package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +82 -82
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/types/packages/components/empty/index.d.ts +2 -2
- package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/image/index.d.ts +1 -0
- package/types/packages/components/image/src/image.vue.d.ts +1 -0
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/index.d.ts +684 -684
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/types/packages/components/key-value/src/key-value.vue.d.ts +684 -684
- package/types/packages/components/modal/index.d.ts +4 -4
- package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +15 -15
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
|
@@ -14,14 +14,14 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
14
14
|
}, {
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
16
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
17
|
-
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18
17
|
readonly title: string;
|
|
18
|
+
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
20
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
21
|
readonly wrapClassName: string;
|
|
21
22
|
readonly class: string;
|
|
22
23
|
readonly cancelText: string;
|
|
23
24
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
25
25
|
readonly confirmText: string;
|
|
26
26
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
27
27
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
@@ -1965,14 +1965,14 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1965
1965
|
onCancel?: (() => any) | undefined;
|
|
1966
1966
|
}, {
|
|
1967
1967
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
1968
|
-
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1969
1968
|
readonly title: string;
|
|
1969
|
+
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1970
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1970
1971
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1971
1972
|
readonly wrapClassName: string;
|
|
1972
1973
|
readonly class: string;
|
|
1973
1974
|
readonly cancelText: string;
|
|
1974
1975
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1975
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1976
1976
|
readonly confirmText: string;
|
|
1977
1977
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1978
1978
|
}, {}>>;
|
|
@@ -14,14 +14,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
}, {
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
16
|
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
17
|
-
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
18
17
|
readonly title: string;
|
|
18
|
+
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
19
|
+
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
19
20
|
readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
20
21
|
readonly wrapClassName: string;
|
|
21
22
|
readonly class: string;
|
|
22
23
|
readonly cancelText: string;
|
|
23
24
|
readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
24
|
-
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
25
25
|
readonly confirmText: string;
|
|
26
26
|
readonly isConfirmModel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
27
27
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
@@ -1965,14 +1965,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1965
1965
|
onCancel?: (() => any) | undefined;
|
|
1966
1966
|
}, {
|
|
1967
1967
|
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
1968
|
-
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1969
1968
|
readonly title: string;
|
|
1969
|
+
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1970
|
+
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1970
1971
|
readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1971
1972
|
readonly wrapClassName: string;
|
|
1972
1973
|
readonly class: string;
|
|
1973
1974
|
readonly cancelText: string;
|
|
1974
1975
|
readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1975
|
-
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1976
1976
|
readonly confirmText: string;
|
|
1977
1977
|
readonly isConfirmModel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1978
1978
|
}, {}>;
|
|
@@ -65,7 +65,7 @@ export declare const LlRichTextEditor: import("ll-plus/es/utils").SFCWithInstall
|
|
|
65
65
|
readonly onCreated?: ((editor: import("@wangeditor/core").IDomEditor) => any) | undefined;
|
|
66
66
|
readonly onDestroyed?: ((editor: import("@wangeditor/core").IDomEditor) => any) | undefined;
|
|
67
67
|
} & {}>;
|
|
68
|
-
emits: ((event: "
|
|
68
|
+
emits: ((event: "focus", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "change", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "update:value", val: string) => void) & ((event: "blur", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "created", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "destroyed", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "paste", args_0: [import("@wangeditor/core").IDomEditor, (bool: boolean) => void]) => void) & ((event: "alert", args_0: [any, any]) => void);
|
|
69
69
|
editorRef: import("vue").ShallowRef<any>;
|
|
70
70
|
innerValue: import("vue").Ref<string>;
|
|
71
71
|
loading: import("vue").Ref<boolean>;
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
readonly onCreated?: ((editor: IDomEditor) => any) | undefined;
|
|
68
68
|
readonly onDestroyed?: ((editor: IDomEditor) => any) | undefined;
|
|
69
69
|
} & {}>;
|
|
70
|
-
emits: ((event: "
|
|
70
|
+
emits: ((event: "focus", editor: IDomEditor) => void) & ((event: "change", editor: IDomEditor) => void) & ((event: "update:value", val: string) => void) & ((event: "blur", editor: IDomEditor) => void) & ((event: "created", editor: IDomEditor) => void) & ((event: "destroyed", editor: IDomEditor) => void) & ((event: "paste", args_0: [IDomEditor, (bool: boolean) => void]) => void) & ((event: "alert", args_0: [any, any]) => void);
|
|
71
71
|
editorRef: import("vue").ShallowRef<any>;
|
|
72
72
|
innerValue: import("vue").Ref<string>;
|
|
73
73
|
loading: import("vue").Ref<boolean>;
|
|
@@ -33,8 +33,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
33
33
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
34
34
|
};
|
|
35
35
|
mode: {
|
|
36
|
-
type: import("vue").PropType<"
|
|
37
|
-
default: "
|
|
36
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
37
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
38
38
|
};
|
|
39
39
|
bordered: {
|
|
40
40
|
type: BooleanConstructor;
|
|
@@ -199,8 +199,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
199
199
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
200
200
|
};
|
|
201
201
|
mode: {
|
|
202
|
-
type: import("vue").PropType<"
|
|
203
|
-
default: "
|
|
202
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
203
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
204
204
|
};
|
|
205
205
|
bordered: {
|
|
206
206
|
type: BooleanConstructor;
|
|
@@ -351,7 +351,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
351
351
|
}>>, {
|
|
352
352
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
353
353
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
354
|
-
mode: "
|
|
354
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
355
355
|
open: boolean;
|
|
356
356
|
disabled: boolean;
|
|
357
357
|
autofocus: boolean;
|
|
@@ -409,8 +409,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
409
409
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
410
410
|
};
|
|
411
411
|
mode: {
|
|
412
|
-
type: import("vue").PropType<"
|
|
413
|
-
default: "
|
|
412
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
413
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
414
414
|
};
|
|
415
415
|
bordered: {
|
|
416
416
|
type: BooleanConstructor;
|
|
@@ -561,7 +561,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
561
561
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
562
562
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
563
563
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
564
|
-
mode: "
|
|
564
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
565
565
|
open: boolean;
|
|
566
566
|
disabled: boolean;
|
|
567
567
|
autofocus: boolean;
|
|
@@ -603,8 +603,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
603
603
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
604
604
|
};
|
|
605
605
|
mode: {
|
|
606
|
-
type: import("vue").PropType<"
|
|
607
|
-
default: "
|
|
606
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
607
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
608
608
|
};
|
|
609
609
|
bordered: {
|
|
610
610
|
type: BooleanConstructor;
|
|
@@ -755,7 +755,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
755
755
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
756
756
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
757
757
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
758
|
-
mode: "
|
|
758
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
759
759
|
open: boolean;
|
|
760
760
|
disabled: boolean;
|
|
761
761
|
autofocus: boolean;
|
|
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
30
30
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
31
31
|
};
|
|
32
32
|
mode: {
|
|
33
|
-
type: import("vue").PropType<"
|
|
34
|
-
default: "
|
|
33
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
34
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
35
35
|
};
|
|
36
36
|
bordered: {
|
|
37
37
|
type: BooleanConstructor;
|
|
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
196
196
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
197
197
|
};
|
|
198
198
|
mode: {
|
|
199
|
-
type: import("vue").PropType<"
|
|
200
|
-
default: "
|
|
199
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
200
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
201
201
|
};
|
|
202
202
|
bordered: {
|
|
203
203
|
type: BooleanConstructor;
|
|
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
348
348
|
}>>, {
|
|
349
349
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
350
350
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
351
|
-
mode: "
|
|
351
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
352
352
|
open: boolean;
|
|
353
353
|
disabled: boolean;
|
|
354
354
|
autofocus: boolean;
|
|
@@ -406,8 +406,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
406
406
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
407
407
|
};
|
|
408
408
|
mode: {
|
|
409
|
-
type: import("vue").PropType<"
|
|
410
|
-
default: "
|
|
409
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
410
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
411
411
|
};
|
|
412
412
|
bordered: {
|
|
413
413
|
type: BooleanConstructor;
|
|
@@ -558,7 +558,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
558
558
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
559
559
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
560
560
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
561
|
-
mode: "
|
|
561
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
562
562
|
open: boolean;
|
|
563
563
|
disabled: boolean;
|
|
564
564
|
autofocus: boolean;
|
|
@@ -600,8 +600,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
600
600
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
601
601
|
};
|
|
602
602
|
mode: {
|
|
603
|
-
type: import("vue").PropType<"
|
|
604
|
-
default: "
|
|
603
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
604
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
605
605
|
};
|
|
606
606
|
bordered: {
|
|
607
607
|
type: BooleanConstructor;
|
|
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
752
752
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
753
753
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
754
754
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
755
|
-
mode: "
|
|
755
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
756
756
|
open: boolean;
|
|
757
757
|
disabled: boolean;
|
|
758
758
|
autofocus: boolean;
|
|
@@ -23,14 +23,14 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
23
23
|
newList: import("vue").Ref<{
|
|
24
24
|
readonly value: string;
|
|
25
25
|
readonly name: string;
|
|
26
|
+
readonly placeholder?: string | undefined;
|
|
26
27
|
readonly options?: any[] | undefined;
|
|
28
|
+
readonly fieldNames?: object | undefined;
|
|
27
29
|
readonly list?: {
|
|
28
30
|
[x: string]: any;
|
|
29
31
|
name?: string | undefined;
|
|
30
32
|
value?: any;
|
|
31
33
|
}[] | undefined;
|
|
32
|
-
readonly placeholder?: string | undefined;
|
|
33
|
-
readonly fieldNames?: object | undefined;
|
|
34
34
|
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
35
35
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
36
36
|
}[]>;
|
|
@@ -23,14 +23,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
newList: import("vue").Ref<{
|
|
24
24
|
readonly value: string;
|
|
25
25
|
readonly name: string;
|
|
26
|
+
readonly placeholder?: string | undefined;
|
|
26
27
|
readonly options?: any[] | undefined;
|
|
28
|
+
readonly fieldNames?: object | undefined;
|
|
27
29
|
readonly list?: {
|
|
28
30
|
[x: string]: any;
|
|
29
31
|
name?: string | undefined;
|
|
30
32
|
value?: any;
|
|
31
33
|
}[] | undefined;
|
|
32
|
-
readonly placeholder?: string | undefined;
|
|
33
|
-
readonly fieldNames?: object | undefined;
|
|
34
34
|
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
35
35
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
36
36
|
}[]>;
|
|
@@ -9,8 +9,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
9
9
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
10
10
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
11
11
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
12
|
-
readonly dataSource: any[];
|
|
13
12
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
13
|
+
readonly dataSource: any[];
|
|
14
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
15
|
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
@@ -29,8 +29,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
29
29
|
readonly resizeColumn?: Function | undefined;
|
|
30
30
|
readonly dragChange?: Function | undefined;
|
|
31
31
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
32
|
-
readonly dataSource: any[];
|
|
33
32
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
33
|
+
readonly dataSource: any[];
|
|
34
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
35
|
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
@@ -270,8 +270,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
270
270
|
};
|
|
271
271
|
}, {
|
|
272
272
|
props: import("@vue/shared").LooseRequired<{
|
|
273
|
-
readonly dataSource: any[];
|
|
274
273
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
274
|
+
readonly dataSource: any[];
|
|
275
275
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
276
276
|
readonly scroll: any;
|
|
277
277
|
readonly operateWidth: number;
|
|
@@ -477,8 +477,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
477
477
|
}>> & {
|
|
478
478
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
479
479
|
}, {
|
|
480
|
-
readonly dataSource: any[];
|
|
481
480
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
481
|
+
readonly dataSource: any[];
|
|
482
482
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
483
483
|
readonly scroll: any;
|
|
484
484
|
readonly operateWidth: number;
|
|
@@ -572,8 +572,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
572
572
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
573
573
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
574
574
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
575
|
-
readonly dataSource: any[];
|
|
576
575
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
576
|
+
readonly dataSource: any[];
|
|
577
577
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
578
578
|
readonly scroll: any;
|
|
579
579
|
readonly operateWidth: number;
|
|
@@ -592,8 +592,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
592
592
|
readonly resizeColumn?: Function | undefined;
|
|
593
593
|
readonly dragChange?: Function | undefined;
|
|
594
594
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
595
|
-
readonly dataSource: any[];
|
|
596
595
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
596
|
+
readonly dataSource: any[];
|
|
597
597
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
598
598
|
readonly scroll: any;
|
|
599
599
|
readonly operateWidth: number;
|
|
@@ -74,8 +74,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
};
|
|
75
75
|
}, {
|
|
76
76
|
props: import("@vue/shared").LooseRequired<{
|
|
77
|
-
readonly dataSource: any[];
|
|
78
77
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
78
|
+
readonly dataSource: any[];
|
|
79
79
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
80
80
|
readonly scroll: any;
|
|
81
81
|
readonly operateWidth: number;
|
|
@@ -281,8 +281,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
281
|
}>> & {
|
|
282
282
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
283
283
|
}, {
|
|
284
|
-
readonly dataSource: any[];
|
|
285
284
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
285
|
+
readonly dataSource: any[];
|
|
286
286
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
287
287
|
readonly scroll: any;
|
|
288
288
|
readonly operateWidth: number;
|
|
@@ -11,8 +11,8 @@ export declare const tableProps: {
|
|
|
11
11
|
readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
|
|
12
12
|
} & {}) | (() => TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
13
13
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
14
|
-
readonly dataSource: any[];
|
|
15
14
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
15
|
+
readonly dataSource: any[];
|
|
16
16
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
17
17
|
readonly scroll: any;
|
|
18
18
|
readonly operateWidth: number;
|
|
@@ -31,8 +31,8 @@ export declare const tableProps: {
|
|
|
31
31
|
readonly resizeColumn?: Function | undefined;
|
|
32
32
|
readonly dragChange?: Function | undefined;
|
|
33
33
|
}) | (() => MainTableProps) | ((new (...args: any[]) => {
|
|
34
|
-
readonly dataSource: any[];
|
|
35
34
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
35
|
+
readonly dataSource: any[];
|
|
36
36
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
37
37
|
readonly scroll: any;
|
|
38
38
|
readonly operateWidth: number;
|
|
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
10
10
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
11
11
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
12
|
-
readonly dataSource: any[];
|
|
13
12
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
13
|
+
readonly dataSource: any[];
|
|
14
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
15
|
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
@@ -29,8 +29,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
readonly resizeColumn?: Function | undefined;
|
|
30
30
|
readonly dragChange?: Function | undefined;
|
|
31
31
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
32
|
-
readonly dataSource: any[];
|
|
33
32
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
33
|
+
readonly dataSource: any[];
|
|
34
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
35
|
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
@@ -270,8 +270,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
270
270
|
};
|
|
271
271
|
}, {
|
|
272
272
|
props: import("@vue/shared").LooseRequired<{
|
|
273
|
-
readonly dataSource: any[];
|
|
274
273
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
274
|
+
readonly dataSource: any[];
|
|
275
275
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
276
276
|
readonly scroll: any;
|
|
277
277
|
readonly operateWidth: number;
|
|
@@ -477,8 +477,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
477
477
|
}>> & {
|
|
478
478
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
479
479
|
}, {
|
|
480
|
-
readonly dataSource: any[];
|
|
481
480
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
481
|
+
readonly dataSource: any[];
|
|
482
482
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
483
483
|
readonly scroll: any;
|
|
484
484
|
readonly operateWidth: number;
|
|
@@ -572,8 +572,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
572
572
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
573
573
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
574
574
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
575
|
-
readonly dataSource: any[];
|
|
576
575
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
576
|
+
readonly dataSource: any[];
|
|
577
577
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
578
578
|
readonly scroll: any;
|
|
579
579
|
readonly operateWidth: number;
|
|
@@ -592,8 +592,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
592
592
|
readonly resizeColumn?: Function | undefined;
|
|
593
593
|
readonly dragChange?: Function | undefined;
|
|
594
594
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
595
|
-
readonly dataSource: any[];
|
|
596
595
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
596
|
+
readonly dataSource: any[];
|
|
597
597
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
598
598
|
readonly scroll: any;
|
|
599
599
|
readonly operateWidth: number;
|
|
@@ -45,8 +45,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
45
45
|
};
|
|
46
46
|
name: StringConstructor;
|
|
47
47
|
type: {
|
|
48
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
49
|
-
default: "number" | "month" | "
|
|
48
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
49
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
50
50
|
};
|
|
51
51
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
52
52
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -144,8 +144,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
144
144
|
};
|
|
145
145
|
name: StringConstructor;
|
|
146
146
|
type: {
|
|
147
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
148
|
-
default: "number" | "month" | "
|
|
147
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
148
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
149
149
|
};
|
|
150
150
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
151
151
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -213,7 +213,7 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
213
213
|
};
|
|
214
214
|
}>>, {
|
|
215
215
|
value: string | number;
|
|
216
|
-
type: "number" | "month" | "
|
|
216
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
217
217
|
focused: boolean;
|
|
218
218
|
hidden: boolean;
|
|
219
219
|
disabled: boolean;
|
|
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
44
44
|
};
|
|
45
45
|
name: StringConstructor;
|
|
46
46
|
type: {
|
|
47
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
48
|
-
default: "number" | "month" | "
|
|
47
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
48
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
49
49
|
};
|
|
50
50
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
51
51
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
143
143
|
};
|
|
144
144
|
name: StringConstructor;
|
|
145
145
|
type: {
|
|
146
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
147
|
-
default: "number" | "month" | "
|
|
146
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
147
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
148
148
|
};
|
|
149
149
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
150
150
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
212
212
|
};
|
|
213
213
|
}>>, {
|
|
214
214
|
value: string | number;
|
|
215
|
-
type: "number" | "month" | "
|
|
215
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
216
216
|
focused: boolean;
|
|
217
217
|
hidden: boolean;
|
|
218
218
|
disabled: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Tooltip from './src/tooltip.vue';
|
|
2
2
|
export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
4
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "
|
|
4
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
5
5
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
6
6
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7
7
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -21,9 +21,9 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
21
21
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
22
22
|
}, {
|
|
23
23
|
props: import("@vue/shared").LooseRequired<{
|
|
24
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
24
25
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
25
26
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
26
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
27
27
|
readonly tip: string;
|
|
28
28
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
29
29
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -65,7 +65,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
65
65
|
}>;
|
|
66
66
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
68
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "
|
|
68
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
69
69
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
70
70
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
71
71
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -84,9 +84,9 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
84
84
|
readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
85
85
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
86
86
|
}>>, {
|
|
87
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
87
88
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
88
89
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
89
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
90
90
|
readonly tip: string;
|
|
91
91
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
92
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3,7 +3,7 @@ import type Tooltip from './tooltip.vue';
|
|
|
3
3
|
export declare const placement: readonly ["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"];
|
|
4
4
|
export declare const tooltipProps: {
|
|
5
5
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
6
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "
|
|
6
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
7
7
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
8
8
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9
9
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|