cnhis-design-vue 3.1.41-beta.0 → 3.1.41-beta.10

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 (141) hide show
  1. package/es/components/button-print/src/utils/print.d.ts +1 -1
  2. package/es/components/button-print/src/utils/print.js +1 -1
  3. package/es/components/form-config/index.d.ts +14 -2
  4. package/es/components/form-config/src/FormConfig.vue.d.ts +14 -2
  5. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -1
  6. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  7. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -1
  8. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  9. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  10. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  11. package/es/components/form-config/src/types/index.d.ts +1 -0
  12. package/es/components/form-render/index.d.ts +4 -1
  13. package/es/components/form-render/index.js +1 -1
  14. package/es/components/form-render/src/FormRender.vue.d.ts +4 -1
  15. package/es/components/form-render/src/FormRender.vue.js +1 -1
  16. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -1
  17. package/es/components/form-render/src/components/renderer/date.d.ts +2 -0
  18. package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -0
  19. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  20. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  21. package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
  22. package/es/components/form-render/src/components/renderer/select.js +1 -1
  23. package/es/components/form-render/src/constants/index.d.ts +2 -0
  24. package/es/components/form-render/src/constants/index.js +1 -1
  25. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  26. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  27. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  28. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  29. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  30. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  31. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  32. package/es/components/form-render/src/hooks/useFormGraph.d.ts +6 -0
  33. package/es/components/form-render/src/hooks/useFormGraph.js +1 -0
  34. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  35. package/es/components/form-render/src/types/fieldItem.d.ts +7 -1
  36. package/es/components/form-render/src/types/index.d.ts +1 -1
  37. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  38. package/es/components/form-render/src/utils/dom.js +1 -1
  39. package/es/components/iho-table/index.d.ts +5 -5
  40. package/es/components/iho-table/index.js +1 -1
  41. package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
  42. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  43. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  44. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  45. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  46. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  47. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  48. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  49. package/es/components/iho-table/src/plugins/index.js +1 -1
  50. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  51. package/es/components/iho-table/src/types/index.d.ts +6 -6
  52. package/es/components/iho-table/src/utils/index.js +1 -1
  53. package/es/components/iho-table/style/index.css +1 -1
  54. package/es/components/index.css +1 -1
  55. package/es/components/index.js +1 -1
  56. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  57. package/es/components/recommend-search/index.d.ts +10 -10
  58. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  59. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  60. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  61. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  62. package/es/components/scale-view/index.d.ts +1 -2
  63. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -2
  64. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  65. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  66. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  67. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  68. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  69. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  70. package/es/components/scale-view/style/index.css +1 -1
  71. package/es/components/shortcut-setter/index.d.ts +6 -1
  72. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1
  73. package/es/components/steps-wheel/index.d.ts +1 -1
  74. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  75. package/es/components/table-filter/index.d.ts +1171 -7721
  76. package/es/components/table-filter/index.js +1 -1
  77. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +42 -3529
  78. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  79. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +486 -2454
  80. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  81. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
  82. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
  83. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  84. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  85. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +45 -5
  86. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  87. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  88. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  89. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  90. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  91. package/es/components/table-filter/src/components/{search-modal/set-classification.vue.d.ts → set-classification/index.vue.d.ts} +37 -818
  92. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  93. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  94. package/es/components/table-filter/src/hooks/export.js +1 -1
  95. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +3 -3
  96. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  97. package/es/components/table-filter/src/hooks/useMixins.d.ts +3 -2
  98. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  99. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  100. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +47 -1188
  101. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  102. package/es/components/table-filter/src/types/index.d.ts +4 -14
  103. package/es/components/table-filter/style/index.css +1 -1
  104. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  105. package/package.json +2 -2
  106. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  107. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  108. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  109. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  110. package/es/components/iho-table/src/plugins/filterPlugin/types.js +0 -1
  111. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -71
  112. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  113. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1119
  114. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  115. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  116. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  117. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  118. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  119. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  120. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  121. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  122. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  123. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  124. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  125. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  126. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  127. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  128. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  129. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  130. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  131. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  132. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  133. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1217
  134. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  135. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  136. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  137. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
  138. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  139. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  140. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  141. /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
@@ -1,250 +1,28 @@
1
- /// <reference types="node" />
2
- import moment from 'moment';
3
- import 'moment/locale/zh-cn';
4
1
  import { PropType } from 'vue';
5
- import { DropdownOption } from 'naive-ui';
6
- import { ISearchType, IrelationType, IbtnType, IsettingsType, IrowBtnListObj, IPrintType, IPrintAboutType, IOriginConditionType } from '../../../../../es/components/table-filter/src/types';
2
+ import { ISearchType, IsettingsType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
7
3
  declare const _default: import("vue").DefineComponent<{
8
- width: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
- searchInputWidth: {
13
- type: NumberConstructor;
14
- default: number;
15
- };
16
- searchInputPlaceHolder: {
17
- type: StringConstructor;
18
- };
19
- onSearch: {
20
- type: FunctionConstructor;
21
- };
22
- rowBtnList: {
23
- type: PropType<IbtnType[]>;
24
- default: () => never[];
25
- };
26
- paramsData: {
27
- type: any;
28
- };
29
- showButtonTop: {
30
- type: (NumberConstructor | StringConstructor)[];
31
- };
32
4
  showSettings: {
33
5
  type: PropType<IsettingsType>;
34
6
  default: () => {};
35
7
  };
36
- clickRowData: {
37
- type: any;
38
- };
39
- value: {
40
- type: StringConstructor;
41
- };
42
8
  searchFieldList: {
43
- type: PropType<ISearchType[]>;
9
+ type: PropType<IApiServerType[]>;
44
10
  default: () => never[];
45
11
  };
46
- searchFieldLimit: {
47
- type: ObjectConstructor;
48
- default: () => {};
49
- };
50
- viewList: {
51
- type: ArrayConstructor;
52
- default: () => never[];
53
- };
54
- TypeOfDisplay: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- tableAllCheck: {
59
- type: BooleanConstructor;
60
- };
61
12
  classificationIndex: {
62
13
  type: NumberConstructor;
63
14
  };
64
- editTableSource: {
65
- type: StringConstructor;
66
- default: string;
67
- };
68
- showRelatedTreeBtn: {
69
- type: BooleanConstructor;
70
- };
71
- relatedBaseInfo: {
72
- type: ObjectConstructor;
73
- };
74
- onRelatedSearch: {
75
- type: FunctionConstructor;
76
- };
77
- showResetFilterBtn: {
78
- type: BooleanConstructor;
79
- default: boolean;
80
- };
81
15
  qqConObjCount: {
82
16
  type: NumberConstructor;
83
17
  default: number;
84
18
  };
85
- conditionType: {
86
- type: StringConstructor;
87
- };
88
- countCondition: {
89
- type: (NumberConstructor | StringConstructor)[];
90
- };
91
- countTabCondition: {
92
- type: NumberConstructor;
93
- };
94
- tabConditionNumObj: {
95
- type: ObjectConstructor;
96
- default: () => void;
97
- };
98
- isRelatedSearchFold: {
99
- type: BooleanConstructor;
100
- default: boolean;
101
- };
102
- tableId: {
103
- type: StringConstructor;
104
- default: string;
105
- };
106
- conditionMap: {
107
- type: ObjectConstructor;
108
- default: () => void;
109
- };
110
- getFilterData: {
111
- type: FunctionConstructor;
112
- };
113
- oldtableData: {
114
- type: ArrayConstructor;
115
- };
116
- isNestTableClick: {
117
- type: BooleanConstructor;
118
- };
119
- isAdmin: {
120
- type: BooleanConstructor;
121
- default: boolean;
122
- };
123
- /**
124
- * 导入量表配置
125
- */
126
- importGuageConfig: {
127
- type: ObjectConstructor;
128
- default: () => {
129
- action: string;
130
- };
131
- };
132
- /**
133
- * 打印配置
134
- */
135
- printConfig: {
136
- type: ObjectConstructor;
137
- default: () => {
138
- printBaseUrl: string;
139
- postStepRule: () => Promise<{}>;
140
- };
141
- };
142
- gettersConfig: {
143
- type: ObjectConstructor;
144
- default: () => {
145
- getIsTile: boolean;
146
- selectRowObj: never[];
147
- isInlineOperating: boolean;
148
- printNumberCache: {};
149
- };
150
- };
151
- /**
152
- * 是否展示行编辑的按钮
153
- */
154
- visibleInlineOperateBtn: {
155
- type: BooleanConstructor;
156
- default: boolean;
157
- };
158
- tabConditionList: {
159
- type: PropType<IOriginConditionType[]>;
160
- default: () => never[];
161
- };
162
- lastOutSearchFieldList: {
163
- type: PropType<ISearchType[]>;
164
- default: () => never[];
165
- };
166
- lastOutRelationQuickSearch: {
167
- type: PropType<IrelationType[]>;
168
- default: () => never[];
169
- };
170
- relationTableList: {
171
- type: PropType<IrelationType[]>;
172
- default: () => never[];
173
- };
174
- /**
175
- * 筛选外显
176
- */
177
- filterApiConfigOutSearch: {
178
- type: ObjectConstructor;
179
- default: () => {};
180
- };
181
- useFieldList: {
182
- type: PropType<ISearchType[]>;
183
- default: () => never[];
184
- };
185
- editTableUid: (NumberConstructor | StringConstructor)[];
186
- preventReTime: {
187
- type: NumberConstructor;
188
- default: number;
189
- };
190
- isCardNewBatch: {
191
- type: BooleanConstructor;
192
- deafult: boolean;
193
- };
194
- isBatchSelect: {
195
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
196
- default: string;
197
- };
198
- filterApiConfig: {
199
- type: ObjectConstructor;
200
- };
201
19
  }, {
202
- attrs: any;
203
- slots: any;
204
- $dialog: import("naive-ui").DialogApi;
205
- $message: import("naive-ui").MessageApi;
206
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
207
- $utils: {
208
- getBtnStyle(v: IbtnType): {
209
- 'border-color': string;
210
- color: string;
211
- 'background-color'?: undefined;
212
- } | {
213
- color: string;
214
- 'border-color'?: undefined;
215
- 'background-color'?: undefined;
216
- } | {
217
- 'background-color': string;
218
- 'border-color': string;
219
- color?: undefined;
220
- };
221
- getRowOperatorIdSetting(row: any, btn: IbtnType): any;
222
- getAlphafloat(a: any, alpha?: any): number;
223
- hexToRGBA(hex: string, alpha?: any): "" | {
224
- r: any;
225
- g: any;
226
- b: any;
227
- a: number;
228
- };
229
- handleLabelColor(item: any, isSelect: boolean): {
230
- color: string;
231
- background: string;
232
- borderColor: string;
233
- };
234
- formatTime(type: string, time: any): string;
235
- isJSON(str: any): boolean;
236
- isArray(val: any): boolean;
237
- isEmpty(val: any): boolean;
238
- isString(val: any): boolean;
239
- isPlainObject(val: any): boolean;
240
- };
241
20
  outQuickSearchFn: {
242
21
  handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
243
- handlerInitSearchItem(arr: ISearchType[], searchFieldLimit?: any): void;
22
+ handlerInitSearchItem(arr: ISearchType[]): void;
244
23
  handleSetLabelOptions(labelType: any, el: ISearchType): void;
245
24
  getConObj(arr: any): any;
246
25
  };
247
- validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
248
26
  isRender: (cfg: ISearchType) => any;
249
27
  getRenderSearchConObj: (cfg: ISearchType) => {
250
28
  field_key: string;
@@ -253,548 +31,63 @@ declare const _default: import("vue").DefineComponent<{
253
31
  unit: null;
254
32
  } | null;
255
33
  isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
256
- BTNOBJ: {
257
- copy: string;
258
- pencil: string;
259
- delete: string;
260
- add: string;
261
- download: string;
262
- label: string;
263
- queding: string;
264
- del: string;
265
- };
34
+ resetRenderWidgetValue: (cfg: ISearchType) => any;
35
+ transformData: (advancedFilterData: IApiServerType[]) => {
36
+ fieldType: string;
37
+ columnName: string;
38
+ settingObj: {};
39
+ setting: string;
40
+ widgetCfg: {
41
+ isRender: boolean;
42
+ widgetType: string | null;
43
+ valueList: {
44
+ value: any;
45
+ label: string;
46
+ }[] | undefined;
47
+ defaultValue: any;
48
+ defValueUnit: any;
49
+ multiple: boolean;
50
+ };
51
+ title: string;
52
+ alias: string | undefined;
53
+ isShowSearch: number;
54
+ filterExplicit: number;
55
+ explicitRequired: number;
56
+ advanceOptionSetting: string;
57
+ placeholder: string | undefined;
58
+ advanceColWidth: string;
59
+ }[];
266
60
  baseLeft: any;
267
- btnRow: any;
268
- inputSearchLi: any;
269
61
  quickSearchLi: any;
270
- quicksearch: any;
271
- search: any;
272
- rowTileBtnItem: any;
273
- relatedSearchInput: any;
274
- baseSearchPlaceholderSpan: any;
275
- dynamicRef: any;
276
62
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
277
- width: {
278
- type: StringConstructor;
279
- default: string;
280
- };
281
- searchInputWidth: {
282
- type: NumberConstructor;
283
- default: number;
284
- };
285
- searchInputPlaceHolder: {
286
- type: StringConstructor;
287
- };
288
- onSearch: {
289
- type: FunctionConstructor;
290
- };
291
- rowBtnList: {
292
- type: PropType<IbtnType[]>;
293
- default: () => never[];
294
- };
295
- paramsData: {
296
- type: any;
297
- };
298
- showButtonTop: {
299
- type: (NumberConstructor | StringConstructor)[];
300
- };
301
63
  showSettings: {
302
64
  type: PropType<IsettingsType>;
303
65
  default: () => {};
304
66
  };
305
- clickRowData: {
306
- type: any;
307
- };
308
- value: {
309
- type: StringConstructor;
310
- };
311
67
  searchFieldList: {
312
- type: PropType<ISearchType[]>;
313
- default: () => never[];
314
- };
315
- searchFieldLimit: {
316
- type: ObjectConstructor;
317
- default: () => {};
318
- };
319
- viewList: {
320
- type: ArrayConstructor;
68
+ type: PropType<IApiServerType[]>;
321
69
  default: () => never[];
322
70
  };
323
- TypeOfDisplay: {
324
- type: StringConstructor;
325
- default: string;
326
- };
327
- tableAllCheck: {
328
- type: BooleanConstructor;
329
- };
330
71
  classificationIndex: {
331
72
  type: NumberConstructor;
332
73
  };
333
- editTableSource: {
334
- type: StringConstructor;
335
- default: string;
336
- };
337
- showRelatedTreeBtn: {
338
- type: BooleanConstructor;
339
- };
340
- relatedBaseInfo: {
341
- type: ObjectConstructor;
342
- };
343
- onRelatedSearch: {
344
- type: FunctionConstructor;
345
- };
346
- showResetFilterBtn: {
347
- type: BooleanConstructor;
348
- default: boolean;
349
- };
350
74
  qqConObjCount: {
351
75
  type: NumberConstructor;
352
76
  default: number;
353
77
  };
354
- conditionType: {
355
- type: StringConstructor;
356
- };
357
- countCondition: {
358
- type: (NumberConstructor | StringConstructor)[];
359
- };
360
- countTabCondition: {
361
- type: NumberConstructor;
362
- };
363
- tabConditionNumObj: {
364
- type: ObjectConstructor;
365
- default: () => void;
366
- };
367
- isRelatedSearchFold: {
368
- type: BooleanConstructor;
369
- default: boolean;
370
- };
371
- tableId: {
372
- type: StringConstructor;
373
- default: string;
374
- };
375
- conditionMap: {
376
- type: ObjectConstructor;
377
- default: () => void;
378
- };
379
- getFilterData: {
380
- type: FunctionConstructor;
381
- };
382
- oldtableData: {
383
- type: ArrayConstructor;
384
- };
385
- isNestTableClick: {
386
- type: BooleanConstructor;
387
- };
388
- isAdmin: {
389
- type: BooleanConstructor;
390
- default: boolean;
391
- };
392
- /**
393
- * 导入量表配置
394
- */
395
- importGuageConfig: {
396
- type: ObjectConstructor;
397
- default: () => {
398
- action: string;
399
- };
400
- };
401
- /**
402
- * 打印配置
403
- */
404
- printConfig: {
405
- type: ObjectConstructor;
406
- default: () => {
407
- printBaseUrl: string;
408
- postStepRule: () => Promise<{}>;
409
- };
410
- };
411
- gettersConfig: {
412
- type: ObjectConstructor;
413
- default: () => {
414
- getIsTile: boolean;
415
- selectRowObj: never[];
416
- isInlineOperating: boolean;
417
- printNumberCache: {};
418
- };
419
- };
420
- /**
421
- * 是否展示行编辑的按钮
422
- */
423
- visibleInlineOperateBtn: {
424
- type: BooleanConstructor;
425
- default: boolean;
426
- };
427
- tabConditionList: {
428
- type: PropType<IOriginConditionType[]>;
429
- default: () => never[];
430
- };
431
- lastOutSearchFieldList: {
432
- type: PropType<ISearchType[]>;
433
- default: () => never[];
434
- };
435
- lastOutRelationQuickSearch: {
436
- type: PropType<IrelationType[]>;
437
- default: () => never[];
438
- };
439
- relationTableList: {
440
- type: PropType<IrelationType[]>;
441
- default: () => never[];
442
- };
443
- /**
444
- * 筛选外显
445
- */
446
- filterApiConfigOutSearch: {
447
- type: ObjectConstructor;
448
- default: () => {};
449
- };
450
- useFieldList: {
451
- type: PropType<ISearchType[]>;
452
- default: () => never[];
453
- };
454
- editTableUid: (NumberConstructor | StringConstructor)[];
455
- preventReTime: {
456
- type: NumberConstructor;
457
- default: number;
458
- };
459
- isCardNewBatch: {
460
- type: BooleanConstructor;
461
- deafult: boolean;
462
- };
463
- isBatchSelect: {
464
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
465
- default: string;
466
- };
467
- filterApiConfig: {
468
- type: ObjectConstructor;
469
- };
470
78
  }>> & {
471
- onInput?: ((...args: any[]) => any) | undefined;
472
79
  onOnSave?: ((...args: any[]) => any) | undefined;
473
- onTabClick?: ((...args: any[]) => any) | undefined;
474
- onSetIsTile?: ((...args: any[]) => any) | undefined;
475
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
476
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
477
80
  onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
478
- onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
479
- onBtnEvent?: ((...args: any[]) => any) | undefined;
480
- onGetClassification?: ((...args: any[]) => any) | undefined;
481
- onChangeSearch?: ((...args: any[]) => any) | undefined;
482
- onReloadList?: ((...args: any[]) => any) | undefined;
483
- onClickBtn?: ((...args: any[]) => any) | undefined;
484
- onHandlerSetting?: ((...args: any[]) => any) | undefined;
485
- onHandlerChangeView?: ((...args: any[]) => any) | undefined;
486
- onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
487
81
  onHandleReset?: ((...args: any[]) => any) | undefined;
488
- onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
489
- onImportUpdate?: ((...args: any[]) => any) | undefined;
490
- onBtnEventTree?: ((...args: any[]) => any) | undefined;
491
82
  onOutSearchInit?: ((...args: any[]) => any) | undefined;
492
- onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
493
- onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
494
- onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
495
83
  }>>;
496
- editTableWrapper: import("vue").Ref<import("../../../../../es/components/table-filter/src/types").IeditTableWrapperItem>;
497
- emit: (event: "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", ...args: any[]) => void;
498
- modalVisible: import("vue").Ref<boolean>;
499
- currentTempId: import("vue").Ref<string>;
500
- viewCongfigList: import("vue").Ref<never[]>;
501
- isTile: import("vue").Ref<boolean>;
502
- conditionList: import("vue").Ref<never[]>;
503
- displayCategoryList: import("vue").Ref<never[]>;
504
- settingId: import("vue").Ref<string>;
505
- searchDefName: import("vue").Ref<string>;
506
- rowTileBtnList: import("vue").Ref<{
507
- buttonType: string;
508
- color: string;
509
- icon: string;
510
- id: string;
511
- isShow: number;
512
- name: string;
513
- setting: string;
514
- settingList: string;
515
- settingObj: {
516
- obj_id: string;
517
- trigger_type: string;
518
- isTips: string;
519
- trigger_id?: string | undefined;
520
- trigger_name?: string | undefined;
521
- params?: {
522
- p_name: string;
523
- p_value: string;
524
- }[] | undefined;
525
- editAllRow?: number | undefined;
526
- tipsMsg?: any;
527
- newTitle?: string | undefined;
528
- display?: string | undefined;
529
- importComponentId?: string | undefined;
530
- importComponentName?: string | undefined;
531
- prevStepSetting?: any;
532
- linkShowType?: string | undefined;
533
- conditionExpression?: string | undefined;
534
- conditionParams?: any;
535
- }[];
536
- showStyle: string;
537
- sid: string;
538
- tableId: string;
539
- toggle: string;
540
- type: string;
541
- alias?: string | undefined;
542
- buttonRemark?: string | undefined;
543
- buttonGroup?: any;
544
- canHandleUniline?: boolean | undefined;
545
- chooseTwoData?: string | undefined;
546
- createdTime?: string | undefined;
547
- dataSource?: string | undefined;
548
- isButtonGroup?: boolean | undefined;
549
- isHide?: boolean | undefined;
550
- isImportGuage?: boolean | undefined;
551
- iconSetting?: string | undefined;
552
- isShowFoldGroupBtn?: boolean | undefined;
553
- isVisible?: boolean | undefined;
554
- printType?: any;
555
- quoteSetting?: string | undefined;
556
- showStyleSetting?: string | undefined;
557
- strategy?: string | undefined;
558
- updatedTime?: string | undefined;
559
- __printConfig?: any;
560
- }[]>;
561
- rowFoldBtnList: import("vue").Ref<{
562
- buttonType: string;
563
- color: string;
564
- icon: string;
565
- id: string;
566
- isShow: number;
567
- name: string;
568
- setting: string;
569
- settingList: string;
570
- settingObj: {
571
- obj_id: string;
572
- trigger_type: string;
573
- isTips: string;
574
- trigger_id?: string | undefined;
575
- trigger_name?: string | undefined;
576
- params?: {
577
- p_name: string;
578
- p_value: string;
579
- }[] | undefined;
580
- editAllRow?: number | undefined;
581
- tipsMsg?: any;
582
- newTitle?: string | undefined;
583
- display?: string | undefined;
584
- importComponentId?: string | undefined;
585
- importComponentName?: string | undefined;
586
- prevStepSetting?: any;
587
- linkShowType?: string | undefined;
588
- conditionExpression?: string | undefined;
589
- conditionParams?: any;
590
- }[];
591
- showStyle: string;
592
- sid: string;
593
- tableId: string;
594
- toggle: string;
595
- type: string;
596
- alias?: string | undefined;
597
- buttonRemark?: string | undefined;
598
- buttonGroup?: any;
599
- canHandleUniline?: boolean | undefined;
600
- chooseTwoData?: string | undefined;
601
- createdTime?: string | undefined;
602
- dataSource?: string | undefined;
603
- isButtonGroup?: boolean | undefined;
604
- isHide?: boolean | undefined;
605
- isImportGuage?: boolean | undefined;
606
- iconSetting?: string | undefined;
607
- isShowFoldGroupBtn?: boolean | undefined;
608
- isVisible?: boolean | undefined;
609
- printType?: any;
610
- quoteSetting?: string | undefined;
611
- showStyleSetting?: string | undefined;
612
- strategy?: string | undefined;
613
- updatedTime?: string | undefined;
614
- __printConfig?: any;
615
- }[]>;
616
- rowPrintBtnList: import("vue").Ref<{
617
- buttonType: string;
618
- color: string;
619
- icon: string;
620
- id: string;
621
- isShow: number;
622
- name: string;
623
- setting: string;
624
- settingList: string;
625
- settingObj: {
626
- obj_id: string;
627
- trigger_type: string;
628
- isTips: string;
629
- trigger_id?: string | undefined;
630
- trigger_name?: string | undefined;
631
- params?: {
632
- p_name: string;
633
- p_value: string;
634
- }[] | undefined;
635
- editAllRow?: number | undefined;
636
- tipsMsg?: any;
637
- newTitle?: string | undefined;
638
- display?: string | undefined;
639
- importComponentId?: string | undefined;
640
- importComponentName?: string | undefined;
641
- prevStepSetting?: any;
642
- linkShowType?: string | undefined;
643
- conditionExpression?: string | undefined;
644
- conditionParams?: any;
645
- }[];
646
- showStyle: string;
647
- sid: string;
648
- tableId: string;
649
- toggle: string;
650
- type: string;
651
- alias?: string | undefined;
652
- buttonRemark?: string | undefined;
653
- buttonGroup?: any;
654
- canHandleUniline?: boolean | undefined;
655
- chooseTwoData?: string | undefined;
656
- createdTime?: string | undefined;
657
- dataSource?: string | undefined;
658
- isButtonGroup?: boolean | undefined;
659
- isHide?: boolean | undefined;
660
- isImportGuage?: boolean | undefined;
661
- iconSetting?: string | undefined;
662
- isShowFoldGroupBtn?: boolean | undefined;
663
- isVisible?: boolean | undefined;
664
- printType?: any;
665
- quoteSetting?: string | undefined;
666
- showStyleSetting?: string | undefined;
667
- strategy?: string | undefined;
668
- updatedTime?: string | undefined;
669
- __printConfig?: any;
670
- }[]>;
671
- rowFoldHideBtnList: import("vue").Ref<{
672
- buttonType: string;
673
- color: string;
674
- icon: string;
675
- id: string;
676
- isShow: number;
677
- name: string;
678
- setting: string;
679
- settingList: string;
680
- settingObj: {
681
- obj_id: string;
682
- trigger_type: string;
683
- isTips: string;
684
- trigger_id?: string | undefined;
685
- trigger_name?: string | undefined;
686
- params?: {
687
- p_name: string;
688
- p_value: string;
689
- }[] | undefined;
690
- editAllRow?: number | undefined;
691
- tipsMsg?: any;
692
- newTitle?: string | undefined;
693
- display?: string | undefined;
694
- importComponentId?: string | undefined;
695
- importComponentName?: string | undefined;
696
- prevStepSetting?: any;
697
- linkShowType?: string | undefined;
698
- conditionExpression?: string | undefined;
699
- conditionParams?: any;
700
- }[];
701
- showStyle: string;
702
- sid: string;
703
- tableId: string;
704
- toggle: string;
705
- type: string;
706
- alias?: string | undefined;
707
- buttonRemark?: string | undefined;
708
- buttonGroup?: any;
709
- canHandleUniline?: boolean | undefined;
710
- chooseTwoData?: string | undefined;
711
- createdTime?: string | undefined;
712
- dataSource?: string | undefined;
713
- isButtonGroup?: boolean | undefined;
714
- isHide?: boolean | undefined;
715
- isImportGuage?: boolean | undefined;
716
- iconSetting?: string | undefined;
717
- isShowFoldGroupBtn?: boolean | undefined;
718
- isVisible?: boolean | undefined;
719
- printType?: any;
720
- quoteSetting?: string | undefined;
721
- showStyleSetting?: string | undefined;
722
- strategy?: string | undefined;
723
- updatedTime?: string | undefined;
724
- __printConfig?: any;
725
- }[]>;
726
- rowFoldHideBtnListObj: import("vue").Ref<IrowBtnListObj | undefined>;
727
- batchRelationBtnIds: import("vue").Ref<string[]>;
728
- relationBtnBatchBtnIds: import("vue").Ref<string[]>;
729
- nobutton1: import("vue").Ref<boolean>;
730
- noSetting1: import("vue").Ref<boolean>;
731
- isChangeWindow: import("vue").Ref<boolean>;
732
- modalWidth: import("vue").Ref<string>;
733
- modalHeight: import("vue").Ref<string>;
734
- label_max_count: import("vue").Ref<number>;
84
+ emit: (event: "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit", ...args: any[]) => void;
735
85
  baseLeftWidth: import("vue").Ref<number>;
736
- btnRowWidth: import("vue").Ref<number>;
737
86
  classificationWidth: import("vue").Ref<number>;
738
- inputSearchWidth: import("vue").Ref<number>;
739
87
  quickSearchWidth: import("vue").Ref<number>;
740
- downloadDropdownWidth: import("vue").Ref<number>;
741
88
  diffWidth: import("vue").Ref<number>;
89
+ showResetFilterBtn: import("vue").Ref<boolean>;
742
90
  resizeFlag: import("vue").Ref<boolean>;
743
- rowTileBtnListTree: import("vue").Ref<{
744
- buttonType: string;
745
- color: string;
746
- icon: string;
747
- id: string;
748
- isShow: number;
749
- name: string;
750
- setting: string;
751
- settingList: string;
752
- settingObj: {
753
- obj_id: string;
754
- trigger_type: string;
755
- isTips: string;
756
- trigger_id?: string | undefined;
757
- trigger_name?: string | undefined;
758
- params?: {
759
- p_name: string;
760
- p_value: string;
761
- }[] | undefined;
762
- editAllRow?: number | undefined;
763
- tipsMsg?: any;
764
- newTitle?: string | undefined;
765
- display?: string | undefined;
766
- importComponentId?: string | undefined;
767
- importComponentName?: string | undefined;
768
- prevStepSetting?: any;
769
- linkShowType?: string | undefined;
770
- conditionExpression?: string | undefined;
771
- conditionParams?: any;
772
- }[];
773
- showStyle: string;
774
- sid: string;
775
- tableId: string;
776
- toggle: string;
777
- type: string;
778
- alias?: string | undefined;
779
- buttonRemark?: string | undefined;
780
- buttonGroup?: any;
781
- canHandleUniline?: boolean | undefined;
782
- chooseTwoData?: string | undefined;
783
- createdTime?: string | undefined;
784
- dataSource?: string | undefined;
785
- isButtonGroup?: boolean | undefined;
786
- isHide?: boolean | undefined;
787
- isImportGuage?: boolean | undefined;
788
- iconSetting?: string | undefined;
789
- isShowFoldGroupBtn?: boolean | undefined;
790
- isVisible?: boolean | undefined;
791
- printType?: any;
792
- quoteSetting?: string | undefined;
793
- showStyleSetting?: string | undefined;
794
- strategy?: string | undefined;
795
- updatedTime?: string | undefined;
796
- __printConfig?: any;
797
- }[]>;
798
91
  outSearchFieldList: import("vue").Ref<{
799
92
  columnName: string;
800
93
  title: string;
@@ -943,2554 +236,22 @@ declare const _default: import("vue").DefineComponent<{
943
236
  hasFieldList?: any;
944
237
  search_DefaultValue?: any;
945
238
  }[]>;
946
- tabIndex: import("vue").Ref<number>;
947
- printBtnPrevFnWatch: import("vue").Ref<{}>;
948
- printPrevFinish: import("vue").Ref<boolean>;
949
- printBtnPrevFnWatchTimeoutTimer: any;
950
- printBtn: any;
951
- groupBtnObj: any;
952
- btnObj: import("vue").Ref<{
953
- copy: string;
954
- pencil: string;
955
- delete: string;
956
- add: string;
957
- download: string;
958
- label: string;
959
- queding: string;
960
- del: string;
961
- }>;
962
- printBtnStrategys: any;
963
- outRelationQuickSearch: import("vue").Ref<{
964
- fieldList?: any;
965
- valueField?: any;
966
- primaryField?: any;
967
- relationField?: any;
968
- tableId: any;
969
- parameterConversionId: any;
970
- converFun: any;
971
- preConObj: any;
972
- relationOrgId: any;
973
- preSqlExpression: any;
974
- tableName?: string | undefined;
975
- quote_con?: {
976
- conObj: {
977
- con: string;
978
- field_key: string;
979
- start_val: number | null;
980
- end_val?: number | null | undefined;
981
- unit: string;
982
- value: any;
983
- fieldId?: string | undefined;
984
- fieldType?: string | undefined;
985
- id?: string | undefined;
986
- is_compare_field?: boolean | undefined;
987
- limit_date?: any;
988
- wordbookValueList?: any;
989
- };
990
- sqlExpression: string;
991
- } | undefined;
992
- field_key?: string | undefined;
993
- con?: string | undefined;
994
- }[]>;
995
- inputSearchW: import("vue").Ref<number>;
996
- showPlaceholderPrefix: import("vue").Ref<boolean>;
997
- isOrgAdmin: import("vue").ComputedRef<boolean>;
998
- currentValue: import("vue").ComputedRef<string | undefined>;
999
- allBtn: import("vue").ComputedRef<IbtnType[]>;
1000
- isButtonFolding: import("vue").ComputedRef<boolean>;
1001
- isShowSettingBtn: import("vue").ComputedRef<boolean | undefined>;
1002
- showDownCurSelectData: import("vue").ComputedRef<any>;
1003
- showRowFoldBtnList: import("vue").ComputedRef<(list: IbtnType[], key?: string) => boolean>;
1004
- initPageResize: import("vue").ComputedRef<{
1005
- showSettings: IsettingsType;
1006
- TypeOfDisplay: string;
1007
- classificationIndex: number | undefined;
1008
- }>;
1009
- isShowRowTileBtnItem: import("vue").ComputedRef<(item: IbtnType) => boolean>;
1010
- showRelatedSearchFold: import("vue").ComputedRef<boolean>;
1011
- handlePickerShowTime: import("vue").ComputedRef<(item: any) => false | {
1012
- defaultValue: moment.Moment[];
1013
- }>;
1014
- isShowGroupBtn: import("vue").ComputedRef<boolean>;
1015
- showLi: import("vue").ComputedRef<(item: IbtnType) => any>;
1016
- showLiAdd: import("vue").ComputedRef<(b: IbtnType) => any>;
1017
- showLiFold: import("vue").ComputedRef<(b: IbtnType) => any>;
1018
- getIsTile: import("vue").ComputedRef<any>;
1019
- selectRowObj: import("vue").ComputedRef<any>;
1020
- isInlineOperating: import("vue").ComputedRef<any>;
1021
- printNumberCache: import("vue").ComputedRef<any>;
1022
- isBatchEditing: import("vue").ComputedRef<any>;
1023
- curBatchBtnData: import("vue").ComputedRef<any>;
1024
- isRowEditing: import("vue").ComputedRef<any>;
1025
- showOutSearch: import("vue").ComputedRef<number>;
1026
- showViewList: import("vue").ComputedRef<boolean>;
1027
- optionsValue: import("vue").ComputedRef<(key: string) => any>;
1028
- searchPlaceHolder: import("vue").ComputedRef<string>;
1029
- showRelatedSearch: import("vue").ComputedRef<boolean>;
1030
239
  showQuickSearch: import("vue").ComputedRef<boolean>;
1031
- showBaseTabs: import("vue").ComputedRef<boolean | 0>;
1032
- isCard: import("vue").ComputedRef<boolean>;
1033
- setRowTileBtnItem: (el: any) => void;
1034
- tabClick: (index: number) => false | undefined;
240
+ initOutSearchFieldList: (config?: any) => void;
1035
241
  pageResize: (obj: any) => any;
242
+ handleTileBtnWidth: () => void;
1036
243
  onResize: () => void;
1037
- saveListIsTile: () => Promise<void>;
1038
- getTableCondiTionListRequest: (first?: boolean) => void;
1039
- getTableCondiTionList: (first?: boolean, conditionMap?: {}) => Promise<unknown>;
1040
- getTableCondiTionListNew: (tableIdVal: string) => Promise<any>;
1041
- foldQuickSearch: () => void;
1042
- openModal: () => void;
1043
- closeModal: () => void;
1044
- resetChangeWindow: () => void;
1045
- changeModalWindow: () => void;
1046
- openSaveToCalss: () => void;
1047
- onSaveSearch: () => void;
1048
- onSave: (obj: any, isOutFilter?: boolean, config?: {}) => false | undefined;
1049
- editTableGetConObj: () => any;
1050
- clearData: () => void;
1051
- handlePrint: (clickBtn: any, btn: IbtnType, type: any, j: number) => void;
1052
- showDrawer: (btn: IbtnType, j: number) => void;
1053
- getUnilineBtn: (BatchBtn: IbtnType) => any;
1054
- handleBtnEvent: (btn: IbtnType, j: number) => void;
1055
- updateTableCondiTion: () => Promise<void>;
1056
- CondiTionListInit: () => Promise<void>;
1057
- saveGetTableCondiTionList: (options: any) => Promise<void>;
1058
- changeSearch: (key: string, item: IbtnType) => void;
1059
- changeSearchTile: (val: boolean) => void;
1060
- openSetting: () => void;
1061
- reloadList: (item: string) => void;
1062
- clickBtn: (data: any, item: IbtnType, index: number, skip: boolean, j: number) => void;
1063
- handleDropdown: (key: string, item: IbtnType) => void;
1064
- handlerOperate: (key: string, item: IbtnType) => void;
1065
- handlerBtnlist: (key: string, item: IbtnType, list: IbtnType[]) => void;
1066
- clickGroupBtn: (btn: IbtnType, j: number) => void;
1067
- handlerSetting: () => void;
1068
- handlerReqAllConfigView: () => void;
1069
- handlerSelectTemp: (e: string, item: DropdownOption) => void;
1070
244
  isShowSetting: (v: string) => boolean;
1071
- setBatchRelationBtnIds: (list: IbtnType[]) => false | undefined;
1072
- setBtnStatus: (btn: IbtnType) => void;
1073
- handleButtonGroup: (buttonList: IbtnType[]) => void;
1074
- formatRowBtnList: () => Promise<void>;
1075
- hideInlineOperationBtn: () => void;
1076
- isPrintBtn: (btn: IbtnType) => boolean;
1077
- handleTileBtnWidth: () => void;
1078
- resetCheckStatus: () => void;
1079
- handleReset: () => void;
1080
- changeCardNewBatch: (val: boolean) => void;
1081
- handleUploadChange: (info: any) => void;
1082
- handleOtherConfigInit: () => void;
1083
- handleAddType: (key: string, btn: IbtnType) => void;
1084
- getRowTileBtnList: (btnList: IbtnType[]) => void;
1085
- relatedSearchInputBlur: () => void;
1086
- handleRequestedLabel: (v: string) => Promise<import("axios").AxiosResponse<any, any>>;
1087
- initOutSearchFieldList: (config?: any) => void;
1088
- dealOutFilterHideBtn: () => void;
245
+ foldQuickSearch: () => void;
1089
246
  outFilterChange: (config?: {}) => void;
1090
- getConObj: (arr: any) => any;
1091
247
  getConObjParams: () => any;
1092
- visibleBtn: (btn: IbtnType) => boolean;
1093
- getPrintBtnParams: (btn: IbtnType) => any;
1094
- setPrintNumberToBtnList: (printNumberList?: IPrintType[], btnList?: IbtnType[]) => IbtnType[];
1095
- getPrintNumber: (list: IbtnType[]) => Promise<any>;
1096
- receivePrintSuccessAboutPrint: (res: any, info: IPrintAboutType) => Promise<void>;
1097
- receivePrintSuccess: (res: any, info: IPrintAboutType) => Promise<void>;
1098
- receivePrintError: (res: any) => void;
1099
- resetAllPrintFnWatch: () => void;
1100
- printBtnPrevFnWatchSetTimeout: (reject: any) => void;
1101
- printBtnPrevFn: (clickBtn: any, btn: IbtnType, type: number, j: number) => Promise<unknown>;
1102
- inlineEditClick: () => void;
1103
- handleGetOutSearchInitValue: () => any;
1104
- getFiledRandom_key: (el: ISearchType) => string;
1105
- inlineEditCancel: () => void;
1106
- setBatchSaveRowStatus: (f: any) => void;
1107
- setBatchCancelRowStatus: (f: any) => void;
1108
- setPrintNumberCache: (obj: any) => void;
1109
- getRef: (key: string) => any;
1110
- setOutFilterValues: (obj: any) => Promise<void>;
1111
- setSelectMuiWordBookType: (item: any, val: any) => void;
248
+ getConObj: (arr: any) => any;
249
+ onSave: (obj: any, isOutFilter?: boolean, config?: {}) => void;
250
+ handleReset: () => void;
251
+ resetFunc: (arr: ISearchType[]) => void;
1112
252
  vResize: {
1113
253
  mounted(el: any, binding: any): void;
1114
254
  };
1115
- vPreventReClick: {
1116
- mounted(el: any, binding: any): void;
1117
- };
1118
- PrintBtn: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1119
- printParams: {
1120
- type: PropType<import("../../../../shared/types").AnyObject[]>;
1121
- };
1122
- params: {
1123
- default: () => never[];
1124
- type: PropType<import("../../../../shared/types").AnyObject[]>;
1125
- };
1126
- btnText: {
1127
- default: string;
1128
- type: StringConstructor;
1129
- };
1130
- printText: {
1131
- default: string;
1132
- type: StringConstructor;
1133
- };
1134
- previewText: {
1135
- default: string;
1136
- type: StringConstructor;
1137
- };
1138
- pdfLoadText: {
1139
- default: string;
1140
- type: StringConstructor;
1141
- };
1142
- formatEditText: {
1143
- default: string;
1144
- type: StringConstructor;
1145
- };
1146
- prevFn: {
1147
- default: () => Promise<void>;
1148
- type: FunctionConstructor;
1149
- };
1150
- queryPrintFormatByNumber: {
1151
- default: () => Promise<{}>;
1152
- type: FunctionConstructor;
1153
- };
1154
- queryTemplateParams: {
1155
- default: () => Promise<{}>;
1156
- type: FunctionConstructor;
1157
- };
1158
- strategy: {
1159
- default: string;
1160
- type: StringConstructor;
1161
- };
1162
- clickPrevFn: {
1163
- default: () => Promise<boolean>;
1164
- type: FunctionConstructor;
1165
- };
1166
- noDataMsg: {
1167
- default: string;
1168
- type: StringConstructor;
1169
- };
1170
- token: {
1171
- type: StringConstructor;
1172
- };
1173
- printdlgshow: {
1174
- default: string;
1175
- type: StringConstructor;
1176
- };
1177
- btnprint: {
1178
- type: StringConstructor;
1179
- default: string;
1180
- };
1181
- directPrint: {
1182
- type: BooleanConstructor;
1183
- default: boolean;
1184
- };
1185
- }, {
1186
- $message: import("naive-ui").MessageApi;
1187
- printInstance: import("../../../../../es/components/button-print").Print | null;
1188
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1189
- printParams: {
1190
- type: PropType<import("../../../../shared/types").AnyObject[]>;
1191
- };
1192
- params: {
1193
- default: () => never[];
1194
- type: PropType<import("../../../../shared/types").AnyObject[]>;
1195
- };
1196
- btnText: {
1197
- default: string;
1198
- type: StringConstructor;
1199
- };
1200
- printText: {
1201
- default: string;
1202
- type: StringConstructor;
1203
- };
1204
- previewText: {
1205
- default: string;
1206
- type: StringConstructor;
1207
- };
1208
- pdfLoadText: {
1209
- default: string;
1210
- type: StringConstructor;
1211
- };
1212
- formatEditText: {
1213
- default: string;
1214
- type: StringConstructor;
1215
- };
1216
- prevFn: {
1217
- default: () => Promise<void>;
1218
- type: FunctionConstructor;
1219
- };
1220
- queryPrintFormatByNumber: {
1221
- default: () => Promise<{}>;
1222
- type: FunctionConstructor;
1223
- };
1224
- queryTemplateParams: {
1225
- default: () => Promise<{}>;
1226
- type: FunctionConstructor;
1227
- };
1228
- strategy: {
1229
- default: string;
1230
- type: StringConstructor;
1231
- };
1232
- clickPrevFn: {
1233
- default: () => Promise<boolean>;
1234
- type: FunctionConstructor;
1235
- };
1236
- noDataMsg: {
1237
- default: string;
1238
- type: StringConstructor;
1239
- };
1240
- token: {
1241
- type: StringConstructor;
1242
- };
1243
- printdlgshow: {
1244
- default: string;
1245
- type: StringConstructor;
1246
- };
1247
- btnprint: {
1248
- type: StringConstructor;
1249
- default: string;
1250
- };
1251
- directPrint: {
1252
- type: BooleanConstructor;
1253
- default: boolean;
1254
- };
1255
- }>> & {
1256
- onError?: ((...args: any[]) => any) | undefined;
1257
- onSuccess?: ((...args: any[]) => any) | undefined;
1258
- onClickoutside?: ((...args: any[]) => any) | undefined;
1259
- }>>;
1260
- emit: (event: "success" | "error" | "clickoutside", ...args: any[]) => void;
1261
- state: {
1262
- spinning: boolean;
1263
- visible: boolean;
1264
- formatList: never[];
1265
- templateParams: {};
1266
- printParams: never[];
1267
- currentFormatId: string;
1268
- identityVerification: {
1269
- visible: boolean;
1270
- };
1271
- isInited: boolean;
1272
- watchPrintParamsReformatFn: null;
1273
- spinTimer: null;
1274
- };
1275
- options: import("naive-ui").MenuOption[];
1276
- currentFormatItem: import("vue").ComputedRef<{} | undefined>;
1277
- formatTitle: import("vue").ComputedRef<any>;
1278
- getTemplateIdByFormatId: import("vue").ComputedRef<any>;
1279
- buttonClick: (origin: string) => Promise<false | undefined>;
1280
- renderLabel: (option: import("naive-ui").MenuOption) => JSX.Element;
1281
- callLocalServicesSuccessCb: (res: any, type: any) => void;
1282
- callLocalServicesErrorCb: (res: unknown) => void;
1283
- prevFnError: () => void;
1284
- getPrintParams: (index?: number) => string;
1285
- getOnceParams: () => string;
1286
- handleClickPrint: () => void;
1287
- handleClickPreview: () => Promise<void>;
1288
- handleClickPdf: () => Promise<void>;
1289
- handleClickEdit: () => void;
1290
- handleSelect: (key: string) => void;
1291
- handleClickOutside: () => void;
1292
- instantiatePrintSDK: () => false | undefined;
1293
- getDefaultFormatId: (list: any[], key: string | number) => any;
1294
- setOptions: () => void;
1295
- formatFormatList: (list: any[]) => any;
1296
- requestError: () => boolean;
1297
- formatDefaultVal: (i: any, tableVal?: any) => any;
1298
- formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
1299
- formatParams: ({ customizeDataset, param }: {
1300
- customizeDataset?: never[] | undefined;
1301
- param?: never[] | undefined;
1302
- }, params?: any[]) => any;
1303
- initCRM: (formatListResult: any) => Promise<boolean | undefined>;
1304
- init: () => Promise<boolean>;
1305
- handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
1306
- reformatPrintParams: () => void;
1307
- verifiySuccess: (token: string) => void;
1308
- directPrint: () => Promise<void>;
1309
- NDropdown: any;
1310
- NButton: any;
1311
- NIcon: any;
1312
- ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1313
- IdentityVerification: import("vue").DefineComponent<{
1314
- verifyUser: {
1315
- type: FunctionConstructor;
1316
- required: false;
1317
- default: () => Promise<void>;
1318
- };
1319
- identityVerificationTitle: {
1320
- type: StringConstructor;
1321
- required: false;
1322
- default: string;
1323
- };
1324
- modelValue: {
1325
- type: BooleanConstructor;
1326
- required: true;
1327
- };
1328
- formatId: {
1329
- type: StringConstructor;
1330
- required: false;
1331
- };
1332
- templateId: {
1333
- type: StringConstructor;
1334
- required: false;
1335
- };
1336
- }, {
1337
- $message: import("naive-ui").MessageApi;
1338
- DEFAULT_FORM: {
1339
- account: string;
1340
- password: string;
1341
- };
1342
- props: {
1343
- verifyUser: Function;
1344
- identityVerificationTitle: string;
1345
- modelValue: boolean;
1346
- formatId?: string | undefined;
1347
- templateId?: string | undefined;
1348
- };
1349
- emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
1350
- editFormRef: import("vue").Ref<{
1351
- submit: Function;
1352
- } | null>;
1353
- showEditForm: import("vue").Ref<boolean>;
1354
- token: import("vue").Ref<string>;
1355
- form: {
1356
- account: string;
1357
- password: string;
1358
- };
1359
- rules: import("naive-ui").FormRules;
1360
- style: {
1361
- width: string;
1362
- };
1363
- formRef: import("vue").Ref<{
1364
- validate: import("naive-ui/es/form/src/interface").FormValidate;
1365
- restoreValidation: () => void;
1366
- } | null>;
1367
- handleClickClose: () => void;
1368
- loading: import("vue").Ref<boolean>;
1369
- submit: () => Promise<false | undefined>;
1370
- handleClickSubmit: () => void;
1371
- submitEditFile: () => Promise<false | undefined>;
1372
- NButton: any;
1373
- NModal: any;
1374
- NForm: any;
1375
- NFormItem: import("vue").DefineComponent<{
1376
- readonly label: StringConstructor;
1377
- readonly labelWidth: PropType<string | number>;
1378
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1379
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1380
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1381
- readonly path: StringConstructor;
1382
- readonly first: BooleanConstructor;
1383
- readonly rulePath: StringConstructor;
1384
- readonly required: BooleanConstructor;
1385
- readonly showRequireMark: {
1386
- readonly type: PropType<boolean | undefined>;
1387
- readonly default: undefined;
1388
- };
1389
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1390
- readonly showFeedback: {
1391
- readonly type: PropType<boolean | undefined>;
1392
- readonly default: undefined;
1393
- };
1394
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1395
- readonly size: PropType<"small" | "medium" | "large">;
1396
- readonly ignorePathChange: BooleanConstructor;
1397
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1398
- readonly feedback: StringConstructor;
1399
- readonly showLabel: {
1400
- readonly type: PropType<boolean | undefined>;
1401
- readonly default: undefined;
1402
- };
1403
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1404
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1405
- blankHeightSmall: string;
1406
- blankHeightMedium: string;
1407
- blankHeightLarge: string;
1408
- lineHeight: string;
1409
- labelTextColor: string;
1410
- asteriskColor: string;
1411
- feedbackTextColorError: string;
1412
- feedbackTextColorWarning: string;
1413
- feedbackTextColor: string;
1414
- feedbackPadding: string;
1415
- feedbackHeightSmall: string;
1416
- feedbackHeightMedium: string;
1417
- feedbackHeightLarge: string;
1418
- feedbackFontSizeSmall: string;
1419
- feedbackFontSizeMedium: string;
1420
- feedbackFontSizeLarge: string;
1421
- labelFontSizeLeftSmall: string;
1422
- labelFontSizeLeftMedium: string;
1423
- labelFontSizeLeftLarge: string;
1424
- labelFontSizeTopSmall: string;
1425
- labelFontSizeTopMedium: string;
1426
- labelFontSizeTopLarge: string;
1427
- labelHeightSmall: string;
1428
- labelHeightMedium: string;
1429
- labelHeightLarge: string;
1430
- labelPaddingVertical: string;
1431
- labelPaddingHorizontal: string;
1432
- labelTextAlignVertical: string;
1433
- labelTextAlignHorizontal: string;
1434
- }, any>>;
1435
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1436
- blankHeightSmall: string;
1437
- blankHeightMedium: string;
1438
- blankHeightLarge: string;
1439
- lineHeight: string;
1440
- labelTextColor: string;
1441
- asteriskColor: string;
1442
- feedbackTextColorError: string;
1443
- feedbackTextColorWarning: string;
1444
- feedbackTextColor: string;
1445
- feedbackPadding: string;
1446
- feedbackHeightSmall: string;
1447
- feedbackHeightMedium: string;
1448
- feedbackHeightLarge: string;
1449
- feedbackFontSizeSmall: string;
1450
- feedbackFontSizeMedium: string;
1451
- feedbackFontSizeLarge: string;
1452
- labelFontSizeLeftSmall: string;
1453
- labelFontSizeLeftMedium: string;
1454
- labelFontSizeLeftLarge: string;
1455
- labelFontSizeTopSmall: string;
1456
- labelFontSizeTopMedium: string;
1457
- labelFontSizeTopLarge: string;
1458
- labelHeightSmall: string;
1459
- labelHeightMedium: string;
1460
- labelHeightLarge: string;
1461
- labelPaddingVertical: string;
1462
- labelPaddingHorizontal: string;
1463
- labelTextAlignVertical: string;
1464
- labelTextAlignHorizontal: string;
1465
- }, any>>>;
1466
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1467
- blankHeightSmall: string;
1468
- blankHeightMedium: string;
1469
- blankHeightLarge: string;
1470
- lineHeight: string;
1471
- labelTextColor: string;
1472
- asteriskColor: string;
1473
- feedbackTextColorError: string;
1474
- feedbackTextColorWarning: string;
1475
- feedbackTextColor: string;
1476
- feedbackPadding: string;
1477
- feedbackHeightSmall: string;
1478
- feedbackHeightMedium: string;
1479
- feedbackHeightLarge: string;
1480
- feedbackFontSizeSmall: string;
1481
- feedbackFontSizeMedium: string;
1482
- feedbackFontSizeLarge: string;
1483
- labelFontSizeLeftSmall: string;
1484
- labelFontSizeLeftMedium: string;
1485
- labelFontSizeLeftLarge: string;
1486
- labelFontSizeTopSmall: string;
1487
- labelFontSizeTopMedium: string;
1488
- labelFontSizeTopLarge: string;
1489
- labelHeightSmall: string;
1490
- labelHeightMedium: string;
1491
- labelHeightLarge: string;
1492
- labelPaddingVertical: string;
1493
- labelPaddingHorizontal: string;
1494
- labelTextAlignVertical: string;
1495
- labelTextAlignHorizontal: string;
1496
- }, any>>>;
1497
- }, {
1498
- cssVars: import("vue").ComputedRef<{
1499
- '--n-bezier': string;
1500
- '--n-line-height': string;
1501
- '--n-blank-height': string;
1502
- '--n-label-font-size': string;
1503
- '--n-label-text-align': string;
1504
- '--n-label-height': string;
1505
- '--n-label-padding': string;
1506
- '--n-asterisk-color': string;
1507
- '--n-label-text-color': string;
1508
- '--n-feedback-padding': string;
1509
- '--n-feedback-font-size': string;
1510
- '--n-feedback-height': string;
1511
- '--n-feedback-text-color': string;
1512
- '--n-feedback-text-color-warning': string;
1513
- '--n-feedback-text-color-error': string;
1514
- }> | undefined;
1515
- themeClass: import("vue").Ref<string>;
1516
- onRender: () => void;
1517
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
1518
- restoreValidation: () => void;
1519
- path?: string | undefined;
1520
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
1521
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
1522
- validationErrored: import("vue").Ref<boolean>;
1523
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
1524
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
1525
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
1526
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
1527
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
1528
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
1529
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
1530
- mergedShowLabel: import("vue").ComputedRef<boolean>;
1531
- isAutoLabelWidth: import("vue").ComputedRef<boolean>;
1532
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
1533
- mergedClsPrefix: import("vue").ComputedRef<string>;
1534
- mergedRequired: import("vue").ComputedRef<boolean>;
1535
- feedbackId: import("vue").Ref<string>;
1536
- renderExplains: import("vue").Ref<{
1537
- key: string;
1538
- render: () => import("vue").VNodeChild;
1539
- }[]>;
1540
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1541
- readonly label: StringConstructor;
1542
- readonly labelWidth: PropType<string | number>;
1543
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1544
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1545
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1546
- readonly path: StringConstructor;
1547
- readonly first: BooleanConstructor;
1548
- readonly rulePath: StringConstructor;
1549
- readonly required: BooleanConstructor;
1550
- readonly showRequireMark: {
1551
- readonly type: PropType<boolean | undefined>;
1552
- readonly default: undefined;
1553
- };
1554
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1555
- readonly showFeedback: {
1556
- readonly type: PropType<boolean | undefined>;
1557
- readonly default: undefined;
1558
- };
1559
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1560
- readonly size: PropType<"small" | "medium" | "large">;
1561
- readonly ignorePathChange: BooleanConstructor;
1562
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1563
- readonly feedback: StringConstructor;
1564
- readonly showLabel: {
1565
- readonly type: PropType<boolean | undefined>;
1566
- readonly default: undefined;
1567
- };
1568
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1569
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1570
- blankHeightSmall: string;
1571
- blankHeightMedium: string;
1572
- blankHeightLarge: string;
1573
- lineHeight: string;
1574
- labelTextColor: string;
1575
- asteriskColor: string;
1576
- feedbackTextColorError: string;
1577
- feedbackTextColorWarning: string;
1578
- feedbackTextColor: string;
1579
- feedbackPadding: string;
1580
- feedbackHeightSmall: string;
1581
- feedbackHeightMedium: string;
1582
- feedbackHeightLarge: string;
1583
- feedbackFontSizeSmall: string;
1584
- feedbackFontSizeMedium: string;
1585
- feedbackFontSizeLarge: string;
1586
- labelFontSizeLeftSmall: string;
1587
- labelFontSizeLeftMedium: string;
1588
- labelFontSizeLeftLarge: string;
1589
- labelFontSizeTopSmall: string;
1590
- labelFontSizeTopMedium: string;
1591
- labelFontSizeTopLarge: string;
1592
- labelHeightSmall: string;
1593
- labelHeightMedium: string;
1594
- labelHeightLarge: string;
1595
- labelPaddingVertical: string;
1596
- labelPaddingHorizontal: string;
1597
- labelTextAlignVertical: string;
1598
- labelTextAlignHorizontal: string;
1599
- }, any>>;
1600
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1601
- blankHeightSmall: string;
1602
- blankHeightMedium: string;
1603
- blankHeightLarge: string;
1604
- lineHeight: string;
1605
- labelTextColor: string;
1606
- asteriskColor: string;
1607
- feedbackTextColorError: string;
1608
- feedbackTextColorWarning: string;
1609
- feedbackTextColor: string;
1610
- feedbackPadding: string;
1611
- feedbackHeightSmall: string;
1612
- feedbackHeightMedium: string;
1613
- feedbackHeightLarge: string;
1614
- feedbackFontSizeSmall: string;
1615
- feedbackFontSizeMedium: string;
1616
- feedbackFontSizeLarge: string;
1617
- labelFontSizeLeftSmall: string;
1618
- labelFontSizeLeftMedium: string;
1619
- labelFontSizeLeftLarge: string;
1620
- labelFontSizeTopSmall: string;
1621
- labelFontSizeTopMedium: string;
1622
- labelFontSizeTopLarge: string;
1623
- labelHeightSmall: string;
1624
- labelHeightMedium: string;
1625
- labelHeightLarge: string;
1626
- labelPaddingVertical: string;
1627
- labelPaddingHorizontal: string;
1628
- labelTextAlignVertical: string;
1629
- labelTextAlignHorizontal: string;
1630
- }, any>>>;
1631
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1632
- blankHeightSmall: string;
1633
- blankHeightMedium: string;
1634
- blankHeightLarge: string;
1635
- lineHeight: string;
1636
- labelTextColor: string;
1637
- asteriskColor: string;
1638
- feedbackTextColorError: string;
1639
- feedbackTextColorWarning: string;
1640
- feedbackTextColor: string;
1641
- feedbackPadding: string;
1642
- feedbackHeightSmall: string;
1643
- feedbackHeightMedium: string;
1644
- feedbackHeightLarge: string;
1645
- feedbackFontSizeSmall: string;
1646
- feedbackFontSizeMedium: string;
1647
- feedbackFontSizeLarge: string;
1648
- labelFontSizeLeftSmall: string;
1649
- labelFontSizeLeftMedium: string;
1650
- labelFontSizeLeftLarge: string;
1651
- labelFontSizeTopSmall: string;
1652
- labelFontSizeTopMedium: string;
1653
- labelFontSizeTopLarge: string;
1654
- labelHeightSmall: string;
1655
- labelHeightMedium: string;
1656
- labelHeightLarge: string;
1657
- labelPaddingVertical: string;
1658
- labelPaddingHorizontal: string;
1659
- labelTextAlignVertical: string;
1660
- labelTextAlignHorizontal: string;
1661
- }, any>>>;
1662
- }>>, {
1663
- readonly required: boolean;
1664
- readonly first: boolean;
1665
- readonly showRequireMark: boolean | undefined;
1666
- readonly showFeedback: boolean | undefined;
1667
- readonly showLabel: boolean | undefined;
1668
- readonly ignorePathChange: boolean;
1669
- }>;
1670
- NInput: any;
1671
- EditFormat: import("vue").DefineComponent<{
1672
- formatId: {
1673
- type: StringConstructor;
1674
- required: false;
1675
- };
1676
- token: {
1677
- type: StringConstructor;
1678
- required: true;
1679
- };
1680
- }, {
1681
- PROTOCOL: string;
1682
- HOST: string;
1683
- BASEURL: string;
1684
- SAVEIREPORT: string;
1685
- QUERYFILELIST: string;
1686
- DELETEFILE: string;
1687
- instance: import("axios").AxiosInstance;
1688
- $message: import("naive-ui").MessageApi;
1689
- props: {
1690
- formatId?: string | undefined;
1691
- token: string;
1692
- };
1693
- fileList: import("vue").Ref<{
1694
- id: string;
1695
- name: string;
1696
- batchId?: string | null | undefined;
1697
- percentage?: number | null | undefined;
1698
- status: "error" | "pending" | "uploading" | "finished" | "removed";
1699
- url?: string | null | undefined;
1700
- file?: {
1701
- readonly lastModified: number;
1702
- readonly name: string;
1703
- readonly webkitRelativePath: string;
1704
- readonly size: number;
1705
- readonly type: string;
1706
- arrayBuffer: {
1707
- (): Promise<ArrayBuffer>;
1708
- (): Promise<ArrayBuffer>;
1709
- };
1710
- slice: {
1711
- (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
1712
- (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
1713
- };
1714
- stream: {
1715
- (): ReadableStream<Uint8Array>;
1716
- (): NodeJS.ReadableStream;
1717
- };
1718
- text: {
1719
- (): Promise<string>;
1720
- (): Promise<string>;
1721
- };
1722
- } | null | undefined;
1723
- thumbnailUrl?: string | null | undefined;
1724
- type?: string | null | undefined;
1725
- fullPath?: string | null | undefined;
1726
- }[]>;
1727
- queryFileList: () => void;
1728
- onRemove: (options: {
1729
- file: import("naive-ui").UploadFileInfo;
1730
- fileList: import("naive-ui").UploadFileInfo[];
1731
- }) => Promise<unknown>;
1732
- submit: (datas: import("../../../../shared/types").AnyObject) => Promise<unknown>;
1733
- validateFormat: () => boolean;
1734
- NForm: any;
1735
- NFormItem: import("vue").DefineComponent<{
1736
- readonly label: StringConstructor;
1737
- readonly labelWidth: PropType<string | number>;
1738
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1739
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1740
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1741
- readonly path: StringConstructor;
1742
- readonly first: BooleanConstructor;
1743
- readonly rulePath: StringConstructor;
1744
- readonly required: BooleanConstructor;
1745
- readonly showRequireMark: {
1746
- readonly type: PropType<boolean | undefined>;
1747
- readonly default: undefined;
1748
- };
1749
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1750
- readonly showFeedback: {
1751
- readonly type: PropType<boolean | undefined>;
1752
- readonly default: undefined;
1753
- };
1754
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1755
- readonly size: PropType<"small" | "medium" | "large">;
1756
- readonly ignorePathChange: BooleanConstructor;
1757
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1758
- readonly feedback: StringConstructor;
1759
- readonly showLabel: {
1760
- readonly type: PropType<boolean | undefined>;
1761
- readonly default: undefined;
1762
- };
1763
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1764
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1765
- blankHeightSmall: string;
1766
- blankHeightMedium: string;
1767
- blankHeightLarge: string;
1768
- lineHeight: string;
1769
- labelTextColor: string;
1770
- asteriskColor: string;
1771
- feedbackTextColorError: string;
1772
- feedbackTextColorWarning: string;
1773
- feedbackTextColor: string;
1774
- feedbackPadding: string;
1775
- feedbackHeightSmall: string;
1776
- feedbackHeightMedium: string;
1777
- feedbackHeightLarge: string;
1778
- feedbackFontSizeSmall: string;
1779
- feedbackFontSizeMedium: string;
1780
- feedbackFontSizeLarge: string;
1781
- labelFontSizeLeftSmall: string;
1782
- labelFontSizeLeftMedium: string;
1783
- labelFontSizeLeftLarge: string;
1784
- labelFontSizeTopSmall: string;
1785
- labelFontSizeTopMedium: string;
1786
- labelFontSizeTopLarge: string;
1787
- labelHeightSmall: string;
1788
- labelHeightMedium: string;
1789
- labelHeightLarge: string;
1790
- labelPaddingVertical: string;
1791
- labelPaddingHorizontal: string;
1792
- labelTextAlignVertical: string;
1793
- labelTextAlignHorizontal: string;
1794
- }, any>>;
1795
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1796
- blankHeightSmall: string;
1797
- blankHeightMedium: string;
1798
- blankHeightLarge: string;
1799
- lineHeight: string;
1800
- labelTextColor: string;
1801
- asteriskColor: string;
1802
- feedbackTextColorError: string;
1803
- feedbackTextColorWarning: string;
1804
- feedbackTextColor: string;
1805
- feedbackPadding: string;
1806
- feedbackHeightSmall: string;
1807
- feedbackHeightMedium: string;
1808
- feedbackHeightLarge: string;
1809
- feedbackFontSizeSmall: string;
1810
- feedbackFontSizeMedium: string;
1811
- feedbackFontSizeLarge: string;
1812
- labelFontSizeLeftSmall: string;
1813
- labelFontSizeLeftMedium: string;
1814
- labelFontSizeLeftLarge: string;
1815
- labelFontSizeTopSmall: string;
1816
- labelFontSizeTopMedium: string;
1817
- labelFontSizeTopLarge: string;
1818
- labelHeightSmall: string;
1819
- labelHeightMedium: string;
1820
- labelHeightLarge: string;
1821
- labelPaddingVertical: string;
1822
- labelPaddingHorizontal: string;
1823
- labelTextAlignVertical: string;
1824
- labelTextAlignHorizontal: string;
1825
- }, any>>>;
1826
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1827
- blankHeightSmall: string;
1828
- blankHeightMedium: string;
1829
- blankHeightLarge: string;
1830
- lineHeight: string;
1831
- labelTextColor: string;
1832
- asteriskColor: string;
1833
- feedbackTextColorError: string;
1834
- feedbackTextColorWarning: string;
1835
- feedbackTextColor: string;
1836
- feedbackPadding: string;
1837
- feedbackHeightSmall: string;
1838
- feedbackHeightMedium: string;
1839
- feedbackHeightLarge: string;
1840
- feedbackFontSizeSmall: string;
1841
- feedbackFontSizeMedium: string;
1842
- feedbackFontSizeLarge: string;
1843
- labelFontSizeLeftSmall: string;
1844
- labelFontSizeLeftMedium: string;
1845
- labelFontSizeLeftLarge: string;
1846
- labelFontSizeTopSmall: string;
1847
- labelFontSizeTopMedium: string;
1848
- labelFontSizeTopLarge: string;
1849
- labelHeightSmall: string;
1850
- labelHeightMedium: string;
1851
- labelHeightLarge: string;
1852
- labelPaddingVertical: string;
1853
- labelPaddingHorizontal: string;
1854
- labelTextAlignVertical: string;
1855
- labelTextAlignHorizontal: string;
1856
- }, any>>>;
1857
- }, {
1858
- cssVars: import("vue").ComputedRef<{
1859
- '--n-bezier': string;
1860
- '--n-line-height': string;
1861
- '--n-blank-height': string;
1862
- '--n-label-font-size': string;
1863
- '--n-label-text-align': string;
1864
- '--n-label-height': string;
1865
- '--n-label-padding': string;
1866
- '--n-asterisk-color': string;
1867
- '--n-label-text-color': string;
1868
- '--n-feedback-padding': string;
1869
- '--n-feedback-font-size': string;
1870
- '--n-feedback-height': string;
1871
- '--n-feedback-text-color': string;
1872
- '--n-feedback-text-color-warning': string;
1873
- '--n-feedback-text-color-error': string;
1874
- }> | undefined;
1875
- themeClass: import("vue").Ref<string>;
1876
- onRender: () => void;
1877
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
1878
- restoreValidation: () => void;
1879
- path?: string | undefined;
1880
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
1881
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
1882
- validationErrored: import("vue").Ref<boolean>;
1883
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
1884
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
1885
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
1886
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
1887
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
1888
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
1889
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
1890
- mergedShowLabel: import("vue").ComputedRef<boolean>;
1891
- isAutoLabelWidth: import("vue").ComputedRef<boolean>;
1892
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
1893
- mergedClsPrefix: import("vue").ComputedRef<string>;
1894
- mergedRequired: import("vue").ComputedRef<boolean>;
1895
- feedbackId: import("vue").Ref<string>;
1896
- renderExplains: import("vue").Ref<{
1897
- key: string;
1898
- render: () => import("vue").VNodeChild;
1899
- }[]>;
1900
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1901
- readonly label: StringConstructor;
1902
- readonly labelWidth: PropType<string | number>;
1903
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1904
- readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1905
- readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1906
- readonly path: StringConstructor;
1907
- readonly first: BooleanConstructor;
1908
- readonly rulePath: StringConstructor;
1909
- readonly required: BooleanConstructor;
1910
- readonly showRequireMark: {
1911
- readonly type: PropType<boolean | undefined>;
1912
- readonly default: undefined;
1913
- };
1914
- readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1915
- readonly showFeedback: {
1916
- readonly type: PropType<boolean | undefined>;
1917
- readonly default: undefined;
1918
- };
1919
- readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1920
- readonly size: PropType<"small" | "medium" | "large">;
1921
- readonly ignorePathChange: BooleanConstructor;
1922
- readonly validationStatus: PropType<"error" | "success" | "warning">;
1923
- readonly feedback: StringConstructor;
1924
- readonly showLabel: {
1925
- readonly type: PropType<boolean | undefined>;
1926
- readonly default: undefined;
1927
- };
1928
- readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1929
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1930
- blankHeightSmall: string;
1931
- blankHeightMedium: string;
1932
- blankHeightLarge: string;
1933
- lineHeight: string;
1934
- labelTextColor: string;
1935
- asteriskColor: string;
1936
- feedbackTextColorError: string;
1937
- feedbackTextColorWarning: string;
1938
- feedbackTextColor: string;
1939
- feedbackPadding: string;
1940
- feedbackHeightSmall: string;
1941
- feedbackHeightMedium: string;
1942
- feedbackHeightLarge: string;
1943
- feedbackFontSizeSmall: string;
1944
- feedbackFontSizeMedium: string;
1945
- feedbackFontSizeLarge: string;
1946
- labelFontSizeLeftSmall: string;
1947
- labelFontSizeLeftMedium: string;
1948
- labelFontSizeLeftLarge: string;
1949
- labelFontSizeTopSmall: string;
1950
- labelFontSizeTopMedium: string;
1951
- labelFontSizeTopLarge: string;
1952
- labelHeightSmall: string;
1953
- labelHeightMedium: string;
1954
- labelHeightLarge: string;
1955
- labelPaddingVertical: string;
1956
- labelPaddingHorizontal: string;
1957
- labelTextAlignVertical: string;
1958
- labelTextAlignHorizontal: string;
1959
- }, any>>;
1960
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1961
- blankHeightSmall: string;
1962
- blankHeightMedium: string;
1963
- blankHeightLarge: string;
1964
- lineHeight: string;
1965
- labelTextColor: string;
1966
- asteriskColor: string;
1967
- feedbackTextColorError: string;
1968
- feedbackTextColorWarning: string;
1969
- feedbackTextColor: string;
1970
- feedbackPadding: string;
1971
- feedbackHeightSmall: string;
1972
- feedbackHeightMedium: string;
1973
- feedbackHeightLarge: string;
1974
- feedbackFontSizeSmall: string;
1975
- feedbackFontSizeMedium: string;
1976
- feedbackFontSizeLarge: string;
1977
- labelFontSizeLeftSmall: string;
1978
- labelFontSizeLeftMedium: string;
1979
- labelFontSizeLeftLarge: string;
1980
- labelFontSizeTopSmall: string;
1981
- labelFontSizeTopMedium: string;
1982
- labelFontSizeTopLarge: string;
1983
- labelHeightSmall: string;
1984
- labelHeightMedium: string;
1985
- labelHeightLarge: string;
1986
- labelPaddingVertical: string;
1987
- labelPaddingHorizontal: string;
1988
- labelTextAlignVertical: string;
1989
- labelTextAlignHorizontal: string;
1990
- }, any>>>;
1991
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1992
- blankHeightSmall: string;
1993
- blankHeightMedium: string;
1994
- blankHeightLarge: string;
1995
- lineHeight: string;
1996
- labelTextColor: string;
1997
- asteriskColor: string;
1998
- feedbackTextColorError: string;
1999
- feedbackTextColorWarning: string;
2000
- feedbackTextColor: string;
2001
- feedbackPadding: string;
2002
- feedbackHeightSmall: string;
2003
- feedbackHeightMedium: string;
2004
- feedbackHeightLarge: string;
2005
- feedbackFontSizeSmall: string;
2006
- feedbackFontSizeMedium: string;
2007
- feedbackFontSizeLarge: string;
2008
- labelFontSizeLeftSmall: string;
2009
- labelFontSizeLeftMedium: string;
2010
- labelFontSizeLeftLarge: string;
2011
- labelFontSizeTopSmall: string;
2012
- labelFontSizeTopMedium: string;
2013
- labelFontSizeTopLarge: string;
2014
- labelHeightSmall: string;
2015
- labelHeightMedium: string;
2016
- labelHeightLarge: string;
2017
- labelPaddingVertical: string;
2018
- labelPaddingHorizontal: string;
2019
- labelTextAlignVertical: string;
2020
- labelTextAlignHorizontal: string;
2021
- }, any>>>;
2022
- }>>, {
2023
- readonly required: boolean;
2024
- readonly first: boolean;
2025
- readonly showRequireMark: boolean | undefined;
2026
- readonly showFeedback: boolean | undefined;
2027
- readonly showLabel: boolean | undefined;
2028
- readonly ignorePathChange: boolean;
2029
- }>;
2030
- NUpload: any;
2031
- NUploadDragger: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2032
- NP: import("vue").DefineComponent<{
2033
- depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2034
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2035
- aTextColor: string;
2036
- blockquoteTextColor: string;
2037
- blockquotePrefixColor: string;
2038
- blockquoteLineHeight: string;
2039
- blockquoteFontSize: string;
2040
- codeBorderRadius: string;
2041
- liTextColor: string;
2042
- liLineHeight: string;
2043
- liFontSize: string;
2044
- hrColor: string;
2045
- headerFontWeight: string;
2046
- headerTextColor: string;
2047
- pTextColor: string;
2048
- pTextColor1Depth: string;
2049
- pTextColor2Depth: string;
2050
- pTextColor3Depth: string;
2051
- pLineHeight: string;
2052
- pFontSize: string;
2053
- headerBarColor: string;
2054
- headerBarColorPrimary: string;
2055
- headerBarColorInfo: string;
2056
- headerBarColorError: string;
2057
- headerBarColorWarning: string;
2058
- headerBarColorSuccess: string;
2059
- textColor: string;
2060
- textColor1Depth: string;
2061
- textColor2Depth: string;
2062
- textColor3Depth: string;
2063
- textColorPrimary: string;
2064
- textColorInfo: string;
2065
- textColorSuccess: string;
2066
- textColorWarning: string;
2067
- textColorError: string;
2068
- codeTextColor: string;
2069
- codeColor: string;
2070
- codeBorder: string;
2071
- headerFontSize1: string;
2072
- headerFontSize2: string;
2073
- headerFontSize3: string;
2074
- headerFontSize4: string;
2075
- headerFontSize5: string;
2076
- headerFontSize6: string;
2077
- headerMargin1: string;
2078
- headerMargin2: string;
2079
- headerMargin3: string;
2080
- headerMargin4: string;
2081
- headerMargin5: string;
2082
- headerMargin6: string;
2083
- headerPrefixWidth1: string;
2084
- headerPrefixWidth2: string;
2085
- headerPrefixWidth3: string;
2086
- headerPrefixWidth4: string;
2087
- headerPrefixWidth5: string;
2088
- headerPrefixWidth6: string;
2089
- headerBarWidth1: string;
2090
- headerBarWidth2: string;
2091
- headerBarWidth3: string;
2092
- headerBarWidth4: string;
2093
- headerBarWidth5: string;
2094
- headerBarWidth6: string;
2095
- pMargin: string;
2096
- liMargin: string;
2097
- olPadding: string;
2098
- ulPadding: string;
2099
- }, any>>;
2100
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2101
- aTextColor: string;
2102
- blockquoteTextColor: string;
2103
- blockquotePrefixColor: string;
2104
- blockquoteLineHeight: string;
2105
- blockquoteFontSize: string;
2106
- codeBorderRadius: string;
2107
- liTextColor: string;
2108
- liLineHeight: string;
2109
- liFontSize: string;
2110
- hrColor: string;
2111
- headerFontWeight: string;
2112
- headerTextColor: string;
2113
- pTextColor: string;
2114
- pTextColor1Depth: string;
2115
- pTextColor2Depth: string;
2116
- pTextColor3Depth: string;
2117
- pLineHeight: string;
2118
- pFontSize: string;
2119
- headerBarColor: string;
2120
- headerBarColorPrimary: string;
2121
- headerBarColorInfo: string;
2122
- headerBarColorError: string;
2123
- headerBarColorWarning: string;
2124
- headerBarColorSuccess: string;
2125
- textColor: string;
2126
- textColor1Depth: string;
2127
- textColor2Depth: string;
2128
- textColor3Depth: string;
2129
- textColorPrimary: string;
2130
- textColorInfo: string;
2131
- textColorSuccess: string;
2132
- textColorWarning: string;
2133
- textColorError: string;
2134
- codeTextColor: string;
2135
- codeColor: string;
2136
- codeBorder: string;
2137
- headerFontSize1: string;
2138
- headerFontSize2: string;
2139
- headerFontSize3: string;
2140
- headerFontSize4: string;
2141
- headerFontSize5: string;
2142
- headerFontSize6: string;
2143
- headerMargin1: string;
2144
- headerMargin2: string;
2145
- headerMargin3: string;
2146
- headerMargin4: string;
2147
- headerMargin5: string;
2148
- headerMargin6: string;
2149
- headerPrefixWidth1: string;
2150
- headerPrefixWidth2: string;
2151
- headerPrefixWidth3: string;
2152
- headerPrefixWidth4: string;
2153
- headerPrefixWidth5: string;
2154
- headerPrefixWidth6: string;
2155
- headerBarWidth1: string;
2156
- headerBarWidth2: string;
2157
- headerBarWidth3: string;
2158
- headerBarWidth4: string;
2159
- headerBarWidth5: string;
2160
- headerBarWidth6: string;
2161
- pMargin: string;
2162
- liMargin: string;
2163
- olPadding: string;
2164
- ulPadding: string;
2165
- }, any>>>;
2166
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2167
- aTextColor: string;
2168
- blockquoteTextColor: string;
2169
- blockquotePrefixColor: string;
2170
- blockquoteLineHeight: string;
2171
- blockquoteFontSize: string;
2172
- codeBorderRadius: string;
2173
- liTextColor: string;
2174
- liLineHeight: string;
2175
- liFontSize: string;
2176
- hrColor: string;
2177
- headerFontWeight: string;
2178
- headerTextColor: string;
2179
- pTextColor: string;
2180
- pTextColor1Depth: string;
2181
- pTextColor2Depth: string;
2182
- pTextColor3Depth: string;
2183
- pLineHeight: string;
2184
- pFontSize: string;
2185
- headerBarColor: string;
2186
- headerBarColorPrimary: string;
2187
- headerBarColorInfo: string;
2188
- headerBarColorError: string;
2189
- headerBarColorWarning: string;
2190
- headerBarColorSuccess: string;
2191
- textColor: string;
2192
- textColor1Depth: string;
2193
- textColor2Depth: string;
2194
- textColor3Depth: string;
2195
- textColorPrimary: string;
2196
- textColorInfo: string;
2197
- textColorSuccess: string;
2198
- textColorWarning: string;
2199
- textColorError: string;
2200
- codeTextColor: string;
2201
- codeColor: string;
2202
- codeBorder: string;
2203
- headerFontSize1: string;
2204
- headerFontSize2: string;
2205
- headerFontSize3: string;
2206
- headerFontSize4: string;
2207
- headerFontSize5: string;
2208
- headerFontSize6: string;
2209
- headerMargin1: string;
2210
- headerMargin2: string;
2211
- headerMargin3: string;
2212
- headerMargin4: string;
2213
- headerMargin5: string;
2214
- headerMargin6: string;
2215
- headerPrefixWidth1: string;
2216
- headerPrefixWidth2: string;
2217
- headerPrefixWidth3: string;
2218
- headerPrefixWidth4: string;
2219
- headerPrefixWidth5: string;
2220
- headerPrefixWidth6: string;
2221
- headerBarWidth1: string;
2222
- headerBarWidth2: string;
2223
- headerBarWidth3: string;
2224
- headerBarWidth4: string;
2225
- headerBarWidth5: string;
2226
- headerBarWidth6: string;
2227
- pMargin: string;
2228
- liMargin: string;
2229
- olPadding: string;
2230
- ulPadding: string;
2231
- }, any>>>;
2232
- }, {
2233
- mergedClsPrefix: import("vue").ComputedRef<string>;
2234
- cssVars: import("vue").ComputedRef<{
2235
- '--n-bezier': string;
2236
- '--n-font-size': string;
2237
- '--n-line-height': string;
2238
- '--n-margin': string;
2239
- '--n-text-color': string;
2240
- }> | undefined;
2241
- themeClass: import("vue").Ref<string> | undefined;
2242
- onRender: (() => void) | undefined;
2243
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2244
- depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2245
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2246
- aTextColor: string;
2247
- blockquoteTextColor: string;
2248
- blockquotePrefixColor: string;
2249
- blockquoteLineHeight: string;
2250
- blockquoteFontSize: string;
2251
- codeBorderRadius: string;
2252
- liTextColor: string;
2253
- liLineHeight: string;
2254
- liFontSize: string;
2255
- hrColor: string;
2256
- headerFontWeight: string;
2257
- headerTextColor: string;
2258
- pTextColor: string;
2259
- pTextColor1Depth: string;
2260
- pTextColor2Depth: string;
2261
- pTextColor3Depth: string;
2262
- pLineHeight: string;
2263
- pFontSize: string;
2264
- headerBarColor: string;
2265
- headerBarColorPrimary: string;
2266
- headerBarColorInfo: string;
2267
- headerBarColorError: string;
2268
- headerBarColorWarning: string;
2269
- headerBarColorSuccess: string;
2270
- textColor: string;
2271
- textColor1Depth: string;
2272
- textColor2Depth: string;
2273
- textColor3Depth: string;
2274
- textColorPrimary: string;
2275
- textColorInfo: string;
2276
- textColorSuccess: string;
2277
- textColorWarning: string;
2278
- textColorError: string;
2279
- codeTextColor: string;
2280
- codeColor: string;
2281
- codeBorder: string;
2282
- headerFontSize1: string;
2283
- headerFontSize2: string;
2284
- headerFontSize3: string;
2285
- headerFontSize4: string;
2286
- headerFontSize5: string;
2287
- headerFontSize6: string;
2288
- headerMargin1: string;
2289
- headerMargin2: string;
2290
- headerMargin3: string;
2291
- headerMargin4: string;
2292
- headerMargin5: string;
2293
- headerMargin6: string;
2294
- headerPrefixWidth1: string;
2295
- headerPrefixWidth2: string;
2296
- headerPrefixWidth3: string;
2297
- headerPrefixWidth4: string;
2298
- headerPrefixWidth5: string;
2299
- headerPrefixWidth6: string;
2300
- headerBarWidth1: string;
2301
- headerBarWidth2: string;
2302
- headerBarWidth3: string;
2303
- headerBarWidth4: string;
2304
- headerBarWidth5: string;
2305
- headerBarWidth6: string;
2306
- pMargin: string;
2307
- liMargin: string;
2308
- olPadding: string;
2309
- ulPadding: string;
2310
- }, any>>;
2311
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2312
- aTextColor: string;
2313
- blockquoteTextColor: string;
2314
- blockquotePrefixColor: string;
2315
- blockquoteLineHeight: string;
2316
- blockquoteFontSize: string;
2317
- codeBorderRadius: string;
2318
- liTextColor: string;
2319
- liLineHeight: string;
2320
- liFontSize: string;
2321
- hrColor: string;
2322
- headerFontWeight: string;
2323
- headerTextColor: string;
2324
- pTextColor: string;
2325
- pTextColor1Depth: string;
2326
- pTextColor2Depth: string;
2327
- pTextColor3Depth: string;
2328
- pLineHeight: string;
2329
- pFontSize: string;
2330
- headerBarColor: string;
2331
- headerBarColorPrimary: string;
2332
- headerBarColorInfo: string;
2333
- headerBarColorError: string;
2334
- headerBarColorWarning: string;
2335
- headerBarColorSuccess: string;
2336
- textColor: string;
2337
- textColor1Depth: string;
2338
- textColor2Depth: string;
2339
- textColor3Depth: string;
2340
- textColorPrimary: string;
2341
- textColorInfo: string;
2342
- textColorSuccess: string;
2343
- textColorWarning: string;
2344
- textColorError: string;
2345
- codeTextColor: string;
2346
- codeColor: string;
2347
- codeBorder: string;
2348
- headerFontSize1: string;
2349
- headerFontSize2: string;
2350
- headerFontSize3: string;
2351
- headerFontSize4: string;
2352
- headerFontSize5: string;
2353
- headerFontSize6: string;
2354
- headerMargin1: string;
2355
- headerMargin2: string;
2356
- headerMargin3: string;
2357
- headerMargin4: string;
2358
- headerMargin5: string;
2359
- headerMargin6: string;
2360
- headerPrefixWidth1: string;
2361
- headerPrefixWidth2: string;
2362
- headerPrefixWidth3: string;
2363
- headerPrefixWidth4: string;
2364
- headerPrefixWidth5: string;
2365
- headerPrefixWidth6: string;
2366
- headerBarWidth1: string;
2367
- headerBarWidth2: string;
2368
- headerBarWidth3: string;
2369
- headerBarWidth4: string;
2370
- headerBarWidth5: string;
2371
- headerBarWidth6: string;
2372
- pMargin: string;
2373
- liMargin: string;
2374
- olPadding: string;
2375
- ulPadding: string;
2376
- }, any>>>;
2377
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2378
- aTextColor: string;
2379
- blockquoteTextColor: string;
2380
- blockquotePrefixColor: string;
2381
- blockquoteLineHeight: string;
2382
- blockquoteFontSize: string;
2383
- codeBorderRadius: string;
2384
- liTextColor: string;
2385
- liLineHeight: string;
2386
- liFontSize: string;
2387
- hrColor: string;
2388
- headerFontWeight: string;
2389
- headerTextColor: string;
2390
- pTextColor: string;
2391
- pTextColor1Depth: string;
2392
- pTextColor2Depth: string;
2393
- pTextColor3Depth: string;
2394
- pLineHeight: string;
2395
- pFontSize: string;
2396
- headerBarColor: string;
2397
- headerBarColorPrimary: string;
2398
- headerBarColorInfo: string;
2399
- headerBarColorError: string;
2400
- headerBarColorWarning: string;
2401
- headerBarColorSuccess: string;
2402
- textColor: string;
2403
- textColor1Depth: string;
2404
- textColor2Depth: string;
2405
- textColor3Depth: string;
2406
- textColorPrimary: string;
2407
- textColorInfo: string;
2408
- textColorSuccess: string;
2409
- textColorWarning: string;
2410
- textColorError: string;
2411
- codeTextColor: string;
2412
- codeColor: string;
2413
- codeBorder: string;
2414
- headerFontSize1: string;
2415
- headerFontSize2: string;
2416
- headerFontSize3: string;
2417
- headerFontSize4: string;
2418
- headerFontSize5: string;
2419
- headerFontSize6: string;
2420
- headerMargin1: string;
2421
- headerMargin2: string;
2422
- headerMargin3: string;
2423
- headerMargin4: string;
2424
- headerMargin5: string;
2425
- headerMargin6: string;
2426
- headerPrefixWidth1: string;
2427
- headerPrefixWidth2: string;
2428
- headerPrefixWidth3: string;
2429
- headerPrefixWidth4: string;
2430
- headerPrefixWidth5: string;
2431
- headerPrefixWidth6: string;
2432
- headerBarWidth1: string;
2433
- headerBarWidth2: string;
2434
- headerBarWidth3: string;
2435
- headerBarWidth4: string;
2436
- headerBarWidth5: string;
2437
- headerBarWidth6: string;
2438
- pMargin: string;
2439
- liMargin: string;
2440
- olPadding: string;
2441
- ulPadding: string;
2442
- }, any>>>;
2443
- }>>, {}>;
2444
- NIcon: any;
2445
- NText: import("vue").DefineComponent<{
2446
- readonly code: BooleanConstructor;
2447
- readonly type: {
2448
- readonly type: StringConstructor;
2449
- readonly default: "default";
2450
- };
2451
- readonly delete: BooleanConstructor;
2452
- readonly strong: BooleanConstructor;
2453
- readonly italic: BooleanConstructor;
2454
- readonly underline: BooleanConstructor;
2455
- readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2456
- readonly tag: StringConstructor;
2457
- readonly as: {
2458
- readonly type: StringConstructor;
2459
- readonly validator: () => boolean;
2460
- readonly default: undefined;
2461
- };
2462
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2463
- aTextColor: string;
2464
- blockquoteTextColor: string;
2465
- blockquotePrefixColor: string;
2466
- blockquoteLineHeight: string;
2467
- blockquoteFontSize: string;
2468
- codeBorderRadius: string;
2469
- liTextColor: string;
2470
- liLineHeight: string;
2471
- liFontSize: string;
2472
- hrColor: string;
2473
- headerFontWeight: string;
2474
- headerTextColor: string;
2475
- pTextColor: string;
2476
- pTextColor1Depth: string;
2477
- pTextColor2Depth: string;
2478
- pTextColor3Depth: string;
2479
- pLineHeight: string;
2480
- pFontSize: string;
2481
- headerBarColor: string;
2482
- headerBarColorPrimary: string;
2483
- headerBarColorInfo: string;
2484
- headerBarColorError: string;
2485
- headerBarColorWarning: string;
2486
- headerBarColorSuccess: string;
2487
- textColor: string;
2488
- textColor1Depth: string;
2489
- textColor2Depth: string;
2490
- textColor3Depth: string;
2491
- textColorPrimary: string;
2492
- textColorInfo: string;
2493
- textColorSuccess: string;
2494
- textColorWarning: string;
2495
- textColorError: string;
2496
- codeTextColor: string;
2497
- codeColor: string;
2498
- codeBorder: string;
2499
- headerFontSize1: string;
2500
- headerFontSize2: string;
2501
- headerFontSize3: string;
2502
- headerFontSize4: string;
2503
- headerFontSize5: string;
2504
- headerFontSize6: string;
2505
- headerMargin1: string;
2506
- headerMargin2: string;
2507
- headerMargin3: string;
2508
- headerMargin4: string;
2509
- headerMargin5: string;
2510
- headerMargin6: string;
2511
- headerPrefixWidth1: string;
2512
- headerPrefixWidth2: string;
2513
- headerPrefixWidth3: string;
2514
- headerPrefixWidth4: string;
2515
- headerPrefixWidth5: string;
2516
- headerPrefixWidth6: string;
2517
- headerBarWidth1: string;
2518
- headerBarWidth2: string;
2519
- headerBarWidth3: string;
2520
- headerBarWidth4: string;
2521
- headerBarWidth5: string;
2522
- headerBarWidth6: string;
2523
- pMargin: string;
2524
- liMargin: string;
2525
- olPadding: string;
2526
- ulPadding: string;
2527
- }, any>>;
2528
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2529
- aTextColor: string;
2530
- blockquoteTextColor: string;
2531
- blockquotePrefixColor: string;
2532
- blockquoteLineHeight: string;
2533
- blockquoteFontSize: string;
2534
- codeBorderRadius: string;
2535
- liTextColor: string;
2536
- liLineHeight: string;
2537
- liFontSize: string;
2538
- hrColor: string;
2539
- headerFontWeight: string;
2540
- headerTextColor: string;
2541
- pTextColor: string;
2542
- pTextColor1Depth: string;
2543
- pTextColor2Depth: string;
2544
- pTextColor3Depth: string;
2545
- pLineHeight: string;
2546
- pFontSize: string;
2547
- headerBarColor: string;
2548
- headerBarColorPrimary: string;
2549
- headerBarColorInfo: string;
2550
- headerBarColorError: string;
2551
- headerBarColorWarning: string;
2552
- headerBarColorSuccess: string;
2553
- textColor: string;
2554
- textColor1Depth: string;
2555
- textColor2Depth: string;
2556
- textColor3Depth: string;
2557
- textColorPrimary: string;
2558
- textColorInfo: string;
2559
- textColorSuccess: string;
2560
- textColorWarning: string;
2561
- textColorError: string;
2562
- codeTextColor: string;
2563
- codeColor: string;
2564
- codeBorder: string;
2565
- headerFontSize1: string;
2566
- headerFontSize2: string;
2567
- headerFontSize3: string;
2568
- headerFontSize4: string;
2569
- headerFontSize5: string;
2570
- headerFontSize6: string;
2571
- headerMargin1: string;
2572
- headerMargin2: string;
2573
- headerMargin3: string;
2574
- headerMargin4: string;
2575
- headerMargin5: string;
2576
- headerMargin6: string;
2577
- headerPrefixWidth1: string;
2578
- headerPrefixWidth2: string;
2579
- headerPrefixWidth3: string;
2580
- headerPrefixWidth4: string;
2581
- headerPrefixWidth5: string;
2582
- headerPrefixWidth6: string;
2583
- headerBarWidth1: string;
2584
- headerBarWidth2: string;
2585
- headerBarWidth3: string;
2586
- headerBarWidth4: string;
2587
- headerBarWidth5: string;
2588
- headerBarWidth6: string;
2589
- pMargin: string;
2590
- liMargin: string;
2591
- olPadding: string;
2592
- ulPadding: string;
2593
- }, any>>>;
2594
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2595
- aTextColor: string;
2596
- blockquoteTextColor: string;
2597
- blockquotePrefixColor: string;
2598
- blockquoteLineHeight: string;
2599
- blockquoteFontSize: string;
2600
- codeBorderRadius: string;
2601
- liTextColor: string;
2602
- liLineHeight: string;
2603
- liFontSize: string;
2604
- hrColor: string;
2605
- headerFontWeight: string;
2606
- headerTextColor: string;
2607
- pTextColor: string;
2608
- pTextColor1Depth: string;
2609
- pTextColor2Depth: string;
2610
- pTextColor3Depth: string;
2611
- pLineHeight: string;
2612
- pFontSize: string;
2613
- headerBarColor: string;
2614
- headerBarColorPrimary: string;
2615
- headerBarColorInfo: string;
2616
- headerBarColorError: string;
2617
- headerBarColorWarning: string;
2618
- headerBarColorSuccess: string;
2619
- textColor: string;
2620
- textColor1Depth: string;
2621
- textColor2Depth: string;
2622
- textColor3Depth: string;
2623
- textColorPrimary: string;
2624
- textColorInfo: string;
2625
- textColorSuccess: string;
2626
- textColorWarning: string;
2627
- textColorError: string;
2628
- codeTextColor: string;
2629
- codeColor: string;
2630
- codeBorder: string;
2631
- headerFontSize1: string;
2632
- headerFontSize2: string;
2633
- headerFontSize3: string;
2634
- headerFontSize4: string;
2635
- headerFontSize5: string;
2636
- headerFontSize6: string;
2637
- headerMargin1: string;
2638
- headerMargin2: string;
2639
- headerMargin3: string;
2640
- headerMargin4: string;
2641
- headerMargin5: string;
2642
- headerMargin6: string;
2643
- headerPrefixWidth1: string;
2644
- headerPrefixWidth2: string;
2645
- headerPrefixWidth3: string;
2646
- headerPrefixWidth4: string;
2647
- headerPrefixWidth5: string;
2648
- headerPrefixWidth6: string;
2649
- headerBarWidth1: string;
2650
- headerBarWidth2: string;
2651
- headerBarWidth3: string;
2652
- headerBarWidth4: string;
2653
- headerBarWidth5: string;
2654
- headerBarWidth6: string;
2655
- pMargin: string;
2656
- liMargin: string;
2657
- olPadding: string;
2658
- ulPadding: string;
2659
- }, any>>>;
2660
- }, {
2661
- mergedClsPrefix: import("vue").ComputedRef<string>;
2662
- compitableTag: import("vue").ComputedRef<string | undefined>;
2663
- cssVars: import("vue").ComputedRef<{
2664
- '--n-bezier': string;
2665
- '--n-text-color': string;
2666
- '--n-font-weight-strong': string;
2667
- '--n-font-famliy-mono': string;
2668
- '--n-code-border-radius': string;
2669
- '--n-code-text-color': string;
2670
- '--n-code-color': string;
2671
- '--n-code-border': string;
2672
- }> | undefined;
2673
- themeClass: import("vue").Ref<string> | undefined;
2674
- onRender: (() => void) | undefined;
2675
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2676
- readonly code: BooleanConstructor;
2677
- readonly type: {
2678
- readonly type: StringConstructor;
2679
- readonly default: "default";
2680
- };
2681
- readonly delete: BooleanConstructor;
2682
- readonly strong: BooleanConstructor;
2683
- readonly italic: BooleanConstructor;
2684
- readonly underline: BooleanConstructor;
2685
- readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2686
- readonly tag: StringConstructor;
2687
- readonly as: {
2688
- readonly type: StringConstructor;
2689
- readonly validator: () => boolean;
2690
- readonly default: undefined;
2691
- };
2692
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2693
- aTextColor: string;
2694
- blockquoteTextColor: string;
2695
- blockquotePrefixColor: string;
2696
- blockquoteLineHeight: string;
2697
- blockquoteFontSize: string;
2698
- codeBorderRadius: string;
2699
- liTextColor: string;
2700
- liLineHeight: string;
2701
- liFontSize: string;
2702
- hrColor: string;
2703
- headerFontWeight: string;
2704
- headerTextColor: string;
2705
- pTextColor: string;
2706
- pTextColor1Depth: string;
2707
- pTextColor2Depth: string;
2708
- pTextColor3Depth: string;
2709
- pLineHeight: string;
2710
- pFontSize: string;
2711
- headerBarColor: string;
2712
- headerBarColorPrimary: string;
2713
- headerBarColorInfo: string;
2714
- headerBarColorError: string;
2715
- headerBarColorWarning: string;
2716
- headerBarColorSuccess: string;
2717
- textColor: string;
2718
- textColor1Depth: string;
2719
- textColor2Depth: string;
2720
- textColor3Depth: string;
2721
- textColorPrimary: string;
2722
- textColorInfo: string;
2723
- textColorSuccess: string;
2724
- textColorWarning: string;
2725
- textColorError: string;
2726
- codeTextColor: string;
2727
- codeColor: string;
2728
- codeBorder: string;
2729
- headerFontSize1: string;
2730
- headerFontSize2: string;
2731
- headerFontSize3: string;
2732
- headerFontSize4: string;
2733
- headerFontSize5: string;
2734
- headerFontSize6: string;
2735
- headerMargin1: string;
2736
- headerMargin2: string;
2737
- headerMargin3: string;
2738
- headerMargin4: string;
2739
- headerMargin5: string;
2740
- headerMargin6: string;
2741
- headerPrefixWidth1: string;
2742
- headerPrefixWidth2: string;
2743
- headerPrefixWidth3: string;
2744
- headerPrefixWidth4: string;
2745
- headerPrefixWidth5: string;
2746
- headerPrefixWidth6: string;
2747
- headerBarWidth1: string;
2748
- headerBarWidth2: string;
2749
- headerBarWidth3: string;
2750
- headerBarWidth4: string;
2751
- headerBarWidth5: string;
2752
- headerBarWidth6: string;
2753
- pMargin: string;
2754
- liMargin: string;
2755
- olPadding: string;
2756
- ulPadding: string;
2757
- }, any>>;
2758
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2759
- aTextColor: string;
2760
- blockquoteTextColor: string;
2761
- blockquotePrefixColor: string;
2762
- blockquoteLineHeight: string;
2763
- blockquoteFontSize: string;
2764
- codeBorderRadius: string;
2765
- liTextColor: string;
2766
- liLineHeight: string;
2767
- liFontSize: string;
2768
- hrColor: string;
2769
- headerFontWeight: string;
2770
- headerTextColor: string;
2771
- pTextColor: string;
2772
- pTextColor1Depth: string;
2773
- pTextColor2Depth: string;
2774
- pTextColor3Depth: string;
2775
- pLineHeight: string;
2776
- pFontSize: string;
2777
- headerBarColor: string;
2778
- headerBarColorPrimary: string;
2779
- headerBarColorInfo: string;
2780
- headerBarColorError: string;
2781
- headerBarColorWarning: string;
2782
- headerBarColorSuccess: string;
2783
- textColor: string;
2784
- textColor1Depth: string;
2785
- textColor2Depth: string;
2786
- textColor3Depth: string;
2787
- textColorPrimary: string;
2788
- textColorInfo: string;
2789
- textColorSuccess: string;
2790
- textColorWarning: string;
2791
- textColorError: string;
2792
- codeTextColor: string;
2793
- codeColor: string;
2794
- codeBorder: string;
2795
- headerFontSize1: string;
2796
- headerFontSize2: string;
2797
- headerFontSize3: string;
2798
- headerFontSize4: string;
2799
- headerFontSize5: string;
2800
- headerFontSize6: string;
2801
- headerMargin1: string;
2802
- headerMargin2: string;
2803
- headerMargin3: string;
2804
- headerMargin4: string;
2805
- headerMargin5: string;
2806
- headerMargin6: string;
2807
- headerPrefixWidth1: string;
2808
- headerPrefixWidth2: string;
2809
- headerPrefixWidth3: string;
2810
- headerPrefixWidth4: string;
2811
- headerPrefixWidth5: string;
2812
- headerPrefixWidth6: string;
2813
- headerBarWidth1: string;
2814
- headerBarWidth2: string;
2815
- headerBarWidth3: string;
2816
- headerBarWidth4: string;
2817
- headerBarWidth5: string;
2818
- headerBarWidth6: string;
2819
- pMargin: string;
2820
- liMargin: string;
2821
- olPadding: string;
2822
- ulPadding: string;
2823
- }, any>>>;
2824
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2825
- aTextColor: string;
2826
- blockquoteTextColor: string;
2827
- blockquotePrefixColor: string;
2828
- blockquoteLineHeight: string;
2829
- blockquoteFontSize: string;
2830
- codeBorderRadius: string;
2831
- liTextColor: string;
2832
- liLineHeight: string;
2833
- liFontSize: string;
2834
- hrColor: string;
2835
- headerFontWeight: string;
2836
- headerTextColor: string;
2837
- pTextColor: string;
2838
- pTextColor1Depth: string;
2839
- pTextColor2Depth: string;
2840
- pTextColor3Depth: string;
2841
- pLineHeight: string;
2842
- pFontSize: string;
2843
- headerBarColor: string;
2844
- headerBarColorPrimary: string;
2845
- headerBarColorInfo: string;
2846
- headerBarColorError: string;
2847
- headerBarColorWarning: string;
2848
- headerBarColorSuccess: string;
2849
- textColor: string;
2850
- textColor1Depth: string;
2851
- textColor2Depth: string;
2852
- textColor3Depth: string;
2853
- textColorPrimary: string;
2854
- textColorInfo: string;
2855
- textColorSuccess: string;
2856
- textColorWarning: string;
2857
- textColorError: string;
2858
- codeTextColor: string;
2859
- codeColor: string;
2860
- codeBorder: string;
2861
- headerFontSize1: string;
2862
- headerFontSize2: string;
2863
- headerFontSize3: string;
2864
- headerFontSize4: string;
2865
- headerFontSize5: string;
2866
- headerFontSize6: string;
2867
- headerMargin1: string;
2868
- headerMargin2: string;
2869
- headerMargin3: string;
2870
- headerMargin4: string;
2871
- headerMargin5: string;
2872
- headerMargin6: string;
2873
- headerPrefixWidth1: string;
2874
- headerPrefixWidth2: string;
2875
- headerPrefixWidth3: string;
2876
- headerPrefixWidth4: string;
2877
- headerPrefixWidth5: string;
2878
- headerPrefixWidth6: string;
2879
- headerBarWidth1: string;
2880
- headerBarWidth2: string;
2881
- headerBarWidth3: string;
2882
- headerBarWidth4: string;
2883
- headerBarWidth5: string;
2884
- headerBarWidth6: string;
2885
- pMargin: string;
2886
- liMargin: string;
2887
- olPadding: string;
2888
- ulPadding: string;
2889
- }, any>>>;
2890
- }>>, {
2891
- readonly type: string;
2892
- readonly delete: boolean;
2893
- readonly italic: boolean;
2894
- readonly underline: boolean;
2895
- readonly as: string;
2896
- readonly code: boolean;
2897
- readonly strong: boolean;
2898
- }>;
2899
- NSpace: any;
2900
- /**
2901
- * 导入量表配置
2902
- */
2903
- Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2904
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2905
- formatId: {
2906
- type: StringConstructor;
2907
- required: false;
2908
- };
2909
- token: {
2910
- type: StringConstructor;
2911
- required: true;
2912
- };
2913
- }>>, {}>;
2914
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2915
- verifyUser: {
2916
- type: FunctionConstructor;
2917
- required: false;
2918
- default: () => Promise<void>;
2919
- };
2920
- identityVerificationTitle: {
2921
- type: StringConstructor;
2922
- required: false;
2923
- default: string;
2924
- };
2925
- modelValue: {
2926
- type: BooleanConstructor;
2927
- required: true;
2928
- };
2929
- formatId: {
2930
- type: StringConstructor;
2931
- required: false;
2932
- };
2933
- templateId: {
2934
- type: StringConstructor;
2935
- required: false;
2936
- };
2937
- }>> & {
2938
- onClose?: ((...args: any[]) => any) | undefined;
2939
- onSuccess?: ((...args: any[]) => any) | undefined;
2940
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2941
- }, {
2942
- verifyUser: Function;
2943
- identityVerificationTitle: string;
2944
- }>;
2945
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "clickoutside")[], "error" | "success" | "clickoutside", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2946
- printParams: {
2947
- type: PropType<import("../../../../shared/types").AnyObject[]>;
2948
- };
2949
- params: {
2950
- default: () => never[];
2951
- type: PropType<import("../../../../shared/types").AnyObject[]>;
2952
- };
2953
- btnText: {
2954
- default: string;
2955
- type: StringConstructor;
2956
- };
2957
- printText: {
2958
- default: string;
2959
- type: StringConstructor;
2960
- };
2961
- previewText: {
2962
- default: string;
2963
- type: StringConstructor;
2964
- };
2965
- pdfLoadText: {
2966
- default: string;
2967
- type: StringConstructor;
2968
- };
2969
- formatEditText: {
2970
- default: string;
2971
- type: StringConstructor;
2972
- };
2973
- prevFn: {
2974
- default: () => Promise<void>;
2975
- type: FunctionConstructor;
2976
- };
2977
- queryPrintFormatByNumber: {
2978
- default: () => Promise<{}>;
2979
- type: FunctionConstructor;
2980
- };
2981
- queryTemplateParams: {
2982
- default: () => Promise<{}>;
2983
- type: FunctionConstructor;
2984
- };
2985
- strategy: {
2986
- default: string;
2987
- type: StringConstructor;
2988
- };
2989
- clickPrevFn: {
2990
- default: () => Promise<boolean>;
2991
- type: FunctionConstructor;
2992
- };
2993
- noDataMsg: {
2994
- default: string;
2995
- type: StringConstructor;
2996
- };
2997
- token: {
2998
- type: StringConstructor;
2999
- };
3000
- printdlgshow: {
3001
- default: string;
3002
- type: StringConstructor;
3003
- };
3004
- btnprint: {
3005
- type: StringConstructor;
3006
- default: string;
3007
- };
3008
- directPrint: {
3009
- type: BooleanConstructor;
3010
- default: boolean;
3011
- };
3012
- }>> & {
3013
- onError?: ((...args: any[]) => any) | undefined;
3014
- onSuccess?: ((...args: any[]) => any) | undefined;
3015
- onClickoutside?: ((...args: any[]) => any) | undefined;
3016
- }, {
3017
- params: import("../../../../shared/types").AnyObject[];
3018
- btnText: string;
3019
- printText: string;
3020
- previewText: string;
3021
- pdfLoadText: string;
3022
- formatEditText: string;
3023
- prevFn: Function;
3024
- queryPrintFormatByNumber: Function;
3025
- queryTemplateParams: Function;
3026
- strategy: string;
3027
- clickPrevFn: Function;
3028
- noDataMsg: string;
3029
- printdlgshow: string;
3030
- btnprint: string;
3031
- directPrint: boolean;
3032
- }>>;
3033
- outQuickSearch: import("vue").DefineComponent<{
3034
- item: {
3035
- type: PropType<ISearchType>;
3036
- default: () => void;
3037
- };
3038
- filterApiConfig: {
3039
- type: ObjectConstructor;
3040
- default: () => void;
3041
- };
3042
- }, {
3043
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
3044
- wordBookutils: {
3045
- hasArray: (arr: ISearchType[]) => boolean;
3046
- handleWordbookData(item: any, data: any, params: any): {
3047
- rows: never[];
3048
- hasFieldList: boolean;
3049
- searchPageConfig: {};
3050
- };
3051
- getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
3052
- };
3053
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3054
- item: {
3055
- type: PropType<ISearchType>;
3056
- default: () => void;
3057
- };
3058
- filterApiConfig: {
3059
- type: ObjectConstructor;
3060
- default: () => void;
3061
- };
3062
- }>> & {
3063
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
3064
- }>>;
3065
- emit: (event: "outFilterChange", ...args: any[]) => void;
3066
- fetchingWordbook: import("vue").Ref<boolean>;
3067
- initSearch: import("vue").Ref<boolean>;
3068
- handlePickerShowTime: import("vue").ComputedRef<(item: ISearchType) => false | {
3069
- defaultValue: moment.Moment[];
3070
- }>;
3071
- init: () => void;
3072
- handleWordBookSearch: (value: string, item: ISearchType, config?: any) => void;
3073
- dropdownVisibleChange: (open: boolean, item: ISearchType, config?: any) => void;
3074
- handleWordbookData: (item: ISearchType, data: any, params: any) => void;
3075
- getWordbookData: (o: any, obj: any) => Promise<any>;
3076
- rangePickerChange: (value: string, item: ISearchType) => void;
3077
- outFilterChange: (config?: {}) => void;
3078
- maxTagPlaceholder: (item: ISearchType) => number;
3079
- changeOutFilterNumber: (item: ISearchType) => void;
3080
- clearOutFilterNumber: (item: ISearchType) => void;
3081
- NInput: any;
3082
- NDatePicker: any;
3083
- multiSelect: import("vue").DefineComponent<{
3084
- item: {
3085
- type: PropType<ISearchType>;
3086
- default: () => void;
3087
- };
3088
- maxTagPlaceholder: {
3089
- type: FunctionConstructor;
3090
- default: () => {};
3091
- };
3092
- outFilterChange: {
3093
- type: FunctionConstructor;
3094
- default: () => {};
3095
- };
3096
- handleWordBookSearch: {
3097
- type: FunctionConstructor;
3098
- default: () => {};
3099
- };
3100
- dropdownVisibleChange: {
3101
- type: FunctionConstructor;
3102
- default: () => {};
3103
- };
3104
- source: {
3105
- type: StringConstructor;
3106
- default: string;
3107
- };
3108
- fetchingWordbook: {
3109
- type: BooleanConstructor;
3110
- default: boolean;
3111
- };
3112
- }, {
3113
- quickInputSelect: any;
3114
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3115
- item: {
3116
- type: PropType<ISearchType>;
3117
- default: () => void;
3118
- };
3119
- maxTagPlaceholder: {
3120
- type: FunctionConstructor;
3121
- default: () => {};
3122
- };
3123
- outFilterChange: {
3124
- type: FunctionConstructor;
3125
- default: () => {};
3126
- };
3127
- handleWordBookSearch: {
3128
- type: FunctionConstructor;
3129
- default: () => {};
3130
- };
3131
- dropdownVisibleChange: {
3132
- type: FunctionConstructor;
3133
- default: () => {};
3134
- };
3135
- source: {
3136
- type: StringConstructor;
3137
- default: string;
3138
- };
3139
- fetchingWordbook: {
3140
- type: BooleanConstructor;
3141
- default: boolean;
3142
- };
3143
- }>> & {}>>;
3144
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
3145
- isnoPages: import("vue").ComputedRef<boolean>;
3146
- hasShowKeys: import("vue").ComputedRef<boolean>;
3147
- showRemoveIcon: import("vue").ComputedRef<boolean>;
3148
- mode: import("vue").ComputedRef<boolean>;
3149
- renderList: import("vue").ComputedRef<any>;
3150
- createSuffixIcon: () => void;
3151
- filterOption: (...arg: any) => any;
3152
- handleSearchChangePage: (type: string) => void;
3153
- handleChange: () => void;
3154
- NSelect: any;
3155
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3156
- item: {
3157
- type: PropType<ISearchType>;
3158
- default: () => void;
3159
- };
3160
- maxTagPlaceholder: {
3161
- type: FunctionConstructor;
3162
- default: () => {};
3163
- };
3164
- outFilterChange: {
3165
- type: FunctionConstructor;
3166
- default: () => {};
3167
- };
3168
- handleWordBookSearch: {
3169
- type: FunctionConstructor;
3170
- default: () => {};
3171
- };
3172
- dropdownVisibleChange: {
3173
- type: FunctionConstructor;
3174
- default: () => {};
3175
- };
3176
- source: {
3177
- type: StringConstructor;
3178
- default: string;
3179
- };
3180
- fetchingWordbook: {
3181
- type: BooleanConstructor;
3182
- default: boolean;
3183
- };
3184
- }>>, {
3185
- item: ISearchType;
3186
- source: string;
3187
- outFilterChange: Function;
3188
- maxTagPlaceholder: Function;
3189
- handleWordBookSearch: Function;
3190
- dropdownVisibleChange: Function;
3191
- fetchingWordbook: boolean;
3192
- }>;
3193
- cTreeSelect: import("vue").DefineComponent<{
3194
- item: {
3195
- type: PropType<ISearchType>;
3196
- default: () => {
3197
- value: never[];
3198
- };
3199
- };
3200
- handleGetConfigApi: {
3201
- type: FunctionConstructor;
3202
- default: () => void;
3203
- };
3204
- filterApiConfig: {
3205
- type: ObjectConstructor;
3206
- };
3207
- outFilterChange: {
3208
- type: FunctionConstructor;
3209
- default: () => void;
3210
- };
3211
- }, {
3212
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3213
- item: {
3214
- type: PropType<ISearchType>;
3215
- default: () => {
3216
- value: never[];
3217
- };
3218
- };
3219
- handleGetConfigApi: {
3220
- type: FunctionConstructor;
3221
- default: () => void;
3222
- };
3223
- filterApiConfig: {
3224
- type: ObjectConstructor;
3225
- };
3226
- outFilterChange: {
3227
- type: FunctionConstructor;
3228
- default: () => void;
3229
- };
3230
- }>> & {}>>;
3231
- quickInputSelect: any;
3232
- treeData: import("vue").Ref<{
3233
- label: string;
3234
- key: string;
3235
- selectable: boolean;
3236
- scopedSlots: {
3237
- title: string;
3238
- };
3239
- }[]>;
3240
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
3241
- showRemoveIcon: import("vue").ComputedRef<boolean>;
3242
- init: () => Promise<void>;
3243
- handleMaxTag: () => string;
3244
- handleRequestedOptions: (item: ISearchType) => Promise<any>;
3245
- getSearchDefParams: (item: ISearchType) => any;
3246
- formatField: (value: any) => any;
3247
- hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
3248
- handleInitTreeData: (list: any, config: ISearchType) => void;
3249
- hanldeSetTreeDef: () => void;
3250
- maxTagPlaceholder: (item: ISearchType) => number;
3251
- treeSelect: (key: string, vnode: any) => void;
3252
- change: () => void;
3253
- handleDisabledTreeData: (list?: any, config?: any) => void;
3254
- createSuffixIcon: () => void;
3255
- NTreeSelect: any;
3256
- NSpin: any;
3257
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3258
- item: {
3259
- type: PropType<ISearchType>;
3260
- default: () => {
3261
- value: never[];
3262
- };
3263
- };
3264
- handleGetConfigApi: {
3265
- type: FunctionConstructor;
3266
- default: () => void;
3267
- };
3268
- filterApiConfig: {
3269
- type: ObjectConstructor;
3270
- };
3271
- outFilterChange: {
3272
- type: FunctionConstructor;
3273
- default: () => void;
3274
- };
3275
- }>>, {
3276
- item: ISearchType;
3277
- handleGetConfigApi: Function;
3278
- outFilterChange: Function;
3279
- }>;
3280
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "outFilterChange"[], "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3281
- item: {
3282
- type: PropType<ISearchType>;
3283
- default: () => void;
3284
- };
3285
- filterApiConfig: {
3286
- type: ObjectConstructor;
3287
- default: () => void;
3288
- };
3289
- }>> & {
3290
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
3291
- }, {
3292
- item: ISearchType;
3293
- filterApiConfig: Record<string, any>;
3294
- }>;
3295
- getBtnIcon: any;
3296
- ButtonGroup: import("vue").DefineComponent<{
3297
- title: {
3298
- type: (NumberConstructor | StringConstructor)[];
3299
- };
3300
- list: {
3301
- type: ArrayConstructor;
3302
- default: never[];
3303
- };
3304
- currentTempId: {
3305
- type: (NumberConstructor | StringConstructor)[];
3306
- };
3307
- }, {
3308
- BTNOBJ: {
3309
- copy: string;
3310
- pencil: string;
3311
- delete: string;
3312
- add: string;
3313
- download: string;
3314
- label: string;
3315
- queding: string;
3316
- del: string;
3317
- };
3318
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3319
- title: {
3320
- type: (NumberConstructor | StringConstructor)[];
3321
- };
3322
- list: {
3323
- type: ArrayConstructor;
3324
- default: never[];
3325
- };
3326
- currentTempId: {
3327
- type: (NumberConstructor | StringConstructor)[];
3328
- };
3329
- }>> & {
3330
- onShowDrawer?: ((...args: any[]) => any) | undefined;
3331
- onClickGroupBtn?: ((...args: any[]) => any) | undefined;
3332
- }>>;
3333
- emit: (event: "showDrawer" | "clickGroupBtn", ...args: any[]) => void;
3334
- btnObj: import("vue").Ref<{
3335
- copy: string;
3336
- pencil: string;
3337
- delete: string;
3338
- add: string;
3339
- download: string;
3340
- label: string;
3341
- queding: string;
3342
- del: string;
3343
- }>;
3344
- handleSelect: (key: string, option: any) => void;
3345
- showDrawer: (btn: any, j: number) => void;
3346
- clickBtn: (btn: any, j: number) => void;
3347
- NButton: any;
3348
- NDropdown: any;
3349
- TextOverTooltip: import("vue").DefineComponent<{
3350
- content: {
3351
- type: (NumberConstructor | StringConstructor)[];
3352
- required: false;
3353
- };
3354
- className: {
3355
- type: StringConstructor;
3356
- required: false;
3357
- };
3358
- refName: {
3359
- type: StringConstructor;
3360
- required: false;
3361
- };
3362
- effect: {
3363
- type: StringConstructor;
3364
- required: false;
3365
- default: string;
3366
- };
3367
- placement: {
3368
- type: StringConstructor;
3369
- required: false;
3370
- default: string;
3371
- };
3372
- tooltipTitle: {
3373
- type: (NumberConstructor | StringConstructor)[];
3374
- required: false;
3375
- default: string;
3376
- };
3377
- isAlias: {
3378
- type: BooleanConstructor;
3379
- required: false;
3380
- };
3381
- }, {
3382
- props: {
3383
- content?: string | number | undefined;
3384
- className?: string | undefined;
3385
- refName?: string | undefined;
3386
- effect: string;
3387
- placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
3388
- tooltipTitle: string | number;
3389
- isAlias?: boolean | undefined;
3390
- };
3391
- isDisabledTooltip: import("vue").Ref<boolean>;
3392
- curContent: import("vue").ComputedRef<string>;
3393
- $refName: any;
3394
- onMouseOver: (str: any) => void;
3395
- onMouseOut: () => void;
3396
- NTooltip: any;
3397
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3398
- content: {
3399
- type: (NumberConstructor | StringConstructor)[];
3400
- required: false;
3401
- };
3402
- className: {
3403
- type: StringConstructor;
3404
- required: false;
3405
- };
3406
- refName: {
3407
- type: StringConstructor;
3408
- required: false;
3409
- };
3410
- effect: {
3411
- type: StringConstructor;
3412
- required: false;
3413
- default: string;
3414
- };
3415
- placement: {
3416
- type: StringConstructor;
3417
- required: false;
3418
- default: string;
3419
- };
3420
- tooltipTitle: {
3421
- type: (NumberConstructor | StringConstructor)[];
3422
- required: false;
3423
- default: string;
3424
- };
3425
- isAlias: {
3426
- type: BooleanConstructor;
3427
- required: false;
3428
- };
3429
- }>>, {
3430
- effect: string;
3431
- placement: string;
3432
- tooltipTitle: string | number;
3433
- isAlias: boolean;
3434
- }>;
3435
- SvgIcon: import("vue").DefineComponent<{
3436
- iconClass: {
3437
- type: StringConstructor;
3438
- required: true;
3439
- default: string;
3440
- };
3441
- title: {
3442
- type: StringConstructor;
3443
- required: false;
3444
- default: string;
3445
- };
3446
- className: {
3447
- type: StringConstructor;
3448
- required: false;
3449
- };
3450
- }, {
3451
- props: {
3452
- iconClass: string;
3453
- title: string;
3454
- className?: string | undefined;
3455
- };
3456
- iconName: import("vue").ComputedRef<string>;
3457
- svgClass: import("vue").ComputedRef<string>;
3458
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3459
- iconClass: {
3460
- type: StringConstructor;
3461
- required: true;
3462
- default: string;
3463
- };
3464
- title: {
3465
- type: StringConstructor;
3466
- required: false;
3467
- default: string;
3468
- };
3469
- className: {
3470
- type: StringConstructor;
3471
- required: false;
3472
- };
3473
- }>>, {
3474
- title: string;
3475
- iconClass: string;
3476
- }>;
3477
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("showDrawer" | "clickGroupBtn")[], "showDrawer" | "clickGroupBtn", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3478
- title: {
3479
- type: (NumberConstructor | StringConstructor)[];
3480
- };
3481
- list: {
3482
- type: ArrayConstructor;
3483
- default: never[];
3484
- };
3485
- currentTempId: {
3486
- type: (NumberConstructor | StringConstructor)[];
3487
- };
3488
- }>> & {
3489
- onShowDrawer?: ((...args: any[]) => any) | undefined;
3490
- onClickGroupBtn?: ((...args: any[]) => any) | undefined;
3491
- }, {
3492
- list: unknown[];
3493
- }>;
3494
255
  RenderWidget: import("vue").DefineComponent<{
3495
256
  cfg: {
3496
257
  type: ObjectConstructor;
@@ -3523,26 +284,8 @@ declare const _default: import("vue").DefineComponent<{
3523
284
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3524
285
  }, {}>;
3525
286
  NIcon: any;
3526
- NInput: any;
3527
- NInputGroup: import("vue").DefineComponent<{
3528
- [x: string]: never;
3529
- [x: number]: never;
3530
- [x: symbol]: never;
3531
- }, {
3532
- mergedClsPrefix: import("vue").ComputedRef<string>;
3533
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3534
- [x: string]: never;
3535
- [x: number]: never;
3536
- [x: symbol]: never;
3537
- }>>, {}>;
3538
287
  NButton: any;
3539
- NTooltip: any;
3540
- NDropdown: any;
3541
- NUpload: any;
3542
288
  Search: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3543
- ChevronDownOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3544
- InformationCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3545
- CloudUploadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3546
289
  SvgIcon: import("vue").DefineComponent<{
3547
290
  iconClass: {
3548
291
  type: StringConstructor;
@@ -3585,260 +328,30 @@ declare const _default: import("vue").DefineComponent<{
3585
328
  title: string;
3586
329
  iconClass: string;
3587
330
  }>;
3588
- axios: import("axios").AxiosStatic;
3589
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache")[], "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3590
- width: {
3591
- type: StringConstructor;
3592
- default: string;
3593
- };
3594
- searchInputWidth: {
3595
- type: NumberConstructor;
3596
- default: number;
3597
- };
3598
- searchInputPlaceHolder: {
3599
- type: StringConstructor;
3600
- };
3601
- onSearch: {
3602
- type: FunctionConstructor;
3603
- };
3604
- rowBtnList: {
3605
- type: PropType<IbtnType[]>;
3606
- default: () => never[];
3607
- };
3608
- paramsData: {
3609
- type: any;
3610
- };
3611
- showButtonTop: {
3612
- type: (NumberConstructor | StringConstructor)[];
3613
- };
331
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit")[], "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3614
332
  showSettings: {
3615
333
  type: PropType<IsettingsType>;
3616
334
  default: () => {};
3617
335
  };
3618
- clickRowData: {
3619
- type: any;
3620
- };
3621
- value: {
3622
- type: StringConstructor;
3623
- };
3624
336
  searchFieldList: {
3625
- type: PropType<ISearchType[]>;
3626
- default: () => never[];
3627
- };
3628
- searchFieldLimit: {
3629
- type: ObjectConstructor;
3630
- default: () => {};
3631
- };
3632
- viewList: {
3633
- type: ArrayConstructor;
337
+ type: PropType<IApiServerType[]>;
3634
338
  default: () => never[];
3635
339
  };
3636
- TypeOfDisplay: {
3637
- type: StringConstructor;
3638
- default: string;
3639
- };
3640
- tableAllCheck: {
3641
- type: BooleanConstructor;
3642
- };
3643
340
  classificationIndex: {
3644
341
  type: NumberConstructor;
3645
342
  };
3646
- editTableSource: {
3647
- type: StringConstructor;
3648
- default: string;
3649
- };
3650
- showRelatedTreeBtn: {
3651
- type: BooleanConstructor;
3652
- };
3653
- relatedBaseInfo: {
3654
- type: ObjectConstructor;
3655
- };
3656
- onRelatedSearch: {
3657
- type: FunctionConstructor;
3658
- };
3659
- showResetFilterBtn: {
3660
- type: BooleanConstructor;
3661
- default: boolean;
3662
- };
3663
343
  qqConObjCount: {
3664
344
  type: NumberConstructor;
3665
345
  default: number;
3666
346
  };
3667
- conditionType: {
3668
- type: StringConstructor;
3669
- };
3670
- countCondition: {
3671
- type: (NumberConstructor | StringConstructor)[];
3672
- };
3673
- countTabCondition: {
3674
- type: NumberConstructor;
3675
- };
3676
- tabConditionNumObj: {
3677
- type: ObjectConstructor;
3678
- default: () => void;
3679
- };
3680
- isRelatedSearchFold: {
3681
- type: BooleanConstructor;
3682
- default: boolean;
3683
- };
3684
- tableId: {
3685
- type: StringConstructor;
3686
- default: string;
3687
- };
3688
- conditionMap: {
3689
- type: ObjectConstructor;
3690
- default: () => void;
3691
- };
3692
- getFilterData: {
3693
- type: FunctionConstructor;
3694
- };
3695
- oldtableData: {
3696
- type: ArrayConstructor;
3697
- };
3698
- isNestTableClick: {
3699
- type: BooleanConstructor;
3700
- };
3701
- isAdmin: {
3702
- type: BooleanConstructor;
3703
- default: boolean;
3704
- };
3705
- /**
3706
- * 导入量表配置
3707
- */
3708
- importGuageConfig: {
3709
- type: ObjectConstructor;
3710
- default: () => {
3711
- action: string;
3712
- };
3713
- };
3714
- /**
3715
- * 打印配置
3716
- */
3717
- printConfig: {
3718
- type: ObjectConstructor;
3719
- default: () => {
3720
- printBaseUrl: string;
3721
- postStepRule: () => Promise<{}>;
3722
- };
3723
- };
3724
- gettersConfig: {
3725
- type: ObjectConstructor;
3726
- default: () => {
3727
- getIsTile: boolean;
3728
- selectRowObj: never[];
3729
- isInlineOperating: boolean;
3730
- printNumberCache: {};
3731
- };
3732
- };
3733
- /**
3734
- * 是否展示行编辑的按钮
3735
- */
3736
- visibleInlineOperateBtn: {
3737
- type: BooleanConstructor;
3738
- default: boolean;
3739
- };
3740
- tabConditionList: {
3741
- type: PropType<IOriginConditionType[]>;
3742
- default: () => never[];
3743
- };
3744
- lastOutSearchFieldList: {
3745
- type: PropType<ISearchType[]>;
3746
- default: () => never[];
3747
- };
3748
- lastOutRelationQuickSearch: {
3749
- type: PropType<IrelationType[]>;
3750
- default: () => never[];
3751
- };
3752
- relationTableList: {
3753
- type: PropType<IrelationType[]>;
3754
- default: () => never[];
3755
- };
3756
- /**
3757
- * 筛选外显
3758
- */
3759
- filterApiConfigOutSearch: {
3760
- type: ObjectConstructor;
3761
- default: () => {};
3762
- };
3763
- useFieldList: {
3764
- type: PropType<ISearchType[]>;
3765
- default: () => never[];
3766
- };
3767
- editTableUid: (NumberConstructor | StringConstructor)[];
3768
- preventReTime: {
3769
- type: NumberConstructor;
3770
- default: number;
3771
- };
3772
- isCardNewBatch: {
3773
- type: BooleanConstructor;
3774
- deafult: boolean;
3775
- };
3776
- isBatchSelect: {
3777
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
3778
- default: string;
3779
- };
3780
- filterApiConfig: {
3781
- type: ObjectConstructor;
3782
- };
3783
347
  }>> & {
3784
- onInput?: ((...args: any[]) => any) | undefined;
3785
348
  onOnSave?: ((...args: any[]) => any) | undefined;
3786
- onTabClick?: ((...args: any[]) => any) | undefined;
3787
- onSetIsTile?: ((...args: any[]) => any) | undefined;
3788
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
3789
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
3790
349
  onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
3791
- onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
3792
- onBtnEvent?: ((...args: any[]) => any) | undefined;
3793
- onGetClassification?: ((...args: any[]) => any) | undefined;
3794
- onChangeSearch?: ((...args: any[]) => any) | undefined;
3795
- onReloadList?: ((...args: any[]) => any) | undefined;
3796
- onClickBtn?: ((...args: any[]) => any) | undefined;
3797
- onHandlerSetting?: ((...args: any[]) => any) | undefined;
3798
- onHandlerChangeView?: ((...args: any[]) => any) | undefined;
3799
- onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
3800
350
  onHandleReset?: ((...args: any[]) => any) | undefined;
3801
- onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
3802
- onImportUpdate?: ((...args: any[]) => any) | undefined;
3803
- onBtnEventTree?: ((...args: any[]) => any) | undefined;
3804
351
  onOutSearchInit?: ((...args: any[]) => any) | undefined;
3805
- onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
3806
- onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
3807
- onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
3808
352
  }, {
3809
- printConfig: Record<string, any>;
3810
- clickRowData: any;
3811
353
  showSettings: IsettingsType;
3812
- isBatchSelect: string | number | boolean;
3813
- width: string;
3814
- searchInputWidth: number;
3815
- rowBtnList: IbtnType[];
3816
- paramsData: any;
3817
- searchFieldList: ISearchType[];
3818
- searchFieldLimit: Record<string, any>;
3819
- viewList: unknown[];
3820
- TypeOfDisplay: string;
3821
- tableAllCheck: boolean;
3822
- editTableSource: string;
3823
- showRelatedTreeBtn: boolean;
3824
- showResetFilterBtn: boolean;
354
+ searchFieldList: IApiServerType[];
3825
355
  qqConObjCount: number;
3826
- tabConditionNumObj: Record<string, any>;
3827
- isRelatedSearchFold: boolean;
3828
- tableId: string;
3829
- conditionMap: Record<string, any>;
3830
- isNestTableClick: boolean;
3831
- isAdmin: boolean;
3832
- importGuageConfig: Record<string, any>;
3833
- gettersConfig: Record<string, any>;
3834
- visibleInlineOperateBtn: boolean;
3835
- tabConditionList: IOriginConditionType[];
3836
- lastOutSearchFieldList: ISearchType[];
3837
- lastOutRelationQuickSearch: IrelationType[];
3838
- relationTableList: IrelationType[];
3839
- filterApiConfigOutSearch: Record<string, any>;
3840
- useFieldList: ISearchType[];
3841
- preventReTime: number;
3842
- isCardNewBatch: boolean;
3843
356
  }>;
3844
357
  export default _default;