@qqt-product/ui 16.0.4 → 17.0.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/dist/index.es.js +23830 -24620
- package/dist/index.umd.js +109 -109
- package/dist/lib/components/audit-modal/src/hook/use-audit-config-hook.d.ts +1 -1
- package/dist/lib/components/businessI18n/index.d.ts +2607 -0
- package/dist/lib/components/businessI18n/src/business-i18n.vue.d.ts +2604 -0
- package/dist/lib/components/card-list-layout/index.d.ts +4 -4
- package/dist/lib/components/card-list-layout/src/card-content.vue.d.ts +2 -2
- package/dist/lib/components/card-list-layout/src/cardItem.vue.d.ts +2 -2
- package/dist/lib/components/card-list-layout/src/index.vue.d.ts +4 -4
- package/dist/lib/components/checkbox/index.d.ts +1 -1
- package/dist/lib/components/checkbox/src/checkbox-types.d.ts +1 -0
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +1 -1
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +1 -1
- package/dist/lib/components/countdown/index.d.ts +1 -1
- package/dist/lib/components/countdown/src/countdown.d.ts +1 -1
- package/dist/lib/components/currency/index.d.ts +2 -2
- package/dist/lib/components/currency/src/currency.vue.d.ts +2 -2
- package/dist/lib/components/detail-form/index.d.ts +2 -2
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +2 -2
- package/dist/lib/components/detail-grid/index.d.ts +20 -2
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +21 -3
- package/dist/lib/components/detail-page-layout/index.d.ts +1 -0
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +1 -0
- package/dist/lib/components/edit-form/index.d.ts +1 -1
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +1 -1
- package/dist/lib/components/edit-grid/index.d.ts +20 -2
- package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +9 -1
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +20 -2
- package/dist/lib/components/edit-grid/src/hook/use-grid-config-hook.d.ts +1 -0
- package/dist/lib/components/edit-page-layout/index.d.ts +1 -0
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +30 -17
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +1 -0
- package/dist/lib/components/edit-page-layout/src/types.d.ts +1 -1
- package/dist/lib/components/empty/index.d.ts +2 -2
- package/dist/lib/components/index.d.ts +4 -2
- package/dist/lib/components/layout/index.d.ts +0 -33
- package/dist/lib/components/layout/src/index.vue.d.ts +0 -33
- package/dist/lib/components/layout-pattern/index.d.ts +1 -0
- package/dist/lib/components/layout-pattern/src/components/tab.vue.d.ts +1 -0
- package/dist/lib/components/layout-pattern/src/components/tabDetail.vue.d.ts +1 -0
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +1 -0
- package/dist/lib/components/menu/src/index.d.ts +1 -1
- package/dist/lib/components/multipane/index.d.ts +50 -0
- package/dist/lib/components/multipaneResizer/index.d.ts +42 -0
- package/dist/lib/components/page-layout/index.d.ts +5 -5
- package/dist/lib/components/page-layout/src/constant/symbol.d.ts +2 -0
- package/dist/lib/components/page-layout/src/hook/use-audit-button.d.ts +2 -2
- package/dist/lib/components/page-layout/src/hook/use-excel-import.d.ts +1 -1
- package/dist/lib/components/page-layout/src/hook/use-file-upload.d.ts +3 -3
- package/dist/lib/components/page-layout/src/hook/use-grid-events.d.ts +3 -1
- package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +1 -1
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +5 -5
- package/dist/lib/components/radio/index.d.ts +1 -1
- package/dist/lib/components/radio/src/radio.vue.d.ts +1 -1
- package/dist/lib/components/relation-graph/src/relation-graph.vue.d.ts +2 -34
- 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/upload-file/index.d.ts +1 -1
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +1 -1
- package/dist/lib/components/upload-image/index.d.ts +38 -6
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +36 -5
- package/dist/lib/utils/event.d.ts +4 -2
- package/dist/style.css +1 -1
- package/package.json +14 -14
- package/dist/lib/components/ladder-price/index.d.ts +0 -85
- package/dist/lib/components/ladder-price/src/LadderNotPriceModal.vue.d.ts +0 -41
- package/dist/lib/components/ladder-price/src/LadderPriceModal.vue.d.ts +0 -42
- package/dist/lib/components/ladder-price/src/hook/use-type-hook.d.ts +0 -9
- package/dist/lib/components/ladder-price/src/ladder-not-price-modal-types.d.ts +0 -16
- package/dist/lib/components/ladder-price/src/ladder-price-modal-types.d.ts +0 -15
- package/dist/lib/components/ladder-price/src/ladder-price-types.d.ts +0 -43
- package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +0 -82
- package/dist/lib/components/ladder-price/src/use-ladder-not-price-modal.d.ts +0 -6
- package/dist/lib/components/ladder-price/src/use-ladder-price.d.ts +0 -6
|
@@ -90,11 +90,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
90
90
|
readonly value: string;
|
|
91
91
|
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
92
92
|
readonly busAccount: string;
|
|
93
|
+
readonly colSpan: string;
|
|
93
94
|
readonly options: Option[];
|
|
94
95
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
95
96
|
readonly dictCode: string;
|
|
96
97
|
readonly required: "0" | "1";
|
|
97
98
|
readonly isLayout: boolean;
|
|
98
|
-
readonly colSpan: string;
|
|
99
99
|
}, {}>;
|
|
100
100
|
export default _sfc_main;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { SrmI18n } from '../../../utils/type';
|
|
2
2
|
import type { RecordString } from '../../select-modal';
|
|
3
3
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
4
|
-
import RelationGraph from 'relation-graph
|
|
4
|
+
import RelationGraph from 'relation-graph-vue3';
|
|
5
5
|
declare const _sfc_main: DefineComponent<{
|
|
6
6
|
readonly visible: {
|
|
7
7
|
readonly type: BooleanConstructor;
|
|
@@ -24,39 +24,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
24
24
|
}, {
|
|
25
25
|
modalVisibleDocket: Ref<boolean>;
|
|
26
26
|
relationGraph$: Ref<RelationGraph | undefined>;
|
|
27
|
-
options:
|
|
28
|
-
showDebugPanel: boolean;
|
|
29
|
-
defaultFocusRootNode: boolean;
|
|
30
|
-
backgrounImageNoRepeat: boolean;
|
|
31
|
-
layouts: {
|
|
32
|
-
label: string;
|
|
33
|
-
layoutName: string;
|
|
34
|
-
layoutClassName: string;
|
|
35
|
-
defaultNodeShape: number;
|
|
36
|
-
defaultLineShape: number;
|
|
37
|
-
from: string;
|
|
38
|
-
min_per_width: string;
|
|
39
|
-
max_per_width: string;
|
|
40
|
-
min_per_height: string;
|
|
41
|
-
max_per_height: string;
|
|
42
|
-
levelDistance: string;
|
|
43
|
-
}[];
|
|
44
|
-
defaultLineMarker: {
|
|
45
|
-
markerWidth: number;
|
|
46
|
-
markerHeight: number;
|
|
47
|
-
refX: number;
|
|
48
|
-
refY: number;
|
|
49
|
-
data: string;
|
|
50
|
-
};
|
|
51
|
-
defaultExpandHolderPosition: string;
|
|
52
|
-
defaultNodeShape: number;
|
|
53
|
-
defaultNodeWidth: string;
|
|
54
|
-
defaultLineShape: number;
|
|
55
|
-
defaultJunctionPoint: string;
|
|
56
|
-
defaultNodeBorderWidth: number;
|
|
57
|
-
defaultLineColor: string;
|
|
58
|
-
defaultNodeColor: string;
|
|
59
|
-
};
|
|
27
|
+
options: any;
|
|
60
28
|
handleCancel: () => void;
|
|
61
29
|
srmI18n: SrmI18n;
|
|
62
30
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:visible"[], "update:visible", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
@@ -87,8 +87,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
87
87
|
readonly value: string;
|
|
88
88
|
readonly onChange: ((args: MixSelectArgs) => void) | ((args: MixSelectArgs) => void)[];
|
|
89
89
|
readonly busAccount: string;
|
|
90
|
-
readonly mode: "multiple" | "tags" | "combobox";
|
|
91
90
|
readonly options: SelectOption[];
|
|
91
|
+
readonly mode: "multiple" | "tags" | "combobox";
|
|
92
92
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
93
93
|
readonly dictCode: string;
|
|
94
94
|
}, {}>>;
|
|
@@ -83,8 +83,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
83
83
|
readonly value: string;
|
|
84
84
|
readonly onChange: ((args: MixSelectArgs) => void) | ((args: MixSelectArgs) => void)[];
|
|
85
85
|
readonly busAccount: string;
|
|
86
|
-
readonly mode: "multiple" | "tags" | "combobox";
|
|
87
86
|
readonly options: SelectOption[];
|
|
87
|
+
readonly mode: "multiple" | "tags" | "combobox";
|
|
88
88
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
89
89
|
readonly dictCode: string;
|
|
90
90
|
}, {}>;
|
|
@@ -378,10 +378,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
378
378
|
readonly currentRow: CurrentRow;
|
|
379
379
|
readonly action: string;
|
|
380
380
|
readonly accept: string;
|
|
381
|
+
readonly property: string;
|
|
381
382
|
readonly dictCode: string;
|
|
382
383
|
readonly userInfo: UserInfo;
|
|
383
384
|
readonly role: string;
|
|
384
|
-
readonly property: string;
|
|
385
385
|
readonly defaultFileType: string;
|
|
386
386
|
readonly requiredFileType: boolean;
|
|
387
387
|
readonly defaultFileBelong: string;
|
|
@@ -370,10 +370,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
370
370
|
readonly currentRow: CurrentRow;
|
|
371
371
|
readonly action: string;
|
|
372
372
|
readonly accept: string;
|
|
373
|
+
readonly property: string;
|
|
373
374
|
readonly dictCode: string;
|
|
374
375
|
readonly userInfo: UserInfo;
|
|
375
376
|
readonly role: string;
|
|
376
|
-
readonly property: string;
|
|
377
377
|
readonly defaultFileType: string;
|
|
378
378
|
readonly requiredFileType: boolean;
|
|
379
379
|
readonly defaultFileBelong: string;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { SrmI18n } from '../../utils/type';
|
|
1
|
+
import type { PictureOutlinedIconType } from '@ant-design/icons-vue/lib/icons/PictureOutlined';
|
|
3
2
|
import type { UploadFiles } from './src/upload-image-type';
|
|
4
3
|
import type { UploadFile } from 'ant-design-vue';
|
|
4
|
+
import type { SrmI18n } from '../../utils/type';
|
|
5
|
+
import type { Request } from '@qqt-product/api/dist/utils/request';
|
|
5
6
|
import type { UploadFileStatus, FileType } from 'ant-design-vue/es/upload/interface';
|
|
7
|
+
import type { RegisterFn } from '../modal';
|
|
8
|
+
import type { RecordString } from '../select-modal';
|
|
9
|
+
import type { EditPageLayoutProps, CurrentRow } from '../edit-page-layout';
|
|
6
10
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
7
11
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
8
12
|
import QUploadImage from './src/upload-image.vue';
|
|
@@ -58,6 +62,14 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
58
62
|
default: unknown;
|
|
59
63
|
};
|
|
60
64
|
}, {
|
|
65
|
+
props: any;
|
|
66
|
+
emit: (event: "change" | "update:value", ...args: any[]) => void;
|
|
67
|
+
layoutProps: EditPageLayoutProps;
|
|
68
|
+
currentRow: Ref<CurrentRow>;
|
|
69
|
+
headId: Ref<string>;
|
|
70
|
+
pageData: Ref<RecordString>;
|
|
71
|
+
register: RegisterFn;
|
|
72
|
+
openModal: <T = any>(props?: boolean | undefined, data?: T | undefined, openOnSet?: boolean | undefined) => void;
|
|
61
73
|
state: {
|
|
62
74
|
previewVisible: boolean;
|
|
63
75
|
previewImage: string;
|
|
@@ -148,14 +160,34 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
148
160
|
};
|
|
149
161
|
multiple: Ref<boolean>;
|
|
150
162
|
limit: Ref<number>;
|
|
163
|
+
uploadImageData: Ref<Record<string, any>>;
|
|
151
164
|
accept: Ref<string>;
|
|
165
|
+
actionRoutePath: Ref<string>;
|
|
166
|
+
sourceNumber: Ref<string>;
|
|
167
|
+
businessType: any;
|
|
168
|
+
Request: Request;
|
|
169
|
+
srmI18n: SrmI18n;
|
|
152
170
|
uploadStatues: Ref<boolean>;
|
|
171
|
+
uploadNumber: Ref<number>;
|
|
172
|
+
handleUploadImage: () => void;
|
|
153
173
|
beforeUpload: (file: UploadFile<any>, uploadFiles: UploadFile<any>[]) => boolean;
|
|
154
|
-
handleRemove: (file: UploadFile<unknown>) => boolean | void | Promise<boolean | void>;
|
|
155
174
|
handlePreview: (file: UploadFiles) => Promise<void>;
|
|
175
|
+
handleItemRemove: (file: any) => void;
|
|
156
176
|
isImageUrlFun: () => boolean;
|
|
157
|
-
|
|
158
|
-
|
|
177
|
+
readonly PictureOutlined: PictureOutlinedIconType;
|
|
178
|
+
Preview: DefineComponent<{
|
|
179
|
+
readonly url: {
|
|
180
|
+
readonly type: PropType<string>;
|
|
181
|
+
};
|
|
182
|
+
}, {
|
|
183
|
+
url: Ref<string | undefined> | undefined;
|
|
184
|
+
register: RegisterFn;
|
|
185
|
+
handleOnload: () => void;
|
|
186
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
187
|
+
readonly url: {
|
|
188
|
+
readonly type: PropType<string>;
|
|
189
|
+
};
|
|
190
|
+
}>>, {}, {}>;
|
|
159
191
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:value")[], "change" | "update:value", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
160
192
|
readonly value: {
|
|
161
193
|
readonly type: StringConstructor;
|
|
@@ -214,8 +246,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
214
246
|
readonly businessType: string;
|
|
215
247
|
readonly accept: string;
|
|
216
248
|
readonly multiple: boolean;
|
|
217
|
-
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
218
249
|
readonly disabled: boolean;
|
|
250
|
+
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
219
251
|
readonly actionRoutePath: string;
|
|
220
252
|
readonly canRemove: boolean;
|
|
221
253
|
readonly limit: number;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { PictureOutlinedIconType } from '@ant-design/icons-vue/lib/icons/PictureOutlined';
|
|
2
2
|
import type { SrmI18n } from '../../../utils/type';
|
|
3
3
|
import type { UploadFileStatus, FileType } from 'ant-design-vue/es/upload/interface';
|
|
4
|
+
import type { RegisterFn } from '../../modal';
|
|
5
|
+
import type { EditPageLayoutProps, CurrentRow, RecordString } from '../../edit-page-layout';
|
|
4
6
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
5
7
|
import { UploadFiles } from './upload-image-type';
|
|
6
8
|
import type { UploadFile } from 'ant-design-vue';
|
|
9
|
+
import qqtApi from '@qqt-product/api';
|
|
7
10
|
declare const _sfc_main: DefineComponent<{
|
|
8
11
|
readonly value: {
|
|
9
12
|
readonly type: StringConstructor;
|
|
@@ -54,6 +57,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
54
57
|
default: unknown;
|
|
55
58
|
};
|
|
56
59
|
}, {
|
|
60
|
+
props: any;
|
|
61
|
+
emit: (event: "change" | "update:value", ...args: any[]) => void;
|
|
62
|
+
layoutProps: EditPageLayoutProps;
|
|
63
|
+
currentRow: Ref<CurrentRow>;
|
|
64
|
+
headId: Ref<string>;
|
|
65
|
+
pageData: Ref<RecordString>;
|
|
66
|
+
register: RegisterFn;
|
|
67
|
+
openModal: <T = any>(props?: boolean | undefined, data?: T | undefined, openOnSet?: boolean | undefined) => void;
|
|
57
68
|
state: {
|
|
58
69
|
previewVisible: boolean;
|
|
59
70
|
previewImage: string;
|
|
@@ -144,14 +155,34 @@ declare const _sfc_main: DefineComponent<{
|
|
|
144
155
|
};
|
|
145
156
|
multiple: Ref<boolean>;
|
|
146
157
|
limit: Ref<number>;
|
|
158
|
+
uploadImageData: Ref<Record<string, any>>;
|
|
147
159
|
accept: Ref<string>;
|
|
160
|
+
actionRoutePath: Ref<string>;
|
|
161
|
+
sourceNumber: Ref<string>;
|
|
162
|
+
businessType: any;
|
|
163
|
+
Request: qqtApi.Request;
|
|
164
|
+
srmI18n: SrmI18n;
|
|
148
165
|
uploadStatues: Ref<boolean>;
|
|
166
|
+
uploadNumber: Ref<number>;
|
|
167
|
+
handleUploadImage: () => void;
|
|
149
168
|
beforeUpload: (file: UploadFile, uploadFiles: UploadFile[]) => boolean;
|
|
150
|
-
handleRemove: (file: UploadFile<unknown>) => boolean | void | Promise<boolean | void>;
|
|
151
169
|
handlePreview: (file: UploadFiles) => Promise<void>;
|
|
170
|
+
handleItemRemove: (file: any) => void;
|
|
152
171
|
isImageUrlFun: () => boolean;
|
|
153
|
-
|
|
154
|
-
|
|
172
|
+
readonly PictureOutlined: PictureOutlinedIconType;
|
|
173
|
+
Preview: DefineComponent<{
|
|
174
|
+
readonly url: {
|
|
175
|
+
readonly type: PropType<string>;
|
|
176
|
+
};
|
|
177
|
+
}, {
|
|
178
|
+
url: Ref<string | undefined> | undefined;
|
|
179
|
+
register: RegisterFn;
|
|
180
|
+
handleOnload: () => void;
|
|
181
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
182
|
+
readonly url: {
|
|
183
|
+
readonly type: PropType<string>;
|
|
184
|
+
};
|
|
185
|
+
}>>, {}, {}>;
|
|
155
186
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:value")[], "change" | "update:value", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
156
187
|
readonly value: {
|
|
157
188
|
readonly type: StringConstructor;
|
|
@@ -210,8 +241,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
210
241
|
readonly businessType: string;
|
|
211
242
|
readonly accept: string;
|
|
212
243
|
readonly multiple: boolean;
|
|
213
|
-
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
214
244
|
readonly disabled: boolean;
|
|
245
|
+
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
215
246
|
readonly actionRoutePath: string;
|
|
216
247
|
readonly canRemove: boolean;
|
|
217
248
|
readonly limit: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Emitter } from '@qqt-product/utils';
|
|
2
2
|
import { VxeTableInstance } from 'vxe-table';
|
|
3
|
-
import { SYMBOL_BINDFUNCTION, SYMBOL_CUSTOM_BINDFUNCTION, SYMBOL_VXE_BINDFUNCTION, SYMBOL_CUSTOM_VXE_BINDFUNCTION, SYMBOL_ADD_ONE_ROW, SYMBOL_DELETE_ROWS, SYMBOL_CUSTOM_CLICK, SYMBOL_FIELD_OR_COLUMN_CUSTOM_CLICK, SYMBOL_CACHE_BUTTON, SYMBOL_CACHE_PAGEDATA, SYMBOL_CACHE_REFRESH, SYMBOL_CACHE_SHOW_MESSAGE, SYMBOL_VALIDATE, SYMBOL_VALIDATE_RESULT, SYMBOL_LINK_CLICK, SYMBOL_VALIDATE_SUCCESS, SYMBOL_REFRESH, SYMBOL_BACK, SYMBOL_SAVE, SYMBOL_PUBLISH, SYMBOL_SUBMIT, SYMBOL_CONFIRM, SYMBOL_REJECT, SYMBOL_UPLOAD, SYMBOL_UPLOAD_GRID, SYMBOL_CANCEL_AUDIT, SYMBOL_DOWNLOAD_ALL, SYMBOL_REMOVE_ALL, SYMBOL_FILL, SYMBOL_VXE_KEYDOWN, SYMBOL_VXE_HEADER_CELL_CLICK, SYMBOL_VXE_HEADER_CELL_DBLCLICK, SYMBOL_VXE_HEADER_CELL_MENU, SYMBOL_VXE_CELL_CLICK, SYMBOL_VXE_CELL_DBLCLICK, SYMBOL_VXE_CELL_MENU, SYMBOL_VXE_FOOTER_CELL_CLICK, SYMBOL_VXE_FOOTER_CELL_DBLCLICK, SYMBOL_VXE_FOOTER_CELL_MENU, SYMBOL_VXE_CHECKBOX_CHANGE, SYMBOL_VXE_CHECKBOX_ALL, SYMBOL_VXE_SCROLL, SYMBOL_VXE_ZOOM, SYMBOL_VXE_CUSTOM, SYMBOL_IMPORT_ROWS, SYMBOL_FLOW_VIEW, SYMBOL_AUDIT_AGREE, SYMBOL_AUDIT_REFUSE, SYMBOL_AUDIT_INFORMED, SYMBOL_AUDIT_TRANSFER, SYMBOL_AUDIT_BACK, SYMBOL_AUDIT_TRANSACTION, SYMBOL_AUDIT_INVALID, SYMBOL_AUDIT_REVOCATION, SYMBOL_AUDIT_REVOCATION_PRE_SIGN, SYMBOL_AUDIT_FLOW_IMAGE, SYMBOL_AUDIT_APPROVAL_COMMENT, SYMBOL_AUDIT_SIGN_NODE, SYMBOL_AUDIT_PRE_SIGN, SYMBOL_AUDIT_AFTER_SIGN, SYMBOL_AUDIT_PRINT, SYMBOL_AUDIT_ADD_NODE_HISTORY, SYMBOL_AUDIT_CHAT, SYMBOL_FLOW_APPROVAL_CALLBACK } from '../../lib/components/page-layout';
|
|
4
|
-
import type { RecordString, BindFunctionEvent, VxeBindFunctionEvent, PageButton, PageButtonWithGroupCode, PageButtonDeleteRow, PageButtonDownLoad, ValidateResult, LinkClickCallbackParams, FormFieldsItem, PageButtonDeleteFileRow, KeydownEventParams, FlowApprovalCallbackPayload } from '../../lib/components/edit-page-layout';
|
|
3
|
+
import { SYMBOL_BINDFUNCTION, SYMBOL_CUSTOM_BINDFUNCTION, SYMBOL_VXE_BINDFUNCTION, SYMBOL_CUSTOM_VXE_BINDFUNCTION, SYMBOL_ADD_ONE_ROW, SYMBOL_DELETE_ROWS, SYMBOL_CUSTOM_CLICK, SYMBOL_FIELD_OR_COLUMN_CUSTOM_CLICK, SYMBOL_CACHE_BUTTON, SYMBOL_CACHE_PAGEDATA, SYMBOL_CACHE_REFRESH, SYMBOL_CACHE_SHOW_MESSAGE, SYMBOL_VALIDATE, SYMBOL_VALIDATE_RESULT, SYMBOL_LINK_CLICK, SYMBOL_VALIDATE_SUCCESS, SYMBOL_REFRESH, SYMBOL_BACK, SYMBOL_SAVE, SYMBOL_PUBLISH, SYMBOL_SUBMIT, SYMBOL_CONFIRM, SYMBOL_REJECT, SYMBOL_UPLOAD, SYMBOL_UPLOAD_GRID, SYMBOL_CANCEL_AUDIT, SYMBOL_DOWNLOAD_ALL, SYMBOL_REMOVE_ALL, SYMBOL_FILL, SYMBOL_VXE_KEYDOWN, SYMBOL_VXE_HEADER_CELL_CLICK, SYMBOL_VXE_HEADER_CELL_DBLCLICK, SYMBOL_VXE_HEADER_CELL_MENU, SYMBOL_VXE_CELL_CLICK, SYMBOL_VXE_CELL_DBLCLICK, SYMBOL_VXE_CELL_MENU, SYMBOL_VXE_FOOTER_CELL_CLICK, SYMBOL_VXE_FOOTER_CELL_DBLCLICK, SYMBOL_VXE_FOOTER_CELL_MENU, SYMBOL_VXE_CHECKBOX_CHANGE, SYMBOL_VXE_CHECKBOX_ALL, SYMBOL_VXE_SCROLL, SYMBOL_VXE_ZOOM, SYMBOL_VXE_CUSTOM, SYMBOL_VXE_INSTANCE, SYMBOL_INSTANCE, SYMBOL_IMPORT_ROWS, SYMBOL_FLOW_VIEW, SYMBOL_AUDIT_AGREE, SYMBOL_AUDIT_REFUSE, SYMBOL_AUDIT_INFORMED, SYMBOL_AUDIT_TRANSFER, SYMBOL_AUDIT_BACK, SYMBOL_AUDIT_TRANSACTION, SYMBOL_AUDIT_INVALID, SYMBOL_AUDIT_REVOCATION, SYMBOL_AUDIT_REVOCATION_PRE_SIGN, SYMBOL_AUDIT_FLOW_IMAGE, SYMBOL_AUDIT_APPROVAL_COMMENT, SYMBOL_AUDIT_SIGN_NODE, SYMBOL_AUDIT_PRE_SIGN, SYMBOL_AUDIT_AFTER_SIGN, SYMBOL_AUDIT_PRINT, SYMBOL_AUDIT_ADD_NODE_HISTORY, SYMBOL_AUDIT_CHAT, SYMBOL_FLOW_APPROVAL_CALLBACK } from '../../lib/components/page-layout';
|
|
4
|
+
import type { RecordString, BindFunctionEvent, VxeBindFunctionEvent, PageButton, PageButtonWithGroupCode, PageButtonDeleteRow, PageButtonDownLoad, ValidateResult, LinkClickCallbackParams, FormFieldsItem, PageButtonDeleteFileRow, KeydownEventParams, VxeInstanceParams, FlowApprovalCallbackPayload, InstanceParams } from '../../lib/components/edit-page-layout';
|
|
5
5
|
import type { ButtonItem, ObjectMap, ToolsButtonItem } from '../../lib/components/list-page-layout';
|
|
6
6
|
import type { VxeItemFileUpload } from '../../lib/components/upload-file';
|
|
7
7
|
import { SYMBOL_GRID_INSTANCE, SYMBOL_HANDLE_SETTING, SYMBOL_HANDLE_ADD, SYMBOL_HANDLE_EXPORT, SYMBOL_HANDLE_IMPORT, SYMBOL_HANDLE_QUICK_NAV, SYMBOL_HANDLE_RECORD, SYMBOL_HANDLE_HELP_TEXT, SYMBOL_HANDLE_ATTACHMENT_TEXT, SYMBOL_HANDLE_VIDEO_TEXT, SYMBOL_HANDLE_MERGE_GRID, SYMBOL_HANDLE_CHATBI, SYMBOL_FETCH_NAV_DATA } from '../components/list-page-layout/src/symbol';
|
|
@@ -63,6 +63,8 @@ export type Events = {
|
|
|
63
63
|
[SYMBOL_VXE_SCROLL]: KeydownEventParams;
|
|
64
64
|
[SYMBOL_VXE_ZOOM]: KeydownEventParams;
|
|
65
65
|
[SYMBOL_VXE_CUSTOM]: KeydownEventParams;
|
|
66
|
+
[SYMBOL_VXE_INSTANCE]: VxeInstanceParams;
|
|
67
|
+
[SYMBOL_INSTANCE]: InstanceParams;
|
|
66
68
|
[SYMBOL_IMPORT_ROWS]: PageButton;
|
|
67
69
|
[SYMBOL_FLOW_VIEW]: PageButton;
|
|
68
70
|
[SYMBOL_AUDIT_AGREE]: PageButton;
|