@qqt-product/ui 0.0.16 → 0.0.18
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 +81533 -81528
- package/dist/index.umd.js +149 -209
- package/dist/lib/components/audit-modal/index.d.ts +14 -3
- 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 +14 -3
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +10 -1
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +11 -2
- 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 +2 -2
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +3 -2
- package/dist/lib/components/checkbox/index.d.ts +4 -4
- package/dist/lib/components/checkbox/src/checkbox-types.d.ts +1 -1
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +73 -5
- package/dist/lib/components/code-editor-model/src/one-dark.d.ts +90 -0
- package/dist/lib/components/countdown/index.d.ts +4 -4
- package/dist/lib/components/countdown/src/countdown.d.ts +4 -4
- package/dist/lib/components/coutdown/index.d.ts +3 -3
- package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +3 -3
- package/dist/lib/components/currency/index.d.ts +3 -3
- package/dist/lib/components/currency/src/currency-type.d.ts +1 -1
- package/dist/lib/components/currency/src/currency.vue.d.ts +3 -3
- package/dist/lib/components/detail-form/index.d.ts +11 -8
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +12 -9
- package/dist/lib/components/detail-grid/index.d.ts +24 -15
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +24 -15
- package/dist/lib/components/detail-page-layout/index.d.ts +34 -7
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +33 -6
- package/dist/lib/components/edit-form/index.d.ts +13 -13
- package/dist/lib/components/edit-form/src/edit-form-types.d.ts +1 -1
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +14 -14
- package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +7 -6
- package/dist/lib/components/edit-grid/index.d.ts +25 -15
- 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 +25 -15
- 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 +33 -6
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +58 -35
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +33 -6
- 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/flow-view/index.d.ts +2 -2
- package/dist/lib/components/flow-view/src/flow-view.d.ts +2 -2
- package/dist/lib/components/import-modal/index.d.ts +1 -1
- package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +1 -1
- package/dist/lib/components/index.d.ts +4 -1
- package/dist/lib/components/item-wrap/index.d.ts +6 -6
- package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +2 -2
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +6 -6
- 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 +30 -25
- package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +9 -8
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/index.d.ts +10 -2
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +26 -26
- 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/get-columns-hook.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +10 -2
- 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/constant/symbol.d.ts +1 -0
- 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/radio/index.d.ts +4 -4
- package/dist/lib/components/radio/src/radio-types.d.ts +1 -1
- package/dist/lib/components/radio/src/radio.vue.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/sale-template/index.d.ts +6 -6
- package/dist/lib/components/sale-template/src/sale-template.vue.d.ts +6 -6
- package/dist/lib/components/select/index.d.ts +1 -1
- package/dist/lib/components/select/src/select.vue.d.ts +1 -1
- package/dist/lib/components/select-modal/index.d.ts +17 -8
- 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 +17 -8
- package/dist/lib/components/select-template/index.d.ts +1 -1
- package/dist/lib/components/select-template/src/select-template.vue.d.ts +1 -1
- package/dist/lib/components/switch/index.d.ts +5 -5
- package/dist/lib/components/switch/src/switch-types.d.ts +1 -1
- package/dist/lib/components/switch/src/switch.vue.d.ts +5 -5
- package/dist/lib/components/tree-select/index.d.ts +5 -5
- 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 +5 -5
- package/dist/lib/components/upload-file/index.d.ts +6 -6
- 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 +7 -6
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +6 -6
- 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 +11 -1
- 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 +11 -1
- package/dist/lib/components/vxe-select/index.d.ts +4 -4
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +4 -4
- package/dist/lib/utils/event.d.ts +4 -3
- package/dist/lib/utils/use-create-link-hook.d.ts +24 -0
- package/dist/style.css +1 -1
- package/package.json +21 -18
- package/dist/lib/components/edit-grid/src/components/empty/index.d.ts +0 -8
- package/dist/vite.svg +0 -1
|
@@ -1,6 +1,14 @@
|
|
|
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';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
|
+
showPageHeader: {
|
|
5
|
+
type: PropType<boolean>;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
showLayoutAnchor: {
|
|
9
|
+
type: PropType<boolean>;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
4
12
|
isDetail: {
|
|
5
13
|
type: PropType<boolean>;
|
|
6
14
|
default: boolean;
|
|
@@ -74,13 +82,17 @@ declare const _sfc_main: DefineComponent<{
|
|
|
74
82
|
default: boolean;
|
|
75
83
|
};
|
|
76
84
|
localData: {
|
|
77
|
-
type: PropType<
|
|
85
|
+
type: PropType<RecordString>;
|
|
78
86
|
default(): {};
|
|
79
87
|
};
|
|
80
88
|
showBackIcon: {
|
|
81
89
|
type: PropType<boolean>;
|
|
82
90
|
default: boolean;
|
|
83
91
|
};
|
|
92
|
+
pageTitle: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
84
96
|
}, {
|
|
85
97
|
instance: Ref<Expose | undefined>;
|
|
86
98
|
classes: ComputedRef<{
|
|
@@ -93,8 +105,16 @@ declare const _sfc_main: DefineComponent<{
|
|
|
93
105
|
patternDefault: string;
|
|
94
106
|
patternAppend: string;
|
|
95
107
|
}[];
|
|
96
|
-
|
|
108
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
97
109
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
110
|
+
showPageHeader: {
|
|
111
|
+
type: PropType<boolean>;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
showLayoutAnchor: {
|
|
115
|
+
type: PropType<boolean>;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
98
118
|
isDetail: {
|
|
99
119
|
type: PropType<boolean>;
|
|
100
120
|
default: boolean;
|
|
@@ -168,22 +188,28 @@ declare const _sfc_main: DefineComponent<{
|
|
|
168
188
|
default: boolean;
|
|
169
189
|
};
|
|
170
190
|
localData: {
|
|
171
|
-
type: PropType<
|
|
191
|
+
type: PropType<RecordString>;
|
|
172
192
|
default(): {};
|
|
173
193
|
};
|
|
174
194
|
showBackIcon: {
|
|
175
195
|
type: PropType<boolean>;
|
|
176
196
|
default: boolean;
|
|
177
197
|
};
|
|
198
|
+
pageTitle: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
default: string;
|
|
201
|
+
};
|
|
178
202
|
}>>, {
|
|
203
|
+
pattern: Pattern;
|
|
179
204
|
currentRow: CurrentRow;
|
|
180
205
|
businessType: string;
|
|
181
206
|
token: string;
|
|
207
|
+
showPageHeader: boolean;
|
|
208
|
+
showLayoutAnchor: boolean;
|
|
182
209
|
isDetail: boolean;
|
|
183
210
|
role: Role;
|
|
184
211
|
refreshMethods: (row?: CurrentRow | undefined) => void;
|
|
185
212
|
userInfo: UserInfo;
|
|
186
|
-
pattern: Pattern;
|
|
187
213
|
localConfig: Partial<RemoteConfig>;
|
|
188
214
|
handleAfterRemoteConfig: <T>(args: T) => T | Promise<T>;
|
|
189
215
|
detailApi: string | DetailApiFunctionType;
|
|
@@ -193,7 +219,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
193
219
|
pageButtonPosition: PageButtonPosition;
|
|
194
220
|
hasAdd: boolean;
|
|
195
221
|
isUseLocalData: boolean;
|
|
196
|
-
localData:
|
|
222
|
+
localData: RecordString;
|
|
197
223
|
showBackIcon: boolean;
|
|
224
|
+
pageTitle: string;
|
|
198
225
|
}, {}>;
|
|
199
226
|
export default _sfc_main;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { MixSelectArgs } from '../select';
|
|
2
2
|
import type { TreeSelectPayload } from '../tree-select';
|
|
3
|
+
import type { CascaderOptionType } from 'ant-design-vue/lib/cascader';
|
|
3
4
|
import type { Breakpoint } from 'ant-design-vue/lib/_util/responsiveObserve';
|
|
4
5
|
import type { PickerLocale } from 'ant-design-vue/es/date-picker/generatePicker';
|
|
5
|
-
import type {
|
|
6
|
+
import type { RecordString } from '../select-modal';
|
|
6
7
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
7
8
|
import type { FormInstance } from 'ant-design-vue';
|
|
8
9
|
import type { PageButton, FormFieldsItem, FormFieldsItemUpload } from '../edit-page-layout';
|
|
@@ -49,7 +50,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
49
50
|
readonly default: true;
|
|
50
51
|
};
|
|
51
52
|
readonly enableTile: {
|
|
52
|
-
readonly type: PropType<"
|
|
53
|
+
readonly type: PropType<"1" | "0">;
|
|
53
54
|
readonly default: "1";
|
|
54
55
|
};
|
|
55
56
|
}, {
|
|
@@ -61,7 +62,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
61
62
|
}>;
|
|
62
63
|
noHiddenFieldFormFields: ComputedRef<FormFieldsItem[]>;
|
|
63
64
|
rules: ComputedRef<Record<string, RuleObject[]>>;
|
|
64
|
-
pageData: Ref<
|
|
65
|
+
pageData: Ref<RecordString>;
|
|
66
|
+
formData: Ref<RecordString>;
|
|
65
67
|
locale: PickerLocale;
|
|
66
68
|
getColConfig: (field: FormFieldsItem) => {
|
|
67
69
|
xs: number;
|
|
@@ -73,12 +75,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
73
75
|
xxxl: number;
|
|
74
76
|
};
|
|
75
77
|
handleProps: (field: FormFieldsItem) => {
|
|
76
|
-
row: Ref<
|
|
78
|
+
row: Ref<RecordString>;
|
|
77
79
|
rowIndex: number;
|
|
78
80
|
columnItem: FormFieldsItem;
|
|
79
|
-
uploadBtnStatus: {};
|
|
80
81
|
groupType: string;
|
|
81
|
-
operationBtn: unknown;
|
|
82
82
|
};
|
|
83
83
|
screens: Ref<Partial<Record<Breakpoint, boolean>>>;
|
|
84
84
|
handleUploadData: (file: FormFieldsItemUpload) => {
|
|
@@ -88,16 +88,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
88
88
|
resetForm: () => void;
|
|
89
89
|
handleInputBlur: (event: Event, config: FormFieldsItem) => void;
|
|
90
90
|
handleSwitchChange: (value: string, config: FormFieldsItem) => void;
|
|
91
|
-
handleSelectChange: (value: string, config: FormFieldsItem) => void;
|
|
91
|
+
handleSelectChange: (value: string, selectedOptions: CascaderOptionType[] | undefined, config: FormFieldsItem) => void;
|
|
92
92
|
handleTreeSelectChange: ({ value, label, extra }: TreeSelectPayload, config: FormFieldsItem) => void;
|
|
93
|
-
handleMixSelectChange: ({ value }: MixSelectArgs, config: FormFieldsItem) => void;
|
|
93
|
+
handleMixSelectChange: ({ value, label }: MixSelectArgs, config: FormFieldsItem) => void;
|
|
94
94
|
handleRadioChange: (value: string, config: FormFieldsItem) => void;
|
|
95
95
|
handleUploadChange: (value: string, config: FormFieldsItem) => void;
|
|
96
96
|
handleCurrencyChange: (value: string, config: FormFieldsItem) => void;
|
|
97
|
-
handleRemoteSelectChange: (data:
|
|
98
|
-
handleSelectModalChange: (data:
|
|
97
|
+
handleRemoteSelectChange: (data: RecordString[], config: FormFieldsItem) => void;
|
|
98
|
+
handleSelectModalChange: (data: RecordString[], config: FormFieldsItem) => void;
|
|
99
99
|
handleCustomSelectModelClick: (config: FormFieldsItem) => void;
|
|
100
|
-
handleLadderPriceAfterSelect: (data:
|
|
100
|
+
handleLadderPriceAfterSelect: (data: RecordString[], config: FormFieldsItem) => void;
|
|
101
101
|
handleDateChange: (value: string, config: FormFieldsItem) => void;
|
|
102
102
|
handleCodeChange: (value: string, config: FormFieldsItem) => void;
|
|
103
103
|
filterOption: (input: string, option: any) => boolean;
|
|
@@ -139,7 +139,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
139
139
|
readonly default: true;
|
|
140
140
|
};
|
|
141
141
|
readonly enableTile: {
|
|
142
|
-
readonly type: PropType<"
|
|
142
|
+
readonly type: PropType<"1" | "0">;
|
|
143
143
|
readonly default: "1";
|
|
144
144
|
};
|
|
145
145
|
}>>, {
|
|
@@ -152,6 +152,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
152
152
|
readonly sortOrder: string;
|
|
153
153
|
readonly formFields: FormFieldsItem[];
|
|
154
154
|
readonly shake: boolean;
|
|
155
|
-
readonly enableTile: "
|
|
155
|
+
readonly enableTile: "1" | "0";
|
|
156
156
|
}, {}>>;
|
|
157
157
|
export default _default;
|
|
@@ -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';
|
|
@@ -45,7 +46,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
45
46
|
readonly default: true;
|
|
46
47
|
};
|
|
47
48
|
readonly enableTile: {
|
|
48
|
-
readonly type: PropType<"
|
|
49
|
+
readonly type: PropType<"1" | "0">;
|
|
49
50
|
readonly default: "1";
|
|
50
51
|
};
|
|
51
52
|
}, {
|
|
@@ -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;
|
|
@@ -135,7 +135,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
135
135
|
readonly default: true;
|
|
136
136
|
};
|
|
137
137
|
readonly enableTile: {
|
|
138
|
-
readonly type: PropType<"
|
|
138
|
+
readonly type: PropType<"1" | "0">;
|
|
139
139
|
readonly default: "1";
|
|
140
140
|
};
|
|
141
141
|
}>>, {
|
|
@@ -148,6 +148,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
148
148
|
readonly sortOrder: string;
|
|
149
149
|
readonly formFields: FormFieldsItem[];
|
|
150
150
|
readonly shake: boolean;
|
|
151
|
-
readonly enableTile: "
|
|
151
|
+
readonly enableTile: "1" | "0";
|
|
152
152
|
}, {}>;
|
|
153
153
|
export default _sfc_main;
|
|
@@ -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>;
|
|
@@ -816,7 +821,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
816
821
|
visibleMethod?: ((params: {
|
|
817
822
|
row: VxeTableDataRow;
|
|
818
823
|
}) => boolean) | undefined;
|
|
819
|
-
trigger?: "" | "
|
|
824
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
820
825
|
highlight?: boolean | undefined;
|
|
821
826
|
strict?: boolean | undefined;
|
|
822
827
|
} | undefined;
|
|
@@ -836,7 +841,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
836
841
|
visibleMethod?: ((params: {
|
|
837
842
|
row: VxeTableDataRow;
|
|
838
843
|
}) => boolean) | undefined;
|
|
839
|
-
trigger?: "" | "
|
|
844
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
840
845
|
highlight?: boolean | undefined;
|
|
841
846
|
range?: boolean | undefined;
|
|
842
847
|
} | undefined;
|
|
@@ -856,7 +861,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
856
861
|
columnIndex: number;
|
|
857
862
|
$columnIndex: number;
|
|
858
863
|
_columnIndex: number;
|
|
859
|
-
type: "" | "
|
|
864
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
860
865
|
cell: HTMLElement;
|
|
861
866
|
$event: any;
|
|
862
867
|
}) => string | void | null) | undefined;
|
|
@@ -1566,7 +1571,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
1566
1571
|
expandAll?: boolean | undefined;
|
|
1567
1572
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1568
1573
|
accordion?: boolean | undefined;
|
|
1569
|
-
trigger?: "" | "
|
|
1574
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1570
1575
|
lazy?: boolean | undefined;
|
|
1571
1576
|
reserve?: boolean | undefined;
|
|
1572
1577
|
height?: number | undefined;
|
|
@@ -1603,7 +1608,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
1603
1608
|
expandAll?: boolean | undefined;
|
|
1604
1609
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1605
1610
|
accordion?: boolean | undefined;
|
|
1606
|
-
trigger?: "" | "
|
|
1611
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1607
1612
|
lazy?: boolean | undefined;
|
|
1608
1613
|
hasChild?: string | undefined;
|
|
1609
1614
|
reserve?: boolean | undefined;
|
|
@@ -2307,14 +2312,14 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2307
2312
|
slots?: {
|
|
2308
2313
|
buttons?: string | ((params: {
|
|
2309
2314
|
[key: string]: any;
|
|
2310
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2315
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2311
2316
|
[key: string]: any;
|
|
2312
|
-
}>[]
|
|
2317
|
+
}>[]) | undefined;
|
|
2313
2318
|
tools?: string | ((params: {
|
|
2314
2319
|
[key: string]: any;
|
|
2315
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2320
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2316
2321
|
[key: string]: any;
|
|
2317
|
-
}>[]
|
|
2322
|
+
}>[]) | undefined;
|
|
2318
2323
|
} | undefined;
|
|
2319
2324
|
size?: SizeType | undefined;
|
|
2320
2325
|
id?: string | undefined;
|
|
@@ -2577,12 +2582,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2577
2582
|
cellType?: "string" | "number" | undefined;
|
|
2578
2583
|
} | undefined;
|
|
2579
2584
|
slots?: {
|
|
2580
|
-
title?: string | ((params: FormItemTitleRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2585
|
+
title?: string | ((params: FormItemTitleRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2581
2586
|
[key: string]: any;
|
|
2582
|
-
}>[]
|
|
2583
|
-
default?: string | ((params: FormItemContentRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2587
|
+
}>[]) | null | undefined;
|
|
2588
|
+
default?: string | ((params: FormItemContentRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2584
2589
|
[key: string]: any;
|
|
2585
|
-
}>[]
|
|
2590
|
+
}>[]) | null | undefined;
|
|
2586
2591
|
} | undefined;
|
|
2587
2592
|
children?: any[] | undefined;
|
|
2588
2593
|
}[] | 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>;
|
|
@@ -811,7 +816,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
811
816
|
visibleMethod?: ((params: {
|
|
812
817
|
row: VxeTableDataRow;
|
|
813
818
|
}) => boolean) | undefined;
|
|
814
|
-
trigger?: "" | "
|
|
819
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
815
820
|
highlight?: boolean | undefined;
|
|
816
821
|
strict?: boolean | undefined;
|
|
817
822
|
} | undefined;
|
|
@@ -831,7 +836,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
831
836
|
visibleMethod?: ((params: {
|
|
832
837
|
row: VxeTableDataRow;
|
|
833
838
|
}) => boolean) | undefined;
|
|
834
|
-
trigger?: "" | "
|
|
839
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
835
840
|
highlight?: boolean | undefined;
|
|
836
841
|
range?: boolean | undefined;
|
|
837
842
|
} | undefined;
|
|
@@ -851,7 +856,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
851
856
|
columnIndex: number;
|
|
852
857
|
$columnIndex: number;
|
|
853
858
|
_columnIndex: number;
|
|
854
|
-
type: "" | "
|
|
859
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
855
860
|
cell: HTMLElement;
|
|
856
861
|
$event: any;
|
|
857
862
|
}) => string | void | null) | undefined;
|
|
@@ -1561,7 +1566,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1561
1566
|
expandAll?: boolean | undefined;
|
|
1562
1567
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1563
1568
|
accordion?: boolean | undefined;
|
|
1564
|
-
trigger?: "" | "
|
|
1569
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1565
1570
|
lazy?: boolean | undefined;
|
|
1566
1571
|
reserve?: boolean | undefined;
|
|
1567
1572
|
height?: number | undefined;
|
|
@@ -1598,7 +1603,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1598
1603
|
expandAll?: boolean | undefined;
|
|
1599
1604
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1600
1605
|
accordion?: boolean | undefined;
|
|
1601
|
-
trigger?: "" | "
|
|
1606
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1602
1607
|
lazy?: boolean | undefined;
|
|
1603
1608
|
hasChild?: string | undefined;
|
|
1604
1609
|
reserve?: boolean | undefined;
|
|
@@ -2302,14 +2307,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2302
2307
|
slots?: {
|
|
2303
2308
|
buttons?: string | ((params: {
|
|
2304
2309
|
[key: string]: any;
|
|
2305
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2310
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2306
2311
|
[key: string]: any;
|
|
2307
|
-
}>[]
|
|
2312
|
+
}>[]) | undefined;
|
|
2308
2313
|
tools?: string | ((params: {
|
|
2309
2314
|
[key: string]: any;
|
|
2310
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2315
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2311
2316
|
[key: string]: any;
|
|
2312
|
-
}>[]
|
|
2317
|
+
}>[]) | undefined;
|
|
2313
2318
|
} | undefined;
|
|
2314
2319
|
size?: SizeType | undefined;
|
|
2315
2320
|
id?: string | undefined;
|
|
@@ -2572,12 +2577,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2572
2577
|
cellType?: "string" | "number" | undefined;
|
|
2573
2578
|
} | undefined;
|
|
2574
2579
|
slots?: {
|
|
2575
|
-
title?: string | ((params: FormItemTitleRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2580
|
+
title?: string | ((params: FormItemTitleRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2576
2581
|
[key: string]: any;
|
|
2577
|
-
}>[]
|
|
2578
|
-
default?: string | ((params: FormItemContentRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2582
|
+
}>[]) | null | undefined;
|
|
2583
|
+
default?: string | ((params: FormItemContentRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2579
2584
|
[key: string]: any;
|
|
2580
|
-
}>[]
|
|
2585
|
+
}>[]) | null | undefined;
|
|
2581
2586
|
} | undefined;
|
|
2582
2587
|
children?: any[] | undefined;
|
|
2583
2588
|
}[] | 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>;
|