cnhis-design-vue 3.1.43-beta.3 → 3.1.43-beta.31

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 (145) hide show
  1. package/es/components/base-search/index.d.ts +51 -114
  2. package/es/components/base-search/src/index.vue.d.ts +51 -114
  3. package/es/components/base-search/src/index.vue.js +1 -1
  4. package/es/components/base-search/style/index.css +1 -1
  5. package/es/components/classification/index.d.ts +9 -6
  6. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -0
  7. package/es/components/classification/src/components/set-classification/index.vue.d.ts +8 -5
  8. package/es/components/classification/src/components/set-classification/index.vue.js +1 -1
  9. package/es/components/classification/src/components/table-modal/index.vue.d.ts +2 -2
  10. package/es/components/classification/src/index.vue.d.ts +9 -6
  11. package/es/components/fabric-chart/index.d.ts +1 -1
  12. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  13. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -1
  14. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +2 -1
  15. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +4 -4
  16. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  18. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +1 -1
  20. package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +3 -2
  22. package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
  23. package/es/components/form-config/index.d.ts +8 -8
  24. package/es/components/form-config/src/FormConfig.vue.d.ts +8 -8
  25. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -4
  26. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -4
  27. package/es/components/form-render/index.d.ts +4 -4
  28. package/es/components/form-render/src/FormRender.vue.d.ts +4 -4
  29. package/es/components/form-render/src/FormRender.vue.js +1 -1
  30. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -4
  31. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
  32. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
  33. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +6 -0
  34. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  35. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  36. package/es/components/form-render/src/components/renderer/select.js +1 -1
  37. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  38. package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +1 -1
  39. package/es/components/form-render/style/index.css +1 -1
  40. package/es/components/guide/index.d.ts +2 -0
  41. package/es/components/guide/index.js +1 -0
  42. package/es/components/guide/src/renderer.d.ts +37 -0
  43. package/es/components/guide/src/renderer.js +1 -0
  44. package/es/components/guide/src/types/index.d.ts +40 -0
  45. package/es/components/guide/src/useGuide.d.ts +6 -0
  46. package/es/components/guide/src/useGuide.js +1 -0
  47. package/es/components/guide/src/utils/index.d.ts +14 -0
  48. package/es/components/guide/src/utils/index.js +1 -0
  49. package/es/components/iho-select-label/index.d.ts +352 -0
  50. package/es/components/iho-select-label/index.js +1 -0
  51. package/es/components/iho-select-label/src/LabelFormContent.vue.d.ts +141 -0
  52. package/es/components/iho-select-label/src/LabelFormContent.vue.js +1 -0
  53. package/es/components/iho-select-label/src/SelectLabel.vue.d.ts +213 -0
  54. package/es/components/iho-select-label/src/SelectLabel.vue.js +1 -0
  55. package/es/components/iho-select-label/src/components/label-classify.vue.d.ts +63 -0
  56. package/es/components/iho-select-label/src/components/label-classify.vue.js +1 -0
  57. package/es/components/iho-select-label/src/types/index.d.ts +11 -0
  58. package/es/components/iho-select-label/src/types/index.js +1 -0
  59. package/es/components/iho-select-label/style/iho-select-label-iconfont.ttf +0 -0
  60. package/es/components/iho-select-label/style/index.css +1 -0
  61. package/es/components/iho-table/index.d.ts +9 -2
  62. package/es/components/iho-table/src/IhoTable.vue.d.ts +9 -2
  63. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  64. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +2 -2
  65. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.js +1 -1
  66. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +4 -1
  67. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -1
  68. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
  69. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.js +1 -1
  70. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
  71. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -11
  72. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
  73. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  74. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
  75. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  76. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
  77. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -3
  78. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
  79. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  80. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +2 -0
  81. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.js +1 -0
  82. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  83. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +1 -0
  84. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
  85. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
  86. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
  87. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  88. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
  89. package/es/components/iho-table/src/types/index.d.ts +4 -1
  90. package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
  91. package/es/components/iho-table/style/iconfont.ttf +0 -0
  92. package/es/components/iho-table/style/index.css +1 -1
  93. package/es/components/index.css +1 -1
  94. package/es/components/index.d.ts +4 -1
  95. package/es/components/index.js +1 -1
  96. package/es/components/info-header/index.d.ts +8 -8
  97. package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -8
  98. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +4 -4
  99. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -4
  100. package/es/components/keyboard/src/components/InputNumber.vue.js +1 -1
  101. package/es/components/quick-search/index.d.ts +55 -224
  102. package/es/components/quick-search/src/index.vue.d.ts +55 -224
  103. package/es/components/quick-search/src/index.vue.js +1 -1
  104. package/es/components/quick-search/style/index.css +1 -1
  105. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
  106. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
  107. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
  108. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  109. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
  110. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
  111. package/es/components/shortcut-setter/index.d.ts +4 -4
  112. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +4 -4
  113. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +3 -0
  114. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -0
  115. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
  116. package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
  117. package/es/components/table-filter/src/components/render-widget/components/Date.vue.d.ts +84 -0
  118. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  119. package/es/components/table-filter/src/components/render-widget/components/DateRange.vue.d.ts +118 -0
  120. package/es/components/table-filter/src/components/render-widget/components/DateRange.vue.js +1 -0
  121. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +67 -0
  122. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.js +1 -0
  123. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +27 -8
  124. package/es/components/table-filter/src/components/render-widget/components/Select.vue.js +1 -1
  125. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -2
  126. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  127. package/es/components/table-filter/src/components/render-widget/enums.d.ts +17 -0
  128. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  129. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +5 -0
  130. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  131. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +13 -3
  132. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  133. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +241 -16
  134. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  135. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +6 -2
  136. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  137. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -0
  138. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  139. package/es/components/table-filter/src/types/enums.d.ts +3 -0
  140. package/es/components/table-filter/src/types/enums.js +1 -1
  141. package/es/components/table-filter/src/types/index.d.ts +27 -87
  142. package/es/shared/package.json.js +1 -1
  143. package/package.json +2 -2
  144. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useTriggerEvent.d.ts +0 -0
  145. /package/es/components/{iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useTriggerEvent.js → guide/src/types/index.js} +0 -0
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{
30
30
  outQuickSearchFn: {
31
31
  handlerInitSearchItem(arr: ISearchType[]): void;
32
32
  };
33
- getDefValByRenderWidget: (cfg: ISearchType) => any;
34
33
  getRenderSearchConObj: (cfg: ISearchType) => {
34
+ widgetType: any;
35
35
  field_key: string;
36
36
  con: string | undefined;
37
37
  value: any[] | null;
@@ -46,15 +46,19 @@ declare const _default: import("vue").DefineComponent<{
46
46
  setting: string;
47
47
  widgetCfg: {
48
48
  isRender: boolean;
49
+ isInit: boolean;
49
50
  widgetType: string | null;
50
51
  valueList: {
51
52
  value: any;
52
- label: string;
53
+ label: any;
53
54
  }[] | undefined;
54
55
  defaultValue: any;
55
56
  defValueUnit: any;
56
57
  multiple: boolean;
58
+ manualMapping: boolean | null | undefined;
59
+ dynamicOptionInfo: import("../../../../es/components/table-filter/src/types").dynamicOptionInfoType | {} | undefined;
57
60
  };
61
+ rangeFilter: boolean | undefined;
58
62
  title: string;
59
63
  alias: string | undefined;
60
64
  isShowSearch: number;
@@ -62,7 +66,7 @@ declare const _default: import("vue").DefineComponent<{
62
66
  explicitRequired: number;
63
67
  advanceOptionSetting: string;
64
68
  placeholder: string | undefined;
65
- advanceColWidth: string;
69
+ advanceColWidth: number | null | undefined;
66
70
  }[];
67
71
  getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
68
72
  transformParams: (paramsList: any) => {};
@@ -94,120 +98,28 @@ declare const _default: import("vue").DefineComponent<{
94
98
  }>;
95
99
  showInner: import("vue").Ref<boolean>;
96
100
  quickSearch: import("vue").Ref<{
101
+ isShowSearch?: number | undefined;
102
+ filterExplicit?: number | undefined;
103
+ explicitRequired?: number | undefined;
104
+ advanceOptionSetting?: string | undefined;
105
+ explicitDefaultVal?: string | undefined;
106
+ advanceColWidth?: string | undefined;
107
+ fieldType?: string | undefined;
97
108
  columnName: string;
98
109
  title: string;
99
- fieldType?: string | undefined;
100
- filterExplicit?: number | undefined;
101
- isShowSearch?: number | undefined;
102
- setting?: any;
103
- settingObj?: any;
104
110
  placeholder?: string | undefined;
105
- AGEAttr?: boolean | undefined;
106
- CL?: string | undefined;
107
- CONVERT?: any;
108
- EVALUATEAttr?: boolean | undefined;
109
- EQ?: string | undefined;
110
- LABELAttr?: boolean | undefined;
111
- _isBlock?: boolean | undefined;
111
+ settingObj?: any;
112
+ setting?: any;
113
+ widgetCfg?: any;
114
+ rangeFilter?: boolean | undefined;
112
115
  _frontId?: any;
113
- NUMBERFiled?: boolean | undefined;
114
- PASSWORDTYPE?: boolean | undefined;
115
- advanceColWidth?: string | undefined;
116
- advanceOptionSetting?: string | undefined;
117
- alias?: string | undefined;
118
- ageObj?: any;
119
- attr?: string | undefined;
120
- bigValue?: string | number | undefined;
121
- classify?: string | undefined;
122
- colWidth?: number | undefined;
123
- columnFullName?: string | undefined;
124
- com?: string | undefined;
125
- comType?: string | undefined;
126
- comAttr?: string | undefined;
127
- con?: string | undefined;
128
- dataSource?: any;
129
- dictionarieObj?: any;
130
- explicitRequired?: number | undefined;
131
- explicitDefaultVal?: string | undefined;
132
- extraField?: boolean | undefined;
133
- fieldSetting?: string | undefined;
134
- format?: string | undefined;
135
- i18n?: string | undefined;
136
- id?: string | undefined;
137
- inputVal?: string | undefined;
138
- inputUnit?: string | undefined;
139
- isAvg?: number | undefined;
140
- isEdit?: number | undefined;
141
- isFixed?: number | undefined;
142
- isFixedShow?: number | undefined;
143
- isFontWeight?: number | undefined;
144
- isMerge?: number | undefined;
145
- isOrder?: number | undefined;
146
- isPreciseSearch?: boolean | undefined;
147
116
  isRender?: boolean | undefined;
148
- isSearch?: number | undefined;
149
- isShow?: number | undefined;
150
- isSort?: number | undefined;
151
- isSum?: number | undefined;
152
- labelObj?: any;
153
- labelList?: {
154
- labelId?: string | undefined;
155
- change_text: string;
156
- field_key: string;
157
- filter: {
158
- con: string;
159
- conName?: string | undefined;
160
- field_key: string;
161
- key?: string | undefined;
162
- value: string;
163
- }[];
164
- label: string;
165
- labelName: string;
166
- sqlExpression: string;
167
- value: string;
168
- isSelect?: boolean | undefined;
169
- }[] | undefined;
170
- labelSelectList?: {
171
- labelId?: string | undefined;
172
- change_text: string;
173
- field_key: string;
174
- filter: {
175
- con: string;
176
- conName?: string | undefined;
177
- field_key: string;
178
- key?: string | undefined;
179
- value: string;
180
- }[];
181
- label: string;
182
- labelName: string;
183
- sqlExpression: string;
184
- value: string;
185
- isSelect?: boolean | undefined;
186
- }[] | undefined;
187
- lessValue?: string | number | undefined;
188
- marginx?: string | undefined;
189
- notParticipatingSearch?: number | undefined;
190
- order?: string | undefined;
191
- QUOTE?: any;
192
- searchPageConfig?: any;
193
- selecteds?: any;
194
- sequence?: number | undefined;
195
- showDate?: boolean | undefined;
196
- showFormat?: string | undefined;
197
- showTime?: boolean | undefined;
198
- sid?: string | undefined;
199
- start_val?: number | null | undefined;
200
- end_val?: number | null | undefined;
201
- tempCon?: any;
202
- tableId?: string | undefined;
203
- value?: any;
204
- unit?: string | undefined;
205
- widgetCfg?: any;
206
- formTitle?: string | undefined;
207
- random_key?: string | undefined;
208
117
  widgetType?: any;
209
- hasFieldList?: any;
210
- search_DefaultValue?: any;
118
+ con?: string | undefined;
119
+ _isBlock?: boolean | undefined;
120
+ value?: any;
121
+ sid?: string | undefined;
122
+ alias?: string | undefined;
211
123
  }[]>;
212
124
  parentNames: import("vue").Ref<{
213
125
  disabled: boolean;
@@ -221,120 +133,28 @@ declare const _default: import("vue").DefineComponent<{
221
133
  handleName: import("vue").ComputedRef<(item: ISearchType, key?: string) => any>;
222
134
  init: () => void;
223
135
  onFilterSearch: () => {
136
+ isShowSearch?: number | undefined;
137
+ filterExplicit?: number | undefined;
138
+ explicitRequired?: number | undefined;
139
+ advanceOptionSetting?: string | undefined;
140
+ explicitDefaultVal?: string | undefined;
141
+ advanceColWidth?: string | undefined;
142
+ fieldType?: string | undefined;
224
143
  columnName: string;
225
144
  title: string;
226
- fieldType?: string | undefined;
227
- filterExplicit?: number | undefined;
228
- isShowSearch?: number | undefined;
229
- setting?: any;
230
- settingObj?: any;
231
145
  placeholder?: string | undefined;
232
- AGEAttr?: boolean | undefined;
233
- CL?: string | undefined;
234
- CONVERT?: any;
235
- EVALUATEAttr?: boolean | undefined;
236
- EQ?: string | undefined;
237
- LABELAttr?: boolean | undefined;
238
- _isBlock?: boolean | undefined;
146
+ settingObj?: any;
147
+ setting?: any;
148
+ widgetCfg?: any;
149
+ rangeFilter?: boolean | undefined;
239
150
  _frontId?: any;
240
- NUMBERFiled?: boolean | undefined;
241
- PASSWORDTYPE?: boolean | undefined;
242
- advanceColWidth?: string | undefined;
243
- advanceOptionSetting?: string | undefined;
244
- alias?: string | undefined;
245
- ageObj?: any;
246
- attr?: string | undefined;
247
- bigValue?: string | number | undefined;
248
- classify?: string | undefined;
249
- colWidth?: number | undefined;
250
- columnFullName?: string | undefined;
251
- com?: string | undefined;
252
- comType?: string | undefined;
253
- comAttr?: string | undefined;
254
- con?: string | undefined;
255
- dataSource?: any;
256
- dictionarieObj?: any;
257
- explicitRequired?: number | undefined;
258
- explicitDefaultVal?: string | undefined;
259
- extraField?: boolean | undefined;
260
- fieldSetting?: string | undefined;
261
- format?: string | undefined;
262
- i18n?: string | undefined;
263
- id?: string | undefined;
264
- inputVal?: string | undefined;
265
- inputUnit?: string | undefined;
266
- isAvg?: number | undefined;
267
- isEdit?: number | undefined;
268
- isFixed?: number | undefined;
269
- isFixedShow?: number | undefined;
270
- isFontWeight?: number | undefined;
271
- isMerge?: number | undefined;
272
- isOrder?: number | undefined;
273
- isPreciseSearch?: boolean | undefined;
274
151
  isRender?: boolean | undefined;
275
- isSearch?: number | undefined;
276
- isShow?: number | undefined;
277
- isSort?: number | undefined;
278
- isSum?: number | undefined;
279
- labelObj?: any;
280
- labelList?: {
281
- labelId?: string | undefined;
282
- change_text: string;
283
- field_key: string;
284
- filter: {
285
- con: string;
286
- conName?: string | undefined;
287
- field_key: string;
288
- key?: string | undefined;
289
- value: string;
290
- }[];
291
- label: string;
292
- labelName: string;
293
- sqlExpression: string;
294
- value: string;
295
- isSelect?: boolean | undefined;
296
- }[] | undefined;
297
- labelSelectList?: {
298
- labelId?: string | undefined;
299
- change_text: string;
300
- field_key: string;
301
- filter: {
302
- con: string;
303
- conName?: string | undefined;
304
- field_key: string;
305
- key?: string | undefined;
306
- value: string;
307
- }[];
308
- label: string;
309
- labelName: string;
310
- sqlExpression: string;
311
- value: string;
312
- isSelect?: boolean | undefined;
313
- }[] | undefined;
314
- lessValue?: string | number | undefined;
315
- marginx?: string | undefined;
316
- notParticipatingSearch?: number | undefined;
317
- order?: string | undefined;
318
- QUOTE?: any;
319
- searchPageConfig?: any;
320
- selecteds?: any;
321
- sequence?: number | undefined;
322
- showDate?: boolean | undefined;
323
- showFormat?: string | undefined;
324
- showTime?: boolean | undefined;
325
- sid?: string | undefined;
326
- start_val?: number | null | undefined;
327
- end_val?: number | null | undefined;
328
- tempCon?: any;
329
- tableId?: string | undefined;
330
- value?: any;
331
- unit?: string | undefined;
332
- widgetCfg?: any;
333
- formTitle?: string | undefined;
334
- random_key?: string | undefined;
335
152
  widgetType?: any;
336
- hasFieldList?: any;
337
- search_DefaultValue?: any;
153
+ con?: string | undefined;
154
+ _isBlock?: boolean | undefined;
155
+ value?: any;
156
+ sid?: string | undefined;
157
+ alias?: string | undefined;
338
158
  }[];
339
159
  getMergeConObj: () => ISearchParamsType[];
340
160
  getConObjParams: () => ISearchParamsType[];
@@ -345,8 +165,8 @@ declare const _default: import("vue").DefineComponent<{
345
165
  hanldeBlur: () => void;
346
166
  editParentName: (e: Event, item: IParentNamesType) => void;
347
167
  handleParentNameSelect: (item: IParentNamesType, index: number) => void;
348
- handleParentNamesRemove: (index: number, item: IParentNamesType) => void;
349
- handleParent: (index: number, item: IParentNamesType) => void;
168
+ handleParentNamesRemove: (index: number) => void;
169
+ handleParent: (index: number) => void;
350
170
  saveTableCondiTion: (params: ISaveType) => Promise<void>;
351
171
  cancelSaveToCalss: () => void;
352
172
  clearData: () => void;
@@ -653,6 +473,7 @@ declare const _default: import("vue").DefineComponent<{
653
473
  NIcon: any;
654
474
  NInput: any;
655
475
  NButton: any;
476
+ NPopover: any;
656
477
  CloseOutline: 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<{}>>, {}>;
657
478
  AddOutline: 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<{}>>, {}>;
658
479
  RenderWidget: import("vue").DefineComponent<{
@@ -663,19 +484,25 @@ declare const _default: import("vue").DefineComponent<{
663
484
  modelValue: {
664
485
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
665
486
  };
487
+ filterApiConfig: {
488
+ type: ObjectConstructor;
489
+ };
666
490
  }, any, {
667
491
  initialProps: {};
668
492
  }, {
669
493
  valueCp(): any;
670
494
  }, {
671
495
  search(): void;
672
- getEleWidth(cfg: any): string | undefined;
496
+ getEleWidth(cfg: any): {
497
+ width: string;
498
+ } | undefined;
673
499
  initComponentProps(cfg: any): void;
674
500
  generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
675
501
  [key: string]: any;
676
502
  }> | null;
677
- handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
678
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange")[], "update:modelValue" | "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
503
+ handleUpdate(val: any): void;
504
+ handleChangeInitState(_frontId: any, bool: any): void;
505
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange" | "changeInit")[], "update:modelValue" | "outFilterChange" | "changeInit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
679
506
  cfg: {
680
507
  type: ObjectConstructor;
681
508
  required: true;
@@ -683,9 +510,13 @@ declare const _default: import("vue").DefineComponent<{
683
510
  modelValue: {
684
511
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
685
512
  };
513
+ filterApiConfig: {
514
+ type: ObjectConstructor;
515
+ };
686
516
  }>> & {
687
517
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
688
518
  onOutFilterChange?: ((...args: any[]) => any) | undefined;
519
+ onChangeInit?: ((...args: any[]) => any) | undefined;
689
520
  }, {}>;
690
521
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig")[], "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
691
522
  searchFieldList: {
@@ -1 +1 @@
1
- import{defineComponent as e,ref as l,computed as a,watch as t,onMounted as i,openBlock as n,createElementBlock as o,createElementVNode as s,Fragment as r,renderList as u,unref as c,normalizeClass as d,createCommentVNode as v,toDisplayString as f,createBlock as m,createVNode as p,withCtx as h,createTextVNode as g,withDirectives as k,vShow as b,isRef as y}from"vue";import{useMessage as C,NModal as S,NCard as _,NIcon as x,NButton as q,NForm as A,NFormItem as w,NInput as F}from"naive-ui";import{CloseOutline as j,AddOutline as I}from"@vicons/ionicons5";import R from"../../table-filter/src/hooks/useMixins.js";import V from"../../table-filter/src/hooks/useRenderWidget.js";import D from"../../table-filter/src/hooks/useAdvanced.js";import E from"../../table-filter/src/components/render-widget/index.vue.js";import"moment/locale/zh-cn";import{cloneDeep as L}from"lodash-es";import U from"../../../_virtual/plugin-vue_export-helper.js";const z={class:"quick-search-block quick-search-table"},B={class:"quick-row"},T={class:"quick-item-title"},N={class:"quick-item-col"},O={class:"svg-wrap"},P={class:"flex_right"},Q={class:"class-filter-content"},W={class:"quickSearch-content"},M=s("span",{class:"label"},"父类名称:",-1),G=["onDblclick","onClick"],J={key:0,class:"s-content"};var H=U(e({__name:"index",props:{searchFieldList:{type:Array,default:()=>[]},quickSearchConfig:{type:Array,default:()=>[]},tableId:{type:String,default:""},filterApiConfig:{type:Object}},emits:["getFilterParam","onFilterSearch","clearQuickSearchConfig"],setup(e,{expose:U,emit:H}){const K=e,X={classname:{required:!0,message:"请输入分类名称",trigger:["input","blur"]}},Y=C(),{handleGetConfigApi:Z,outQuickSearchFn:$}=R(),{getDefValByRenderWidget:ee,getRenderSearchConObj:le,resetRenderWidgetValue:ae,isRender:te}=V(),{transformData:ie,getCacheDef:ne,transformParams:oe}=D(),se=l(null),re=l({classname:""});let ue=l(!1),ce=l([]),de=l([]),ve=l(!1),fe=l(""),me=a((()=>!!de.value.length&&de.value.some((e=>e.isAdd)))),pe=a((()=>(e,l="name")=>e.alias||e[l]));function he(){return function(e){if(!Array.isArray(e))return[];let l=[];for(let a=0;a<e.length;a++){let t=e[a];const i=le(t);!l.find((e=>e.field_key===i.field_key))&&i&&l.push(i)}return l.filter((e=>e.value))}(ce.value)||[]}function ge(){var e;null==(e=se.value)||e.validate((e=>{var l;if(e)return;let a=he();a.length||(a=[]);let t=null==(l=de.value.filter((e=>e.selected))[0])?void 0:l.value;!async function(e){var l;try{if(!await Z(e,"requestSaveTableCondiTion",{},K.filterApiConfig))return;ue.value=!1,null==(l=se.value)||l.restoreValidation(),re.value.classname="",de.value=[],Se()}catch(e){console.log(e)}}({tableId:K.tableId||"",setting:JSON.stringify({displayCategory:t,name:re.value.classname,conObj:a}),conditionList:"[]"})}))}function ke(e){var l;const a=null==(l=null==e?void 0:e.target)?void 0:l.nextElementSibling;setTimeout((()=>{a&&a.focus()})),ve.value=!0}function be(){ve.value=!1,fe.value&&(de.value.forEach((e=>e.selected=!1)),de.value.push({disabled:!0,value:fe.value,selected:!0,isAdd:!0}),fe.value="")}function ye(e,l){!function(e,l){de.value.splice(e,1)}(e)}function Ce(){ue.value=!1}function Se(){_e(ce.value),H("clearQuickSearchConfig")}function _e(e){Array.isArray(e)&&(e.forEach((e=>{ae(e)})),$.handlerInitSearchItem(ce.value))}return t((()=>K.searchFieldList),(e=>{e&&e.length>0&&function(){let e=L(ie(K.searchFieldList)).filter((e=>1==e.isShowSearch&&1!=e.filterExplicit))||[];ce.value=e||[],$.handlerInitSearchItem(ce.value)}()}),{immediate:!0,deep:!0}),t((()=>ce),(()=>{const e=he()||[],l=oe(e);H("getFilterParam",e,l)}),{deep:!0}),i((()=>{const e=K.quickSearchConfig;if(e&&e.length>0)return l=e,void ce.value.forEach(((e,a)=>{var t;if(te(e)){const a=l.find((l=>l.field_key===e.columnName));a&&(null==(t=a.value)?void 0:t.length)>0&&(e.value=ne(e,a.value))}}));var l;_e(ce.value)})),U({openSaveToCalss:function(){let e=he();e&&(e.length>0?ue.value=!0:Y.warning("请设置搜索条件"))},clearData:Se,onFilterSearch:function(){let e=he()||[];const l=oe(e);return H("onFilterSearch",e,l,!1),ce.value}}),(e,l)=>(n(),o("div",null,[s("div",z,[(n(!0),o(r,null,u(c(ce),(e=>(n(),o("div",{class:d(["quick-item",{"quick-block":e._isBlock}]),key:e.sid||e.columnName},[s("div",B,[v(" title "),s("div",T,[s("span",null,f(c(pe)(e,"title"))+"  ",1)]),v(" content "),s("div",N,[v(" 直接渲染组件 "),e.isRender?(n(),m(E,{key:0,cfg:e,modelValue:e.value,"onUpdate:modelValue":l=>e.value=l},null,8,["cfg","modelValue","onUpdate:modelValue"])):v("v-if",!0)])])],2)))),128))]),v(" 保存到分类的弹窗 "),p(c(S),{show:c(ue),maskClosable:!1,"positive-text":"确认","negative-text":"取消",onPositiveClick:ge,onNegativeClick:Ce,class:"classification-modal-block"},{default:h((()=>[p(c(_),{title:"设置筛选分类",style:{width:"520px"},bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},{"header-extra":h((()=>[s("div",O,[p(c(x),{component:c(j),size:"24",onClick:Ce},null,8,["component"])])])),footer:h((()=>[s("div",P,[p(c(q),{onClick:Ce},{default:h((()=>[g("取消")])),_:1}),p(c(q),{type:"info",onClick:ge},{default:h((()=>[g("确认")])),_:1})])])),default:h((()=>[s("div",Q,[p(c(A),{ref_key:"formRef",ref:se,"label-placement":"left",rules:X,model:re.value},{default:h((()=>[p(c(w),{label:"筛选集名称",path:"classname"},{default:h((()=>[p(c(F),{value:re.value.classname,"onUpdate:value":l[0]||(l[0]=e=>re.value.classname=e),placeholder:"请输入分类名称",clearable:""},null,8,["value"])])),_:1})])),_:1},8,["model"]),s("div",W,[M,(n(!0),o(r,null,u(c(de),((e,l)=>(n(),o("div",{class:d(["edit-tag",{"edit-tag-select":e.selected&&e.disabled}]),key:l,onDblclick:l=>function(e,l){l.disabled=!1,setTimeout((()=>{var l;null==(l=e.target)||l.focus()}),0)}(l,e),onClick:a=>function(e,l){e.disabled&&(de.value.forEach(((e,a)=>{a!==l&&(e.selected=!1)})),e.selected=!e.selected)}(e,l)},[e.disabled?(n(),o("div",J,[s("span",null,f(e.value),1)])):(n(),m(c(F),{key:1,style:{width:"100px"},value:e.value,"onUpdate:value":l=>e.value=l,disabled:e.disabled,onBlur:()=>e.disabled=!0,maxLength:10},null,8,["value","onUpdate:value","disabled","onBlur"])),p(c(x),{component:c(j),class:"anticon-close",size:"20",onClick:e=>ye(l)},null,8,["component","onClick"])],42,G)))),128)),c(me)?v("v-if",!0):(n(),o(r,{key:0},[k(p(c(q),{dashed:"",icon:"plus",class:"ant-btn",onClick:ke},{default:h((()=>[p(c(x),{component:c(I),size:"20"},null,8,["component"]),g("添加分类 ")])),_:1},512),[[b,!c(ve)]]),k(p(c(F),{style:{width:"100px"},class:"edit-tag",value:c(fe),"onUpdate:value":l[1]||(l[1]=e=>y(fe)?fe.value=e:fe=e),valueModifiers:{trim:!0},onBlur:be,maxLength:10},null,8,["value"]),[[b,c(ve)]])],64))])])])),_:1})])),_:1},8,["show"])]))}}),[["__file","index.vue"]]);export{H as default};
1
+ import{defineComponent as e,ref as l,computed as a,watch as t,onMounted as i,openBlock as n,createElementBlock as o,createElementVNode as r,Fragment as s,renderList as u,unref as c,normalizeClass as d,createCommentVNode as v,createVNode as f,withCtx as m,createTextVNode as p,toDisplayString as h,createBlock as g,withDirectives as k,vShow as b,isRef as y}from"vue";import{useMessage as C,NPopover as _,NModal as S,NCard as x,NIcon as A,NButton as q,NForm as w,NFormItem as F,NInput as j}from"naive-ui";import{CloseOutline as I,AddOutline as E}from"@vicons/ionicons5";import L from"../../table-filter/src/hooks/useMixins.js";import R from"../../table-filter/src/hooks/useRenderWidget.js";import U from"../../table-filter/src/hooks/useAdvanced.js";import V from"../../table-filter/src/components/render-widget/index.vue.js";import"moment/locale/zh-cn";import{cloneDeep as z}from"lodash-es";import D from"../../../_virtual/plugin-vue_export-helper.js";const T={class:"quick-search-block quick-search-table"},B={class:"quick-row"},N={class:"quick-item-title"},O={class:"quick-item-col"},P={class:"svg-wrap"},Q={class:"flex_right"},M={class:"class-filter-content"},W={class:"quickSearch-content"},G=r("span",{class:"label"},"父类名称:",-1),J=["onDblclick","onClick"],H={key:0,class:"s-content"};var K=D(e({__name:"index",props:{searchFieldList:{type:Array,default:()=>[]},quickSearchConfig:{type:Array,default:()=>[]},tableId:{type:String,default:""},filterApiConfig:{type:Object}},emits:["getFilterParam","onFilterSearch","clearQuickSearchConfig"],setup(e,{expose:D,emit:K}){const X=e,Y={classname:{required:!0,message:"请输入分类名称",trigger:["input","blur"]}},Z=C(),{handleGetConfigApi:$,outQuickSearchFn:ee}=L(),{getRenderSearchConObj:le,resetRenderWidgetValue:ae,isRender:te}=R(),{transformData:ie,getCacheDef:ne,transformParams:oe}=U(),re=l(null),se=l({classname:""});let ue=l(!1),ce=l([]),de=l([]),ve=l(!1),fe=l(""),me=a((()=>!!de.value.length&&de.value.some((e=>e.isAdd)))),pe=a((()=>(e,l="name")=>e.alias||e[l]));function he(){return function(e){if(!Array.isArray(e))return[];let l=[];for(let a=0;a<e.length;a++){let t=e[a];const i=le(t);!l.find((e=>e.field_key===i.field_key))&&i&&l.push(i)}return l.filter((e=>e.value))}(ce.value)||[]}function ge(){var e;null==(e=re.value)||e.validate((e=>{var l;if(e)return;let a=he();a.length||(a=[]);let t=null==(l=de.value.filter((e=>e.selected))[0])?void 0:l.value;!async function(e){var l;try{if(!await $(e,"requestSaveTableCondiTion",{},X.filterApiConfig))return;ue.value=!1,null==(l=re.value)||l.restoreValidation(),se.value.classname="",de.value=[],_e()}catch(e){console.log(e)}}({tableId:X.tableId||"",setting:JSON.stringify({displayCategory:t,name:se.value.classname,conObj:a}),conditionList:"[]"})}))}function ke(e){var l;const a=null==(l=null==e?void 0:e.target)?void 0:l.nextElementSibling;setTimeout((()=>{a&&a.focus()})),ve.value=!0}function be(){ve.value=!1,fe.value&&(de.value.forEach((e=>e.selected=!1)),de.value.push({disabled:!0,value:fe.value,selected:!0,isAdd:!0}),fe.value="")}function ye(e){!function(e){de.value.splice(e,1)}(e)}function Ce(){ue.value=!1}function _e(){Se(ce.value),K("clearQuickSearchConfig")}function Se(e){Array.isArray(e)&&(e.forEach((e=>{ae(e)})),ee.handlerInitSearchItem(ce.value))}return t((()=>X.searchFieldList),(e=>{e&&e.length>0&&function(){let e=z(ie(X.searchFieldList)).filter((e=>1==e.isShowSearch&&1!=e.filterExplicit))||[];ce.value=e||[],ee.handlerInitSearchItem(ce.value)}()}),{immediate:!0,deep:!0}),t((()=>ce),(()=>{const e=he()||[],l=oe(e);K("getFilterParam",e,l)}),{deep:!0}),i((()=>{const e=X.quickSearchConfig;if(e&&e.length>0)return l=e,void ce.value.forEach((e=>{var a;if(te(e)){const t=l.find((l=>l.field_key===e.columnName));t&&(null==(a=t.value)?void 0:a.length)>0&&(e.value=ne(e,t.value))}}));var l;Se(ce.value)})),D({openSaveToCalss:function(){let e=he();e&&(e.length>0?ue.value=!0:Z.warning("请设置搜索条件"))},clearData:_e,onFilterSearch:function(){let e=he()||[];const l=oe(e);return K("onFilterSearch",e,l,!1),ce.value}}),(l,a)=>(n(),o("div",null,[r("div",T,[(n(!0),o(s,null,u(c(ce),(l=>(n(),o("div",{class:d(["quick-item",{"quick-block":l._isBlock}]),key:l.sid||l.columnName},[r("div",B,[v(" title "),r("div",N,[f(c(_),{trigger:"hover"},{trigger:m((()=>[p(h(c(pe)(l,"title")),1)])),default:m((()=>[r("span",null,h(c(pe)(l,"title")),1)])),_:2},1024)]),v(" content "),r("div",O,[v(" 直接渲染组件 "),l.isRender?(n(),g(V,{key:0,cfg:l,modelValue:l.value,filterApiConfig:e.filterApiConfig,"onUpdate:modelValue":e=>l.value=e},null,8,["cfg","modelValue","filterApiConfig","onUpdate:modelValue"])):v("v-if",!0)])])],2)))),128))]),v(" 保存到分类的弹窗 "),f(c(S),{show:c(ue),maskClosable:!1,"positive-text":"确认","negative-text":"取消",onPositiveClick:ge,onNegativeClick:Ce,class:"classification-modal-block"},{default:m((()=>[f(c(x),{title:"设置筛选分类",style:{width:"520px"},bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},{"header-extra":m((()=>[r("div",P,[f(c(A),{component:c(I),size:"24",onClick:Ce},null,8,["component"])])])),footer:m((()=>[r("div",Q,[f(c(q),{onClick:Ce},{default:m((()=>[p("取消")])),_:1}),f(c(q),{type:"info",onClick:ge},{default:m((()=>[p("确认")])),_:1})])])),default:m((()=>[r("div",M,[f(c(w),{ref_key:"formRef",ref:re,"label-placement":"left",rules:Y,model:se.value},{default:m((()=>[f(c(F),{label:"筛选集名称",path:"classname"},{default:m((()=>[f(c(j),{value:se.value.classname,"onUpdate:value":a[0]||(a[0]=e=>se.value.classname=e),placeholder:"请输入分类名称",clearable:""},null,8,["value"])])),_:1})])),_:1},8,["model"]),r("div",W,[G,(n(!0),o(s,null,u(c(de),((e,l)=>(n(),o("div",{class:d(["edit-tag",{"edit-tag-select":e.selected&&e.disabled}]),key:l,onDblclick:l=>function(e,l){l.disabled=!1,setTimeout((()=>{var l;null==(l=e.target)||l.focus()}),0)}(l,e),onClick:a=>function(e,l){e.disabled&&(de.value.forEach(((e,a)=>{a!==l&&(e.selected=!1)})),e.selected=!e.selected)}(e,l)},[e.disabled?(n(),o("div",H,[r("span",null,h(e.value),1)])):(n(),g(c(j),{key:1,style:{width:"100px"},value:e.value,"onUpdate:value":l=>e.value=l,disabled:e.disabled,onBlur:()=>e.disabled=!0,maxLength:10},null,8,["value","onUpdate:value","disabled","onBlur"])),f(c(A),{component:c(I),class:"anticon-close",size:"20",onClick:e=>ye(l)},null,8,["component","onClick"])],42,J)))),128)),c(me)?v("v-if",!0):(n(),o(s,{key:0},[k(f(c(q),{dashed:"",icon:"plus",class:"ant-btn",onClick:ke},{default:m((()=>[f(c(A),{component:c(E),size:"20"},null,8,["component"]),p("添加分类 ")])),_:1},512),[[b,!c(ve)]]),k(f(c(j),{style:{width:"100px"},class:"edit-tag",value:c(fe),"onUpdate:value":a[1]||(a[1]=e=>y(fe)?fe.value=e:fe=e),valueModifiers:{trim:!0},onBlur:be,maxLength:10},null,8,["value"]),[[b,c(ve)]])],64))])])])),_:1})])),_:1},8,["show"])]))}}),[["__file","index.vue"]]);export{K as default};
@@ -1 +1 @@
1
- .classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{margin-bottom:10px;margin-right:10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;line-height:36px;position:absolute;right:5px;top:2px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:0 10px;width:100px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .s-content{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding-top:12px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex;flex-wrap:wrap}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px}.quick-search-block .quick-item .quick-row{align-items:center;display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{line-height:32px;min-width:80px;padding-left:12px;text-align:right}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 12px}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block}
1
+ .classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{margin-bottom:10px;margin-right:10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;line-height:36px;position:absolute;right:5px;top:2px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:0 10px;width:100px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .s-content{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding-top:12px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex;flex-wrap:wrap}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.render-widget-input-number-group{align-items:center;display:flex}.render-widget-input-number-group .divider{text-align:center;width:24px}.n-base-select-option__content{width:100%}.n-base-select-option__content .select-widget-dynamic-option{display:flex;flex-wrap:nowrap;width:100%}.n-base-select-option__content .select-widget-dynamic-option .select-widget-dynamic-item{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.render-widget-date-range{align-items:center;display:flex;flex-wrap:nowrap;width:100%}.render-widget-date-range .radio-date-group{border:1px solid #d9d9d9;display:flex}.render-widget-date-range .radio-date-group .radio-date-item{border-left:1px solid #d9d9d9;cursor:pointer;height:30px;line-height:30px;padding:0 8px}.render-widget-date-range .radio-date-group .radio-date-item:first-child{border:none}.render-widget-date-range .radio-date-group .radio-date-item.radio-date-item-active{background:#3e65cf;border-color:#3e65cf;color:#fff}.render-widget-date-range .select-date-left{margin-left:16px}.render-widget-date-range .select-date-right{margin-right:16px}.render-widget-date-range .date-detail-range{display:flex;flex-wrap:nowrap}.render-widget-date-range .date-detail-range .divider{text-align:center;width:10px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px;width:20%}.quick-search-block .quick-item .quick-row{align-items:center;display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{box-sizing:border-box;flex-basis:134px;line-height:32px;min-width:130px;overflow:hidden;padding-left:4px;padding-right:4px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 4px;width:calc(100% - 134px)}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block;width:100%}
@@ -0,0 +1,36 @@
1
+ export const __esModule: true;
2
+ declare const _default: vue_1.DefineComponent<{
3
+ form: {
4
+ type: ObjectConstructor;
5
+ default: () => void;
6
+ };
7
+ item: {
8
+ type: ObjectConstructor;
9
+ default: () => void;
10
+ };
11
+ isLock: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, "scaleChange"[], "scaleChange", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
16
+ form: {
17
+ type: ObjectConstructor;
18
+ default: () => void;
19
+ };
20
+ item: {
21
+ type: ObjectConstructor;
22
+ default: () => void;
23
+ };
24
+ isLock: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ }>> & {
29
+ onScaleChange?: ((...args: any[]) => any) | undefined;
30
+ }, {
31
+ item: Record<string, any>;
32
+ isLock: boolean;
33
+ form: Record<string, any>;
34
+ }>;
35
+ export default _default;
36
+ import vue_1 = require("vue");
@@ -0,0 +1,36 @@
1
+ export const __esModule: true;
2
+ declare const _default: vue_1.DefineComponent<{
3
+ form: {
4
+ type: ObjectConstructor;
5
+ default: () => {};
6
+ };
7
+ item: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
11
+ isLock: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, "scaleChange"[], "scaleChange", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
16
+ form: {
17
+ type: ObjectConstructor;
18
+ default: () => {};
19
+ };
20
+ item: {
21
+ type: ObjectConstructor;
22
+ default: () => {};
23
+ };
24
+ isLock: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ }>> & {
29
+ onScaleChange?: ((...args: any[]) => any) | undefined;
30
+ }, {
31
+ item: Record<string, any>;
32
+ isLock: boolean;
33
+ form: Record<string, any>;
34
+ }>;
35
+ export default _default;
36
+ import vue_1 = require("vue");
@@ -0,0 +1,82 @@
1
+ export const __esModule: true;
2
+ declare const _default: vue_1.DefineComponent<{
3
+ title: {
4
+ type: (StringConstructor | FunctionConstructor)[];
5
+ default: string;
6
+ };
7
+ changeSize: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ closable: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ modalWidth: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ modalHeight: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ handleOk: {
24
+ type: FunctionConstructor;
25
+ default: () => {};
26
+ };
27
+ cancel: {
28
+ type: FunctionConstructor;
29
+ default: () => {};
30
+ };
31
+ visible: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, ("update:visible" | "onClose")[], "onClose" | "update:visible", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
36
+ title: {
37
+ type: (StringConstructor | FunctionConstructor)[];
38
+ default: string;
39
+ };
40
+ changeSize: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ closable: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ modalWidth: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ modalHeight: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ handleOk: {
57
+ type: FunctionConstructor;
58
+ default: () => {};
59
+ };
60
+ cancel: {
61
+ type: FunctionConstructor;
62
+ default: () => {};
63
+ };
64
+ visible: {
65
+ type: BooleanConstructor;
66
+ default: boolean;
67
+ };
68
+ }>> & {
69
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
70
+ onOnClose?: ((...args: any[]) => any) | undefined;
71
+ }, {
72
+ closable: boolean;
73
+ title: string | Function;
74
+ visible: boolean;
75
+ modalWidth: string;
76
+ modalHeight: string;
77
+ handleOk: Function;
78
+ cancel: Function;
79
+ changeSize: boolean;
80
+ }>;
81
+ export default _default;
82
+ import vue_1 = require("vue");
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
74
74
  modalWidth: string;
75
75
  modalHeight: string;
76
76
  handleOk: Function;
77
- changeSize: boolean;
78
77
  cancel: Function;
78
+ changeSize: boolean;
79
79
  }>;
80
80
  export default _default;