ll-plus 2.10.28 → 2.11.0
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 +724 -724
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +373 -373
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
- package/es/components/api-component/index.d.ts +16 -16
- package/es/components/api-component/src/api-component.vue.d.ts +16 -16
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
- 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/breadcrumb-card/index.d.ts +3 -3
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
- package/es/components/checkbox/index.d.ts +280 -280
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +5 -5
- package/es/components/descriptions/src/descriptions.d.ts +1 -1
- package/es/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +3 -3
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/es/components/drawer/src/drawer.vue.d.ts +3 -3
- package/es/components/dropdown-button-simple/index.d.ts +14 -14
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/es/components/form/index.d.ts +309 -309
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +309 -309
- package/es/components/icon-base/index.d.ts +4 -4
- package/es/components/icon-base/src/icon-base.d.ts +2 -2
- package/es/components/icon-base/src/icon-base.vue.d.ts +4 -4
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
- package/es/components/key-value/src/key-value.vue.d.ts +1500 -1500
- package/es/components/modal/index.d.ts +6 -6
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +6 -6
- package/es/components/new-drawer/index.d.ts +5 -5
- package/es/components/new-drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/new-modal/index.d.ts +11 -11
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +11 -11
- 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 +9 -9
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +9 -9
- package/es/components/select-group/index.d.ts +4 -4
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +9 -9
- package/es/components/tree-search/src/config/tree-search.d.ts +3 -3
- package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/components/advanced-filtering/index.d.ts +724 -724
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +373 -373
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
- package/lib/components/api-component/index.d.ts +16 -16
- package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
- 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/breadcrumb-card/index.d.ts +3 -3
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
- package/lib/components/checkbox/index.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +5 -5
- package/lib/components/descriptions/src/descriptions.d.ts +1 -1
- package/lib/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +3 -3
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/lib/components/drawer/src/drawer.vue.d.ts +3 -3
- package/lib/components/dropdown-button-simple/index.d.ts +14 -14
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/lib/components/form/index.d.ts +309 -309
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +309 -309
- package/lib/components/icon-base/index.d.ts +4 -4
- package/lib/components/icon-base/src/icon-base.d.ts +2 -2
- package/lib/components/icon-base/src/icon-base.vue.d.ts +4 -4
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
- package/lib/components/key-value/src/key-value.vue.d.ts +1500 -1500
- package/lib/components/modal/index.d.ts +6 -6
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +6 -6
- package/lib/components/new-drawer/index.d.ts +5 -5
- package/lib/components/new-drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/new-modal/index.d.ts +11 -11
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +11 -11
- 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 +9 -9
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +9 -9
- package/lib/components/select-group/index.d.ts +4 -4
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +9 -9
- package/lib/components/tree-search/src/config/tree-search.d.ts +3 -3
- package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +1 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/cascader.css +1 -1
- package/theme-chalk/css/checkbox.css +1 -1
- package/theme-chalk/css/code-editor.css +1 -1
- package/theme-chalk/css/color-picker.css +1 -1
- package/theme-chalk/css/cropper.css +1 -1
- package/theme-chalk/css/descriptions.css +1 -1
- package/theme-chalk/css/drawer.css +1 -1
- package/theme-chalk/css/dropdown-button-simple.css +1 -1
- package/theme-chalk/css/dropdown.css +1 -1
- package/theme-chalk/css/easy-cron.css +1 -1
- package/theme-chalk/css/form.css +1 -1
- package/theme-chalk/css/index.css +2 -2
- package/theme-chalk/css/input-number.css +1 -1
- package/theme-chalk/css/input.css +1 -1
- package/theme-chalk/css/key-value.css +1 -1
- package/theme-chalk/css/markdown-editor.css +1 -1
- package/theme-chalk/css/message.css +1 -1
- package/theme-chalk/css/modal.css +1 -1
- package/theme-chalk/css/new-drawer.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/theme-chalk/css/number-range.css +1 -1
- package/theme-chalk/css/rich-text-editor.css +1 -1
- package/theme-chalk/css/segmented.css +1 -1
- package/theme-chalk/css/switch.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/css/tabs-simple.css +1 -1
- package/theme-chalk/css/tabs.css +1 -1
- package/theme-chalk/css/tag-group.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +724 -724
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +373 -373
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
- package/types/packages/components/api-component/index.d.ts +16 -16
- package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
- 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/breadcrumb-card/index.d.ts +3 -3
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
- package/types/packages/components/checkbox/index.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/descriptions/index.d.ts +5 -5
- package/types/packages/components/descriptions/src/descriptions.d.ts +1 -1
- package/types/packages/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/types/packages/components/drawer/index.d.ts +3 -3
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/types/packages/components/drawer/src/drawer.vue.d.ts +3 -3
- package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/types/packages/components/form/index.d.ts +309 -309
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +309 -309
- package/types/packages/components/icon-base/index.d.ts +4 -4
- package/types/packages/components/icon-base/src/icon-base.d.ts +2 -2
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +4 -4
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1500 -1500
- package/types/packages/components/modal/index.d.ts +6 -6
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/new-drawer/index.d.ts +5 -5
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/new-modal/index.d.ts +11 -11
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +11 -11
- 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 +9 -9
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +9 -9
- package/types/packages/components/select-group/index.d.ts +4 -4
- package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +9 -9
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +3 -3
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts
CHANGED
|
@@ -199,8 +199,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
default: string | string[];
|
|
200
200
|
};
|
|
201
201
|
size: {
|
|
202
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
203
|
-
default: import("ant-design-vue/es/
|
|
202
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
203
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
204
204
|
};
|
|
205
205
|
disabled: {
|
|
206
206
|
type: BooleanConstructor;
|
|
@@ -422,8 +422,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
422
422
|
default: string | string[];
|
|
423
423
|
};
|
|
424
424
|
size: {
|
|
425
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
426
|
-
default: import("ant-design-vue/es/
|
|
425
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
426
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
427
427
|
};
|
|
428
428
|
disabled: {
|
|
429
429
|
type: BooleanConstructor;
|
|
@@ -645,8 +645,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
645
645
|
default: string | string[];
|
|
646
646
|
};
|
|
647
647
|
size: {
|
|
648
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
649
|
-
default: import("ant-design-vue/es/
|
|
648
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
649
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
650
650
|
};
|
|
651
651
|
disabled: {
|
|
652
652
|
type: BooleanConstructor;
|
|
@@ -868,8 +868,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
868
868
|
default: string | string[];
|
|
869
869
|
};
|
|
870
870
|
size: {
|
|
871
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
872
|
-
default: import("ant-design-vue/es/
|
|
871
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
872
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
873
873
|
};
|
|
874
874
|
disabled: {
|
|
875
875
|
type: BooleanConstructor;
|
|
@@ -904,6 +904,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
904
904
|
}, {
|
|
905
905
|
props: import("@vue/shared").LooseRequired<{
|
|
906
906
|
readonly value: Record<string, any>;
|
|
907
|
+
readonly overlayStyle: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
907
908
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
908
909
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
909
910
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -1101,8 +1102,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1101
1102
|
default: string | string[];
|
|
1102
1103
|
};
|
|
1103
1104
|
size: {
|
|
1104
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1105
|
-
default: import("ant-design-vue/es/
|
|
1105
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1106
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1106
1107
|
};
|
|
1107
1108
|
disabled: {
|
|
1108
1109
|
type: BooleanConstructor;
|
|
@@ -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/components").AvatarType<(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
|
} & {}>;
|
|
@@ -1355,8 +1355,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1355
1355
|
default: string | string[];
|
|
1356
1356
|
};
|
|
1357
1357
|
size: {
|
|
1358
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1359
|
-
default: import("ant-design-vue/es/
|
|
1358
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1359
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1360
1360
|
};
|
|
1361
1361
|
disabled: {
|
|
1362
1362
|
type: BooleanConstructor;
|
|
@@ -1578,8 +1578,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1578
1578
|
default: string | string[];
|
|
1579
1579
|
};
|
|
1580
1580
|
size: {
|
|
1581
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1582
|
-
default: import("ant-design-vue/es/
|
|
1581
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1582
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1583
1583
|
};
|
|
1584
1584
|
disabled: {
|
|
1585
1585
|
type: BooleanConstructor;
|
|
@@ -1801,8 +1801,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1801
1801
|
default: string | string[];
|
|
1802
1802
|
};
|
|
1803
1803
|
size: {
|
|
1804
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1805
|
-
default: import("ant-design-vue/es/
|
|
1804
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1805
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
1806
1806
|
};
|
|
1807
1807
|
disabled: {
|
|
1808
1808
|
type: BooleanConstructor;
|
|
@@ -2024,8 +2024,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2024
2024
|
default: string | string[];
|
|
2025
2025
|
};
|
|
2026
2026
|
size: {
|
|
2027
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2028
|
-
default: import("ant-design-vue/es/
|
|
2027
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2028
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
2029
2029
|
};
|
|
2030
2030
|
disabled: {
|
|
2031
2031
|
type: BooleanConstructor;
|
|
@@ -2062,6 +2062,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2062
2062
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
2063
2063
|
}, {
|
|
2064
2064
|
readonly value: Record<string, any>;
|
|
2065
|
+
readonly overlayStyle: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
2065
2066
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
2066
2067
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2067
2068
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -2259,8 +2260,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2259
2260
|
default: string | string[];
|
|
2260
2261
|
};
|
|
2261
2262
|
size: {
|
|
2262
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2263
|
-
default: import("ant-design-vue/es/
|
|
2263
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2264
|
+
default: import("ant-design-vue/es/config-provider").SizeType;
|
|
2264
2265
|
};
|
|
2265
2266
|
disabled: {
|
|
2266
2267
|
type: BooleanConstructor;
|
|
@@ -2287,6 +2288,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2287
2288
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2288
2289
|
};
|
|
2289
2290
|
}>>;
|
|
2290
|
-
readonly overlayStyle: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
2291
2291
|
}, {}>;
|
|
2292
2292
|
export default _default;
|
|
@@ -38,6 +38,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
38
38
|
}, {
|
|
39
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
40
|
readonly value: import("./src/config").HttpModel;
|
|
41
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
43
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
42
44
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
43
45
|
}) | (() => {
|
|
@@ -47,8 +49,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
47
49
|
}) | (() => {
|
|
48
50
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
49
51
|
} | undefined))[], unknown, unknown>;
|
|
50
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
51
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
52
|
readonly onChange?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
53
53
|
readonly "onUpdate:value"?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
54
54
|
} & {}>;
|
|
@@ -282,8 +282,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
282
282
|
is: (name?: string) => string;
|
|
283
283
|
};
|
|
284
284
|
props: import("@vue/shared").LooseRequired<{
|
|
285
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
286
285
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
286
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
287
287
|
readonly options: import("./src/config").IParamsOption[];
|
|
288
288
|
} & {}>;
|
|
289
289
|
disabled: unknown;
|
|
@@ -297,8 +297,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
297
297
|
}, {
|
|
298
298
|
props: import("@vue/shared").LooseRequired<{
|
|
299
299
|
readonly data: import("./src/config").IParamsData;
|
|
300
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
301
300
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
301
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
302
302
|
readonly options: import("./src/config").IParamsOption[];
|
|
303
303
|
} & {}>;
|
|
304
304
|
bem: {
|
|
@@ -359,8 +359,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
359
359
|
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>;
|
|
360
360
|
readonly value: string;
|
|
361
361
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
362
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
362
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
363
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
364
364
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
365
365
|
} & {}>;
|
|
366
366
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -414,8 +414,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
414
414
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
415
415
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
416
416
|
}>> & {
|
|
417
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
418
417
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
418
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
419
419
|
onOk?: ((value: string) => any) | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
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>;
|
|
@@ -442,8 +442,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
442
442
|
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>;
|
|
443
443
|
}>>, {
|
|
444
444
|
readonly data: import("./src/config").IParamsData;
|
|
445
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
446
445
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
446
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
447
447
|
readonly options: import("./src/config").IParamsOption[];
|
|
448
448
|
}, {}>;
|
|
449
449
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -451,8 +451,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
451
451
|
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>;
|
|
452
452
|
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>;
|
|
453
453
|
}>>, {
|
|
454
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
455
454
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
455
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
456
456
|
readonly options: import("./src/config").IParamsOption[];
|
|
457
457
|
}, {}>;
|
|
458
458
|
BodyComponent: import("vue").DefineComponent<{
|
|
@@ -626,8 +626,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
626
626
|
is: (name?: string) => string;
|
|
627
627
|
};
|
|
628
628
|
props: import("@vue/shared").LooseRequired<{
|
|
629
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
630
629
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
630
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
631
631
|
readonly options: import("./src/config").IParamsOption[];
|
|
632
632
|
} & {}>;
|
|
633
633
|
disabled: unknown;
|
|
@@ -641,8 +641,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
641
641
|
}, {
|
|
642
642
|
props: import("@vue/shared").LooseRequired<{
|
|
643
643
|
readonly data: import("./src/config").IParamsData;
|
|
644
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
645
644
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
645
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
646
646
|
readonly options: import("./src/config").IParamsOption[];
|
|
647
647
|
} & {}>;
|
|
648
648
|
bem: {
|
|
@@ -703,8 +703,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
703
703
|
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>;
|
|
704
704
|
readonly value: string;
|
|
705
705
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
707
706
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
707
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
708
708
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
709
709
|
} & {}>;
|
|
710
710
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -758,8 +758,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
758
758
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
759
759
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
760
760
|
}>> & {
|
|
761
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
762
761
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
762
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
763
763
|
onOk?: ((value: string) => any) | undefined;
|
|
764
764
|
}, {
|
|
765
765
|
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>;
|
|
@@ -786,8 +786,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
786
786
|
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>;
|
|
787
787
|
}>>, {
|
|
788
788
|
readonly data: import("./src/config").IParamsData;
|
|
789
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
790
789
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
790
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
791
791
|
readonly options: import("./src/config").IParamsOption[];
|
|
792
792
|
}, {}>;
|
|
793
793
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -795,8 +795,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
795
795
|
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>;
|
|
796
796
|
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>;
|
|
797
797
|
}>>, {
|
|
798
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
799
798
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
799
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
800
800
|
readonly options: import("./src/config").IParamsOption[];
|
|
801
801
|
}, {}>;
|
|
802
802
|
readonly formdataTableColumns: ({
|
|
@@ -891,6 +891,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
891
891
|
"onUpdate:value"?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
892
892
|
}, {
|
|
893
893
|
readonly value: import("./src/config").HttpModel;
|
|
894
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
895
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
894
896
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
895
897
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
896
898
|
}) | (() => {
|
|
@@ -900,8 +902,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
900
902
|
}) | (() => {
|
|
901
903
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
902
904
|
} | undefined))[], unknown, unknown>;
|
|
903
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
904
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
905
905
|
}, {}>>;
|
|
906
906
|
export default LlApiComponent;
|
|
907
907
|
export * from './src/config';
|
|
@@ -38,6 +38,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
}, {
|
|
39
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
40
|
readonly value: import("./config").HttpModel;
|
|
41
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
43
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
42
44
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
43
45
|
}) | (() => {
|
|
@@ -47,8 +49,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
49
|
}) | (() => {
|
|
48
50
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
49
51
|
} | undefined))[], unknown, unknown>;
|
|
50
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
51
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
52
|
readonly onChange?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
53
53
|
readonly "onUpdate:value"?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
54
54
|
} & {}>;
|
|
@@ -282,8 +282,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
282
282
|
is: (name?: string) => string;
|
|
283
283
|
};
|
|
284
284
|
props: import("@vue/shared").LooseRequired<{
|
|
285
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
286
285
|
readonly dataSource: import("./config").IParamsData[];
|
|
286
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
287
287
|
readonly options: import("./config").IParamsOption[];
|
|
288
288
|
} & {}>;
|
|
289
289
|
disabled: unknown;
|
|
@@ -297,8 +297,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
297
|
}, {
|
|
298
298
|
props: import("@vue/shared").LooseRequired<{
|
|
299
299
|
readonly data: import("./config").IParamsData;
|
|
300
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
301
300
|
readonly dataSource: import("./config").IParamsData[];
|
|
301
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
302
302
|
readonly options: import("./config").IParamsOption[];
|
|
303
303
|
} & {}>;
|
|
304
304
|
bem: {
|
|
@@ -359,8 +359,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
359
359
|
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>;
|
|
360
360
|
readonly value: string;
|
|
361
361
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
362
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
362
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
363
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
364
364
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
365
365
|
} & {}>;
|
|
366
366
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -414,8 +414,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
414
414
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
415
415
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
416
416
|
}>> & {
|
|
417
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
418
417
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
418
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
419
419
|
onOk?: ((value: string) => any) | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
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>;
|
|
@@ -442,8 +442,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
442
|
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>;
|
|
443
443
|
}>>, {
|
|
444
444
|
readonly data: import("./config").IParamsData;
|
|
445
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
446
445
|
readonly dataSource: import("./config").IParamsData[];
|
|
446
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
447
447
|
readonly options: import("./config").IParamsOption[];
|
|
448
448
|
}, {}>;
|
|
449
449
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -451,8 +451,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
451
451
|
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>;
|
|
452
452
|
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>;
|
|
453
453
|
}>>, {
|
|
454
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
455
454
|
readonly dataSource: import("./config").IParamsData[];
|
|
455
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
456
456
|
readonly options: import("./config").IParamsOption[];
|
|
457
457
|
}, {}>;
|
|
458
458
|
BodyComponent: import("vue").DefineComponent<{
|
|
@@ -626,8 +626,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
626
626
|
is: (name?: string) => string;
|
|
627
627
|
};
|
|
628
628
|
props: import("@vue/shared").LooseRequired<{
|
|
629
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
630
629
|
readonly dataSource: import("./config").IParamsData[];
|
|
630
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
631
631
|
readonly options: import("./config").IParamsOption[];
|
|
632
632
|
} & {}>;
|
|
633
633
|
disabled: unknown;
|
|
@@ -641,8 +641,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
641
641
|
}, {
|
|
642
642
|
props: import("@vue/shared").LooseRequired<{
|
|
643
643
|
readonly data: import("./config").IParamsData;
|
|
644
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
645
644
|
readonly dataSource: import("./config").IParamsData[];
|
|
645
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
646
646
|
readonly options: import("./config").IParamsOption[];
|
|
647
647
|
} & {}>;
|
|
648
648
|
bem: {
|
|
@@ -703,8 +703,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
703
703
|
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>;
|
|
704
704
|
readonly value: string;
|
|
705
705
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
707
706
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
707
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
708
708
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
709
709
|
} & {}>;
|
|
710
710
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -758,8 +758,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
758
758
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
759
759
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
760
760
|
}>> & {
|
|
761
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
762
761
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
762
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
763
763
|
onOk?: ((value: string) => any) | undefined;
|
|
764
764
|
}, {
|
|
765
765
|
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>;
|
|
@@ -786,8 +786,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
786
786
|
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>;
|
|
787
787
|
}>>, {
|
|
788
788
|
readonly data: import("./config").IParamsData;
|
|
789
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
790
789
|
readonly dataSource: import("./config").IParamsData[];
|
|
790
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
791
791
|
readonly options: import("./config").IParamsOption[];
|
|
792
792
|
}, {}>;
|
|
793
793
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -795,8 +795,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
795
795
|
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>;
|
|
796
796
|
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>;
|
|
797
797
|
}>>, {
|
|
798
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
799
798
|
readonly dataSource: import("./config").IParamsData[];
|
|
799
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
800
800
|
readonly options: import("./config").IParamsOption[];
|
|
801
801
|
}, {}>;
|
|
802
802
|
readonly formdataTableColumns: ({
|
|
@@ -891,6 +891,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
891
891
|
"onUpdate:value"?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
892
892
|
}, {
|
|
893
893
|
readonly value: import("./config").HttpModel;
|
|
894
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
895
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
894
896
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
895
897
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
896
898
|
}) | (() => {
|
|
@@ -900,7 +902,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
900
902
|
}) | (() => {
|
|
901
903
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
902
904
|
} | undefined))[], unknown, unknown>;
|
|
903
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
904
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
905
905
|
}, {}>;
|
|
906
906
|
export default _default;
|
|
@@ -7,8 +7,8 @@ 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 "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
11
10
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
11
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
12
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);
|
|
@@ -62,8 +62,8 @@ 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
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
66
65
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
66
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
67
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>;
|
|
@@ -169,8 +169,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
169
|
is: (name?: string) => string;
|
|
170
170
|
};
|
|
171
171
|
props: import("@vue/shared").LooseRequired<{
|
|
172
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
173
172
|
readonly dataSource: import("../config").IParamsData[];
|
|
173
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
174
174
|
readonly options: import("../config").IParamsOption[];
|
|
175
175
|
} & {}>;
|
|
176
176
|
disabled: unknown;
|
|
@@ -184,8 +184,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
184
|
}, {
|
|
185
185
|
props: import("@vue/shared").LooseRequired<{
|
|
186
186
|
readonly data: import("../config").IParamsData;
|
|
187
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
188
187
|
readonly dataSource: import("../config").IParamsData[];
|
|
188
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
189
189
|
readonly options: import("../config").IParamsOption[];
|
|
190
190
|
} & {}>;
|
|
191
191
|
bem: {
|
|
@@ -246,8 +246,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
246
246
|
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>;
|
|
247
247
|
readonly value: string;
|
|
248
248
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
249
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
250
249
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
250
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
251
251
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
252
252
|
} & {}>;
|
|
253
253
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -301,8 +301,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
301
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
302
302
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
303
303
|
}>> & {
|
|
304
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
305
304
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
305
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
306
306
|
onOk?: ((value: string) => any) | undefined;
|
|
307
307
|
}, {
|
|
308
308
|
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>;
|
|
@@ -329,8 +329,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
329
329
|
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>;
|
|
330
330
|
}>>, {
|
|
331
331
|
readonly data: import("../config").IParamsData;
|
|
332
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
333
332
|
readonly dataSource: import("../config").IParamsData[];
|
|
333
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
334
334
|
readonly options: import("../config").IParamsOption[];
|
|
335
335
|
}, {}>;
|
|
336
336
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -338,8 +338,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
338
338
|
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>;
|
|
339
339
|
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>;
|
|
340
340
|
}>>, {
|
|
341
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
342
341
|
readonly dataSource: import("../config").IParamsData[];
|
|
342
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
343
343
|
readonly options: import("../config").IParamsOption[];
|
|
344
344
|
}, {}>;
|
|
345
345
|
readonly formdataTableColumns: ({
|
|
@@ -38,8 +38,8 @@ 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 "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
42
41
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
42
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
43
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);
|
|
@@ -93,8 +93,8 @@ 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
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
97
96
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
97
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
98
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>;
|
|
@@ -6,8 +6,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
8
|
readonly data: import("../config").IParamsData;
|
|
9
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
10
9
|
readonly dataSource: import("../config").IParamsData[];
|
|
10
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
11
11
|
readonly options: import("../config").IParamsOption[];
|
|
12
12
|
} & {}>;
|
|
13
13
|
bem: {
|
|
@@ -68,8 +68,8 @@ 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 "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
72
71
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
72
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
73
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);
|
|
@@ -123,8 +123,8 @@ 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
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
127
126
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
127
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
128
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>;
|
|
@@ -151,8 +151,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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
153
|
readonly data: import("../config").IParamsData;
|
|
154
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
155
154
|
readonly dataSource: import("../config").IParamsData[];
|
|
155
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
156
156
|
readonly options: import("../config").IParamsOption[];
|
|
157
157
|
}, {}>;
|
|
158
158
|
export default _default;
|