@qqt-product/ui 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +54568 -57030
- package/dist/index.umd.js +138 -200
- package/dist/lib/components/audit-modal/index.d.ts +13 -2
- package/dist/lib/components/audit-modal/src/audit-modal-type.d.ts +4 -0
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +13 -2
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +9 -0
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +10 -1
- package/dist/lib/components/audit-modal/src/hook/list-slot-hook.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/hook/use-field-select-modal-hook.d.ts +2 -2
- package/dist/lib/components/cascader/index.d.ts +1 -1
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +2 -1
- package/dist/lib/components/detail-form/index.d.ts +7 -5
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +8 -6
- package/dist/lib/components/detail-grid/index.d.ts +11 -2
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +11 -2
- package/dist/lib/components/detail-page-layout/index.d.ts +24 -6
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +23 -5
- package/dist/lib/components/edit-form/index.d.ts +10 -10
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +11 -11
- package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +7 -6
- package/dist/lib/components/edit-grid/index.d.ts +12 -2
- package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +4 -0
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +12 -2
- package/dist/lib/components/edit-grid/src/hook/use-grid-height-hook.d.ts +2 -2
- package/dist/lib/components/edit-page-layout/index.d.ts +23 -5
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +47 -35
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +23 -5
- package/dist/lib/components/edit-page-layout/src/types.d.ts +1 -1
- package/dist/lib/components/empty/index.d.ts +103 -0
- package/dist/lib/components/field-select-modal/index.d.ts +5 -0
- package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +5 -0
- package/dist/lib/components/index.d.ts +4 -1
- package/dist/lib/components/item-wrap/index.d.ts +2 -2
- package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +1 -1
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +2 -2
- package/dist/lib/components/ladder-price/index.d.ts +6 -2
- package/dist/lib/components/ladder-price/src/LadderNotPriceModal.vue.d.ts +7 -3
- package/dist/lib/components/ladder-price/src/LadderPriceModal.vue.d.ts +3 -1
- package/dist/lib/components/ladder-price/src/hook/use-type-hook.d.ts +9 -0
- package/dist/lib/components/ladder-price/src/ladder-price-types.d.ts +2 -2
- package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +6 -2
- package/dist/lib/components/layout-buttons/index.d.ts +4 -2
- package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +4 -2
- package/dist/lib/components/layout-pattern/index.d.ts +2 -2
- package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +17 -13
- package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +3 -2
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/index.d.ts +9 -1
- package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +15 -3
- package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +4 -2
- package/dist/lib/components/list-page-layout/src/components/list-header/module/tabs/index.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/hooks/use-list-params-hook.d.ts +7 -0
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +9 -1
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +9 -2
- package/dist/lib/components/menu/index.d.ts +84 -0
- package/dist/lib/components/menu/src/index.d.ts +80 -0
- package/dist/lib/components/menu/src/menu-types.d.ts +47 -0
- package/dist/lib/components/menu/src/use-menu.d.ts +2 -0
- package/dist/lib/components/page-layout/index.d.ts +4 -4
- package/dist/lib/components/page-layout/src/constant/buttons.d.ts +6 -6
- package/dist/lib/components/page-layout/src/hook/use-merge-defaultValues-hook.d.ts +3 -3
- package/dist/lib/components/page-layout/src/hook/use-page-data-hook.d.ts +2 -2
- package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +5 -3
- package/dist/lib/components/page-layout/src/hook/use-ref-instance-hook.d.ts +3 -3
- package/dist/lib/components/page-layout/src/hook/use-remote-config-hook.d.ts +2 -2
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +4 -4
- package/dist/lib/components/page-layout/src/token.d.ts +4 -4
- package/dist/lib/components/relation-graph/src/relation-graph-types.d.ts +2 -2
- package/dist/lib/components/remote-select/index.d.ts +5 -5
- package/dist/lib/components/remote-select/src/remote-select-types.d.ts +6 -6
- package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +5 -5
- package/dist/lib/components/rich-editor-model/index.d.ts +52 -0
- package/dist/lib/components/rich-editor-model/src/rich-editor-model-type.d.ts +14 -0
- package/dist/lib/components/rich-editor-model/src/rich-editor-model.vue.d.ts +49 -0
- package/dist/lib/components/select-modal/index.d.ts +16 -7
- package/dist/lib/components/select-modal/src/select-modal-types.d.ts +6 -6
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +16 -7
- package/dist/lib/components/tree-select/index.d.ts +4 -4
- package/dist/lib/components/tree-select/src/tree-select-types.d.ts +2 -2
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +4 -4
- package/dist/lib/components/upload-file/index.d.ts +5 -5
- package/dist/lib/components/upload-file/src/hook/use-file-column-hook.d.ts +2 -32
- package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +2 -2
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +6 -6
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +5 -5
- package/dist/lib/components/upload-file-vxe/index.d.ts +8 -6
- package/dist/lib/components/upload-file-vxe/src/upload-file-vxe-types.d.ts +2 -2
- package/dist/lib/components/upload-file-vxe/src/upload-file-vxe.vue.d.ts +8 -6
- package/dist/lib/components/upload-image/index.d.ts +10 -0
- package/dist/lib/components/upload-image/src/upload-image-type.d.ts +4 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +10 -0
- package/dist/lib/utils/event.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +8 -8
- package/dist/lib/components/edit-grid/src/components/empty/index.d.ts +0 -8
- package/dist/vite.svg +0 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import type { CascaderOptionType } from 'ant-design-vue/lib/cascader';
|
|
1
2
|
import type { Breakpoint } from 'ant-design-vue/lib/_util/responsiveObserve';
|
|
2
3
|
import type { PickerLocale } from 'ant-design-vue/es/date-picker/generatePicker';
|
|
3
4
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
4
|
-
import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes
|
|
5
|
-
import type { PageButton,
|
|
5
|
+
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
6
|
+
import type { PageButton, RecordString, FormFieldsItem } from '../../edit-page-layout';
|
|
6
7
|
import type { MixSelectArgs } from '../../select';
|
|
7
8
|
import type { TreeSelectPayload } from '../../tree-select';
|
|
8
9
|
import type { FormInstance } from 'ant-design-vue';
|
|
@@ -57,7 +58,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
57
58
|
}>;
|
|
58
59
|
noHiddenFieldFormFields: ComputedRef<FormFieldsItem[]>;
|
|
59
60
|
rules: ComputedRef<Record<string, RuleObject[]>>;
|
|
60
|
-
pageData: Ref<
|
|
61
|
+
pageData: Ref<RecordString>;
|
|
62
|
+
formData: Ref<RecordString>;
|
|
61
63
|
locale: PickerLocale;
|
|
62
64
|
getColConfig: (field: FormFieldsItem) => {
|
|
63
65
|
xs: number;
|
|
@@ -69,12 +71,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
69
71
|
xxxl: number;
|
|
70
72
|
};
|
|
71
73
|
handleProps: (field: FormFieldsItem) => {
|
|
72
|
-
row: Ref<
|
|
74
|
+
row: Ref<RecordString>;
|
|
73
75
|
rowIndex: number;
|
|
74
76
|
columnItem: FormFieldsItem;
|
|
75
|
-
uploadBtnStatus: {};
|
|
76
77
|
groupType: string;
|
|
77
|
-
operationBtn: unknown;
|
|
78
78
|
};
|
|
79
79
|
screens: Ref<Partial<Record<Breakpoint, boolean>>>;
|
|
80
80
|
handleUploadData: (file: FormFieldsItemUpload) => {
|
|
@@ -84,16 +84,16 @@ declare const _sfc_main: DefineComponent<{
|
|
|
84
84
|
resetForm: () => void;
|
|
85
85
|
handleInputBlur: (event: Event, config: FormFieldsItem) => void;
|
|
86
86
|
handleSwitchChange: (value: string, config: FormFieldsItem) => void;
|
|
87
|
-
handleSelectChange: (value: string, config: FormFieldsItem) => void;
|
|
87
|
+
handleSelectChange: (value: string, selectedOptions: CascaderOptionType[] | undefined, config: FormFieldsItem) => void;
|
|
88
88
|
handleTreeSelectChange: ({ value, label, extra }: TreeSelectPayload, config: FormFieldsItem) => void;
|
|
89
|
-
handleMixSelectChange: ({ value }: MixSelectArgs, config: FormFieldsItem) => void;
|
|
89
|
+
handleMixSelectChange: ({ value, label }: MixSelectArgs, config: FormFieldsItem) => void;
|
|
90
90
|
handleRadioChange: (value: string, config: FormFieldsItem) => void;
|
|
91
91
|
handleUploadChange: (value: string, config: FormFieldsItem) => void;
|
|
92
92
|
handleCurrencyChange: (value: string, config: FormFieldsItem) => void;
|
|
93
|
-
handleRemoteSelectChange: (data:
|
|
94
|
-
handleSelectModalChange: (data:
|
|
93
|
+
handleRemoteSelectChange: (data: RecordString[], config: FormFieldsItem) => void;
|
|
94
|
+
handleSelectModalChange: (data: RecordString[], config: FormFieldsItem) => void;
|
|
95
95
|
handleCustomSelectModelClick: (config: FormFieldsItem) => void;
|
|
96
|
-
handleLadderPriceAfterSelect: (data:
|
|
96
|
+
handleLadderPriceAfterSelect: (data: RecordString[], config: FormFieldsItem) => void;
|
|
97
97
|
handleDateChange: (value: string, config: FormFieldsItem) => void;
|
|
98
98
|
handleCodeChange: (value: string, config: FormFieldsItem) => void;
|
|
99
99
|
filterOption: (input: string, option: any) => boolean;
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import type { FormFieldsItem,
|
|
1
|
+
import type { FormFieldsItem, RecordString } from '../../../edit-page-layout';
|
|
2
2
|
import type { MixSelectArgs } from '../../../select';
|
|
3
3
|
import type { TreeSelectPayload } from '../../../tree-select';
|
|
4
|
+
import type { CascaderProps } from 'ant-design-vue';
|
|
4
5
|
export declare const handleInputBlur: (event: Event, config: FormFieldsItem) => void;
|
|
5
|
-
export declare const handleSelectChange: (value: string, config: FormFieldsItem) => void;
|
|
6
|
+
export declare const handleSelectChange: (value: string, selectedOptions: CascaderProps['options'], config: FormFieldsItem) => void;
|
|
6
7
|
export declare const handleTreeSelectChange: ({ value, label, extra }: TreeSelectPayload, config: FormFieldsItem) => void;
|
|
7
|
-
export declare const handleMixSelectChange: ({ value }: MixSelectArgs, config: FormFieldsItem) => void;
|
|
8
|
+
export declare const handleMixSelectChange: ({ value, label }: MixSelectArgs, config: FormFieldsItem) => void;
|
|
8
9
|
export declare const handleSwitchChange: (value: string, config: FormFieldsItem) => void;
|
|
9
10
|
export declare const handleRadioChange: (value: string, config: FormFieldsItem) => void;
|
|
10
11
|
export declare const handleUploadChange: (value: string, config: FormFieldsItem) => void;
|
|
11
12
|
export declare const handleCurrencyChange: (value: string, config: FormFieldsItem) => void;
|
|
12
|
-
export declare const handleRemoteSelectChange: (data:
|
|
13
|
-
export declare const handleSelectModalChange: (data:
|
|
13
|
+
export declare const handleRemoteSelectChange: (data: RecordString[], config: FormFieldsItem) => void;
|
|
14
|
+
export declare const handleSelectModalChange: (data: RecordString[], config: FormFieldsItem) => void;
|
|
14
15
|
export declare const handleCustomSelectModelClick: (config: FormFieldsItem) => void;
|
|
15
|
-
export declare const handleLadderPriceAfterSelect: (data:
|
|
16
|
+
export declare const handleLadderPriceAfterSelect: (data: RecordString[], config: FormFieldsItem) => void;
|
|
16
17
|
export declare const handleDateChange: (value: string, config: FormFieldsItem) => void;
|
|
17
18
|
export declare const handleCodeChange: (value: string, config: FormFieldsItem) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ruleItem } from './src/hook/use-grid-config-hook';
|
|
2
|
-
import type {
|
|
2
|
+
import type { RecordString } from '../select-modal';
|
|
3
3
|
import type { VxeGridProps, VxeTableDataRow, VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
4
4
|
import type { PageButton, ColumnItem, PageButtonWithGroupCode, PageDownLoadButton, PageButtonDeleteFileRow, GridCheckboxChangeParams, GridCheckboxAllParams } from '../edit-page-layout';
|
|
5
5
|
import type { DefineComponent, PropType, ComputedRef, Ref, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -12,6 +12,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
12
12
|
readonly type: PropType<string>;
|
|
13
13
|
readonly default: "";
|
|
14
14
|
};
|
|
15
|
+
readonly total: {
|
|
16
|
+
readonly type: ObjectConstructor;
|
|
17
|
+
readonly default: {};
|
|
18
|
+
};
|
|
15
19
|
readonly groupNameI18nKey: {
|
|
16
20
|
readonly type: PropType<string>;
|
|
17
21
|
readonly default: "";
|
|
@@ -54,6 +58,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
54
58
|
}>;
|
|
55
59
|
buttons: Ref<PageButton[]>;
|
|
56
60
|
groupName: Ref<string>;
|
|
61
|
+
total: Ref<Record<string, any>>;
|
|
57
62
|
groupCode: Ref<string>;
|
|
58
63
|
wrapBoxHeight: ComputedRef<number>;
|
|
59
64
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
@@ -2619,7 +2624,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2619
2624
|
escRestore?: boolean | undefined;
|
|
2620
2625
|
} | undefined;
|
|
2621
2626
|
};
|
|
2622
|
-
pageData: Ref<
|
|
2627
|
+
pageData: Ref<RecordString>;
|
|
2623
2628
|
handleDeleteRow: (btn: PageButtonWithGroupCode) => void;
|
|
2624
2629
|
handleDownLoadAll: (btn: PageDownLoadButton) => void;
|
|
2625
2630
|
handleRemoveAll: (btn: PageButtonDeleteFileRow) => void;
|
|
@@ -2633,6 +2638,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2633
2638
|
readonly type: PropType<string>;
|
|
2634
2639
|
readonly default: "";
|
|
2635
2640
|
};
|
|
2641
|
+
readonly total: {
|
|
2642
|
+
readonly type: ObjectConstructor;
|
|
2643
|
+
readonly default: {};
|
|
2644
|
+
};
|
|
2636
2645
|
readonly groupNameI18nKey: {
|
|
2637
2646
|
readonly type: PropType<string>;
|
|
2638
2647
|
readonly default: "";
|
|
@@ -2670,6 +2679,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2670
2679
|
readonly default: true;
|
|
2671
2680
|
};
|
|
2672
2681
|
}>>, {
|
|
2682
|
+
readonly total: Record<string, any>;
|
|
2673
2683
|
readonly columns: ColumnItem[];
|
|
2674
2684
|
readonly buttons: PageButton[];
|
|
2675
2685
|
readonly extend: Record<string, any>;
|
|
@@ -6,6 +6,10 @@ export declare const editGridProps: {
|
|
|
6
6
|
readonly type: PropType<string>;
|
|
7
7
|
readonly default: "";
|
|
8
8
|
};
|
|
9
|
+
readonly total: {
|
|
10
|
+
readonly type: ObjectConstructor;
|
|
11
|
+
readonly default: {};
|
|
12
|
+
};
|
|
9
13
|
readonly groupNameI18nKey: {
|
|
10
14
|
readonly type: PropType<string>;
|
|
11
15
|
readonly default: "";
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import type { ruleItem } from './hook/use-grid-config-hook';
|
|
2
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
import type { ColumnItem, PageButton, PageButtonWithGroupCode,
|
|
3
|
+
import type { ColumnItem, PageButton, PageButtonWithGroupCode, RecordString, PageDownLoadButton, PageButtonDeleteFileRow, GridCheckboxChangeParams, GridCheckboxAllParams } from '../../edit-page-layout';
|
|
4
4
|
import type { VxeTableDataRow, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance, VxeGridProps } from 'vxe-table';
|
|
5
5
|
declare const _sfc_main: DefineComponent<{
|
|
6
6
|
readonly groupName: {
|
|
7
7
|
readonly type: PropType<string>;
|
|
8
8
|
readonly default: "";
|
|
9
9
|
};
|
|
10
|
+
readonly total: {
|
|
11
|
+
readonly type: ObjectConstructor;
|
|
12
|
+
readonly default: {};
|
|
13
|
+
};
|
|
10
14
|
readonly groupNameI18nKey: {
|
|
11
15
|
readonly type: PropType<string>;
|
|
12
16
|
readonly default: "";
|
|
@@ -49,6 +53,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
49
53
|
}>;
|
|
50
54
|
buttons: Ref<PageButton[]>;
|
|
51
55
|
groupName: Ref<string>;
|
|
56
|
+
total: Ref<Record<string, any>>;
|
|
52
57
|
groupCode: Ref<string>;
|
|
53
58
|
wrapBoxHeight: ComputedRef<number>;
|
|
54
59
|
xGrid: Ref<VxeGridInstance<any> | undefined>;
|
|
@@ -2614,7 +2619,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2614
2619
|
escRestore?: boolean | undefined;
|
|
2615
2620
|
} | undefined;
|
|
2616
2621
|
};
|
|
2617
|
-
pageData: Ref<
|
|
2622
|
+
pageData: Ref<RecordString>;
|
|
2618
2623
|
handleDeleteRow: (btn: PageButtonWithGroupCode) => void;
|
|
2619
2624
|
handleDownLoadAll: (btn: PageDownLoadButton) => void;
|
|
2620
2625
|
handleRemoveAll: (btn: PageButtonDeleteFileRow) => void;
|
|
@@ -2628,6 +2633,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2628
2633
|
readonly type: PropType<string>;
|
|
2629
2634
|
readonly default: "";
|
|
2630
2635
|
};
|
|
2636
|
+
readonly total: {
|
|
2637
|
+
readonly type: ObjectConstructor;
|
|
2638
|
+
readonly default: {};
|
|
2639
|
+
};
|
|
2631
2640
|
readonly groupNameI18nKey: {
|
|
2632
2641
|
readonly type: PropType<string>;
|
|
2633
2642
|
readonly default: "";
|
|
@@ -2665,6 +2674,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2665
2674
|
readonly default: true;
|
|
2666
2675
|
};
|
|
2667
2676
|
}>>, {
|
|
2677
|
+
readonly total: Record<string, any>;
|
|
2668
2678
|
readonly columns: ColumnItem[];
|
|
2669
2679
|
readonly buttons: PageButton[];
|
|
2670
2680
|
readonly extend: Record<string, any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { Ref, ComputedRef } from 'vue';
|
|
2
2
|
import type { VxeGridProps } from 'vxe-table';
|
|
3
|
-
import {
|
|
4
|
-
export default function useGridHeight(config: VxeGridProps, pageData: Ref<
|
|
3
|
+
import { RecordString } from '../../../edit-page-layout';
|
|
4
|
+
export default function useGridHeight(config: VxeGridProps, pageData: Ref<RecordString>, groupCode: Ref<string>): ComputedRef<number>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, Expose, PageButton, PageButtonPosition, pageButtonPositionValidator,
|
|
1
|
+
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, Expose, PageButton, PageButtonPosition, pageButtonPositionValidator, RecordString, ComputedFormFieldsItem } from './src/edit-page-layout-types';
|
|
2
2
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
4
4
|
import QEditPageLayout from './src/edit-page-layout.vue';
|
|
@@ -6,6 +6,10 @@ export * from './src/edit-page-layout-types';
|
|
|
6
6
|
export * from './src/token';
|
|
7
7
|
export { QEditPageLayout };
|
|
8
8
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
9
|
+
showPageHeader: {
|
|
10
|
+
type: PropType<boolean>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
9
13
|
isDetail: {
|
|
10
14
|
type: PropType<boolean>;
|
|
11
15
|
default: boolean;
|
|
@@ -79,13 +83,17 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
79
83
|
default: boolean;
|
|
80
84
|
};
|
|
81
85
|
localData: {
|
|
82
|
-
type: PropType<
|
|
86
|
+
type: PropType<RecordString>;
|
|
83
87
|
default(): {};
|
|
84
88
|
};
|
|
85
89
|
showBackIcon: {
|
|
86
90
|
type: PropType<boolean>;
|
|
87
91
|
default: boolean;
|
|
88
92
|
};
|
|
93
|
+
pageTitle: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
89
97
|
}, {
|
|
90
98
|
instance: Ref<Expose | undefined>;
|
|
91
99
|
classes: ComputedRef<{
|
|
@@ -98,8 +106,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
98
106
|
patternDefault: string;
|
|
99
107
|
patternAppend: string;
|
|
100
108
|
}[];
|
|
101
|
-
|
|
109
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
102
110
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
111
|
+
showPageHeader: {
|
|
112
|
+
type: PropType<boolean>;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
103
115
|
isDetail: {
|
|
104
116
|
type: PropType<boolean>;
|
|
105
117
|
default: boolean;
|
|
@@ -173,17 +185,22 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
173
185
|
default: boolean;
|
|
174
186
|
};
|
|
175
187
|
localData: {
|
|
176
|
-
type: PropType<
|
|
188
|
+
type: PropType<RecordString>;
|
|
177
189
|
default(): {};
|
|
178
190
|
};
|
|
179
191
|
showBackIcon: {
|
|
180
192
|
type: PropType<boolean>;
|
|
181
193
|
default: boolean;
|
|
182
194
|
};
|
|
195
|
+
pageTitle: {
|
|
196
|
+
type: StringConstructor;
|
|
197
|
+
default: string;
|
|
198
|
+
};
|
|
183
199
|
}>>, {
|
|
184
200
|
currentRow: CurrentRow;
|
|
185
201
|
businessType: string;
|
|
186
202
|
token: string;
|
|
203
|
+
showPageHeader: boolean;
|
|
187
204
|
isDetail: boolean;
|
|
188
205
|
role: Role;
|
|
189
206
|
refreshMethods: (row?: CurrentRow | undefined) => void;
|
|
@@ -198,7 +215,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
198
215
|
pageButtonPosition: PageButtonPosition;
|
|
199
216
|
hasAdd: boolean;
|
|
200
217
|
isUseLocalData: boolean;
|
|
201
|
-
localData:
|
|
218
|
+
localData: RecordString;
|
|
202
219
|
showBackIcon: boolean;
|
|
220
|
+
pageTitle: string;
|
|
203
221
|
}, {}>>;
|
|
204
222
|
export default _default;
|
|
@@ -4,11 +4,12 @@ import type { VxeGridProps, VxeTablePropTypes, VxeTableDefines, VxeTableDataRow,
|
|
|
4
4
|
import type { Decimal } from 'decimal.js';
|
|
5
5
|
import { FlowViewModalProps } from '../../flow-view/src/flow-view-modal-types';
|
|
6
6
|
import { Extend } from '../../select-modal';
|
|
7
|
+
import type { CascaderProps } from 'ant-design-vue';
|
|
7
8
|
export type { Extend };
|
|
8
9
|
export interface ResponseType {
|
|
9
10
|
code: number;
|
|
10
11
|
message: string;
|
|
11
|
-
result:
|
|
12
|
+
result: RecordString;
|
|
12
13
|
success: boolean;
|
|
13
14
|
timestamp: number;
|
|
14
15
|
}
|
|
@@ -42,23 +43,23 @@ export interface Icon {
|
|
|
42
43
|
color?: string;
|
|
43
44
|
}
|
|
44
45
|
export interface PageButtonPayload {
|
|
45
|
-
tableData:
|
|
46
|
-
pageData: Ref<
|
|
47
|
-
fileData?:
|
|
46
|
+
tableData: RecordString[];
|
|
47
|
+
pageData: Ref<RecordString>;
|
|
48
|
+
fileData?: RecordString[];
|
|
48
49
|
}
|
|
49
50
|
export interface PageButtonArgs {
|
|
50
51
|
url: string;
|
|
51
52
|
[key: string]: unknown;
|
|
52
53
|
}
|
|
53
54
|
export interface PageButtonArgsFunctionType {
|
|
54
|
-
(pageData:
|
|
55
|
+
(pageData: RecordString): PageButtonArgs;
|
|
55
56
|
}
|
|
56
57
|
export interface PageButton {
|
|
57
58
|
title: string;
|
|
58
59
|
key: string | symbol;
|
|
59
60
|
args: PageButtonArgs | PageButtonArgsFunctionType;
|
|
60
61
|
authorityCode?: string;
|
|
61
|
-
attrs?:
|
|
62
|
+
attrs?: RecordString;
|
|
62
63
|
icon?: Icon;
|
|
63
64
|
emit?: boolean;
|
|
64
65
|
emitKey?: string;
|
|
@@ -68,10 +69,11 @@ export interface PageButton {
|
|
|
68
69
|
title: string;
|
|
69
70
|
content: string;
|
|
70
71
|
};
|
|
72
|
+
dropdown?: boolean;
|
|
71
73
|
isExistFrozenSource?: boolean;
|
|
72
74
|
isExistFrozenSourceUrl?: string;
|
|
73
|
-
isExistFrozenSourceParams?: (pageData:
|
|
74
|
-
disabled?: (pageData:
|
|
75
|
+
isExistFrozenSourceParams?: (pageData: RecordString) => RecordString;
|
|
76
|
+
disabled?: (pageData: RecordString) => boolean;
|
|
75
77
|
handleBefore?: (args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>;
|
|
76
78
|
handleAfter?: (args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>;
|
|
77
79
|
callback?: (payload: PageButtonPayload) => void;
|
|
@@ -84,7 +86,7 @@ export interface PageUploadButton extends Omit<PageButton, 'args'> {
|
|
|
84
86
|
}
|
|
85
87
|
export interface PageButtonWithGroupCode extends PageButton {
|
|
86
88
|
groupCode: string;
|
|
87
|
-
itemInfo?:
|
|
89
|
+
itemInfo?: RecordString[];
|
|
88
90
|
}
|
|
89
91
|
export interface PageButtonDeleteRow extends PageButton {
|
|
90
92
|
groupCode: string;
|
|
@@ -102,8 +104,8 @@ export interface PageButtonDownLoad extends PageDownLoadButton {
|
|
|
102
104
|
ids?: string[];
|
|
103
105
|
}
|
|
104
106
|
export interface ExposeWithPageDeleteFileRows {
|
|
105
|
-
pageData: Ref<
|
|
106
|
-
rows?:
|
|
107
|
+
pageData: Ref<RecordString>;
|
|
108
|
+
rows?: RecordString[];
|
|
107
109
|
}
|
|
108
110
|
export interface PageDeleteFileRowButton extends Omit<PageButton, 'handleBefore' | 'handleAfter' | 'args'> {
|
|
109
111
|
args?: {
|
|
@@ -122,7 +124,7 @@ export interface PageButtonDeleteFileRow extends Omit<PageButton, 'args'> {
|
|
|
122
124
|
};
|
|
123
125
|
groupCode: string;
|
|
124
126
|
ids: string[];
|
|
125
|
-
rows:
|
|
127
|
+
rows: RecordString[];
|
|
126
128
|
}
|
|
127
129
|
export type ValidateStatus = 'success' | 'fail' | 'unset';
|
|
128
130
|
export interface ValidateResult {
|
|
@@ -134,7 +136,7 @@ export interface ValidateResult {
|
|
|
134
136
|
}
|
|
135
137
|
export type PageButtonPosition = 'top' | 'bottom';
|
|
136
138
|
export declare function pageButtonPositionValidator(mode: string): boolean;
|
|
137
|
-
export type
|
|
139
|
+
export type RecordString = Record<string, any>;
|
|
138
140
|
export type OmitEditConfigVxeGridProps = Omit<VxeGridProps, 'editConfig'>;
|
|
139
141
|
export type OmitBeforeEditMethodEditConfig = Omit<VxeTablePropTypes.EditConfig, 'beforeEditMethod'>;
|
|
140
142
|
export interface GridCheckboxChangeParams {
|
|
@@ -170,7 +172,7 @@ export interface BeforeEditMethodParams {
|
|
|
170
172
|
$grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
|
|
171
173
|
}
|
|
172
174
|
export interface MixBeforeEditMethod {
|
|
173
|
-
(pageData: Ref<
|
|
175
|
+
(pageData: Ref<RecordString>, params: BeforeEditMethodParams): boolean;
|
|
174
176
|
}
|
|
175
177
|
export type MixEditConfig = OmitBeforeEditMethodEditConfig & {
|
|
176
178
|
beforeEditMethod?: MixBeforeEditMethod;
|
|
@@ -178,7 +180,7 @@ export type MixEditConfig = OmitBeforeEditMethodEditConfig & {
|
|
|
178
180
|
export type MixVxeGridProps = OmitEditConfigVxeGridProps & {
|
|
179
181
|
editConfig?: MixEditConfig;
|
|
180
182
|
};
|
|
181
|
-
export interface GroupExtend extends
|
|
183
|
+
export interface GroupExtend extends RecordString {
|
|
182
184
|
vxeGridConfig?: MixVxeGridProps;
|
|
183
185
|
}
|
|
184
186
|
export interface Group {
|
|
@@ -207,25 +209,25 @@ export interface ItemGroupType extends Group {
|
|
|
207
209
|
export type GroupItem = HeadGroupType | ItemGroupType;
|
|
208
210
|
export type StringOrNumber = string | number;
|
|
209
211
|
export interface Expose {
|
|
210
|
-
pageData:
|
|
212
|
+
pageData: RecordString;
|
|
211
213
|
layoutConfig: LayoutConfig;
|
|
212
|
-
defaultValues:
|
|
214
|
+
defaultValues: RecordString;
|
|
213
215
|
}
|
|
214
216
|
export type UsePromiseStepPayload = {
|
|
215
|
-
pageData: Ref<
|
|
217
|
+
pageData: Ref<RecordString>;
|
|
216
218
|
layoutConfig: Ref<LayoutConfig>;
|
|
217
|
-
defaultValues: Ref<
|
|
219
|
+
defaultValues: Ref<RecordString>;
|
|
218
220
|
options: Partial<EditPageLayoutProps>;
|
|
219
221
|
};
|
|
220
222
|
export interface ExposeWithPageButtons {
|
|
221
|
-
pageData: Ref<
|
|
223
|
+
pageData: Ref<RecordString>;
|
|
222
224
|
layoutConfig: Ref<LayoutConfig>;
|
|
223
|
-
defaultValues: Ref<
|
|
225
|
+
defaultValues: Ref<RecordString>;
|
|
224
226
|
cacheButton?: PageButton;
|
|
225
227
|
pageButtons?: PageButton[];
|
|
226
228
|
isAdd?: boolean;
|
|
227
229
|
addResult?: CurrentRow;
|
|
228
|
-
rows?:
|
|
230
|
+
rows?: RecordString[];
|
|
229
231
|
}
|
|
230
232
|
export type CustomFormatItem = (groupCode: string, fieldName: string, fn: (item: FormFieldsItem | ColumnItem) => void, exclude?: string[]) => void;
|
|
231
233
|
export type SetItemRequired = (groupCode: string, fieldName: string, flag: boolean, exclude?: string[]) => void;
|
|
@@ -235,11 +237,12 @@ export interface ValuePayload {
|
|
|
235
237
|
value: StringOrNumber;
|
|
236
238
|
label?: string | string[];
|
|
237
239
|
extra?: any;
|
|
238
|
-
data?:
|
|
239
|
-
pageData:
|
|
240
|
+
data?: RecordString[];
|
|
241
|
+
pageData: RecordString;
|
|
240
242
|
layoutConfig: LayoutConfig;
|
|
241
243
|
userInfo?: UserInfo;
|
|
242
|
-
modalData?:
|
|
244
|
+
modalData?: RecordString[];
|
|
245
|
+
selectedOptions?: CascaderProps['options'];
|
|
243
246
|
customFormatItem?: CustomFormatItem;
|
|
244
247
|
setItemRequired?: SetItemRequired;
|
|
245
248
|
setItemDisabled?: SetItemDisabled;
|
|
@@ -252,14 +255,14 @@ export type VxePayload = {
|
|
|
252
255
|
value?: StringOrNumber;
|
|
253
256
|
label?: string | string[];
|
|
254
257
|
extra?: any;
|
|
255
|
-
data?:
|
|
256
|
-
pageData:
|
|
258
|
+
data?: RecordString[];
|
|
259
|
+
pageData: RecordString;
|
|
257
260
|
layoutConfig: LayoutConfig;
|
|
258
261
|
userInfo?: UserInfo;
|
|
259
|
-
modalData?:
|
|
260
|
-
row:
|
|
262
|
+
modalData?: RecordString[];
|
|
263
|
+
row: RecordString;
|
|
261
264
|
idx: number;
|
|
262
|
-
fileData?:
|
|
265
|
+
fileData?: RecordString[];
|
|
263
266
|
customFormatItem?: CustomFormatItem;
|
|
264
267
|
setItemRequired?: SetItemRequired;
|
|
265
268
|
setItemDisabled?: SetItemDisabled;
|
|
@@ -314,12 +317,12 @@ export interface ColumnItemWithExtend extends ColumnItem {
|
|
|
314
317
|
}
|
|
315
318
|
export interface FormFieldsItemWithValue extends FormFieldsItem {
|
|
316
319
|
value: StringOrNumber;
|
|
317
|
-
data?:
|
|
320
|
+
data?: RecordString[];
|
|
318
321
|
}
|
|
319
322
|
export interface ColumnItemWithValue extends ColumnItem {
|
|
320
323
|
value: StringOrNumber;
|
|
321
324
|
idx: number;
|
|
322
|
-
data?:
|
|
325
|
+
data?: RecordString[];
|
|
323
326
|
}
|
|
324
327
|
export interface ImportPropsType {
|
|
325
328
|
button: PageButton;
|
|
@@ -329,8 +332,9 @@ export interface ImportPropsType {
|
|
|
329
332
|
export interface FlowPropsType extends FlowViewModalProps {
|
|
330
333
|
button: PageButton;
|
|
331
334
|
}
|
|
332
|
-
export interface
|
|
333
|
-
|
|
335
|
+
export interface ComputedFormFieldsItem extends FormFieldsItem {
|
|
336
|
+
customSlotProp: string;
|
|
337
|
+
customSlotName: string;
|
|
334
338
|
}
|
|
335
339
|
export type BindFunctionEvent = FormFieldsItemWithValue;
|
|
336
340
|
export type VxeBindFunctionEvent = ColumnItemWithValue;
|
|
@@ -352,6 +356,10 @@ export interface DetailApiFunctionType {
|
|
|
352
356
|
};
|
|
353
357
|
}
|
|
354
358
|
export declare const editPageLayoutProps: {
|
|
359
|
+
showPageHeader: {
|
|
360
|
+
type: PropType<boolean>;
|
|
361
|
+
default: boolean;
|
|
362
|
+
};
|
|
355
363
|
isDetail: {
|
|
356
364
|
type: PropType<boolean>;
|
|
357
365
|
default: boolean;
|
|
@@ -425,13 +433,17 @@ export declare const editPageLayoutProps: {
|
|
|
425
433
|
default: boolean;
|
|
426
434
|
};
|
|
427
435
|
localData: {
|
|
428
|
-
type: PropType<
|
|
436
|
+
type: PropType<RecordString>;
|
|
429
437
|
default(): {};
|
|
430
438
|
};
|
|
431
439
|
showBackIcon: {
|
|
432
440
|
type: PropType<boolean>;
|
|
433
441
|
default: boolean;
|
|
434
442
|
};
|
|
443
|
+
pageTitle: {
|
|
444
|
+
type: StringConstructor;
|
|
445
|
+
default: string;
|
|
446
|
+
};
|
|
435
447
|
};
|
|
436
448
|
export type EditPageLayoutProps = ExtractPropTypes<typeof editPageLayoutProps>;
|
|
437
449
|
export interface EditPageLayoutReturnType {
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, PageButtonPosition, pageButtonPositionValidator,
|
|
2
|
+
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, PageButtonPosition, pageButtonPositionValidator, RecordString, Expose, PageButton, ComputedFormFieldsItem } from './edit-page-layout-types';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
|
+
showPageHeader: {
|
|
5
|
+
type: PropType<boolean>;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
4
8
|
isDetail: {
|
|
5
9
|
type: PropType<boolean>;
|
|
6
10
|
default: boolean;
|
|
@@ -74,13 +78,17 @@ declare const _sfc_main: DefineComponent<{
|
|
|
74
78
|
default: boolean;
|
|
75
79
|
};
|
|
76
80
|
localData: {
|
|
77
|
-
type: PropType<
|
|
81
|
+
type: PropType<RecordString>;
|
|
78
82
|
default(): {};
|
|
79
83
|
};
|
|
80
84
|
showBackIcon: {
|
|
81
85
|
type: PropType<boolean>;
|
|
82
86
|
default: boolean;
|
|
83
87
|
};
|
|
88
|
+
pageTitle: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
84
92
|
}, {
|
|
85
93
|
instance: Ref<Expose | undefined>;
|
|
86
94
|
classes: ComputedRef<{
|
|
@@ -93,8 +101,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
93
101
|
patternDefault: string;
|
|
94
102
|
patternAppend: string;
|
|
95
103
|
}[];
|
|
96
|
-
|
|
104
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
97
105
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
106
|
+
showPageHeader: {
|
|
107
|
+
type: PropType<boolean>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
98
110
|
isDetail: {
|
|
99
111
|
type: PropType<boolean>;
|
|
100
112
|
default: boolean;
|
|
@@ -168,17 +180,22 @@ declare const _sfc_main: DefineComponent<{
|
|
|
168
180
|
default: boolean;
|
|
169
181
|
};
|
|
170
182
|
localData: {
|
|
171
|
-
type: PropType<
|
|
183
|
+
type: PropType<RecordString>;
|
|
172
184
|
default(): {};
|
|
173
185
|
};
|
|
174
186
|
showBackIcon: {
|
|
175
187
|
type: PropType<boolean>;
|
|
176
188
|
default: boolean;
|
|
177
189
|
};
|
|
190
|
+
pageTitle: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
178
194
|
}>>, {
|
|
179
195
|
currentRow: CurrentRow;
|
|
180
196
|
businessType: string;
|
|
181
197
|
token: string;
|
|
198
|
+
showPageHeader: boolean;
|
|
182
199
|
isDetail: boolean;
|
|
183
200
|
role: Role;
|
|
184
201
|
refreshMethods: (row?: CurrentRow | undefined) => void;
|
|
@@ -193,7 +210,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
193
210
|
pageButtonPosition: PageButtonPosition;
|
|
194
211
|
hasAdd: boolean;
|
|
195
212
|
isUseLocalData: boolean;
|
|
196
|
-
localData:
|
|
213
|
+
localData: RecordString;
|
|
197
214
|
showBackIcon: boolean;
|
|
215
|
+
pageTitle: string;
|
|
198
216
|
}, {}>;
|
|
199
217
|
export default _sfc_main;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { ResponseType, UserInfo, CurrentRow, DictCodeItem, Role, GroupType, Pattern, Icon, PageButtonPayload, PageButtonArgs, PageButtonArgsFunctionType, PageButton, PageUploadButton, PageButtonWithGroupCode, PageButtonDeleteRow, PageDownLoadButton, PageButtonDownLoad, ExposeWithPageDeleteFileRows, PageDeleteFileRowButton, PageButtonDeleteFileRow, ValidateStatus, ValidateResult, PageButtonPosition,
|
|
1
|
+
export type { ResponseType, UserInfo, CurrentRow, DictCodeItem, Role, GroupType, Pattern, Icon, PageButtonPayload, PageButtonArgs, PageButtonArgsFunctionType, PageButton, PageUploadButton, PageButtonWithGroupCode, PageButtonDeleteRow, PageDownLoadButton, PageButtonDownLoad, ExposeWithPageDeleteFileRows, PageDeleteFileRowButton, PageButtonDeleteFileRow, ValidateStatus, ValidateResult, PageButtonPosition, RecordString, OmitEditConfigVxeGridProps, OmitBeforeEditMethodEditConfig, GridCheckboxChangeParams, GridCheckboxChangeParamsWithGroupCoe, GridCheckboxAllParams, GridCheckboxAllParamsWithGroupCoe, BeforeEditMethodParams, MixBeforeEditMethod, MixEditConfig, MixVxeGridProps, GroupExtend, Group, HeadGroupType, ItemGroupType, GroupItem, StringOrNumber, Expose, ExposeWithPageButtons, CustomFormatItem, SetItemRequired, SetItemDisabled, SetItemRequiredOrDisabled, ValuePayload, UsePromiseStepPayload, Payload, VxePayload, UploadExtend, FormFieldsItem, ColumnItem, FormFieldsItemSelectModal, ColumnItemWithSelectModal, FormFieldsItemUpload, ColumnItemWithExtend, FormFieldsItemWithValue, ColumnItemWithValue, ImportPropsType, FlowPropsType, ComputedFormFieldsItem, BindFunctionEvent, VxeBindFunctionEvent, RemoteConfig, LayoutConfig, LocalConfig, DetailApiFunctionType, EditPageLayoutProps, Extend, LadderPriceExtend, } from './edit-page-layout-types';
|