@qqt-product/ui 16.0.0 → 16.0.2

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.
Files changed (44) hide show
  1. package/dist/index.es.js +61101 -60684
  2. package/dist/index.umd.js +125 -125
  3. package/dist/lib/components/detail-page-layout/index.d.ts +10 -0
  4. package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +11 -1
  5. package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +4 -0
  6. package/dist/lib/components/import-modal/index.d.ts +1 -1
  7. package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +1 -1
  8. package/dist/lib/components/layout/index.d.ts +1 -0
  9. package/dist/lib/components/layout/src/index.vue.d.ts +1 -0
  10. package/dist/lib/components/layout/src/sider/index.vue.d.ts +1 -0
  11. package/dist/lib/components/layout/src/sider/logo.vue.d.ts +1 -0
  12. package/dist/lib/components/layout/src/types.d.ts +1 -0
  13. package/dist/lib/components/layout-pattern/index.d.ts +1 -175
  14. package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +1 -174
  15. package/dist/lib/components/list-page-layout/index.d.ts +1 -1
  16. package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +1 -0
  17. package/dist/lib/components/list-page-layout/src/components/list-header/module/searchExtend/index.vue.d.ts +2 -0
  18. package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +1 -1
  19. package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +1 -1
  20. package/dist/lib/components/page-layout/index.d.ts +176 -2
  21. package/dist/lib/components/{layout-pattern/src/hook/use-audit-button-hook.d.ts → page-layout/src/hook/use-audit-button.d.ts} +58 -2
  22. package/dist/lib/components/page-layout/src/hook/use-custom-format.d.ts +9 -0
  23. package/dist/lib/components/page-layout/src/hook/use-excel-import.d.ts +42 -0
  24. package/dist/lib/components/page-layout/src/hook/use-file-upload.d.ts +64 -0
  25. package/dist/lib/components/page-layout/src/hook/use-grid-events.d.ts +26 -0
  26. package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +33 -1
  27. package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +175 -1
  28. package/dist/lib/components/select/index.d.ts +2 -3
  29. package/dist/lib/components/select/src/select.vue.d.ts +2 -3
  30. package/dist/lib/components/upload-image/index.d.ts +2 -1
  31. package/dist/lib/components/upload-image/src/preview.vue.d.ts +16 -0
  32. package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +2 -1
  33. package/dist/lib/components/vxe-select/index.d.ts +1 -2
  34. package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +2 -3
  35. package/dist/lib/index.d.ts +1 -1
  36. package/dist/style.css +1 -1
  37. package/package.json +7 -7
  38. package/dist/lib/components/remote-select/index.d.ts +0 -83
  39. package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +0 -79
  40. /package/dist/lib/components/page-layout/src/hook/{use-merge-defaultValues-hook.d.ts → use-merge-defaultValues.d.ts} +0 -0
  41. /package/dist/lib/components/page-layout/src/hook/{use-page-data-hook.d.ts → use-page-data.d.ts} +0 -0
  42. /package/dist/lib/components/page-layout/src/hook/{use-ref-instance-hook.d.ts → use-ref-instance.d.ts} +0 -0
  43. /package/dist/lib/components/page-layout/src/hook/{use-remote-config-hook.d.ts → use-remote-config.d.ts} +0 -0
  44. /package/dist/lib/components/page-layout/src/hook/{use-uid-hook.d.ts → use-uid.d.ts} +0 -0
@@ -101,6 +101,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
101
101
  type: StringConstructor;
102
102
  default: string;
103
103
  };
104
+ } & {
105
+ isDetail: {
106
+ type: PropType<boolean>;
107
+ default: boolean;
108
+ };
104
109
  }, {
105
110
  instance: Ref<Expose | undefined>;
106
111
  classes: ComputedRef<{
@@ -212,6 +217,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
212
217
  type: StringConstructor;
213
218
  default: string;
214
219
  };
220
+ } & {
221
+ isDetail: {
222
+ type: PropType<boolean>;
223
+ default: boolean;
224
+ };
215
225
  }>>, {
216
226
  pattern: Pattern;
217
227
  currentRow: CurrentRow;
@@ -1,4 +1,4 @@
1
- import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
1
+ import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import type { roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, PageButton, PageButtonPosition, pageButtonPositionValidator, RecordString, Expose, ComputedFormFieldsItem } from '../../edit-page-layout';
3
3
  declare const _sfc_main: DefineComponent<{
4
4
  showPageHeader: {
@@ -97,6 +97,11 @@ declare const _sfc_main: DefineComponent<{
97
97
  type: StringConstructor;
98
98
  default: string;
99
99
  };
100
+ } & {
101
+ isDetail: {
102
+ type: PropType<boolean>;
103
+ default: boolean;
104
+ };
100
105
  }, {
101
106
  instance: Ref<Expose | undefined>;
102
107
  classes: ComputedRef<{
@@ -208,6 +213,11 @@ declare const _sfc_main: DefineComponent<{
208
213
  type: StringConstructor;
209
214
  default: string;
210
215
  };
216
+ } & {
217
+ isDetail: {
218
+ type: PropType<boolean>;
219
+ default: boolean;
220
+ };
211
221
  }>>, {
212
222
  pattern: Pattern;
213
223
  currentRow: CurrentRow;
@@ -361,9 +361,11 @@ export interface FormFieldsItem {
361
361
  fieldLabel: string;
362
362
  fieldName: string;
363
363
  helpText?: string;
364
+ disabled?: boolean;
364
365
  required?: '0' | '1';
365
366
  regex?: RegExp;
366
367
  alertMsg?: string;
368
+ options?: RecordString[];
367
369
  callback?: (ctx: ComponentInternalInstance | null, payload: Payload) => void;
368
370
  [key: string]: unknown;
369
371
  }
@@ -374,9 +376,11 @@ export interface ColumnItem {
374
376
  field: string;
375
377
  fieldType?: string;
376
378
  helpText?: string;
379
+ disabled?: boolean;
377
380
  required?: '0' | '1';
378
381
  regex?: string | RegExp;
379
382
  alertMsg?: string;
383
+ options?: RecordString[];
380
384
  callback?: (ctx: SetupContext, payload: VxePayload) => void;
381
385
  [key: string]: unknown;
382
386
  }
@@ -32,7 +32,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
32
32
  stepChange: (current: never) => void;
33
33
  beforeUpload: (file: any) => false | undefined;
34
34
  downloadFile: () => MessageType | undefined;
35
- imortChangeEvent: (info: UploadChangeParam<UploadFile<any>>) => void;
35
+ importChangeEvent: (info: UploadChangeParam<UploadFile<any>>) => void;
36
36
  importPreviewData: () => void;
37
37
  downloadTaskErrorFiles: (errorId: string) => void;
38
38
  handleClose: () => void;
@@ -28,7 +28,7 @@ declare const _sfc_main: DefineComponent<{
28
28
  stepChange: (current: never) => void;
29
29
  beforeUpload: (file: any) => false | undefined;
30
30
  downloadFile: () => MessageType | undefined;
31
- imortChangeEvent: (info: UploadChangeParam) => void;
31
+ importChangeEvent: (info: UploadChangeParam) => void;
32
32
  importPreviewData: () => void;
33
33
  downloadTaskErrorFiles: (errorId: string) => void;
34
34
  handleClose: () => void;
@@ -261,6 +261,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
261
261
  };
262
262
  }, {
263
263
  imgRef: Ref<any>;
264
+ showTitle: Ref<boolean>;
264
265
  onImageLoad: () => void;
265
266
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
266
267
  title: {
@@ -258,6 +258,7 @@ declare const _sfc_main: DefineComponent<{
258
258
  };
259
259
  }, {
260
260
  imgRef: Ref<any>;
261
+ showTitle: Ref<boolean>;
261
262
  onImageLoad: () => void;
262
263
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
263
264
  title: {
@@ -126,6 +126,7 @@ declare const _sfc_main: DefineComponent<{
126
126
  };
127
127
  }, {
128
128
  imgRef: Ref<any>;
129
+ showTitle: Ref<boolean>;
129
130
  onImageLoad: () => void;
130
131
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
131
132
  title: {
@@ -17,6 +17,7 @@ declare const _sfc_main: DefineComponent<{
17
17
  };
18
18
  }, {
19
19
  imgRef: Ref<any>;
20
+ showTitle: Ref<boolean>;
20
21
  onImageLoad: () => void;
21
22
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
22
23
  title: {
@@ -79,6 +79,7 @@ export interface LayoutConfigType {
79
79
  showWebProcurement?: boolean;
80
80
  showI18n?: boolean;
81
81
  showChatBi?: boolean;
82
+ showListChatBi?: boolean;
82
83
  showAiKnowledgeBase?: boolean;
83
84
  [propName: string]: any;
84
85
  }
@@ -1,6 +1,4 @@
1
- import type { ObjectMap } from '../list-page-layout';
2
- import type { RecordString } from '../select-modal';
3
- import type { Pattern, LayoutConfig, ComputedFormFieldsItem, CurrentRow, PageButtonArgsFunctionType, ExposeWithPageButtons, PageButtonPayload } from '../edit-page-layout';
1
+ import type { Pattern, LayoutConfig, ComputedFormFieldsItem } from '../edit-page-layout';
4
2
  import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
5
3
  import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
6
4
  import QPageLayoutMode from './src/layout-pattern.vue';
@@ -27,178 +25,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
27
25
  patternAppend: string;
28
26
  }[]>;
29
27
  computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
30
- currentRow: CurrentRow;
31
- fileVisible: Ref<boolean>;
32
- fileProps: Ref<{
33
- readonly data?: {
34
- [x: string]: unknown;
35
- businessType: string;
36
- headId: string;
37
- } | undefined;
38
- readonly 'onUpdate:visible'?: ((value: boolean) => void) | ((value: boolean) => void)[] | undefined;
39
- readonly visible?: boolean | undefined;
40
- readonly currentRow?: {
41
- [x: string]: unknown;
42
- templateNumber: string;
43
- templateVersion: number;
44
- templateAccount: string;
45
- busAccount: string;
46
- elsAccount: string;
47
- } | undefined;
48
- readonly action?: string | undefined;
49
- readonly accept?: string | undefined;
50
- readonly dictCode?: string | undefined;
51
- readonly userInfo?: {
52
- [x: string]: unknown;
53
- elsAccount: string;
54
- subAccount: string;
55
- serivceUrl: string;
56
- } | undefined;
57
- readonly role?: string | undefined;
58
- readonly property?: string | undefined;
59
- readonly defaultFileType?: string | undefined;
60
- readonly requiredFileType?: boolean | undefined;
61
- readonly defaultFileBelong?: string | undefined;
62
- readonly limitSize?: number | undefined;
63
- readonly acceptDictCode?: string | undefined;
64
- readonly maxCount?: number | undefined;
65
- readonly isOss?: boolean | undefined;
66
- readonly isGridUpload?: boolean | undefined;
67
- readonly itemNumberKey?: string | undefined;
68
- readonly itemNumberLabel?: string | undefined;
69
- readonly itemNumberValueProp?: string | undefined;
70
- readonly itemNumberDefaultValue?: string | undefined;
71
- readonly itemNumberSelectIndex?: boolean | undefined;
72
- readonly disabledItemNumber?: boolean | undefined;
73
- readonly itemInfo?: RecordString[] | undefined;
74
- readonly fileTypeList?: {
75
- [x: string]: unknown;
76
- title: string;
77
- value: string;
78
- }[] | undefined;
79
- readonly actionRoutePath?: string | undefined;
80
- readonly sourceNumberType?: string | undefined;
81
- readonly onConfirmBeforeUpload?: Function | undefined;
82
- }>;
83
- handleChangeFiles: (fileResult: RecordString[]) => void;
84
- importVisible: Ref<boolean>;
85
- importProps: Ref<{
86
- button: {
87
- title: string;
88
- i18nKey?: string | undefined;
89
- key: string | symbol;
90
- args: PageButtonArgsFunctionType | {
91
- [x: string]: unknown;
92
- url: string;
93
- };
94
- authorityCode?: string | undefined;
95
- attrs?: RecordString | undefined;
96
- icon?: {
97
- type: string;
98
- size: number;
99
- color?: string | undefined;
100
- } | undefined;
101
- emit?: boolean | undefined;
102
- emitKey?: string | undefined;
103
- showMessage?: boolean | undefined;
104
- checkBefore?: boolean | undefined;
105
- confirm?: {
106
- title: string;
107
- content: string;
108
- } | undefined;
109
- dropdown?: boolean | undefined;
110
- isExistFrozenSource?: boolean | undefined;
111
- isExistFrozenSourceUrl?: string | undefined;
112
- isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
113
- disabled?: ((pageData: RecordString) => boolean) | undefined;
114
- handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
115
- handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
116
- callback?: ((payload: PageButtonPayload) => void) | undefined;
117
- };
118
- isEditPage: boolean;
119
- token: string;
120
- }>;
121
- auditModalVisible: Ref<boolean>;
122
- approvalModalVisible: Ref<boolean>;
123
- nodeHistoryModalVisible: Ref<boolean>;
124
- auditModalProps: Ref<{
125
- width?: string | undefined;
126
- form?: {
127
- [x: string]: unknown;
128
- type: string;
129
- label: string;
130
- fieldName: string;
131
- required?: string | undefined;
132
- attrs?: ObjectMap | undefined;
133
- extends?: ObjectMap | undefined;
134
- dictCode?: string | undefined;
135
- options?: any[] | undefined;
136
- click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
137
- }[] | undefined;
138
- title?: string | undefined;
139
- 'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
140
- visible?: boolean | undefined;
141
- currentRow?: any;
142
- businessType?: string | undefined;
143
- token?: string | undefined;
144
- busAccount?: string | undefined;
145
- taskAction?: string | undefined;
146
- needFlow?: string | undefined;
147
- flowIframeUrl?: string | undefined;
148
- customParams?: Record<string, any> | undefined;
149
- }>;
150
- auditModalConfirm: Ref<any>;
151
- auditModalCancel: Ref<any>;
152
- flowVisible: Ref<boolean>;
153
- flowProps: Ref<{
154
- button?: {
155
- title: string;
156
- i18nKey?: string | undefined;
157
- key: string | symbol;
158
- args: PageButtonArgsFunctionType | {
159
- [x: string]: unknown;
160
- url: string;
161
- };
162
- authorityCode?: string | undefined;
163
- attrs?: RecordString | undefined;
164
- icon?: {
165
- type: string;
166
- size: number;
167
- color?: string | undefined;
168
- } | undefined;
169
- emit?: boolean | undefined;
170
- emitKey?: string | undefined;
171
- showMessage?: boolean | undefined;
172
- checkBefore?: boolean | undefined;
173
- confirm?: {
174
- title: string;
175
- content: string;
176
- } | undefined;
177
- dropdown?: boolean | undefined;
178
- isExistFrozenSource?: boolean | undefined;
179
- isExistFrozenSourceUrl?: string | undefined;
180
- isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
181
- disabled?: ((pageData: RecordString) => boolean) | undefined;
182
- handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
183
- handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
184
- callback?: ((payload: PageButtonPayload) => void) | undefined;
185
- } | undefined;
186
- width?: string | undefined;
187
- title?: string | undefined;
188
- onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
189
- 'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
190
- visible?: boolean | undefined;
191
- currentRow?: any;
192
- token?: string | undefined;
193
- flowId?: string | undefined;
194
- isDesign?: boolean | undefined;
195
- workFlowType?: string | undefined;
196
- }>;
197
- layoutExtraInfo: {
198
- token: string;
199
- };
200
- afterSignModalVisible: Ref<boolean>;
201
- handleAfterSignModal: () => void;
202
28
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
203
29
  title: {
204
30
  type: PropType<string>;
@@ -1,6 +1,5 @@
1
- import type { ObjectMap } from '../../list-page-layout';
2
1
  import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
3
- import type { LayoutConfig, CurrentRow, PageButtonArgsFunctionType, ExposeWithPageButtons, PageButtonPayload, RecordString, ComputedFormFieldsItem, Pattern } from '../../edit-page-layout';
2
+ import type { LayoutConfig, ComputedFormFieldsItem, Pattern } from '../../edit-page-layout';
4
3
  declare const _sfc_main: DefineComponent<{
5
4
  title: {
6
5
  type: PropType<string>;
@@ -22,178 +21,6 @@ declare const _sfc_main: DefineComponent<{
22
21
  patternAppend: string;
23
22
  }[]>;
24
23
  computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
25
- currentRow: CurrentRow;
26
- fileVisible: Ref<boolean>;
27
- fileProps: Ref<{
28
- readonly data?: {
29
- [x: string]: unknown;
30
- businessType: string;
31
- headId: string;
32
- } | undefined;
33
- readonly 'onUpdate:visible'?: ((value: boolean) => void) | ((value: boolean) => void)[] | undefined;
34
- readonly visible?: boolean | undefined;
35
- readonly currentRow?: {
36
- [x: string]: unknown;
37
- templateNumber: string;
38
- templateVersion: number;
39
- templateAccount: string;
40
- busAccount: string;
41
- elsAccount: string;
42
- } | undefined;
43
- readonly action?: string | undefined;
44
- readonly accept?: string | undefined;
45
- readonly dictCode?: string | undefined;
46
- readonly userInfo?: {
47
- [x: string]: unknown;
48
- elsAccount: string;
49
- subAccount: string;
50
- serivceUrl: string;
51
- } | undefined;
52
- readonly role?: string | undefined;
53
- readonly property?: string | undefined;
54
- readonly defaultFileType?: string | undefined;
55
- readonly requiredFileType?: boolean | undefined;
56
- readonly defaultFileBelong?: string | undefined;
57
- readonly limitSize?: number | undefined;
58
- readonly acceptDictCode?: string | undefined;
59
- readonly maxCount?: number | undefined;
60
- readonly isOss?: boolean | undefined;
61
- readonly isGridUpload?: boolean | undefined;
62
- readonly itemNumberKey?: string | undefined;
63
- readonly itemNumberLabel?: string | undefined;
64
- readonly itemNumberValueProp?: string | undefined;
65
- readonly itemNumberDefaultValue?: string | undefined;
66
- readonly itemNumberSelectIndex?: boolean | undefined;
67
- readonly disabledItemNumber?: boolean | undefined;
68
- readonly itemInfo?: RecordString[] | undefined;
69
- readonly fileTypeList?: {
70
- [x: string]: unknown;
71
- title: string;
72
- value: string;
73
- }[] | undefined;
74
- readonly actionRoutePath?: string | undefined;
75
- readonly sourceNumberType?: string | undefined;
76
- readonly onConfirmBeforeUpload?: Function | undefined;
77
- }>;
78
- handleChangeFiles: (fileResult: RecordString[]) => void;
79
- importVisible: Ref<boolean>;
80
- importProps: Ref<{
81
- button: {
82
- title: string;
83
- i18nKey?: string | undefined;
84
- key: string | symbol;
85
- args: PageButtonArgsFunctionType | {
86
- [x: string]: unknown;
87
- url: string;
88
- };
89
- authorityCode?: string | undefined;
90
- attrs?: RecordString | undefined;
91
- icon?: {
92
- type: string;
93
- size: number;
94
- color?: string | undefined;
95
- } | undefined;
96
- emit?: boolean | undefined;
97
- emitKey?: string | undefined;
98
- showMessage?: boolean | undefined;
99
- checkBefore?: boolean | undefined;
100
- confirm?: {
101
- title: string;
102
- content: string;
103
- } | undefined;
104
- dropdown?: boolean | undefined;
105
- isExistFrozenSource?: boolean | undefined;
106
- isExistFrozenSourceUrl?: string | undefined;
107
- isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
108
- disabled?: ((pageData: RecordString) => boolean) | undefined;
109
- handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
110
- handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
111
- callback?: ((payload: PageButtonPayload) => void) | undefined;
112
- };
113
- isEditPage: boolean;
114
- token: string;
115
- }>;
116
- auditModalVisible: Ref<boolean>;
117
- approvalModalVisible: Ref<boolean>;
118
- nodeHistoryModalVisible: Ref<boolean>;
119
- auditModalProps: Ref<{
120
- width?: string | undefined;
121
- form?: {
122
- [x: string]: unknown;
123
- type: string;
124
- label: string;
125
- fieldName: string;
126
- required?: string | undefined;
127
- attrs?: ObjectMap | undefined;
128
- extends?: ObjectMap | undefined;
129
- dictCode?: string | undefined;
130
- options?: any[] | undefined;
131
- click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
132
- }[] | undefined;
133
- title?: string | undefined;
134
- 'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
135
- visible?: boolean | undefined;
136
- currentRow?: any;
137
- businessType?: string | undefined;
138
- token?: string | undefined;
139
- busAccount?: string | undefined;
140
- taskAction?: string | undefined;
141
- needFlow?: string | undefined;
142
- flowIframeUrl?: string | undefined;
143
- customParams?: Record<string, any> | undefined;
144
- }>;
145
- auditModalConfirm: Ref<any>;
146
- auditModalCancel: Ref<any>;
147
- flowVisible: Ref<boolean>;
148
- flowProps: Ref<{
149
- button?: {
150
- title: string;
151
- i18nKey?: string | undefined;
152
- key: string | symbol;
153
- args: PageButtonArgsFunctionType | {
154
- [x: string]: unknown;
155
- url: string;
156
- };
157
- authorityCode?: string | undefined;
158
- attrs?: RecordString | undefined;
159
- icon?: {
160
- type: string;
161
- size: number;
162
- color?: string | undefined;
163
- } | undefined;
164
- emit?: boolean | undefined;
165
- emitKey?: string | undefined;
166
- showMessage?: boolean | undefined;
167
- checkBefore?: boolean | undefined;
168
- confirm?: {
169
- title: string;
170
- content: string;
171
- } | undefined;
172
- dropdown?: boolean | undefined;
173
- isExistFrozenSource?: boolean | undefined;
174
- isExistFrozenSourceUrl?: string | undefined;
175
- isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
176
- disabled?: ((pageData: RecordString) => boolean) | undefined;
177
- handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
178
- handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
179
- callback?: ((payload: PageButtonPayload) => void) | undefined;
180
- } | undefined;
181
- width?: string | undefined;
182
- title?: string | undefined;
183
- onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
184
- 'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
185
- visible?: boolean | undefined;
186
- currentRow?: any;
187
- token?: string | undefined;
188
- flowId?: string | undefined;
189
- isDesign?: boolean | undefined;
190
- workFlowType?: string | undefined;
191
- }>;
192
- layoutExtraInfo: {
193
- token: string;
194
- };
195
- afterSignModalVisible: Ref<boolean>;
196
- handleAfterSignModal: () => void;
197
24
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
198
25
  title: {
199
26
  type: PropType<string>;
@@ -276,7 +276,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
276
276
  fieldCode?: string | undefined;
277
277
  dictCode?: string | undefined;
278
278
  fieldType?: string | undefined;
279
- fieldValue?: string | number | undefined;
279
+ fieldValue?: unknown;
280
280
  showValue?: string | number | undefined;
281
281
  joiner?: string | number | undefined;
282
282
  dictTable?: string | number | undefined;
@@ -9,6 +9,7 @@ declare const _sfc_main: DefineComponent<{}, {
9
9
  busAccount: Ref<string>;
10
10
  open: (columnCode: string) => void;
11
11
  close: typeof close;
12
+ modalName: string;
12
13
  setFrozenColumn<T extends GridColumn>(listArry: T[]): T[];
13
14
  getColumnsList(columnCode: string): Promise<string>;
14
15
  getFieldColorsData(item: any): void;
@@ -75,6 +75,8 @@ declare const _sfc_main: DefineComponent<{
75
75
  selectValue: Ref<string>;
76
76
  selectedKeys: Ref<any>;
77
77
  fieldListIndex: Ref<string | number>;
78
+ cacheLogicSymbol: Ref<string | undefined>;
79
+ cacheItem: Ref<QueryParamsItem>;
78
80
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "callback" | "handleSuperQuery" | "synQueryParams" | "queryParamsModelLength")[], "close" | "callback" | "handleSuperQuery" | "synQueryParams" | "queryParamsModelLength", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
79
81
  tableCode: {
80
82
  type: StringConstructor;
@@ -269,7 +269,7 @@ declare const _sfc_main: DefineComponent<{
269
269
  fieldCode?: string | undefined;
270
270
  dictCode?: string | undefined;
271
271
  fieldType?: string | undefined;
272
- fieldValue?: string | number | undefined;
272
+ fieldValue?: unknown;
273
273
  showValue?: string | number | undefined;
274
274
  joiner?: string | number | undefined;
275
275
  dictTable?: string | number | undefined;
@@ -356,7 +356,7 @@ export interface QueryParamsItem {
356
356
  fieldCode?: string;
357
357
  dictCode?: string;
358
358
  fieldType?: string;
359
- fieldValue?: string | number;
359
+ fieldValue?: string | number | unknown;
360
360
  showValue?: string | number;
361
361
  joiner?: string | number;
362
362
  dictTable?: string | number;