cnhis-design-vue 3.1.42-release.0 → 3.1.42-release.1

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 (246) hide show
  1. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  2. package/es/components/annotation-edit/src/type.d.ts +3 -0
  3. package/es/components/annotation-edit/style/index.css +1 -1
  4. package/es/components/base-search/index.d.ts +271 -0
  5. package/es/components/base-search/index.js +1 -0
  6. package/es/components/{table-filter/src/base-search-com/BaseSearch.vue.d.ts → base-search/src/index.vue.d.ts} +26 -113
  7. package/es/components/base-search/src/index.vue.js +1 -0
  8. package/es/components/base-search/style/iconfont.ttf +0 -0
  9. package/es/components/base-search/style/index.css +1 -0
  10. package/es/components/big-table/index.d.ts +4 -3
  11. package/es/components/big-table/src/BigTable.vue.d.ts +4 -3
  12. package/es/components/big-table/src/BigTable.vue2.js +1 -1
  13. package/es/components/big-table/style/index.css +1 -1
  14. package/es/components/button-print/index.d.ts +7 -6
  15. package/es/components/button-print/src/ButtonPrint.vue.d.ts +7 -6
  16. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  17. package/es/components/button-print/src/api.d.ts +3 -0
  18. package/es/components/button-print/src/api.js +1 -0
  19. package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
  20. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
  21. package/es/components/button-print/src/utils/print.js +1 -1
  22. package/es/components/classification/index.d.ts +995 -0
  23. package/es/components/classification/index.js +1 -0
  24. package/es/components/{table-filter → classification}/src/components/search-filter/index.vue.d.ts +10 -93
  25. package/es/components/classification/src/components/search-filter/index.vue.js +1 -0
  26. package/es/components/{table-filter → classification}/src/components/set-classification/index.vue.d.ts +5 -130
  27. package/es/components/classification/src/components/set-classification/index.vue.js +1 -0
  28. package/es/components/{table-filter → classification}/src/components/table-modal/index.vue.d.ts +0 -42
  29. package/es/components/classification/src/components/table-modal/index.vue.js +1 -0
  30. package/es/components/classification/src/const/index.d.ts +2 -0
  31. package/es/components/classification/src/const/index.js +1 -0
  32. package/es/components/{table-filter/src/classification/Classification-com.vue.d.ts → classification/src/index.vue.d.ts} +57 -291
  33. package/es/components/classification/src/index.vue.js +1 -0
  34. package/es/components/classification/style/iconfont.ttf +0 -0
  35. package/es/components/classification/style/index.css +1 -0
  36. package/es/components/config-provider/index.d.ts +14 -0
  37. package/es/components/config-provider/index.js +1 -0
  38. package/es/components/config-provider/src/ConfigProvider.d.ts +14 -0
  39. package/es/components/config-provider/src/ConfigProvider.js +1 -0
  40. package/es/components/config-provider/src/interface.d.ts +19 -0
  41. package/es/components/config-provider/src/interface.js +1 -0
  42. package/es/components/config-provider/src/utils/index.d.ts +2 -0
  43. package/es/components/config-provider/src/utils/index.js +1 -0
  44. package/es/components/date-picker/index.d.ts +12 -0
  45. package/es/components/date-picker/index.js +1 -0
  46. package/es/components/date-picker/src/DatePicker.vue.d.ts +12 -0
  47. package/es/components/date-picker/src/DatePicker.vue.js +1 -0
  48. package/es/components/fabric-chart/index.d.ts +2 -2
  49. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  50. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  51. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
  52. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  53. package/es/components/fabric-chart/src/hooks/useRight.js +1 -1
  54. package/es/components/field-set/index.d.ts +84 -15
  55. package/es/components/field-set/src/FieldSet.vue.d.ts +80 -29
  56. package/es/components/field-set/src/types/index.d.ts +18 -0
  57. package/es/components/field-set/src/types/index.js +1 -0
  58. package/es/components/form-config/index.d.ts +46 -37
  59. package/es/components/form-config/src/FormConfig.vue.d.ts +46 -37
  60. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  61. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -16
  62. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -19
  63. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +9 -1
  64. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  65. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +33 -6
  66. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  67. package/es/components/form-config/style/index.css +1 -1
  68. package/es/components/form-render/index.d.ts +16 -16
  69. package/es/components/form-render/src/FormRender.vue.d.ts +16 -16
  70. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +16 -16
  71. package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
  72. package/es/components/form-render/src/components/renderer/complex.d.ts +1 -1
  73. package/es/components/form-render/src/components/renderer/date.js +1 -1
  74. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
  75. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
  76. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
  77. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  78. package/es/components/form-render/src/components/renderer/select.js +1 -1
  79. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
  80. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  81. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +4 -2
  82. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  83. package/es/components/form-render/style/index.css +1 -1
  84. package/es/components/iho-table/index.d.ts +3 -0
  85. package/es/components/iho-table/src/IhoTable.vue.d.ts +3 -0
  86. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  87. package/es/components/iho-table/src/constants/index.d.ts +6 -5
  88. package/es/components/iho-table/src/constants/index.js +1 -1
  89. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -1
  90. package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
  91. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +3 -1
  92. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -1
  93. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
  94. package/es/components/iho-table/src/plugins/index.js +1 -1
  95. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
  96. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +12 -7
  97. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
  98. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  99. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  100. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +1 -1
  101. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
  102. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +12 -1
  103. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
  104. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
  105. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -1
  106. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
  107. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -0
  108. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -0
  109. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
  110. package/es/components/iho-table/src/types/index.d.ts +2 -0
  111. package/es/components/iho-table/src/types/pluginType.d.ts +3 -1
  112. package/es/components/iho-table/src/utils/index.d.ts +2 -0
  113. package/es/components/iho-table/src/utils/index.js +1 -1
  114. package/es/components/iho-table/style/index.css +1 -1
  115. package/es/components/index.css +1 -1
  116. package/es/components/index.d.ts +9 -2
  117. package/es/components/index.js +1 -1
  118. package/es/components/info-header/index.d.ts +3799 -156
  119. package/es/components/info-header/src/InfoHeader.vue.d.ts +3800 -156
  120. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  121. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1842 -0
  122. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +1 -0
  123. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1972 -0
  124. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +1 -0
  125. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +2 -2
  126. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +1 -1
  127. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -1
  128. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +2669 -139
  129. package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -1
  130. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +745 -0
  131. package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
  132. package/es/components/info-header/src/constants/index.d.ts +4 -0
  133. package/es/components/info-header/src/constants/index.js +1 -0
  134. package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +4 -0
  135. package/es/components/info-header/src/hooks/useThemeOverrides.js +1 -0
  136. package/es/components/info-header/src/types/index.d.ts +17 -3
  137. package/es/components/info-header/style/index.css +1 -1
  138. package/es/components/keyboard/index.d.ts +4 -2
  139. package/es/components/keyboard/src/Keyboard.vue.d.ts +4 -2
  140. package/es/components/keyboard/src/Keyboard.vue.js +1 -1
  141. package/es/components/keyboard/src/constants/index.d.ts +2 -0
  142. package/es/components/keyboard/src/constants/index.js +1 -0
  143. package/es/components/keyboard/style/index.css +1 -1
  144. package/es/components/quick-search/index.d.ts +713 -0
  145. package/es/components/quick-search/index.js +1 -0
  146. package/es/components/{table-filter/src/quick-search/QuickSearch.vue.d.ts → quick-search/src/index.vue.d.ts} +31 -120
  147. package/es/components/quick-search/src/index.vue.js +1 -0
  148. package/es/components/quick-search/style/index.css +1 -0
  149. package/es/components/recommend-search/index.d.ts +2 -2
  150. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
  151. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  152. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +1 -1
  153. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  154. package/es/components/scale-view/src/hooks/use-component.d.ts +69 -116
  155. package/es/components/search-cascader/index.d.ts +2 -2
  156. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +2 -2
  157. package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
  158. package/es/components/select-label/index.d.ts +70 -169
  159. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -53
  160. package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
  161. package/es/components/select-label/src/SelectLabel.vue.d.ts +70 -116
  162. package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
  163. package/es/components/select-label/src/components/label-classify.vue.js +1 -1
  164. package/es/components/select-label/style/iconfont.ttf +0 -0
  165. package/es/components/select-label/style/index.css +1 -1
  166. package/es/components/select-person/index.d.ts +1 -1
  167. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
  168. package/es/components/shortcut-setter/index.d.ts +17 -17
  169. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +17 -17
  170. package/es/components/steps-wheel/index.d.ts +1 -0
  171. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -0
  172. package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
  173. package/es/components/steps-wheel/src/constants/index.d.ts +2 -0
  174. package/es/components/steps-wheel/src/constants/index.js +1 -0
  175. package/es/components/steps-wheel/style/index.css +1 -1
  176. package/es/components/table-filter/index.d.ts +0 -2386
  177. package/es/components/table-filter/index.js +1 -1
  178. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +1 -0
  179. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -1
  180. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +1 -42
  181. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  182. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
  183. package/es/components/table-filter/src/components/render-widget/enums.d.ts +0 -8
  184. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  185. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +2 -1
  186. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  187. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
  188. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  189. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +4 -1
  190. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  191. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -54
  192. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  193. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  194. package/es/components/table-filter/src/tool/baseOptions.d.ts +8 -0
  195. package/es/components/table-filter/src/tool/baseOptions.js +1 -0
  196. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +0 -7
  197. package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
  198. package/es/components/table-filter/src/tool/transformData.d.ts +1 -37
  199. package/es/components/table-filter/src/tool/transformData.js +1 -1
  200. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  201. package/es/components/table-filter/src/types/enums.js +1 -1
  202. package/es/components/table-filter/src/types/index.d.ts +13 -243
  203. package/es/components/time-picker/index.d.ts +12 -0
  204. package/es/components/time-picker/index.js +1 -0
  205. package/es/components/time-picker/src/TimePicker.vue.d.ts +12 -0
  206. package/es/components/time-picker/src/TimePicker.vue.js +1 -0
  207. package/es/shared/mixins/index.d.ts +2 -0
  208. package/es/shared/mixins/index.js +1 -0
  209. package/es/shared/mixins/useDateTime.d.ts +6 -0
  210. package/es/shared/mixins/useDateTime.js +1 -0
  211. package/es/shared/mixins/useTheme.d.ts +3 -0
  212. package/es/shared/mixins/useTheme.js +1 -0
  213. package/es/shared/utils/index.d.ts +1 -0
  214. package/es/shared/utils/index.js +1 -1
  215. package/package.json +2 -2
  216. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +0 -2
  217. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +0 -1
  218. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +0 -1
  219. package/es/components/table-filter/src/classification/Classification-com.vue.js +0 -1
  220. package/es/components/table-filter/src/components/search-filter/index.vue.js +0 -1
  221. package/es/components/table-filter/src/components/set-classification/index.vue.js +0 -1
  222. package/es/components/table-filter/src/components/table-modal/index.vue.js +0 -1
  223. package/es/components/table-filter/src/const/index.d.ts +0 -5
  224. package/es/components/table-filter/src/const/index.js +0 -1
  225. package/es/components/table-filter/src/directive/resize.d.ts +0 -4
  226. package/es/components/table-filter/src/directive/resize.js +0 -1
  227. package/es/components/table-filter/src/hooks/export.d.ts +0 -1
  228. package/es/components/table-filter/src/hooks/export.js +0 -1
  229. package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +0 -8
  230. package/es/components/table-filter/src/hooks/useTableSearchCon.js +0 -1
  231. package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +0 -12
  232. package/es/components/table-filter/src/hooks/useWordBookutils.js +0 -1
  233. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +0 -1
  234. package/es/components/table-filter/src/tool/getWidgetType.d.ts +0 -1
  235. package/es/components/table-filter/src/tool/getWidgetType.js +0 -1
  236. package/es/components/table-filter/src/tool/options.d.ts +0 -18
  237. package/es/components/table-filter/src/tool/options.js +0 -1
  238. package/es/components/table-filter/src/tool/resizeSensor.d.ts +0 -16
  239. package/es/components/table-filter/src/tool/resizeSensor.js +0 -1
  240. package/es/components/table-filter/src/tool/time-domain.d.ts +0 -39
  241. package/es/components/table-filter/src/tool/time-domain.js +0 -1
  242. package/es/components/table-filter/src/tool/utils.d.ts +0 -4
  243. package/es/components/table-filter/src/tool/utils.js +0 -1
  244. package/es/components/table-filter/style/index.css +0 -1
  245. /package/es/components/{table-filter → classification}/src/directive/flexibleResize.d.ts +0 -0
  246. /package/es/components/{table-filter → classification}/src/directive/flexibleResize.js +0 -0
@@ -0,0 +1 @@
1
+ import{COMPONENT_NAMESPACE as r}from"../../shared/global/variable.js";import{safeComponentRegister as i}from"../../shared/utils/index.js";import o from"./src/index.vue.js";const s=o;s.install=function(o){i(o,s,r+"QuickSearch")};export{s as default};
@@ -1,23 +1,19 @@
1
1
  import { PropType } from 'vue';
2
+ import { IParentNamesType, ISearchType, ISaveType, IApiServerType, ISearchParamsType } from '../../../../es/components/table-filter/src/types';
2
3
  import 'moment/locale/zh-cn';
3
- import { IParentNamesType, ISearchType, ISaveType, IConditionMapType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  searchFieldList: {
6
6
  type: PropType<IApiServerType[]>;
7
7
  default: () => never[];
8
8
  };
9
- tableId: {
10
- type: StringConstructor;
11
- default: string;
9
+ quickSearchConfig: {
10
+ type: PropType<ISearchParamsType[]>;
11
+ default: () => never[];
12
12
  };
13
- source: {
13
+ tableId: {
14
14
  type: StringConstructor;
15
15
  default: string;
16
16
  };
17
- quickSearchListObj: {
18
- type: PropType<IConditionMapType>;
19
- default: () => {};
20
- };
21
17
  filterApiConfig: {
22
18
  type: ObjectConstructor;
23
19
  };
@@ -29,16 +25,12 @@ declare const _default: import("vue").DefineComponent<{
29
25
  trigger: string[];
30
26
  };
31
27
  };
32
- attrs: any;
33
28
  $message: import("naive-ui").MessageApi;
34
29
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
35
30
  outQuickSearchFn: {
36
- handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
37
31
  handlerInitSearchItem(arr: ISearchType[]): void;
38
- handleSetLabelOptions(labelType: any, el: ISearchType): void;
39
- getConObj(arr: any): any;
40
32
  };
41
- initRenderWidgetCfg: (cfg: ISearchType) => any;
33
+ getDefValByRenderWidget: (cfg: ISearchType) => any;
42
34
  getRenderSearchConObj: (cfg: ISearchType) => {
43
35
  field_key: string;
44
36
  con: string | undefined;
@@ -46,6 +38,7 @@ declare const _default: import("vue").DefineComponent<{
46
38
  unit: null;
47
39
  } | null;
48
40
  resetRenderWidgetValue: (cfg: ISearchType) => any;
41
+ isRender: (cfg: ISearchType) => any;
49
42
  transformData: (advancedFilterData: IApiServerType[]) => {
50
43
  fieldType: string;
51
44
  columnName: string;
@@ -71,36 +64,30 @@ declare const _default: import("vue").DefineComponent<{
71
64
  placeholder: string | undefined;
72
65
  advanceColWidth: string;
73
66
  }[];
67
+ getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
68
+ transformParams: (paramsList: any) => {};
74
69
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
75
70
  searchFieldList: {
76
71
  type: PropType<IApiServerType[]>;
77
72
  default: () => never[];
78
73
  };
79
- tableId: {
80
- type: StringConstructor;
81
- default: string;
74
+ quickSearchConfig: {
75
+ type: PropType<ISearchParamsType[]>;
76
+ default: () => never[];
82
77
  };
83
- source: {
78
+ tableId: {
84
79
  type: StringConstructor;
85
80
  default: string;
86
81
  };
87
- quickSearchListObj: {
88
- type: PropType<IConditionMapType>;
89
- default: () => {};
90
- };
91
82
  filterApiConfig: {
92
83
  type: ObjectConstructor;
93
84
  };
94
85
  }>> & {
95
- onOnSave?: ((...args: any[]) => any) | undefined;
96
- onGetParam?: ((...args: any[]) => any) | undefined;
97
- onFilterCountChange?: ((...args: any[]) => any) | undefined;
98
- onCloseModal?: ((...args: any[]) => any) | undefined;
99
- onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
86
+ onOnFilterSearch?: ((...args: any[]) => any) | undefined;
87
+ onGetFilterParam?: ((...args: any[]) => any) | undefined;
100
88
  onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
101
89
  }>>;
102
- emit: (event: "onSave" | "getParam" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", ...args: any[]) => void;
103
- ageAttrDomList: any;
90
+ emit: (event: "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", ...args: any[]) => void;
104
91
  formRef: any;
105
92
  formValue: import("vue").Ref<{
106
93
  classname: string;
@@ -116,32 +103,6 @@ declare const _default: import("vue").DefineComponent<{
116
103
  settingObj?: any;
117
104
  placeholder?: string | undefined;
118
105
  AGEAttr?: boolean | undefined;
119
- BIRTHDAY?: {
120
- con: any;
121
- limit_date?: any;
122
- start_val: any;
123
- end_val: any;
124
- unit?: string | undefined;
125
- units?: {
126
- con: string;
127
- title: string;
128
- name: string;
129
- units?: number | undefined;
130
- }[] | undefined;
131
- } | undefined;
132
- DATE?: {
133
- con: any;
134
- limit_date?: any;
135
- start_val: any;
136
- end_val: any;
137
- unit?: string | undefined;
138
- units?: {
139
- con: string;
140
- title: string;
141
- name: string;
142
- units?: number | undefined;
143
- }[] | undefined;
144
- } | undefined;
145
106
  CL?: string | undefined;
146
107
  CONVERT?: any;
147
108
  EVALUATEAttr?: boolean | undefined;
@@ -165,12 +126,6 @@ declare const _default: import("vue").DefineComponent<{
165
126
  comAttr?: string | undefined;
166
127
  con?: string | undefined;
167
128
  dataSource?: any;
168
- dateTeam?: {
169
- con: string;
170
- title: string;
171
- name: string;
172
- units?: number | undefined;
173
- }[] | undefined;
174
129
  dictionarieObj?: any;
175
130
  explicitRequired?: number | undefined;
176
131
  explicitDefaultVal?: string | undefined;
@@ -254,9 +209,6 @@ declare const _default: import("vue").DefineComponent<{
254
209
  hasFieldList?: any;
255
210
  search_DefaultValue?: any;
256
211
  }[]>;
257
- isChangeWindow: import("vue").Ref<boolean>;
258
- modalWidth: import("vue").Ref<string>;
259
- modalHeight: import("vue").Ref<string>;
260
212
  parentNames: import("vue").Ref<{
261
213
  disabled: boolean;
262
214
  isAdd?: boolean | undefined;
@@ -268,8 +220,7 @@ declare const _default: import("vue").DefineComponent<{
268
220
  parentNamesHasAdd: import("vue").ComputedRef<boolean>;
269
221
  handleName: import("vue").ComputedRef<(item: ISearchType, key?: string) => any>;
270
222
  init: () => void;
271
- handleParentName: () => void;
272
- onSave: () => {
223
+ onFilterSearch: () => {
273
224
  columnName: string;
274
225
  title: string;
275
226
  fieldType?: string | undefined;
@@ -279,32 +230,6 @@ declare const _default: import("vue").DefineComponent<{
279
230
  settingObj?: any;
280
231
  placeholder?: string | undefined;
281
232
  AGEAttr?: boolean | undefined;
282
- BIRTHDAY?: {
283
- con: any;
284
- limit_date?: any;
285
- start_val: any;
286
- end_val: any;
287
- unit?: string | undefined;
288
- units?: {
289
- con: string;
290
- title: string;
291
- name: string;
292
- units?: number | undefined;
293
- }[] | undefined;
294
- } | undefined;
295
- DATE?: {
296
- con: any;
297
- limit_date?: any;
298
- start_val: any;
299
- end_val: any;
300
- unit?: string | undefined;
301
- units?: {
302
- con: string;
303
- title: string;
304
- name: string;
305
- units?: number | undefined;
306
- }[] | undefined;
307
- } | undefined;
308
233
  CL?: string | undefined;
309
234
  CONVERT?: any;
310
235
  EVALUATEAttr?: boolean | undefined;
@@ -328,12 +253,6 @@ declare const _default: import("vue").DefineComponent<{
328
253
  comAttr?: string | undefined;
329
254
  con?: string | undefined;
330
255
  dataSource?: any;
331
- dateTeam?: {
332
- con: string;
333
- title: string;
334
- name: string;
335
- units?: number | undefined;
336
- }[] | undefined;
337
256
  dictionarieObj?: any;
338
257
  explicitRequired?: number | undefined;
339
258
  explicitDefaultVal?: string | undefined;
@@ -417,12 +336,10 @@ declare const _default: import("vue").DefineComponent<{
417
336
  hasFieldList?: any;
418
337
  search_DefaultValue?: any;
419
338
  }[];
420
- getMergeConObj: () => any;
421
- getConObjParams: () => any;
422
- closeModal: () => void;
423
- resetChangeWindow: () => void;
339
+ getMergeConObj: () => ISearchParamsType[];
340
+ getConObjParams: () => ISearchParamsType[];
424
341
  openSaveToCalss: () => void;
425
- getConObj: (arr: ISearchType[]) => any;
342
+ getConObj: (arr: ISearchType[]) => ISearchParamsType[];
426
343
  saveToCalss: () => void;
427
344
  handleParentNamesAdd: (e: Event) => void;
428
345
  hanldeBlur: () => void;
@@ -434,6 +351,7 @@ declare const _default: import("vue").DefineComponent<{
434
351
  cancelSaveToCalss: () => void;
435
352
  clearData: () => void;
436
353
  handlerReset: (arr: ISearchType[]) => void;
354
+ setDefaultCon: (widgetArr: ISearchParamsType[]) => void;
437
355
  NForm: any;
438
356
  NFormItem: import("vue").DefineComponent<{
439
357
  readonly label: StringConstructor;
@@ -757,7 +675,7 @@ declare const _default: import("vue").DefineComponent<{
757
675
  [key: string]: any;
758
676
  }> | null;
759
677
  handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
760
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
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<{
761
679
  cfg: {
762
680
  type: ObjectConstructor;
763
681
  required: true;
@@ -767,38 +685,31 @@ declare const _default: import("vue").DefineComponent<{
767
685
  };
768
686
  }>> & {
769
687
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
688
+ onOutFilterChange?: ((...args: any[]) => any) | undefined;
770
689
  }, {}>;
771
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "getParam" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig")[], "onSave" | "getParam" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
690
+ }, 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<{
772
691
  searchFieldList: {
773
692
  type: PropType<IApiServerType[]>;
774
693
  default: () => never[];
775
694
  };
776
- tableId: {
777
- type: StringConstructor;
778
- default: string;
695
+ quickSearchConfig: {
696
+ type: PropType<ISearchParamsType[]>;
697
+ default: () => never[];
779
698
  };
780
- source: {
699
+ tableId: {
781
700
  type: StringConstructor;
782
701
  default: string;
783
702
  };
784
- quickSearchListObj: {
785
- type: PropType<IConditionMapType>;
786
- default: () => {};
787
- };
788
703
  filterApiConfig: {
789
704
  type: ObjectConstructor;
790
705
  };
791
706
  }>> & {
792
- onOnSave?: ((...args: any[]) => any) | undefined;
793
- onGetParam?: ((...args: any[]) => any) | undefined;
794
- onFilterCountChange?: ((...args: any[]) => any) | undefined;
795
- onCloseModal?: ((...args: any[]) => any) | undefined;
796
- onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
707
+ onOnFilterSearch?: ((...args: any[]) => any) | undefined;
708
+ onGetFilterParam?: ((...args: any[]) => any) | undefined;
797
709
  onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
798
710
  }, {
799
- source: string;
711
+ quickSearchConfig: ISearchParamsType[];
800
712
  searchFieldList: IApiServerType[];
801
713
  tableId: string;
802
- quickSearchListObj: IConditionMapType;
803
714
  }>;
804
715
  export default _default;
@@ -0,0 +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};
@@ -0,0 +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}
@@ -736,9 +736,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
736
736
  }, {
737
737
  options: import("../../../es/shared/types").AnyObject[];
738
738
  placeholder: string;
739
+ valueKey: string;
739
740
  editPlaceholder: string;
740
741
  labelKey: string;
741
- valueKey: string;
742
742
  commonList: import("./src/types").RecommendItem[];
743
743
  recentList: import("./src/types").RecommendItem[];
744
744
  }>;
@@ -804,10 +804,10 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
804
804
  }, {
805
805
  options: import("../../../es/shared/types").AnyObject[];
806
806
  mode: "input" | "select";
807
+ valueKey: string;
807
808
  clearable: boolean;
808
809
  editPlaceholder: string;
809
810
  labelKey: string;
810
- valueKey: string;
811
811
  commonList: import("./src/types").RecommendItem[];
812
812
  recentList: import("./src/types").RecommendItem[];
813
813
  recommendDeletable: boolean;
@@ -738,9 +738,9 @@ declare const _default: import("vue").DefineComponent<{
738
738
  }, {
739
739
  options: AnyObject[];
740
740
  placeholder: string;
741
+ valueKey: string;
741
742
  editPlaceholder: string;
742
743
  labelKey: string;
743
- valueKey: string;
744
744
  commonList: RecommendItem[];
745
745
  recentList: RecommendItem[];
746
746
  }>;
@@ -806,10 +806,10 @@ declare const _default: import("vue").DefineComponent<{
806
806
  }, {
807
807
  options: AnyObject[];
808
808
  mode: "input" | "select";
809
+ valueKey: string;
809
810
  clearable: boolean;
810
811
  editPlaceholder: string;
811
812
  labelKey: string;
812
- valueKey: string;
813
813
  commonList: RecommendItem[];
814
814
  recentList: RecommendItem[];
815
815
  recommendDeletable: boolean;
@@ -291,9 +291,9 @@ declare const _default: import("vue").DefineComponent<{
291
291
  }, {
292
292
  options: AnyObject[];
293
293
  placeholder: string;
294
+ valueKey: string;
294
295
  editPlaceholder: string;
295
296
  labelKey: string;
296
- valueKey: string;
297
297
  commonList: RecommendItem[];
298
298
  recentList: RecommendItem[];
299
299
  }>;
@@ -55,8 +55,8 @@ declare const _default: import("vue").DefineComponent<{
55
55
  }>> & {}, {
56
56
  height: number;
57
57
  width: number;
58
- lineWidth: number;
59
58
  lineColor: string;
59
+ lineWidth: number;
60
60
  bgColor: string;
61
61
  isCrop: boolean;
62
62
  }>;
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
68
68
  onOnClose?: ((...args: any[]) => any) | undefined;
69
69
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
70
70
  }, {
71
- closable: boolean;
72
71
  visible: boolean;
72
+ closable: boolean;
73
73
  modalWidth: string;
74
74
  modalHeight: string;
75
75
  title: string | Function;