cnhis-design-vue 3.1.41-release.4 → 3.1.41-release.6

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 (198) hide show
  1. package/README.md +87 -87
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/button-print/src/utils/print.js +1 -1
  7. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  8. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -0
  9. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  10. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  11. package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
  13. package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
  14. package/es/components/field-set/index.d.ts +8 -0
  15. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -0
  16. package/es/components/field-set/src/FieldSet.vue.js +1 -1
  17. package/es/components/field-set/style/index.css +1 -1
  18. package/es/components/form-config/index.d.ts +6761 -45
  19. package/es/components/form-config/src/FormConfig.vue.d.ts +6902 -185
  20. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  21. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +2 -2
  22. package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
  23. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +4 -4
  24. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  25. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3414 -59
  26. package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
  27. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +2 -2
  28. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  29. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +3 -3
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +10 -10
  32. package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
  33. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -6
  34. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  35. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -3
  36. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  37. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +4 -2
  38. package/es/components/form-config/src/hooks/useDataNormalize.js +1 -1
  39. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  40. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  41. package/es/components/form-config/src/types/index.d.ts +9 -2
  42. package/es/components/form-config/src/utils/index.d.ts +4 -1
  43. package/es/components/form-config/src/utils/index.js +1 -1
  44. package/es/components/form-config/style/index.css +1 -1
  45. package/es/components/form-render/index.d.ts +2 -2
  46. package/es/components/form-render/index.js +1 -1
  47. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  48. package/es/components/form-render/src/FormRender.vue.js +1 -1
  49. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +22 -21
  50. package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
  51. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  52. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  53. package/es/components/form-render/src/constants/index.d.ts +0 -12
  54. package/es/components/form-render/src/constants/index.js +1 -1
  55. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  56. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  57. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  58. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  59. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  60. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  61. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  62. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  63. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  64. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  65. package/es/components/form-render/src/types/index.d.ts +5 -3
  66. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  67. package/es/components/form-render/src/utils/dom.js +1 -1
  68. package/es/components/iho-table/index.d.ts +5 -5
  69. package/es/components/iho-table/index.js +1 -1
  70. package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
  71. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  72. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  73. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  74. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  75. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  76. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  77. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  78. package/es/components/iho-table/src/plugins/index.js +1 -1
  79. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +85 -0
  80. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
  81. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
  82. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
  83. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
  84. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
  85. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  86. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  87. package/es/components/iho-table/src/types/index.d.ts +20 -11
  88. package/es/components/iho-table/src/utils/index.js +1 -1
  89. package/es/components/iho-table/style/index.css +1 -1
  90. package/es/components/index.css +1 -1
  91. package/es/components/index.js +1 -1
  92. package/es/components/info-header/index.d.ts +289 -155
  93. package/es/components/info-header/src/InfoHeader.vue.d.ts +293 -160
  94. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  95. package/es/components/info-header/src/components/index.d.ts +3 -0
  96. package/es/components/info-header/src/components/index.js +1 -0
  97. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -0
  98. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -0
  99. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +266 -0
  100. package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -0
  101. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +38 -0
  102. package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -0
  103. package/es/components/info-header/src/types/index.d.ts +29 -0
  104. package/es/components/recommend-search/index.d.ts +10 -10
  105. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  106. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  107. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  108. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  109. package/es/components/scale-view/index.d.ts +1 -2
  110. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -2
  111. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  112. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  113. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  114. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  115. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  116. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  117. package/es/components/scale-view/style/index.css +1 -1
  118. package/es/components/shortcut-setter/index.d.ts +3 -2
  119. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +3 -2
  120. package/es/components/steps-wheel/index.d.ts +1 -1
  121. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  122. package/es/components/table-filter/index.d.ts +902 -7615
  123. package/es/components/table-filter/index.js +1 -1
  124. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +44 -3313
  125. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  126. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +461 -2810
  127. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  128. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
  129. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  130. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  131. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -7
  132. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  133. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  134. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  135. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  136. package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +843 -0
  137. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  138. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  139. package/es/components/table-filter/src/hooks/export.js +1 -1
  140. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  141. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  142. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  143. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  144. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +51 -1190
  145. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  146. package/es/components/table-filter/src/types/index.d.ts +4 -14
  147. package/es/components/table-filter/style/index.css +1 -1
  148. package/es/env.d.ts +24 -24
  149. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  150. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  151. package/es/shared/components/no-data/NoData.vue.d.ts +5 -0
  152. package/es/shared/components/no-data/NoData.vue.js +1 -1
  153. package/es/shared/utils/index.d.ts +16 -0
  154. package/es/shared/utils/index.js +1 -1
  155. package/es/shared/utils/tapable/index.d.ts +139 -0
  156. package/package.json +64 -64
  157. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  158. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  159. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  160. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  161. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
  162. package/es/components/info-header/src/HiddenContent.vue.js +0 -1
  163. package/es/components/info-header/src/InfoEllipsis.vue.js +0 -1
  164. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
  165. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  166. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1469
  167. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  168. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  169. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  170. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  171. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  172. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  173. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  174. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  175. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  176. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  177. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  178. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  179. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  180. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  181. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  182. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  183. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  184. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  185. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  186. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  187. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  188. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +0 -1651
  189. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  190. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  191. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
  192. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  193. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  194. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  195. package/es/components/info-header/src/{HiddenContent.vue.d.ts → components/infoDescription/HiddenContent.vue.d.ts} +2 -2
  196. package/es/components/info-header/src/{InfoEllipsis.vue.d.ts → components/infoDescription/InfoEllipsis.vue.d.ts} +1 -1
  197. /package/es/components/{iho-table/src/plugins/filterPlugin/types.js → info-header/src/types/index.js} +0 -0
  198. /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
@@ -1,22 +1,14 @@
1
1
  import { PropType } from 'vue';
2
- import moment, { Moment } from 'moment';
3
2
  import 'moment/locale/zh-cn';
4
- import { IParentNamesType, ISearchType, IEvaluateType, IlabelType, ISaveType, IDateType, ILabelType, ILabelItemListType, ISearchConfigType, IConditionMapType } from '../../../../../es/components/table-filter/src/types';
3
+ import { IParentNamesType, ISearchType, ISaveType, IConditionMapType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
5
4
  declare const _default: import("vue").DefineComponent<{
6
- visible: {
7
- type: BooleanConstructor;
8
- };
9
5
  searchFieldList: {
10
- type: PropType<ISearchType[]>;
6
+ type: PropType<IApiServerType[]>;
11
7
  default: () => never[];
12
8
  };
13
- searchFieldLimit: {
14
- type: ObjectConstructor;
15
- default: () => {};
16
- };
17
- quickSearchConfig: {
18
- type: PropType<ISearchConfigType[]>;
19
- default: () => never[];
9
+ tableId: {
10
+ type: StringConstructor;
11
+ default: string;
20
12
  };
21
13
  source: {
22
14
  type: StringConstructor;
@@ -26,24 +18,6 @@ declare const _default: import("vue").DefineComponent<{
26
18
  type: PropType<IConditionMapType>;
27
19
  default: () => {};
28
20
  };
29
- originConditionList: {
30
- type: ArrayConstructor;
31
- default: () => never[];
32
- };
33
- isOrgAdmin: {
34
- type: BooleanConstructor;
35
- default: boolean;
36
- };
37
- lastQuickSearchData: {
38
- type: PropType<ISearchType[]>;
39
- default: () => never[];
40
- };
41
- show: {
42
- type: BooleanConstructor;
43
- };
44
- getFilterData: {
45
- type: FunctionConstructor;
46
- };
47
21
  filterApiConfig: {
48
22
  type: ObjectConstructor;
49
23
  };
@@ -55,24 +29,15 @@ declare const _default: import("vue").DefineComponent<{
55
29
  trigger: string[];
56
30
  };
57
31
  };
58
- instance: import("axios").AxiosInstance;
59
32
  attrs: any;
60
33
  $message: import("naive-ui").MessageApi;
61
34
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
62
- validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
63
- getSearchDefValueByLimit: (field: ISearchType, searchLimit?: any) => "" | moment.Moment[];
64
- formatSearchLimit: (limitList: any, freeze?: boolean) => any;
65
- wordBookutils: {
66
- hasArray: (arr: ISearchType[]) => boolean;
67
- handleWordbookData(item: any, data: any, params: any): {
68
- rows: never[];
69
- hasFieldList: boolean;
70
- searchPageConfig: {};
71
- };
72
- getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
35
+ outQuickSearchFn: {
36
+ handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
37
+ handlerInitSearchItem(arr: ISearchType[]): void;
38
+ handleSetLabelOptions(labelType: any, el: ISearchType): void;
39
+ getConObj(arr: any): any;
73
40
  };
74
- isRender: (cfg: ISearchType) => any;
75
- getDefValByRenderWidget: (cfg: ISearchType) => any;
76
41
  initRenderWidgetCfg: (cfg: ISearchType) => any;
77
42
  getRenderSearchConObj: (cfg: ISearchType) => {
78
43
  field_key: string;
@@ -80,24 +45,40 @@ declare const _default: import("vue").DefineComponent<{
80
45
  value: any[] | null;
81
46
  unit: null;
82
47
  } | null;
83
- getDefValByRenderConObj: (conObj: ISearchConfigType, cfg: ISearchType) => any;
84
- isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
85
48
  resetRenderWidgetValue: (cfg: ISearchType) => any;
86
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
87
- visible: {
88
- type: BooleanConstructor;
49
+ transformData: (advancedFilterData: IApiServerType[]) => {
50
+ fieldType: string;
51
+ columnName: string;
52
+ settingObj: {};
53
+ setting: string;
54
+ widgetCfg: {
55
+ isRender: boolean;
56
+ widgetType: string | null;
57
+ valueList: {
58
+ value: any;
59
+ label: string;
60
+ }[] | undefined;
61
+ defaultValue: any;
62
+ defValueUnit: any;
63
+ multiple: boolean;
89
64
  };
65
+ title: string;
66
+ alias: string | undefined;
67
+ isShowSearch: number;
68
+ filterExplicit: number;
69
+ explicitRequired: number;
70
+ advanceOptionSetting: string;
71
+ placeholder: string | undefined;
72
+ advanceColWidth: string;
73
+ }[];
74
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
90
75
  searchFieldList: {
91
- type: PropType<ISearchType[]>;
76
+ type: PropType<IApiServerType[]>;
92
77
  default: () => never[];
93
78
  };
94
- searchFieldLimit: {
95
- type: ObjectConstructor;
96
- default: () => {};
97
- };
98
- quickSearchConfig: {
99
- type: PropType<ISearchConfigType[]>;
100
- default: () => never[];
79
+ tableId: {
80
+ type: StringConstructor;
81
+ default: string;
101
82
  };
102
83
  source: {
103
84
  type: StringConstructor;
@@ -107,41 +88,23 @@ declare const _default: import("vue").DefineComponent<{
107
88
  type: PropType<IConditionMapType>;
108
89
  default: () => {};
109
90
  };
110
- originConditionList: {
111
- type: ArrayConstructor;
112
- default: () => never[];
113
- };
114
- isOrgAdmin: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- lastQuickSearchData: {
119
- type: PropType<ISearchType[]>;
120
- default: () => never[];
121
- };
122
- show: {
123
- type: BooleanConstructor;
124
- };
125
- getFilterData: {
126
- type: FunctionConstructor;
127
- };
128
91
  filterApiConfig: {
129
92
  type: ObjectConstructor;
130
93
  };
131
94
  }>> & {
132
95
  onOnSave?: ((...args: any[]) => any) | undefined;
96
+ onGetParam?: ((...args: any[]) => any) | undefined;
133
97
  onFilterCountChange?: ((...args: any[]) => any) | undefined;
134
98
  onCloseModal?: ((...args: any[]) => any) | undefined;
135
99
  onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
136
100
  onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
137
101
  }>>;
138
- emit: (event: "onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", ...args: any[]) => void;
102
+ emit: (event: "onSave" | "getParam" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", ...args: any[]) => void;
139
103
  ageAttrDomList: any;
140
104
  formRef: any;
141
105
  formValue: import("vue").Ref<{
142
106
  classname: string;
143
107
  }>;
144
- modalVisible: import("vue").Ref<boolean>;
145
108
  showInner: import("vue").Ref<boolean>;
146
109
  quickSearch: import("vue").Ref<{
147
110
  columnName: string;
@@ -291,70 +254,9 @@ declare const _default: import("vue").DefineComponent<{
291
254
  hasFieldList?: any;
292
255
  search_DefaultValue?: any;
293
256
  }[]>;
294
- relationTableList: any;
295
- relationQuickSearch: import("vue").Ref<{
296
- fieldList?: any;
297
- valueField?: any;
298
- primaryField?: any;
299
- relationField?: any;
300
- tableId: any;
301
- parameterConversionId: any;
302
- converFun: any;
303
- preConObj: any;
304
- relationOrgId: any;
305
- preSqlExpression: any;
306
- tableName?: string | undefined;
307
- quote_con?: {
308
- conObj: {
309
- con: string;
310
- field_key: string;
311
- start_val: number | null;
312
- end_val?: number | null | undefined;
313
- unit: string;
314
- value: any;
315
- fieldId?: string | undefined;
316
- fieldType?: string | undefined;
317
- id?: string | undefined;
318
- is_compare_field?: boolean | undefined;
319
- limit_date?: any;
320
- wordbookValueList?: any;
321
- };
322
- sqlExpression: string;
323
- } | undefined;
324
- field_key?: string | undefined;
325
- con?: string | undefined;
326
- }[]>;
327
- searchItem: any;
328
- curWordbookData: import("vue").Ref<any>;
329
- curAutograph: import("vue").Ref<string>;
330
- dateTeam: import("vue").Ref<{
331
- con: string;
332
- title: string;
333
- name: string;
334
- units?: number | undefined;
335
- }[]>;
336
- birthdayTeam: any;
337
- limit_date: import("vue").Ref<string>;
338
- birthdayUnits: import("vue").Ref<{
339
- con: string;
340
- title: string;
341
- name: string;
342
- units?: number | undefined;
343
- }[]>;
344
257
  isChangeWindow: import("vue").Ref<boolean>;
345
258
  modalWidth: import("vue").Ref<string>;
346
259
  modalHeight: import("vue").Ref<string>;
347
- EVALUATEList: import("vue").Ref<{
348
- label: string;
349
- value: string;
350
- isSelect?: boolean | undefined;
351
- }[]>;
352
- ageOptions: import("vue").Ref<{
353
- label: string;
354
- value: string;
355
- isSelect?: boolean | undefined;
356
- }[]>;
357
- label_max_count: import("vue").Ref<number>;
358
260
  parentNames: import("vue").Ref<{
359
261
  disabled: boolean;
360
262
  isAdd?: boolean | undefined;
@@ -363,50 +265,11 @@ declare const _default: import("vue").DefineComponent<{
363
265
  }[]>;
364
266
  showAdd: import("vue").Ref<boolean>;
365
267
  addVal: import("vue").Ref<string>;
366
- fetchingWordbook: import("vue").Ref<boolean>;
367
- dateTeam0: import("vue").Ref<{
368
- con: string;
369
- title: string;
370
- name: string;
371
- units?: number | undefined;
372
- }[]>;
373
- dateTeam2: import("vue").Ref<{
374
- con: string;
375
- title: string;
376
- name: string;
377
- units?: number | undefined;
378
- }[]>;
379
- dateTeam3: import("vue").Ref<{
380
- con: string;
381
- title: string;
382
- name: string;
383
- units?: number | undefined;
384
- }[]>;
385
- showPercent: import("vue").ComputedRef<(item: ISearchType) => boolean>;
386
- getEleWidth: import("vue").ComputedRef<(item: ISearchType) => string>;
387
- hasRelationQuickSearch: import("vue").ComputedRef<boolean>;
388
268
  parentNamesHasAdd: import("vue").ComputedRef<boolean>;
389
269
  handleName: import("vue").ComputedRef<(item: ISearchType, key?: string) => any>;
390
- filterOption: (...arg: any) => any;
391
- handleLabelColorFn: (...arg: any) => {
392
- color: string;
393
- background: string;
394
- borderColor: string;
395
- };
396
270
  init: () => void;
397
271
  handleParentName: () => void;
398
- setDefaultCon: (val: ISearchConfigType[]) => false | undefined;
399
- handlerInitSearchItem: (arr: ISearchType[]) => void;
400
- handleDictionDef: (el: ISearchType) => null;
401
- checkDate: (item: ISearchType) => void;
402
- checkBirthDay: (item: ISearchType) => void;
403
- getWordbookData: (o: any, obj: any) => Promise<any>;
404
- handleWordbookData: (item: any, data: any, params: any) => void;
405
- filterChange: () => void;
406
- maxTagPlaceholder: (item: ISearchType) => number;
407
- dropdownVisibleChange: (open: boolean, item: ISearchType) => void;
408
- handleSearch: (value: string, item: ISearchType, config?: {}) => void;
409
- onSave: () => false | {
272
+ onSave: () => {
410
273
  columnName: string;
411
274
  title: string;
412
275
  fieldType?: string | undefined;
@@ -554,15 +417,12 @@ declare const _default: import("vue").DefineComponent<{
554
417
  hasFieldList?: any;
555
418
  search_DefaultValue?: any;
556
419
  }[];
557
- getMergeConObj: () => any[];
420
+ getMergeConObj: () => any;
558
421
  getConObjParams: () => any;
559
422
  closeModal: () => void;
560
423
  resetChangeWindow: () => void;
561
424
  openSaveToCalss: () => void;
562
425
  getConObj: (arr: ISearchType[]) => any;
563
- range: (start: number, end: number) => never[];
564
- disabledDate: (current: Moment) => boolean;
565
- changeRange: (date: number[], dateString: string[]) => void;
566
426
  saveToCalss: () => void;
567
427
  handleParentNamesAdd: (e: Event) => void;
568
428
  hanldeBlur: () => void;
@@ -574,36 +434,6 @@ declare const _default: import("vue").DefineComponent<{
574
434
  cancelSaveToCalss: () => void;
575
435
  clearData: () => void;
576
436
  handlerReset: (arr: ISearchType[]) => void;
577
- initBirthdayParams: () => {
578
- con: null;
579
- limit_date: never[];
580
- start_val: null;
581
- end_val: null;
582
- unit: string;
583
- units: {
584
- con: string;
585
- title: string;
586
- name: string;
587
- units?: number | undefined;
588
- }[];
589
- };
590
- clickRadioGroup: (item: IDateType | undefined, con: string) => void;
591
- clickBirthdayRadioGroup: (item: IDateType | undefined, con: string) => void;
592
- changeModalWindow: () => void;
593
- handleSetLabelOptions: (labelType: any, el: ISearchType) => Promise<void>;
594
- handleLabelColorClass: (item: ILabelItemListType) => string;
595
- handleLabelChange: (flag: boolean, item: IlabelType, options: ISearchType) => void;
596
- handleClearLabel: (v: ISearchType) => void;
597
- handleLabelUpfold: (v: ILabelType) => void;
598
- handleEvaluateOnChange: (checked: boolean, tag: IEvaluateType, item: ISearchType) => void;
599
- ageRangeOnChange: (obj: any, item: ISearchType) => void;
600
- getAgeAttrDom: (el: any) => void;
601
- handleResetAge: (item: ISearchType) => void;
602
- onResize: (el: HTMLElement, v: ILabelType) => void;
603
- changeFilterNumber: (item: ISearchType) => void;
604
- clearFilterNumber: (item: ISearchType) => void;
605
- disabledDatePicker: (current: number | Moment, item: ISearchType, t: string) => any;
606
- NTag: any;
607
437
  NForm: any;
608
438
  NFormItem: import("vue").DefineComponent<{
609
439
  readonly label: StringConstructor;
@@ -865,9 +695,6 @@ declare const _default: import("vue").DefineComponent<{
865
695
  blankHeightSmall: string;
866
696
  blankHeightMedium: string;
867
697
  blankHeightLarge: string;
868
- /**
869
- * 输入自动联想
870
- */
871
698
  lineHeight: string;
872
699
  labelTextColor: string;
873
700
  asteriskColor: string;
@@ -908,941 +735,8 @@ declare const _default: import("vue").DefineComponent<{
908
735
  NIcon: any;
909
736
  NInput: any;
910
737
  NButton: any;
911
- NInputNumber: any;
912
- NTooltip: any;
913
- NSelect: any;
914
- NDatePicker: any;
915
- NRadioGroup: import("vue").DefineComponent<{
916
- readonly name: StringConstructor;
917
- readonly value: PropType<string | number | boolean | null>;
918
- readonly defaultValue: {
919
- readonly type: PropType<string | number | boolean | null>;
920
- readonly default: null;
921
- };
922
- readonly size: PropType<"small" | "medium" | "large">;
923
- readonly disabled: {
924
- readonly type: PropType<boolean | undefined>;
925
- readonly default: undefined;
926
- };
927
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
928
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
929
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
930
- labelLineHeight: string;
931
- buttonHeightSmall: string;
932
- buttonHeightMedium: string;
933
- buttonHeightLarge: string;
934
- fontSizeSmall: string;
935
- fontSizeMedium: string;
936
- fontSizeLarge: string;
937
- boxShadow: string;
938
- boxShadowActive: string;
939
- boxShadowFocus: string;
940
- boxShadowHover: string;
941
- boxShadowDisabled: string;
942
- color: string;
943
- colorDisabled: string;
944
- colorActive: string;
945
- textColor: string;
946
- textColorDisabled: string;
947
- dotColorActive: string;
948
- dotColorDisabled: string;
949
- buttonBorderColor: string;
950
- buttonBorderColorActive: string;
951
- buttonBorderColorHover: string;
952
- buttonColor: string;
953
- buttonColorActive: string;
954
- buttonTextColor: string;
955
- buttonTextColorActive: string;
956
- buttonTextColorHover: string;
957
- opacityDisabled: string;
958
- buttonBoxShadowFocus: string;
959
- buttonBoxShadowHover: string;
960
- buttonBoxShadow: string;
961
- buttonBorderRadius: string;
962
- radioSizeSmall: string;
963
- radioSizeMedium: string;
964
- radioSizeLarge: string;
965
- labelPadding: string;
966
- }, any>>;
967
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
968
- labelLineHeight: string;
969
- buttonHeightSmall: string;
970
- buttonHeightMedium: string;
971
- buttonHeightLarge: string;
972
- fontSizeSmall: string;
973
- fontSizeMedium: string;
974
- fontSizeLarge: string;
975
- boxShadow: string;
976
- boxShadowActive: string;
977
- boxShadowFocus: string;
978
- boxShadowHover: string;
979
- boxShadowDisabled: string;
980
- color: string;
981
- colorDisabled: string;
982
- colorActive: string;
983
- textColor: string;
984
- textColorDisabled: string;
985
- dotColorActive: string;
986
- dotColorDisabled: string;
987
- buttonBorderColor: string;
988
- buttonBorderColorActive: string;
989
- buttonBorderColorHover: string;
990
- buttonColor: string;
991
- buttonColorActive: string;
992
- buttonTextColor: string;
993
- buttonTextColorActive: string;
994
- buttonTextColorHover: string;
995
- opacityDisabled: string;
996
- buttonBoxShadowFocus: string;
997
- buttonBoxShadowHover: string;
998
- buttonBoxShadow: string;
999
- buttonBorderRadius: string;
1000
- radioSizeSmall: string;
1001
- radioSizeMedium: string;
1002
- radioSizeLarge: string;
1003
- labelPadding: string;
1004
- }, any>>>;
1005
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1006
- labelLineHeight: string;
1007
- buttonHeightSmall: string;
1008
- buttonHeightMedium: string;
1009
- buttonHeightLarge: string;
1010
- fontSizeSmall: string;
1011
- fontSizeMedium: string;
1012
- fontSizeLarge: string;
1013
- boxShadow: string;
1014
- boxShadowActive: string;
1015
- boxShadowFocus: string;
1016
- boxShadowHover: string;
1017
- boxShadowDisabled: string;
1018
- color: string;
1019
- colorDisabled: string;
1020
- colorActive: string;
1021
- textColor: string;
1022
- textColorDisabled: string;
1023
- dotColorActive: string;
1024
- dotColorDisabled: string;
1025
- buttonBorderColor: string;
1026
- buttonBorderColorActive: string;
1027
- buttonBorderColorHover: string;
1028
- buttonColor: string;
1029
- buttonColorActive: string;
1030
- buttonTextColor: string;
1031
- buttonTextColorActive: string;
1032
- buttonTextColorHover: string;
1033
- opacityDisabled: string;
1034
- buttonBoxShadowFocus: string;
1035
- buttonBoxShadowHover: string;
1036
- buttonBoxShadow: string;
1037
- buttonBorderRadius: string;
1038
- radioSizeSmall: string;
1039
- radioSizeMedium: string;
1040
- radioSizeLarge: string;
1041
- labelPadding: string;
1042
- }, any>>>;
1043
- }, {
1044
- selfElRef: import("vue").Ref<HTMLDivElement | null>;
1045
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1046
- mergedClsPrefix: import("vue").ComputedRef<string>;
1047
- mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
1048
- handleFocusout: (e: FocusEvent) => void;
1049
- handleFocusin: (e: FocusEvent) => void;
1050
- cssVars: import("vue").ComputedRef<{
1051
- '--n-font-size': string;
1052
- '--n-bezier': string;
1053
- '--n-button-border-color': string;
1054
- '--n-button-border-color-active': string;
1055
- '--n-button-border-radius': string;
1056
- '--n-button-box-shadow': string;
1057
- '--n-button-box-shadow-focus': string;
1058
- '--n-button-box-shadow-hover': string;
1059
- '--n-button-color-active': string;
1060
- '--n-button-text-color': string;
1061
- '--n-button-text-color-hover': string;
1062
- '--n-button-text-color-active': string;
1063
- '--n-height': string;
1064
- '--n-opacity-disabled': string;
1065
- }> | undefined;
1066
- themeClass: import("vue").Ref<string> | undefined;
1067
- onRender: (() => void) | undefined;
1068
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1069
- readonly name: StringConstructor;
1070
- readonly value: PropType<string | number | boolean | null>;
1071
- readonly defaultValue: {
1072
- readonly type: PropType<string | number | boolean | null>;
1073
- readonly default: null;
1074
- };
1075
- readonly size: PropType<"small" | "medium" | "large">;
1076
- readonly disabled: {
1077
- readonly type: PropType<boolean | undefined>;
1078
- readonly default: undefined;
1079
- };
1080
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
1081
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
1082
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
1083
- labelLineHeight: string;
1084
- buttonHeightSmall: string;
1085
- buttonHeightMedium: string;
1086
- buttonHeightLarge: string;
1087
- fontSizeSmall: string;
1088
- fontSizeMedium: string;
1089
- fontSizeLarge: string;
1090
- boxShadow: string;
1091
- boxShadowActive: string;
1092
- boxShadowFocus: string;
1093
- boxShadowHover: string;
1094
- boxShadowDisabled: string;
1095
- color: string;
1096
- colorDisabled: string;
1097
- colorActive: string;
1098
- textColor: string;
1099
- textColorDisabled: string;
1100
- dotColorActive: string;
1101
- dotColorDisabled: string;
1102
- buttonBorderColor: string;
1103
- buttonBorderColorActive: string;
1104
- buttonBorderColorHover: string;
1105
- buttonColor: string;
1106
- buttonColorActive: string;
1107
- buttonTextColor: string;
1108
- buttonTextColorActive: string;
1109
- buttonTextColorHover: string;
1110
- opacityDisabled: string;
1111
- buttonBoxShadowFocus: string;
1112
- buttonBoxShadowHover: string;
1113
- buttonBoxShadow: string;
1114
- buttonBorderRadius: string;
1115
- radioSizeSmall: string;
1116
- radioSizeMedium: string;
1117
- radioSizeLarge: string;
1118
- labelPadding: string;
1119
- }, any>>;
1120
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1121
- labelLineHeight: string;
1122
- buttonHeightSmall: string;
1123
- buttonHeightMedium: string;
1124
- buttonHeightLarge: string;
1125
- fontSizeSmall: string;
1126
- fontSizeMedium: string;
1127
- fontSizeLarge: string;
1128
- boxShadow: string;
1129
- boxShadowActive: string;
1130
- boxShadowFocus: string;
1131
- boxShadowHover: string;
1132
- boxShadowDisabled: string;
1133
- color: string;
1134
- colorDisabled: string;
1135
- colorActive: string;
1136
- textColor: string;
1137
- textColorDisabled: string;
1138
- dotColorActive: string;
1139
- dotColorDisabled: string;
1140
- buttonBorderColor: string;
1141
- buttonBorderColorActive: string;
1142
- buttonBorderColorHover: string;
1143
- buttonColor: string;
1144
- buttonColorActive: string;
1145
- buttonTextColor: string;
1146
- buttonTextColorActive: string;
1147
- buttonTextColorHover: string;
1148
- opacityDisabled: string;
1149
- buttonBoxShadowFocus: string;
1150
- buttonBoxShadowHover: string;
1151
- buttonBoxShadow: string;
1152
- buttonBorderRadius: string;
1153
- radioSizeSmall: string;
1154
- radioSizeMedium: string;
1155
- radioSizeLarge: string;
1156
- labelPadding: string;
1157
- }, any>>>;
1158
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1159
- labelLineHeight: string;
1160
- buttonHeightSmall: string;
1161
- buttonHeightMedium: string;
1162
- buttonHeightLarge: string;
1163
- fontSizeSmall: string;
1164
- fontSizeMedium: string;
1165
- fontSizeLarge: string;
1166
- boxShadow: string;
1167
- boxShadowActive: string;
1168
- boxShadowFocus: string;
1169
- boxShadowHover: string;
1170
- boxShadowDisabled: string;
1171
- color: string;
1172
- colorDisabled: string;
1173
- colorActive: string;
1174
- textColor: string;
1175
- textColorDisabled: string;
1176
- dotColorActive: string;
1177
- dotColorDisabled: string;
1178
- buttonBorderColor: string;
1179
- buttonBorderColorActive: string;
1180
- buttonBorderColorHover: string;
1181
- buttonColor: string;
1182
- buttonColorActive: string;
1183
- buttonTextColor: string;
1184
- buttonTextColorActive: string;
1185
- buttonTextColorHover: string;
1186
- opacityDisabled: string;
1187
- buttonBoxShadowFocus: string;
1188
- buttonBoxShadowHover: string;
1189
- buttonBoxShadow: string;
1190
- buttonBorderRadius: string;
1191
- radioSizeSmall: string;
1192
- radioSizeMedium: string;
1193
- radioSizeLarge: string;
1194
- labelPadding: string;
1195
- }, any>>>;
1196
- }>>, {
1197
- readonly disabled: boolean | undefined;
1198
- readonly defaultValue: string | number | boolean | null;
1199
- }>;
1200
- NRadio: any;
1201
- NRadioButton: import("vue").DefineComponent<{
1202
- readonly name: StringConstructor;
1203
- readonly value: {
1204
- readonly type: PropType<string | number | boolean>;
1205
- readonly default: "on";
1206
- };
1207
- readonly checked: {
1208
- readonly type: PropType<boolean | undefined>;
1209
- readonly default: undefined;
1210
- };
1211
- readonly defaultChecked: BooleanConstructor;
1212
- readonly disabled: {
1213
- readonly type: PropType<boolean | undefined>;
1214
- readonly default: undefined;
1215
- };
1216
- readonly label: StringConstructor;
1217
- readonly size: PropType<"small" | "medium" | "large">;
1218
- readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1219
- readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1220
- readonly checkedValue: {
1221
- readonly type: PropType<boolean | undefined>;
1222
- readonly default: undefined;
1223
- };
1224
- }, import("naive-ui/es/radio/src/use-radio").UseRadio, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1225
- readonly name: StringConstructor;
1226
- readonly value: {
1227
- readonly type: PropType<string | number | boolean>;
1228
- readonly default: "on";
1229
- };
1230
- readonly checked: {
1231
- readonly type: PropType<boolean | undefined>;
1232
- readonly default: undefined;
1233
- };
1234
- readonly defaultChecked: BooleanConstructor;
1235
- readonly disabled: {
1236
- readonly type: PropType<boolean | undefined>;
1237
- readonly default: undefined;
1238
- };
1239
- readonly label: StringConstructor;
1240
- readonly size: PropType<"small" | "medium" | "large">;
1241
- readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1242
- readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1243
- readonly checkedValue: {
1244
- readonly type: PropType<boolean | undefined>;
1245
- readonly default: undefined;
1246
- };
1247
- }>>, {
1248
- readonly value: string | number | boolean;
1249
- readonly disabled: boolean | undefined;
1250
- readonly checked: boolean | undefined;
1251
- readonly defaultChecked: boolean;
1252
- readonly checkedValue: boolean | undefined;
1253
- }>;
1254
- NCheckboxGroup: import("vue").DefineComponent<{
1255
- readonly min: NumberConstructor;
1256
- readonly max: NumberConstructor;
1257
- readonly size: PropType<"small" | "medium" | "large">;
1258
- readonly value: PropType<(string | number)[] | null>;
1259
- readonly defaultValue: {
1260
- readonly type: PropType<(string | number)[] | null>;
1261
- readonly default: null;
1262
- };
1263
- readonly disabled: {
1264
- readonly type: PropType<boolean | undefined>;
1265
- readonly default: undefined;
1266
- };
1267
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1268
- actionType: "check" | "uncheck";
1269
- value: string | number;
1270
- }) => void>>;
1271
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1272
- actionType: "check" | "uncheck";
1273
- value: string | number;
1274
- }) => void>>;
1275
- readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1276
- }, {
1277
- mergedClsPrefix: import("vue").ComputedRef<string>;
1278
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1279
- readonly min: NumberConstructor;
1280
- readonly max: NumberConstructor;
1281
- readonly size: PropType<"small" | "medium" | "large">;
1282
- readonly value: PropType<(string | number)[] | null>;
1283
- readonly defaultValue: {
1284
- readonly type: PropType<(string | number)[] | null>;
1285
- readonly default: null;
1286
- };
1287
- readonly disabled: {
1288
- readonly type: PropType<boolean | undefined>;
1289
- readonly default: undefined;
1290
- };
1291
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1292
- actionType: "check" | "uncheck";
1293
- value: string | number;
1294
- }) => void>>;
1295
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1296
- actionType: "check" | "uncheck";
1297
- value: string | number;
1298
- }) => void>>;
1299
- readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1300
- }>>, {
1301
- readonly disabled: boolean | undefined;
1302
- readonly defaultValue: (string | number)[] | null;
1303
- }>;
1304
- NCheckbox: any;
1305
- NGrid: any;
1306
- NGridItem: import("vue").DefineComponent<{
1307
- readonly span: {
1308
- readonly type: PropType<string | number>;
1309
- readonly default: 1;
1310
- };
1311
- readonly offset: {
1312
- readonly type: PropType<string | number>;
1313
- readonly default: 0;
1314
- };
1315
- readonly suffix: BooleanConstructor;
1316
- readonly privateOffset: NumberConstructor;
1317
- readonly privateSpan: NumberConstructor;
1318
- readonly privateColStart: NumberConstructor;
1319
- readonly privateShow: {
1320
- readonly type: BooleanConstructor;
1321
- readonly default: true;
1322
- };
1323
- }, {
1324
- overflow: import("vue").Ref<boolean>;
1325
- itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
1326
- layoutShiftDisabled: import("vue").Ref<boolean>;
1327
- mergedXGap: import("vue").ComputedRef<string>;
1328
- deriveStyle: () => {
1329
- display: string;
1330
- gridColumn: string;
1331
- marginLeft: string;
1332
- };
1333
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1334
- readonly span: {
1335
- readonly type: PropType<string | number>;
1336
- readonly default: 1;
1337
- };
1338
- readonly offset: {
1339
- readonly type: PropType<string | number>;
1340
- readonly default: 0;
1341
- };
1342
- readonly suffix: BooleanConstructor;
1343
- readonly privateOffset: NumberConstructor;
1344
- readonly privateSpan: NumberConstructor;
1345
- readonly privateColStart: NumberConstructor;
1346
- readonly privateShow: {
1347
- readonly type: BooleanConstructor;
1348
- readonly default: true;
1349
- };
1350
- }>>, {
1351
- readonly offset: string | number;
1352
- readonly span: string | number;
1353
- readonly suffix: boolean;
1354
- readonly privateShow: boolean;
1355
- }>;
1356
- ChevronUp: 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<{}>>, {}>;
1357
- ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1358
738
  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<{}>>, {}>;
1359
739
  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<{}>>, {}>;
1360
- SvgIcon: import("vue").DefineComponent<{
1361
- iconClass: {
1362
- type: StringConstructor;
1363
- required: true;
1364
- default: string;
1365
- };
1366
- title: {
1367
- type: StringConstructor;
1368
- required: false;
1369
- default: string;
1370
- };
1371
- className: {
1372
- type: StringConstructor;
1373
- required: false;
1374
- };
1375
- }, {
1376
- props: {
1377
- iconClass: string;
1378
- title: string;
1379
- className?: string | undefined;
1380
- };
1381
- iconName: import("vue").ComputedRef<string>;
1382
- svgClass: import("vue").ComputedRef<string>;
1383
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1384
- iconClass: {
1385
- type: StringConstructor;
1386
- required: true;
1387
- default: string;
1388
- };
1389
- title: {
1390
- type: StringConstructor;
1391
- required: false;
1392
- default: string;
1393
- };
1394
- className: {
1395
- type: StringConstructor;
1396
- required: false;
1397
- };
1398
- }>>, {
1399
- title: string;
1400
- iconClass: string;
1401
- }>;
1402
- rangeAge: import("vue").DefineComponent<{
1403
- value: {
1404
- value: ObjectConstructor;
1405
- default: () => {
1406
- star_val: string;
1407
- end_val: string;
1408
- };
1409
- };
1410
- options: {
1411
- type: ArrayConstructor;
1412
- default: () => never[];
1413
- };
1414
- item: {
1415
- type: ObjectConstructor;
1416
- default: () => {};
1417
- };
1418
- defaultValue: {
1419
- type: ObjectConstructor;
1420
- default: () => {};
1421
- };
1422
- format: {
1423
- type: StringConstructor;
1424
- default: string;
1425
- };
1426
- disabled: {
1427
- type: BooleanConstructor;
1428
- default: boolean;
1429
- };
1430
- dataName: {
1431
- type: StringConstructor;
1432
- };
1433
- }, {
1434
- valueObj: any;
1435
- startValue: any;
1436
- endValue: any;
1437
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1438
- value: {
1439
- value: ObjectConstructor;
1440
- default: () => {
1441
- star_val: string;
1442
- end_val: string;
1443
- };
1444
- };
1445
- options: {
1446
- type: ArrayConstructor;
1447
- default: () => never[];
1448
- };
1449
- item: {
1450
- type: ObjectConstructor;
1451
- default: () => {};
1452
- };
1453
- defaultValue: {
1454
- type: ObjectConstructor;
1455
- default: () => {};
1456
- };
1457
- format: {
1458
- type: StringConstructor;
1459
- default: string;
1460
- };
1461
- disabled: {
1462
- type: BooleanConstructor;
1463
- default: boolean;
1464
- };
1465
- dataName: {
1466
- type: StringConstructor;
1467
- };
1468
- }>> & {
1469
- onChange?: ((...args: any[]) => any) | undefined;
1470
- }>>;
1471
- emits: (event: "change", ...args: any[]) => void;
1472
- initDefaultValue: () => void;
1473
- diffTime: (days: number) => {
1474
- year?: undefined;
1475
- month?: undefined;
1476
- day?: undefined;
1477
- days?: undefined;
1478
- } | {
1479
- year: string | number;
1480
- month: string | number;
1481
- day: string | number;
1482
- days: string | number;
1483
- };
1484
- ageStartOnChange: (obj: any) => void;
1485
- ageEndOnChange: (obj: any) => void;
1486
- reset: () => void;
1487
- ageCom: import("vue").DefineComponent<{
1488
- value: {
1489
- type: ObjectConstructor;
1490
- default: () => void;
1491
- };
1492
- format: {
1493
- type: StringConstructor;
1494
- default: string;
1495
- };
1496
- disabled: {
1497
- type: BooleanConstructor;
1498
- default: boolean;
1499
- };
1500
- isDetail: {
1501
- type: BooleanConstructor;
1502
- default: boolean;
1503
- };
1504
- defaultValue: {
1505
- type: ObjectConstructor;
1506
- default: () => {};
1507
- };
1508
- itemData: {
1509
- type: ObjectConstructor;
1510
- default: () => {};
1511
- };
1512
- shortcutFieldsList: {
1513
- type: ArrayConstructor;
1514
- default: () => never[];
1515
- };
1516
- }, {
1517
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1518
- value: {
1519
- type: ObjectConstructor;
1520
- default: () => void;
1521
- };
1522
- format: {
1523
- type: StringConstructor;
1524
- default: string;
1525
- };
1526
- disabled: {
1527
- type: BooleanConstructor;
1528
- default: boolean;
1529
- };
1530
- isDetail: {
1531
- type: BooleanConstructor;
1532
- default: boolean;
1533
- };
1534
- defaultValue: {
1535
- type: ObjectConstructor;
1536
- default: () => {};
1537
- };
1538
- itemData: {
1539
- type: ObjectConstructor;
1540
- default: () => {};
1541
- };
1542
- shortcutFieldsList: {
1543
- type: ArrayConstructor;
1544
- default: () => never[];
1545
- };
1546
- }>> & {
1547
- onChange?: ((...args: any[]) => any) | undefined;
1548
- }>>;
1549
- emits: (event: "change", ...args: any[]) => void;
1550
- ageValue: any;
1551
- showType: import("vue").ComputedRef<string>;
1552
- isDisabled: import("vue").ComputedRef<boolean>;
1553
- handleInitDefaultValue: () => void;
1554
- checkType: (val: any) => string;
1555
- handlefillVal: (val?: any) => void;
1556
- handleYearChange: (e: any) => void;
1557
- handleMonthChange: (e: any) => void;
1558
- handleDayChange: (e: any) => void;
1559
- getvalue: (e: any) => any;
1560
- valueChange: (val: string, key: string) => void;
1561
- checkVal: (val: string, key: string) => boolean;
1562
- handleProrate: () => void;
1563
- triggerChange: (changedValue: any) => void;
1564
- NInputNumber: any;
1565
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1566
- value: {
1567
- type: ObjectConstructor;
1568
- default: () => void;
1569
- };
1570
- format: {
1571
- type: StringConstructor;
1572
- default: string;
1573
- };
1574
- disabled: {
1575
- type: BooleanConstructor;
1576
- default: boolean;
1577
- };
1578
- isDetail: {
1579
- type: BooleanConstructor;
1580
- default: boolean;
1581
- };
1582
- defaultValue: {
1583
- type: ObjectConstructor;
1584
- default: () => {};
1585
- };
1586
- itemData: {
1587
- type: ObjectConstructor;
1588
- default: () => {};
1589
- };
1590
- shortcutFieldsList: {
1591
- type: ArrayConstructor;
1592
- default: () => never[];
1593
- };
1594
- }>> & {
1595
- onChange?: ((...args: any[]) => any) | undefined;
1596
- }, {
1597
- value: Record<string, any>;
1598
- disabled: boolean;
1599
- isDetail: boolean;
1600
- defaultValue: Record<string, any>;
1601
- format: string;
1602
- itemData: Record<string, any>;
1603
- shortcutFieldsList: unknown[];
1604
- }>;
1605
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1606
- value: {
1607
- value: ObjectConstructor;
1608
- default: () => {
1609
- star_val: string;
1610
- end_val: string;
1611
- };
1612
- };
1613
- options: {
1614
- type: ArrayConstructor;
1615
- default: () => never[];
1616
- };
1617
- item: {
1618
- type: ObjectConstructor;
1619
- default: () => {};
1620
- };
1621
- defaultValue: {
1622
- type: ObjectConstructor;
1623
- default: () => {};
1624
- };
1625
- format: {
1626
- type: StringConstructor;
1627
- default: string;
1628
- };
1629
- disabled: {
1630
- type: BooleanConstructor;
1631
- default: boolean;
1632
- };
1633
- dataName: {
1634
- type: StringConstructor;
1635
- };
1636
- }>> & {
1637
- onChange?: ((...args: any[]) => any) | undefined;
1638
- }, {
1639
- value: {
1640
- star_val: string;
1641
- end_val: string;
1642
- };
1643
- disabled: boolean;
1644
- options: unknown[];
1645
- item: Record<string, any>;
1646
- defaultValue: Record<string, any>;
1647
- format: string;
1648
- }>;
1649
- multiSelect: import("vue").DefineComponent<{
1650
- item: {
1651
- type: PropType<ISearchType>;
1652
- default: () => void;
1653
- };
1654
- maxTagPlaceholder: {
1655
- type: FunctionConstructor;
1656
- default: () => {};
1657
- };
1658
- outFilterChange: {
1659
- type: FunctionConstructor;
1660
- default: () => {};
1661
- };
1662
- handleWordBookSearch: {
1663
- type: FunctionConstructor;
1664
- default: () => {};
1665
- };
1666
- dropdownVisibleChange: {
1667
- type: FunctionConstructor;
1668
- default: () => {};
1669
- };
1670
- source: {
1671
- type: StringConstructor;
1672
- default: string;
1673
- };
1674
- fetchingWordbook: {
1675
- type: BooleanConstructor;
1676
- default: boolean;
1677
- };
1678
- }, {
1679
- quickInputSelect: any;
1680
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1681
- item: {
1682
- type: PropType<ISearchType>;
1683
- default: () => void;
1684
- };
1685
- maxTagPlaceholder: {
1686
- type: FunctionConstructor;
1687
- default: () => {};
1688
- };
1689
- outFilterChange: {
1690
- type: FunctionConstructor;
1691
- default: () => {};
1692
- };
1693
- handleWordBookSearch: {
1694
- type: FunctionConstructor;
1695
- default: () => {};
1696
- };
1697
- dropdownVisibleChange: {
1698
- type: FunctionConstructor;
1699
- default: () => {};
1700
- };
1701
- source: {
1702
- type: StringConstructor;
1703
- default: string;
1704
- };
1705
- fetchingWordbook: {
1706
- type: BooleanConstructor;
1707
- default: boolean;
1708
- };
1709
- }>> & {}>>;
1710
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
1711
- isnoPages: import("vue").ComputedRef<boolean>;
1712
- hasShowKeys: import("vue").ComputedRef<boolean>;
1713
- showRemoveIcon: import("vue").ComputedRef<boolean>;
1714
- mode: import("vue").ComputedRef<boolean>;
1715
- renderList: import("vue").ComputedRef<any>;
1716
- createSuffixIcon: () => void;
1717
- filterOption: (...arg: any) => any;
1718
- handleSearchChangePage: (type: string) => void;
1719
- handleChange: () => void;
1720
- NSelect: any;
1721
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1722
- item: {
1723
- type: PropType<ISearchType>;
1724
- default: () => void;
1725
- };
1726
- maxTagPlaceholder: {
1727
- type: FunctionConstructor;
1728
- default: () => {};
1729
- };
1730
- outFilterChange: {
1731
- type: FunctionConstructor;
1732
- default: () => {};
1733
- };
1734
- handleWordBookSearch: {
1735
- type: FunctionConstructor;
1736
- default: () => {};
1737
- };
1738
- dropdownVisibleChange: {
1739
- type: FunctionConstructor;
1740
- default: () => {};
1741
- };
1742
- source: {
1743
- type: StringConstructor;
1744
- default: string;
1745
- };
1746
- fetchingWordbook: {
1747
- type: BooleanConstructor;
1748
- default: boolean;
1749
- };
1750
- }>>, {
1751
- item: ISearchType;
1752
- source: string;
1753
- outFilterChange: Function;
1754
- maxTagPlaceholder: Function;
1755
- handleWordBookSearch: Function;
1756
- dropdownVisibleChange: Function;
1757
- fetchingWordbook: boolean;
1758
- }>;
1759
- cTreeSelect: import("vue").DefineComponent<{
1760
- item: {
1761
- type: PropType<ISearchType>;
1762
- default: () => {
1763
- value: never[];
1764
- };
1765
- };
1766
- handleGetConfigApi: {
1767
- type: FunctionConstructor;
1768
- default: () => void;
1769
- };
1770
- filterApiConfig: {
1771
- type: ObjectConstructor;
1772
- };
1773
- outFilterChange: {
1774
- type: FunctionConstructor;
1775
- default: () => void;
1776
- };
1777
- }, {
1778
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1779
- item: {
1780
- type: PropType<ISearchType>;
1781
- default: () => {
1782
- value: never[];
1783
- };
1784
- };
1785
- handleGetConfigApi: {
1786
- type: FunctionConstructor;
1787
- default: () => void;
1788
- };
1789
- filterApiConfig: {
1790
- type: ObjectConstructor;
1791
- };
1792
- outFilterChange: {
1793
- type: FunctionConstructor;
1794
- default: () => void;
1795
- };
1796
- }>> & {}>>;
1797
- quickInputSelect: any;
1798
- treeData: import("vue").Ref<{
1799
- label: string;
1800
- key: string;
1801
- selectable: boolean;
1802
- scopedSlots: {
1803
- title: string;
1804
- };
1805
- }[]>;
1806
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
1807
- showRemoveIcon: import("vue").ComputedRef<boolean>;
1808
- init: () => Promise<void>;
1809
- handleMaxTag: () => string;
1810
- handleRequestedOptions: (item: ISearchType) => Promise<any>;
1811
- getSearchDefParams: (item: ISearchType) => any;
1812
- formatField: (value: any) => any;
1813
- hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
1814
- handleInitTreeData: (list: any, config: ISearchType) => void;
1815
- hanldeSetTreeDef: () => void;
1816
- maxTagPlaceholder: (item: ISearchType) => number;
1817
- treeSelect: (key: string, vnode: any) => void;
1818
- change: () => void;
1819
- handleDisabledTreeData: (list?: any, config?: any) => void;
1820
- createSuffixIcon: () => void;
1821
- NTreeSelect: any;
1822
- NSpin: any;
1823
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1824
- item: {
1825
- type: PropType<ISearchType>;
1826
- default: () => {
1827
- value: never[];
1828
- };
1829
- };
1830
- handleGetConfigApi: {
1831
- type: FunctionConstructor;
1832
- default: () => void;
1833
- };
1834
- filterApiConfig: {
1835
- type: ObjectConstructor;
1836
- };
1837
- outFilterChange: {
1838
- type: FunctionConstructor;
1839
- default: () => void;
1840
- };
1841
- }>>, {
1842
- item: ISearchType;
1843
- handleGetConfigApi: Function;
1844
- outFilterChange: Function;
1845
- }>;
1846
740
  RenderWidget: import("vue").DefineComponent<{
1847
741
  cfg: {
1848
742
  type: ObjectConstructor;
@@ -1874,24 +768,14 @@ declare const _default: import("vue").DefineComponent<{
1874
768
  }>> & {
1875
769
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1876
770
  }, {}>;
1877
- vResize: {
1878
- mounted(el: any, binding: any): void;
1879
- };
1880
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig")[], "onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1881
- visible: {
1882
- type: BooleanConstructor;
1883
- };
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<{
1884
772
  searchFieldList: {
1885
- type: PropType<ISearchType[]>;
773
+ type: PropType<IApiServerType[]>;
1886
774
  default: () => never[];
1887
775
  };
1888
- searchFieldLimit: {
1889
- type: ObjectConstructor;
1890
- default: () => {};
1891
- };
1892
- quickSearchConfig: {
1893
- type: PropType<ISearchConfigType[]>;
1894
- default: () => never[];
776
+ tableId: {
777
+ type: StringConstructor;
778
+ default: string;
1895
779
  };
1896
780
  source: {
1897
781
  type: StringConstructor;
@@ -1901,43 +785,20 @@ declare const _default: import("vue").DefineComponent<{
1901
785
  type: PropType<IConditionMapType>;
1902
786
  default: () => {};
1903
787
  };
1904
- originConditionList: {
1905
- type: ArrayConstructor;
1906
- default: () => never[];
1907
- };
1908
- isOrgAdmin: {
1909
- type: BooleanConstructor;
1910
- default: boolean;
1911
- };
1912
- lastQuickSearchData: {
1913
- type: PropType<ISearchType[]>;
1914
- default: () => never[];
1915
- };
1916
- show: {
1917
- type: BooleanConstructor;
1918
- };
1919
- getFilterData: {
1920
- type: FunctionConstructor;
1921
- };
1922
788
  filterApiConfig: {
1923
789
  type: ObjectConstructor;
1924
790
  };
1925
791
  }>> & {
1926
792
  onOnSave?: ((...args: any[]) => any) | undefined;
793
+ onGetParam?: ((...args: any[]) => any) | undefined;
1927
794
  onFilterCountChange?: ((...args: any[]) => any) | undefined;
1928
795
  onCloseModal?: ((...args: any[]) => any) | undefined;
1929
796
  onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
1930
797
  onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
1931
798
  }, {
1932
- quickSearchConfig: ISearchConfigType[];
1933
- show: boolean;
1934
- visible: boolean;
1935
799
  source: string;
1936
- searchFieldList: ISearchType[];
1937
- searchFieldLimit: Record<string, any>;
800
+ searchFieldList: IApiServerType[];
801
+ tableId: string;
1938
802
  quickSearchListObj: IConditionMapType;
1939
- originConditionList: unknown[];
1940
- isOrgAdmin: boolean;
1941
- lastQuickSearchData: ISearchType[];
1942
803
  }>;
1943
804
  export default _default;