ll-plus 2.3.1 → 2.3.2
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 +504 -504
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +255 -255
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +245 -245
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +12 -12
- package/es/components/api-component/src/api-component.vue.d.ts +12 -12
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/api-url.vue.d.ts +2 -2
- package/es/components/api-component/src/components/click-input.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +6 -6
- package/es/components/api-component/src/components/params-table.vue.d.ts +8 -8
- package/es/components/avatar/index.d.ts +4 -4
- package/es/components/avatar/src/avatar.d.ts +1 -1
- package/es/components/avatar/src/avatar.vue.d.ts +4 -4
- package/es/components/button/index.d.ts +2 -2
- package/es/components/button/src/button.vue.d.ts +2 -2
- 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 +317 -317
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/es/components/checkbox/src/checkbox.d.ts +96 -96
- package/es/components/code-editor/index.d.ts +6 -6
- package/es/components/code-editor/src/code-editor.vue.d.ts +6 -6
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +11 -11
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +86 -86
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/es/components/form/index.d.ts +242 -242
- package/es/components/form/src/config/form.d.ts +96 -96
- package/es/components/form/src/form.vue.d.ts +242 -242
- package/es/components/icon-base/index.d.ts +1 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
- 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 +2 -2
- package/es/components/key-value/src/key-value.vue.d.ts +2 -2
- package/es/components/modal/index.d.ts +6 -6
- package/es/components/modal/src/modal.vue.d.ts +6 -6
- package/es/components/number-range/index.d.ts +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +3 -3
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- 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/select/index.d.ts +16 -16
- package/es/components/select/src/select-option.vue.d.ts +1 -1
- package/es/components/select/src/select.vue.d.ts +15 -15
- package/es/components/select-group/index.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +1 -1
- 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/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +9 -9
- package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/es/components/upload-drag/index.d.ts +8 -8
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/es/components/uri-input/index.d.ts +2 -2
- package/es/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/lib/components/advanced-filtering/index.d.ts +504 -504
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +255 -255
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +245 -245
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +12 -12
- package/lib/components/api-component/src/api-component.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/api-url.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/click-input.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/params-table.vue.d.ts +8 -8
- package/lib/components/avatar/index.d.ts +4 -4
- package/lib/components/avatar/src/avatar.d.ts +1 -1
- package/lib/components/avatar/src/avatar.vue.d.ts +4 -4
- package/lib/components/button/index.d.ts +2 -2
- package/lib/components/button/src/button.vue.d.ts +2 -2
- 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 +317 -317
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/lib/components/checkbox/src/checkbox.d.ts +96 -96
- package/lib/components/code-editor/index.d.ts +6 -6
- package/lib/components/code-editor/src/code-editor.vue.d.ts +6 -6
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +11 -11
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +86 -86
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/lib/components/form/index.d.ts +242 -242
- package/lib/components/form/src/config/form.d.ts +96 -96
- package/lib/components/form/src/form.vue.d.ts +242 -242
- package/lib/components/icon-base/index.d.ts +1 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
- 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 +2 -2
- package/lib/components/key-value/src/key-value.vue.d.ts +2 -2
- package/lib/components/modal/index.d.ts +6 -6
- package/lib/components/modal/src/modal.vue.d.ts +6 -6
- package/lib/components/number-range/index.d.ts +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +3 -3
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- 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/select/index.d.ts +16 -16
- package/lib/components/select/src/select-option.vue.d.ts +1 -1
- package/lib/components/select/src/select.vue.d.ts +15 -15
- package/lib/components/select-group/index.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
- 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/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +9 -9
- package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/lib/components/upload-drag/index.d.ts +8 -8
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/lib/components/uri-input/index.d.ts +2 -2
- package/lib/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +105 -0
- package/types/packages/components/advanced-filtering/index.d.ts +504 -504
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +255 -255
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +245 -245
- 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 +12 -12
- package/types/packages/components/api-component/src/api-component.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +8 -8
- package/types/packages/components/avatar/index.d.ts +4 -4
- package/types/packages/components/avatar/src/avatar.d.ts +1 -1
- package/types/packages/components/avatar/src/avatar.vue.d.ts +4 -4
- package/types/packages/components/button/index.d.ts +2 -2
- package/types/packages/components/button/src/button.vue.d.ts +2 -2
- 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 +317 -317
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
- package/types/packages/components/checkbox/src/checkbox.d.ts +96 -96
- package/types/packages/components/code-editor/index.d.ts +6 -6
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +6 -6
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +11 -11
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +86 -86
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/types/packages/components/form/index.d.ts +242 -242
- package/types/packages/components/form/src/config/form.d.ts +96 -96
- package/types/packages/components/form/src/form.vue.d.ts +242 -242
- package/types/packages/components/icon-base/index.d.ts +1 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
- 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 +2 -2
- package/types/packages/components/key-value/src/key-value.vue.d.ts +2 -2
- package/types/packages/components/modal/index.d.ts +6 -6
- package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/number-range/index.d.ts +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +3 -3
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- 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/select/index.d.ts +16 -16
- package/types/packages/components/select/src/select-option.vue.d.ts +1 -1
- package/types/packages/components/select/src/select.vue.d.ts +15 -15
- package/types/packages/components/select-group/index.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
- 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/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +9 -9
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/types/packages/components/upload-drag/index.d.ts +8 -8
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
- package/types/packages/components/uri-input/index.d.ts +2 -2
- package/types/packages/components/uri-input/src/uri-input.vue.d.ts +2 -2
package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts
CHANGED
|
@@ -903,9 +903,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
903
903
|
}, boolean>;
|
|
904
904
|
}, {
|
|
905
905
|
props: import("@vue/shared").LooseRequired<{
|
|
906
|
-
readonly value: Record<string, any>;
|
|
907
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
908
906
|
readonly filterColumns: any[];
|
|
907
|
+
readonly value: Record<string, any>;
|
|
909
908
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
910
909
|
layout: import("vue-types").VueTypeDef<string>;
|
|
911
910
|
labelCol: {
|
|
@@ -1130,6 +1129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1130
1129
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1131
1130
|
};
|
|
1132
1131
|
}>>;
|
|
1132
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
1133
1133
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
1134
1134
|
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
1135
1135
|
} & {}>;
|
|
@@ -2065,9 +2065,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2065
2065
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
2066
2066
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
2067
2067
|
}, {
|
|
2068
|
-
readonly value: Record<string, any>;
|
|
2069
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
2070
2068
|
readonly filterColumns: any[];
|
|
2069
|
+
readonly value: Record<string, any>;
|
|
2071
2070
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2072
2071
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2073
2072
|
labelCol: {
|
|
@@ -2292,5 +2291,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2292
2291
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2293
2292
|
};
|
|
2294
2293
|
}>>;
|
|
2294
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
2295
2295
|
}, {}>;
|
|
2296
2296
|
export default _default;
|
|
@@ -15,9 +15,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
15
15
|
}, boolean>;
|
|
16
16
|
}, {
|
|
17
17
|
props: import("@vue/shared").LooseRequired<{
|
|
18
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18
19
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
19
20
|
readonly url: string;
|
|
20
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
21
|
readonly requestParams: import("./src/config").IParam[];
|
|
22
22
|
readonly headerParams: import("./src/config").IParam[];
|
|
23
23
|
readonly bodyParams: Record<string, any>;
|
|
@@ -122,9 +122,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
122
122
|
}, boolean>;
|
|
123
123
|
}, {
|
|
124
124
|
props: import("@vue/shared").LooseRequired<{
|
|
125
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
126
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
126
127
|
readonly url: string;
|
|
127
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
128
128
|
readonly requestParams: import("./src/config").IParam[];
|
|
129
129
|
readonly headerParams: import("./src/config").IParam[];
|
|
130
130
|
readonly bodyParams: Record<string, any>;
|
|
@@ -160,9 +160,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
160
160
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
161
161
|
"onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
|
|
162
162
|
}, {
|
|
163
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
163
164
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
164
165
|
readonly url: string;
|
|
165
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
166
166
|
readonly requestParams: import("./src/config").IParam[];
|
|
167
167
|
readonly headerParams: import("./src/config").IParam[];
|
|
168
168
|
readonly bodyParams: Record<string, any>;
|
|
@@ -265,9 +265,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
265
265
|
is: (name?: string) => string;
|
|
266
266
|
};
|
|
267
267
|
props: import("@vue/shared").LooseRequired<{
|
|
268
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
268
269
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
269
270
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
270
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
271
271
|
} & {}>;
|
|
272
272
|
disabled: unknown;
|
|
273
273
|
addData: import("vue").Ref<string>;
|
|
@@ -279,9 +279,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
279
279
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
280
280
|
}, {
|
|
281
281
|
props: import("@vue/shared").LooseRequired<{
|
|
282
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
282
283
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
283
284
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
284
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
285
285
|
readonly data: import("./src/config").IParamsData;
|
|
286
286
|
} & {}>;
|
|
287
287
|
bem: {
|
|
@@ -319,8 +319,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
319
319
|
};
|
|
320
320
|
props: import("@vue/shared").LooseRequired<{
|
|
321
321
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
322
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
322
|
readonly value: string;
|
|
323
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
324
324
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
325
325
|
} & {}>;
|
|
326
326
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -342,9 +342,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
342
342
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
343
343
|
readonly value: string;
|
|
344
344
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
346
345
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
347
346
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
347
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
348
348
|
} & {}>;
|
|
349
349
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
350
350
|
innerValue: import("vue").Ref<string>;
|
|
@@ -397,9 +397,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
397
397
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
398
398
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
399
399
|
}>> & {
|
|
400
|
-
onOk?: ((value: string) => any) | undefined;
|
|
401
400
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
402
401
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
402
|
+
onOk?: ((value: string) => any) | undefined;
|
|
403
403
|
}, {
|
|
404
404
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
405
405
|
readonly value: string;
|
|
@@ -415,8 +415,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
415
415
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
416
416
|
}, {
|
|
417
417
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
418
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
419
418
|
readonly value: string;
|
|
419
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
420
420
|
}, {}>;
|
|
421
421
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
422
422
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -424,9 +424,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
424
424
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData) | ((new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
425
425
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
426
426
|
}>>, {
|
|
427
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
427
428
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
428
429
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
429
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
430
430
|
readonly data: import("./src/config").IParamsData;
|
|
431
431
|
}, {}>;
|
|
432
432
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -434,9 +434,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
434
434
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
435
435
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
436
436
|
}>>, {
|
|
437
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
437
438
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
438
439
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
439
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
440
440
|
}, {}>;
|
|
441
441
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
442
442
|
change: (value: Record<string, any>) => boolean;
|
|
@@ -457,9 +457,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
457
457
|
}>> & {
|
|
458
458
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
459
459
|
}, {
|
|
460
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
460
461
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
461
462
|
readonly url: string;
|
|
462
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
463
463
|
readonly requestParams: import("./src/config").IParam[];
|
|
464
464
|
readonly headerParams: import("./src/config").IParam[];
|
|
465
465
|
readonly bodyParams: Record<string, any>;
|
|
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
}, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17
18
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
18
19
|
readonly url: string;
|
|
19
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
20
|
readonly requestParams: import("./config").IParam[];
|
|
21
21
|
readonly headerParams: import("./config").IParam[];
|
|
22
22
|
readonly bodyParams: Record<string, any>;
|
|
@@ -121,9 +121,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
}, boolean>;
|
|
122
122
|
}, {
|
|
123
123
|
props: import("@vue/shared").LooseRequired<{
|
|
124
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
124
125
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
125
126
|
readonly url: string;
|
|
126
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
127
127
|
readonly requestParams: import("./config").IParam[];
|
|
128
128
|
readonly headerParams: import("./config").IParam[];
|
|
129
129
|
readonly bodyParams: Record<string, any>;
|
|
@@ -159,9 +159,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
159
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
160
160
|
"onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
162
163
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
163
164
|
readonly url: string;
|
|
164
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
165
165
|
readonly requestParams: import("./config").IParam[];
|
|
166
166
|
readonly headerParams: import("./config").IParam[];
|
|
167
167
|
readonly bodyParams: Record<string, any>;
|
|
@@ -264,9 +264,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
264
|
is: (name?: string) => string;
|
|
265
265
|
};
|
|
266
266
|
props: import("@vue/shared").LooseRequired<{
|
|
267
|
+
readonly options: import("./config").IParamsOption[];
|
|
267
268
|
readonly columns: import("./config").IParamsColumn[];
|
|
268
269
|
readonly dataSource: import("./config").IParamsData[];
|
|
269
|
-
readonly options: import("./config").IParamsOption[];
|
|
270
270
|
} & {}>;
|
|
271
271
|
disabled: unknown;
|
|
272
272
|
addData: import("vue").Ref<string>;
|
|
@@ -278,9 +278,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
278
278
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
279
279
|
}, {
|
|
280
280
|
props: import("@vue/shared").LooseRequired<{
|
|
281
|
+
readonly options: import("./config").IParamsOption[];
|
|
281
282
|
readonly columns: import("./config").IParamsColumn[];
|
|
282
283
|
readonly dataSource: import("./config").IParamsData[];
|
|
283
|
-
readonly options: import("./config").IParamsOption[];
|
|
284
284
|
readonly data: import("./config").IParamsData;
|
|
285
285
|
} & {}>;
|
|
286
286
|
bem: {
|
|
@@ -318,8 +318,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
318
318
|
};
|
|
319
319
|
props: import("@vue/shared").LooseRequired<{
|
|
320
320
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
321
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
322
321
|
readonly value: string;
|
|
322
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
323
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
324
324
|
} & {}>;
|
|
325
325
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -341,9 +341,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
341
341
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
342
342
|
readonly value: string;
|
|
343
343
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
345
344
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
346
345
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
346
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
347
347
|
} & {}>;
|
|
348
348
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
349
349
|
innerValue: import("vue").Ref<string>;
|
|
@@ -396,9 +396,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
396
396
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
397
397
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
398
398
|
}>> & {
|
|
399
|
-
onOk?: ((value: string) => any) | undefined;
|
|
400
399
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
401
400
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
401
|
+
onOk?: ((value: string) => any) | undefined;
|
|
402
402
|
}, {
|
|
403
403
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
404
404
|
readonly value: string;
|
|
@@ -414,8 +414,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
414
414
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
415
415
|
}, {
|
|
416
416
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
417
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
418
417
|
readonly value: string;
|
|
418
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
419
419
|
}, {}>;
|
|
420
420
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
421
421
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]) | ((new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -423,9 +423,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
423
423
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsData) | (() => import("./config").IParamsData) | ((new (...args: any[]) => import("./config").IParamsData) | (() => import("./config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
424
424
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
425
425
|
}>>, {
|
|
426
|
+
readonly options: import("./config").IParamsOption[];
|
|
426
427
|
readonly columns: import("./config").IParamsColumn[];
|
|
427
428
|
readonly dataSource: import("./config").IParamsData[];
|
|
428
|
-
readonly options: import("./config").IParamsOption[];
|
|
429
429
|
readonly data: import("./config").IParamsData;
|
|
430
430
|
}, {}>;
|
|
431
431
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -433,9 +433,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
433
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]) | ((new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
434
434
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
435
435
|
}>>, {
|
|
436
|
+
readonly options: import("./config").IParamsOption[];
|
|
436
437
|
readonly columns: import("./config").IParamsColumn[];
|
|
437
438
|
readonly dataSource: import("./config").IParamsData[];
|
|
438
|
-
readonly options: import("./config").IParamsOption[];
|
|
439
439
|
}, {}>;
|
|
440
440
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
441
441
|
change: (value: Record<string, any>) => boolean;
|
|
@@ -456,9 +456,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
456
456
|
}>> & {
|
|
457
457
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
458
458
|
}, {
|
|
459
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
459
460
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
460
461
|
readonly url: string;
|
|
461
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
462
462
|
readonly requestParams: import("./config").IParam[];
|
|
463
463
|
readonly headerParams: import("./config").IParam[];
|
|
464
464
|
readonly bodyParams: Record<string, any>;
|
|
@@ -7,9 +7,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
8
8
|
readonly value: string;
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
11
10
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
12
11
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
12
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
13
13
|
} & {}>;
|
|
14
14
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
15
15
|
innerValue: import("vue").Ref<string>;
|
|
@@ -62,9 +62,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
64
|
}>> & {
|
|
65
|
-
onOk?: ((value: string) => any) | undefined;
|
|
66
65
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
67
66
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
67
|
+
onOk?: ((value: string) => any) | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
70
70
|
readonly value: string;
|
|
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
}, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17
18
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
18
19
|
readonly url: string;
|
|
19
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
20
|
readonly requestParams: import("../config").IParam[];
|
|
21
21
|
readonly headerParams: import("../config").IParam[];
|
|
22
22
|
readonly bodyParams: Record<string, any>;
|
|
@@ -52,9 +52,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
53
53
|
"onUpdate:method"?: ((method: import("../config").IMethod) => any) | undefined;
|
|
54
54
|
}, {
|
|
55
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
55
56
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
56
57
|
readonly url: string;
|
|
57
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
58
58
|
readonly requestParams: import("../config").IParam[];
|
|
59
59
|
readonly headerParams: import("../config").IParam[];
|
|
60
60
|
readonly bodyParams: Record<string, any>;
|
|
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
};
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
17
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
18
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
18
|
readonly value: string;
|
|
19
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
20
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
21
21
|
} & {}>;
|
|
22
22
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -38,9 +38,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
39
39
|
readonly value: string;
|
|
40
40
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
42
41
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
43
42
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
43
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
44
44
|
} & {}>;
|
|
45
45
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
46
46
|
innerValue: import("vue").Ref<string>;
|
|
@@ -93,9 +93,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
93
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
94
94
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
95
95
|
}>> & {
|
|
96
|
-
onOk?: ((value: string) => any) | undefined;
|
|
97
96
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
98
97
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
98
|
+
onOk?: ((value: string) => any) | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
101
101
|
readonly value: string;
|
|
@@ -111,7 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
112
112
|
}, {
|
|
113
113
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
114
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
115
114
|
readonly value: string;
|
|
115
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
116
116
|
}, {}>;
|
|
117
117
|
export default _default;
|
|
@@ -5,9 +5,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
|
+
readonly options: import("../config").IParamsOption[];
|
|
8
9
|
readonly columns: import("../config").IParamsColumn[];
|
|
9
10
|
readonly dataSource: import("../config").IParamsData[];
|
|
10
|
-
readonly options: import("../config").IParamsOption[];
|
|
11
11
|
readonly data: import("../config").IParamsData;
|
|
12
12
|
} & {}>;
|
|
13
13
|
bem: {
|
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
};
|
|
46
46
|
props: import("@vue/shared").LooseRequired<{
|
|
47
47
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
48
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
48
|
readonly value: string;
|
|
49
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
50
50
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
51
51
|
} & {}>;
|
|
52
52
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -68,9 +68,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
69
69
|
readonly value: string;
|
|
70
70
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
72
71
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
73
72
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
73
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
74
74
|
} & {}>;
|
|
75
75
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
76
76
|
innerValue: import("vue").Ref<string>;
|
|
@@ -123,9 +123,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
124
124
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
125
125
|
}>> & {
|
|
126
|
-
onOk?: ((value: string) => any) | undefined;
|
|
127
126
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
128
127
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
128
|
+
onOk?: ((value: string) => any) | undefined;
|
|
129
129
|
}, {
|
|
130
130
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
131
131
|
readonly value: string;
|
|
@@ -141,8 +141,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
142
142
|
}, {
|
|
143
143
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
144
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
145
144
|
readonly value: string;
|
|
145
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
146
146
|
}, {}>;
|
|
147
147
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
148
148
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]) | ((new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -150,9 +150,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
150
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData) | ((new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
151
151
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
152
152
|
}>>, {
|
|
153
|
+
readonly options: import("../config").IParamsOption[];
|
|
153
154
|
readonly columns: import("../config").IParamsColumn[];
|
|
154
155
|
readonly dataSource: import("../config").IParamsData[];
|
|
155
|
-
readonly options: import("../config").IParamsOption[];
|
|
156
156
|
readonly data: import("../config").IParamsData;
|
|
157
157
|
}, {}>;
|
|
158
158
|
export default _default;
|
|
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
is: (name?: string) => string;
|
|
15
15
|
};
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
+
readonly options: import("../config").IParamsOption[];
|
|
17
18
|
readonly columns: import("../config").IParamsColumn[];
|
|
18
19
|
readonly dataSource: import("../config").IParamsData[];
|
|
19
|
-
readonly options: import("../config").IParamsOption[];
|
|
20
20
|
} & {}>;
|
|
21
21
|
disabled: unknown;
|
|
22
22
|
addData: import("vue").Ref<string>;
|
|
@@ -28,9 +28,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
29
29
|
}, {
|
|
30
30
|
props: import("@vue/shared").LooseRequired<{
|
|
31
|
+
readonly options: import("../config").IParamsOption[];
|
|
31
32
|
readonly columns: import("../config").IParamsColumn[];
|
|
32
33
|
readonly dataSource: import("../config").IParamsData[];
|
|
33
|
-
readonly options: import("../config").IParamsOption[];
|
|
34
34
|
readonly data: import("../config").IParamsData;
|
|
35
35
|
} & {}>;
|
|
36
36
|
bem: {
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
};
|
|
69
69
|
props: import("@vue/shared").LooseRequired<{
|
|
70
70
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
71
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
71
|
readonly value: string;
|
|
72
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
73
73
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
74
74
|
} & {}>;
|
|
75
75
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -91,9 +91,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
91
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
92
92
|
readonly value: string;
|
|
93
93
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
95
94
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
96
95
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
96
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
97
97
|
} & {}>;
|
|
98
98
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
99
99
|
innerValue: import("vue").Ref<string>;
|
|
@@ -146,9 +146,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
146
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
147
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
148
148
|
}>> & {
|
|
149
|
-
onOk?: ((value: string) => any) | undefined;
|
|
150
149
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
151
150
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
151
|
+
onOk?: ((value: string) => any) | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
154
154
|
readonly value: string;
|
|
@@ -164,8 +164,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
164
164
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
165
165
|
}, {
|
|
166
166
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
167
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
167
|
readonly value: string;
|
|
168
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
169
169
|
}, {}>;
|
|
170
170
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
171
171
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]) | ((new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -173,9 +173,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData) | ((new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
174
174
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
175
175
|
}>>, {
|
|
176
|
+
readonly options: import("../config").IParamsOption[];
|
|
176
177
|
readonly columns: import("../config").IParamsColumn[];
|
|
177
178
|
readonly dataSource: import("../config").IParamsData[];
|
|
178
|
-
readonly options: import("../config").IParamsOption[];
|
|
179
179
|
readonly data: import("../config").IParamsData;
|
|
180
180
|
}, {}>;
|
|
181
181
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -183,8 +183,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]) | ((new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
184
184
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
185
185
|
}>>, {
|
|
186
|
+
readonly options: import("../config").IParamsOption[];
|
|
186
187
|
readonly columns: import("../config").IParamsColumn[];
|
|
187
188
|
readonly dataSource: import("../config").IParamsData[];
|
|
188
|
-
readonly options: import("../config").IParamsOption[];
|
|
189
189
|
}, {}>;
|
|
190
190
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Avatar from './src/avatar.vue';
|
|
2
2
|
export declare const LlAvatar: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
3
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "multiple" | "single", unknown, "single", boolean>;
|
|
4
4
|
readonly groupList: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5
5
|
prefixCls: StringConstructor;
|
|
6
6
|
shape: {
|
|
@@ -155,7 +155,7 @@ export declare const LlAvatar: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
155
155
|
};
|
|
156
156
|
handleAvatarClick: (item: any, index?: number | undefined) => void;
|
|
157
157
|
readonly avatarProps: {
|
|
158
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
158
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "multiple" | "single", unknown, "single", boolean>;
|
|
159
159
|
readonly groupList: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
160
160
|
prefixCls: StringConstructor;
|
|
161
161
|
shape: {
|
|
@@ -300,7 +300,7 @@ export declare const LlAvatar: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
300
300
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
301
301
|
click: (item: import("./src/avatar").AvatarProps, index?: number | undefined) => boolean;
|
|
302
302
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
303
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
303
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "multiple" | "single", unknown, "single", boolean>;
|
|
304
304
|
readonly groupList: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
305
305
|
prefixCls: StringConstructor;
|
|
306
306
|
shape: {
|
|
@@ -444,7 +444,7 @@ export declare const LlAvatar: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
444
444
|
}>> & {
|
|
445
445
|
onClick?: ((item: import("./src/avatar").AvatarProps, index?: number | undefined) => any) | undefined;
|
|
446
446
|
}, {
|
|
447
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
447
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "multiple" | "single", unknown>;
|
|
448
448
|
readonly groupList: Partial<import("vue").ExtractPropTypes<{
|
|
449
449
|
prefixCls: StringConstructor;
|
|
450
450
|
shape: {
|
|
@@ -11,7 +11,7 @@ export interface IAvatarGroupProps {
|
|
|
11
11
|
shape?: 'circle' | 'square';
|
|
12
12
|
}
|
|
13
13
|
export declare const avatarProps: {
|
|
14
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
14
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "multiple" | "single", unknown, "single", boolean>;
|
|
15
15
|
readonly groupList: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<ExtractPropTypes<{
|
|
16
16
|
prefixCls: StringConstructor;
|
|
17
17
|
shape: {
|