ll-plus 2.2.8 → 2.2.11
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/advanced-filtering.vue2.mjs +2 -5
- package/es/components/advanced-filtering/src/advanced-filtering.vue2.mjs.map +1 -1
- 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 +6 -6
- package/es/components/api-component/src/api-component.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
- 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 +4 -4
- package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +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 +8 -14
- package/es/components/select-group/src/select-group.d.ts +2 -6
- package/es/components/select-group/src/select-group.mjs +5 -2
- package/es/components/select-group/src/select-group.mjs.map +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +8 -14
- package/es/components/select-group/src/select-group.vue2.mjs +1 -0
- package/es/components/select-group/src/select-group.vue2.mjs.map +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/index.full.js +7 -6
- package/index.full.min.js +15 -15
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +11 -11
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +7 -6
- 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/advanced-filtering.vue2.js +1 -4
- package/lib/components/advanced-filtering/src/advanced-filtering.vue2.js.map +1 -1
- 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 +6 -6
- package/lib/components/api-component/src/api-component.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
- 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 +4 -4
- package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +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 +8 -14
- package/lib/components/select-group/src/select-group.d.ts +2 -6
- package/lib/components/select-group/src/select-group.js +5 -2
- package/lib/components/select-group/src/select-group.js.map +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +8 -14
- package/lib/components/select-group/src/select-group.vue2.js +1 -0
- package/lib/components/select-group/src/select-group.vue2.js.map +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/package.json +1 -1
- 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 +6 -6
- package/types/packages/components/api-component/src/api-component.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
- 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 +4 -4
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +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 +8 -14
- package/types/packages/components/select-group/src/select-group.d.ts +2 -6
- package/types/packages/components/select-group/src/select-group.vue.d.ts +8 -14
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/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
|
@@ -903,8 +903,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
903
903
|
}, boolean>;
|
|
904
904
|
}, {
|
|
905
905
|
props: import("@vue/shared").LooseRequired<{
|
|
906
|
-
readonly filterColumns: any[];
|
|
907
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
|
+
readonly filterColumns: any[];
|
|
908
909
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
909
910
|
layout: import("vue-types").VueTypeDef<string>;
|
|
910
911
|
labelCol: {
|
|
@@ -1129,7 +1130,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1129
1130
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1130
1131
|
};
|
|
1131
1132
|
}>>;
|
|
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,8 +2065,9 @@ 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 filterColumns: any[];
|
|
2069
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
|
+
readonly filterColumns: any[];
|
|
2070
2071
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2071
2072
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2072
2073
|
labelCol: {
|
|
@@ -2291,6 +2292,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2291
2292
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2292
2293
|
};
|
|
2293
2294
|
}>>;
|
|
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;
|
|
@@ -257,9 +257,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
257
257
|
is: (name?: string) => string;
|
|
258
258
|
};
|
|
259
259
|
props: import("@vue/shared").LooseRequired<{
|
|
260
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
261
260
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
262
261
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
262
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
263
263
|
} & {}>;
|
|
264
264
|
addData: import("vue").Ref<string>;
|
|
265
265
|
handleAdd: (dataSource: any) => void;
|
|
@@ -270,9 +270,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
270
270
|
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>;
|
|
271
271
|
}, {
|
|
272
272
|
props: import("@vue/shared").LooseRequired<{
|
|
273
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
274
273
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
275
274
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
275
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
276
276
|
readonly data: import("./src/config").IParamsData;
|
|
277
277
|
} & {}>;
|
|
278
278
|
bem: {
|
|
@@ -325,9 +325,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
325
325
|
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>;
|
|
326
326
|
readonly value: string;
|
|
327
327
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
328
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
328
329
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
329
330
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
330
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
331
331
|
} & {}>;
|
|
332
332
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
333
333
|
innerValue: import("vue").Ref<string>;
|
|
@@ -378,9 +378,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
378
378
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
379
379
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
380
380
|
}>> & {
|
|
381
|
+
onOk?: ((value: string) => any) | undefined;
|
|
381
382
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
382
383
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
383
|
-
onOk?: ((value: string) => any) | undefined;
|
|
384
384
|
}, {
|
|
385
385
|
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>;
|
|
386
386
|
readonly value: string;
|
|
@@ -403,9 +403,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
403
403
|
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>;
|
|
404
404
|
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>;
|
|
405
405
|
}>>, {
|
|
406
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
407
406
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
408
407
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
408
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
409
409
|
readonly data: import("./src/config").IParamsData;
|
|
410
410
|
}, {}>;
|
|
411
411
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -413,9 +413,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
413
413
|
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>;
|
|
414
414
|
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>;
|
|
415
415
|
}>>, {
|
|
416
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
417
416
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
418
417
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
418
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
419
419
|
}, {}>;
|
|
420
420
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
421
421
|
change: (value: Record<string, any>) => boolean;
|
|
@@ -256,9 +256,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
256
|
is: (name?: string) => string;
|
|
257
257
|
};
|
|
258
258
|
props: import("@vue/shared").LooseRequired<{
|
|
259
|
-
readonly options: import("./config").IParamsOption[];
|
|
260
259
|
readonly columns: import("./config").IParamsColumn[];
|
|
261
260
|
readonly dataSource: import("./config").IParamsData[];
|
|
261
|
+
readonly options: import("./config").IParamsOption[];
|
|
262
262
|
} & {}>;
|
|
263
263
|
addData: import("vue").Ref<string>;
|
|
264
264
|
handleAdd: (dataSource: any) => void;
|
|
@@ -269,9 +269,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
269
|
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>;
|
|
270
270
|
}, {
|
|
271
271
|
props: import("@vue/shared").LooseRequired<{
|
|
272
|
-
readonly options: import("./config").IParamsOption[];
|
|
273
272
|
readonly columns: import("./config").IParamsColumn[];
|
|
274
273
|
readonly dataSource: import("./config").IParamsData[];
|
|
274
|
+
readonly options: import("./config").IParamsOption[];
|
|
275
275
|
readonly data: import("./config").IParamsData;
|
|
276
276
|
} & {}>;
|
|
277
277
|
bem: {
|
|
@@ -324,9 +324,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
324
324
|
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>;
|
|
325
325
|
readonly value: string;
|
|
326
326
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
327
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
327
328
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
328
329
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
329
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
330
330
|
} & {}>;
|
|
331
331
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
332
332
|
innerValue: import("vue").Ref<string>;
|
|
@@ -377,9 +377,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
377
377
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
378
378
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
379
379
|
}>> & {
|
|
380
|
+
onOk?: ((value: string) => any) | undefined;
|
|
380
381
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
381
382
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
382
|
-
onOk?: ((value: string) => any) | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
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>;
|
|
385
385
|
readonly value: string;
|
|
@@ -402,9 +402,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
402
402
|
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>;
|
|
403
403
|
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>;
|
|
404
404
|
}>>, {
|
|
405
|
-
readonly options: import("./config").IParamsOption[];
|
|
406
405
|
readonly columns: import("./config").IParamsColumn[];
|
|
407
406
|
readonly dataSource: import("./config").IParamsData[];
|
|
407
|
+
readonly options: import("./config").IParamsOption[];
|
|
408
408
|
readonly data: import("./config").IParamsData;
|
|
409
409
|
}, {}>;
|
|
410
410
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -412,9 +412,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
412
|
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>;
|
|
413
413
|
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>;
|
|
414
414
|
}>>, {
|
|
415
|
-
readonly options: import("./config").IParamsOption[];
|
|
416
415
|
readonly columns: import("./config").IParamsColumn[];
|
|
417
416
|
readonly dataSource: import("./config").IParamsData[];
|
|
417
|
+
readonly options: import("./config").IParamsOption[];
|
|
418
418
|
}, {}>;
|
|
419
419
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
420
|
change: (value: Record<string, any>) => boolean;
|
|
@@ -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;
|
|
10
11
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
11
12
|
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>;
|
|
@@ -60,9 +60,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
61
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
62
|
}>> & {
|
|
63
|
+
onOk?: ((value: string) => any) | undefined;
|
|
63
64
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
64
65
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
65
|
-
onOk?: ((value: string) => any) | undefined;
|
|
66
66
|
}, {
|
|
67
67
|
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>;
|
|
68
68
|
readonly value: string;
|
|
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
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>;
|
|
37
37
|
readonly value: string;
|
|
38
38
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
39
40
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
40
41
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
41
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
42
42
|
} & {}>;
|
|
43
43
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
44
44
|
innerValue: import("vue").Ref<string>;
|
|
@@ -89,9 +89,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
89
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
90
90
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
91
91
|
}>> & {
|
|
92
|
+
onOk?: ((value: string) => any) | undefined;
|
|
92
93
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
93
94
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
94
|
-
onOk?: ((value: string) => any) | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
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>;
|
|
97
97
|
readonly value: string;
|
|
@@ -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[];
|
|
9
8
|
readonly columns: import("../config").IParamsColumn[];
|
|
10
9
|
readonly dataSource: import("../config").IParamsData[];
|
|
10
|
+
readonly options: import("../config").IParamsOption[];
|
|
11
11
|
readonly data: import("../config").IParamsData;
|
|
12
12
|
} & {}>;
|
|
13
13
|
bem: {
|
|
@@ -60,9 +60,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
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>;
|
|
61
61
|
readonly value: string;
|
|
62
62
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
63
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
63
64
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
64
65
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
65
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
66
66
|
} & {}>;
|
|
67
67
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
68
68
|
innerValue: import("vue").Ref<string>;
|
|
@@ -113,9 +113,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
113
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
114
114
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
115
115
|
}>> & {
|
|
116
|
+
onOk?: ((value: string) => any) | undefined;
|
|
116
117
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
117
118
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
118
|
-
onOk?: ((value: string) => any) | undefined;
|
|
119
119
|
}, {
|
|
120
120
|
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>;
|
|
121
121
|
readonly value: string;
|
|
@@ -138,9 +138,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
138
|
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>;
|
|
139
139
|
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>;
|
|
140
140
|
}>>, {
|
|
141
|
-
readonly options: import("../config").IParamsOption[];
|
|
142
141
|
readonly columns: import("../config").IParamsColumn[];
|
|
143
142
|
readonly dataSource: import("../config").IParamsData[];
|
|
143
|
+
readonly options: import("../config").IParamsOption[];
|
|
144
144
|
readonly data: import("../config").IParamsData;
|
|
145
145
|
}, {}>;
|
|
146
146
|
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[];
|
|
18
17
|
readonly columns: import("../config").IParamsColumn[];
|
|
19
18
|
readonly dataSource: import("../config").IParamsData[];
|
|
19
|
+
readonly options: import("../config").IParamsOption[];
|
|
20
20
|
} & {}>;
|
|
21
21
|
addData: import("vue").Ref<string>;
|
|
22
22
|
handleAdd: (dataSource: any) => void;
|
|
@@ -27,9 +27,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
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>;
|
|
28
28
|
}, {
|
|
29
29
|
props: import("@vue/shared").LooseRequired<{
|
|
30
|
-
readonly options: import("../config").IParamsOption[];
|
|
31
30
|
readonly columns: import("../config").IParamsColumn[];
|
|
32
31
|
readonly dataSource: import("../config").IParamsData[];
|
|
32
|
+
readonly options: import("../config").IParamsOption[];
|
|
33
33
|
readonly data: import("../config").IParamsData;
|
|
34
34
|
} & {}>;
|
|
35
35
|
bem: {
|
|
@@ -82,9 +82,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
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>;
|
|
83
83
|
readonly value: string;
|
|
84
84
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
85
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
85
86
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
86
87
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
87
|
-
readonly onOk?: ((value: string) => any) | undefined;
|
|
88
88
|
} & {}>;
|
|
89
89
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
90
90
|
innerValue: import("vue").Ref<string>;
|
|
@@ -135,9 +135,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
136
136
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
137
|
}>> & {
|
|
138
|
+
onOk?: ((value: string) => any) | undefined;
|
|
138
139
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
139
140
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
140
|
-
onOk?: ((value: string) => any) | undefined;
|
|
141
141
|
}, {
|
|
142
142
|
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>;
|
|
143
143
|
readonly value: string;
|
|
@@ -160,9 +160,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
160
160
|
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>;
|
|
161
161
|
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>;
|
|
162
162
|
}>>, {
|
|
163
|
-
readonly options: import("../config").IParamsOption[];
|
|
164
163
|
readonly columns: import("../config").IParamsColumn[];
|
|
165
164
|
readonly dataSource: import("../config").IParamsData[];
|
|
165
|
+
readonly options: import("../config").IParamsOption[];
|
|
166
166
|
readonly data: import("../config").IParamsData;
|
|
167
167
|
}, {}>;
|
|
168
168
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -170,8 +170,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
170
170
|
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>;
|
|
171
171
|
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>;
|
|
172
172
|
}>>, {
|
|
173
|
-
readonly options: import("../config").IParamsOption[];
|
|
174
173
|
readonly columns: import("../config").IParamsColumn[];
|
|
175
174
|
readonly dataSource: import("../config").IParamsData[];
|
|
175
|
+
readonly options: import("../config").IParamsOption[];
|
|
176
176
|
}, {}>;
|
|
177
177
|
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, "single" | "multiple", 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, "single" | "multiple", 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, "single" | "multiple", 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, "single" | "multiple", 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, "single" | "multiple", 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: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
2
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "single" | "multiple", unknown, "single", boolean>;
|
|
3
3
|
readonly groupList: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4
4
|
prefixCls: StringConstructor;
|
|
5
5
|
shape: {
|
|
@@ -154,7 +154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
};
|
|
155
155
|
handleAvatarClick: (item: any, index?: number) => void;
|
|
156
156
|
readonly avatarProps: {
|
|
157
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
157
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "single" | "multiple", unknown, "single", boolean>;
|
|
158
158
|
readonly groupList: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
159
159
|
prefixCls: StringConstructor;
|
|
160
160
|
shape: {
|
|
@@ -299,7 +299,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
299
299
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
300
300
|
click: (item: import("./avatar").AvatarProps, index?: number | undefined) => boolean;
|
|
301
301
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
302
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
302
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "single" | "multiple", unknown, "single", boolean>;
|
|
303
303
|
readonly groupList: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
304
304
|
prefixCls: StringConstructor;
|
|
305
305
|
shape: {
|
|
@@ -443,7 +443,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
443
443
|
}>> & {
|
|
444
444
|
onClick?: ((item: import("./avatar").AvatarProps, index?: number | undefined) => any) | undefined;
|
|
445
445
|
}, {
|
|
446
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
446
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "single" | "multiple", unknown>;
|
|
447
447
|
readonly groupList: Partial<import("vue").ExtractPropTypes<{
|
|
448
448
|
prefixCls: StringConstructor;
|
|
449
449
|
shape: {
|
|
@@ -24,13 +24,13 @@ export declare const LlButton: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
24
24
|
};
|
|
25
25
|
}, {
|
|
26
26
|
props: import("@vue/shared").LooseRequired<{
|
|
27
|
-
readonly label?: string | undefined;
|
|
28
|
-
readonly position?: string | undefined;
|
|
29
27
|
readonly icon?: {
|
|
30
28
|
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
31
29
|
readonly color?: string | undefined;
|
|
32
30
|
readonly iconName?: string | undefined;
|
|
33
31
|
} | undefined;
|
|
32
|
+
readonly position?: string | undefined;
|
|
33
|
+
readonly label?: string | undefined;
|
|
34
34
|
} & {}>;
|
|
35
35
|
bem: {
|
|
36
36
|
b: (blockSuffix?: string) => string;
|
|
@@ -23,13 +23,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
};
|
|
24
24
|
}, {
|
|
25
25
|
props: import("@vue/shared").LooseRequired<{
|
|
26
|
-
readonly label?: string | undefined;
|
|
27
|
-
readonly position?: string | undefined;
|
|
28
26
|
readonly icon?: {
|
|
29
27
|
readonly size?: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
28
|
readonly color?: string | undefined;
|
|
31
29
|
readonly iconName?: string | undefined;
|
|
32
30
|
} | undefined;
|
|
31
|
+
readonly position?: string | undefined;
|
|
32
|
+
readonly label?: string | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
bem: {
|
|
35
35
|
b: (blockSuffix?: string) => string;
|
|
@@ -77,7 +77,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
77
77
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
78
78
|
};
|
|
79
79
|
showAction: {
|
|
80
|
-
type: import("vue").PropType<("
|
|
80
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
81
81
|
};
|
|
82
82
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
83
83
|
popupStyle: {
|
|
@@ -165,7 +165,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
165
165
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
166
166
|
default: string;
|
|
167
167
|
};
|
|
168
|
-
expandTrigger: import("vue").PropType<"
|
|
168
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
169
169
|
dropdownPrefixCls: StringConstructor;
|
|
170
170
|
dropdownMenuColumnStyle: {
|
|
171
171
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -235,7 +235,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
235
235
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
236
236
|
};
|
|
237
237
|
showAction: {
|
|
238
|
-
type: import("vue").PropType<("
|
|
238
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
239
239
|
};
|
|
240
240
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
241
241
|
popupStyle: {
|
|
@@ -323,7 +323,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
323
323
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
|
-
expandTrigger: import("vue").PropType<"
|
|
326
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
327
327
|
dropdownPrefixCls: StringConstructor;
|
|
328
328
|
dropdownMenuColumnStyle: {
|
|
329
329
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -419,7 +419,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
419
419
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
420
420
|
};
|
|
421
421
|
showAction: {
|
|
422
|
-
type: import("vue").PropType<("
|
|
422
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
423
423
|
};
|
|
424
424
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
425
425
|
popupStyle: {
|
|
@@ -507,7 +507,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
507
507
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
508
508
|
default: string;
|
|
509
509
|
};
|
|
510
|
-
expandTrigger: import("vue").PropType<"
|
|
510
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
511
511
|
dropdownPrefixCls: StringConstructor;
|
|
512
512
|
dropdownMenuColumnStyle: {
|
|
513
513
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -600,7 +600,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
600
600
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
601
601
|
};
|
|
602
602
|
showAction: {
|
|
603
|
-
type: import("vue").PropType<("
|
|
603
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
604
604
|
};
|
|
605
605
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
606
606
|
popupStyle: {
|
|
@@ -688,7 +688,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
688
688
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
689
689
|
default: string;
|
|
690
690
|
};
|
|
691
|
-
expandTrigger: import("vue").PropType<"
|
|
691
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
692
692
|
dropdownPrefixCls: StringConstructor;
|
|
693
693
|
dropdownMenuColumnStyle: {
|
|
694
694
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
76
76
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
77
77
|
};
|
|
78
78
|
showAction: {
|
|
79
|
-
type: import("vue").PropType<("
|
|
79
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
80
80
|
};
|
|
81
81
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
82
82
|
popupStyle: {
|
|
@@ -164,7 +164,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
164
164
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
165
165
|
default: string;
|
|
166
166
|
};
|
|
167
|
-
expandTrigger: import("vue").PropType<"
|
|
167
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
168
168
|
dropdownPrefixCls: StringConstructor;
|
|
169
169
|
dropdownMenuColumnStyle: {
|
|
170
170
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -234,7 +234,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
234
234
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
235
235
|
};
|
|
236
236
|
showAction: {
|
|
237
|
-
type: import("vue").PropType<("
|
|
237
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
238
238
|
};
|
|
239
239
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
240
240
|
popupStyle: {
|
|
@@ -322,7 +322,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
322
322
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
323
323
|
default: string;
|
|
324
324
|
};
|
|
325
|
-
expandTrigger: import("vue").PropType<"
|
|
325
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
326
326
|
dropdownPrefixCls: StringConstructor;
|
|
327
327
|
dropdownMenuColumnStyle: {
|
|
328
328
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -418,7 +418,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
418
418
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
419
419
|
};
|
|
420
420
|
showAction: {
|
|
421
|
-
type: import("vue").PropType<("
|
|
421
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
422
422
|
};
|
|
423
423
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
424
424
|
popupStyle: {
|
|
@@ -506,7 +506,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
506
506
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
507
507
|
default: string;
|
|
508
508
|
};
|
|
509
|
-
expandTrigger: import("vue").PropType<"
|
|
509
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
510
510
|
dropdownPrefixCls: StringConstructor;
|
|
511
511
|
dropdownMenuColumnStyle: {
|
|
512
512
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -599,7 +599,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
599
599
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
600
600
|
};
|
|
601
601
|
showAction: {
|
|
602
|
-
type: import("vue").PropType<("
|
|
602
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
603
603
|
};
|
|
604
604
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
605
605
|
popupStyle: {
|
|
@@ -687,7 +687,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
687
687
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
688
688
|
default: string;
|
|
689
689
|
};
|
|
690
|
-
expandTrigger: import("vue").PropType<"
|
|
690
|
+
expandTrigger: import("vue").PropType<"click" | "hover">;
|
|
691
691
|
dropdownPrefixCls: StringConstructor;
|
|
692
692
|
dropdownMenuColumnStyle: {
|
|
693
693
|
type: import("vue").PropType<import("vue").CSSProperties>;
|