cnhis-design-vue 3.1.40-beta.1 → 3.1.40-beta.11

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 (188) hide show
  1. package/README.md +12 -48
  2. package/es/components/form-config/index.d.ts +66 -148
  3. package/es/components/form-config/src/FormConfig.vue.d.ts +66 -148
  4. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +33 -74
  5. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +33 -74
  6. package/es/components/form-render/index.d.ts +33 -74
  7. package/es/components/form-render/src/FormRender.vue.d.ts +33 -74
  8. package/es/components/form-render/src/FormRender.vue.js +36 -20
  9. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +33 -74
  10. package/es/components/form-render/src/components/renderer/formItem.js +8 -2
  11. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -0
  12. package/es/components/form-render/src/components/renderer/select.js +1 -0
  13. package/es/components/form-render/src/hooks/useAnchor.d.ts +6 -3
  14. package/es/components/form-render/src/hooks/useAnchor.js +26 -26
  15. package/es/components/form-render/src/hooks/useAutoHidden.d.ts +4 -0
  16. package/es/components/form-render/src/hooks/useAutoHidden.js +43 -0
  17. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +7 -10
  18. package/es/components/form-render/src/hooks/useBusinessBinding.js +38 -36
  19. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +10 -12
  20. package/es/components/form-render/src/hooks/useFormContext.d.ts +1 -2
  21. package/es/components/form-render/src/hooks/useFormContext.js +2 -2
  22. package/es/components/form-render/src/types/fieldItem.d.ts +1 -1
  23. package/es/components/iho-table/index.d.ts +121 -121
  24. package/es/components/iho-table/src/IhoTable.vue.d.ts +121 -121
  25. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  26. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +59 -59
  27. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  28. package/es/components/index.css +1 -1
  29. package/es/components/index.d.ts +3 -1
  30. package/es/components/index.js +6 -0
  31. package/es/components/info-header/index.d.ts +18 -3
  32. package/es/components/info-header/src/HiddenContent.vue.d.ts +2 -2
  33. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +1 -1
  34. package/es/components/info-header/src/InfoHeader.vue.d.ts +18 -3
  35. package/es/components/info-header/src/InfoHeader.vue.js +33 -19
  36. package/es/components/keyboard/index.d.ts +20 -2
  37. package/es/components/keyboard/src/Keyboard.vue.d.ts +20 -2
  38. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +19 -2
  39. package/es/components/keyboard/src/components/InputNumber.vue.js +15 -5
  40. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +20 -2
  41. package/es/components/keyboard/src/components/NumberPanel.vue.js +14 -10
  42. package/es/components/recommend-search/index.d.ts +14 -14
  43. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +14 -14
  44. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  45. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  46. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  47. package/es/components/scale-view/index.d.ts +4 -2
  48. package/es/components/scale-view/src/ScaleView.vue.d.ts +7 -2
  49. package/es/components/scale-view/src/ScaleView.vue.js +2 -1
  50. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  51. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  52. package/es/components/shortcut-provider/index.d.ts +15 -1
  53. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +15 -1
  54. package/es/components/shortcut-provider/src/ShortcutProvider.vue.js +7 -2
  55. package/es/components/shortcut-setter/index.d.ts +33 -74
  56. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +33 -74
  57. package/es/components/steps-wheel/index.d.ts +1 -1
  58. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  59. package/es/components/table-filter/index.d.ts +8933 -0
  60. package/es/components/table-filter/index.js +21 -0
  61. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +3841 -0
  62. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +2272 -0
  63. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +3198 -0
  64. package/es/components/table-filter/src/classification/Classification-com.vue.js +1315 -0
  65. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +71 -0
  66. package/es/components/table-filter/src/classification/search-class-name.vue.js +195 -0
  67. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +1119 -0
  68. package/es/components/table-filter/src/classification/search-professional-model.vue.js +594 -0
  69. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +119 -0
  70. package/es/components/table-filter/src/components/age-com/index.vue.js +185 -0
  71. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +199 -0
  72. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +86 -0
  73. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +2 -0
  74. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +30 -0
  75. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +90 -0
  76. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +253 -0
  77. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +112 -0
  78. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +114 -0
  79. package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +4 -0
  80. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +14 -0
  81. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +20 -0
  82. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +87 -0
  83. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +59 -0
  84. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +147 -0
  85. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +278 -0
  86. package/es/components/table-filter/src/components/classify-filter/index.vue.js +304 -0
  87. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +113 -0
  88. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +153 -0
  89. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +266 -0
  90. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +310 -0
  91. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +248 -0
  92. package/es/components/table-filter/src/components/range-age/index.vue.js +137 -0
  93. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +104 -0
  94. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.js +64 -0
  95. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +34 -0
  96. package/es/components/table-filter/src/components/render-widget/components/Select.vue.js +45 -0
  97. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -0
  98. package/es/components/table-filter/src/components/render-widget/components/index.js +2 -0
  99. package/es/components/table-filter/src/components/render-widget/enums.d.ts +25 -0
  100. package/es/components/table-filter/src/components/render-widget/enums.js +27 -0
  101. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
  102. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +70 -0
  103. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +32 -0
  104. package/es/components/table-filter/src/components/render-widget/index.vue.js +107 -0
  105. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +199 -0
  106. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +152 -0
  107. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +789 -0
  108. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +1520 -0
  109. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +18 -0
  110. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +171 -0
  111. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +1217 -0
  112. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +199 -0
  113. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +1624 -0
  114. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +241 -0
  115. package/es/components/table-filter/src/components/table-modal/TableModal.vue.d.ts +292 -0
  116. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +526 -0
  117. package/es/components/table-filter/src/const/dataOptions.d.ts +36 -0
  118. package/es/components/table-filter/src/const/dataOptions.js +107 -0
  119. package/es/components/table-filter/src/const/index.d.ts +5 -0
  120. package/es/components/table-filter/src/const/index.js +5 -0
  121. package/es/components/table-filter/src/directive/flexibleResize.d.ts +28 -0
  122. package/es/components/table-filter/src/directive/flexibleResize.js +157 -0
  123. package/es/components/table-filter/src/directive/preventReClick.d.ts +4 -0
  124. package/es/components/table-filter/src/directive/preventReClick.js +14 -0
  125. package/es/components/table-filter/src/directive/resize.d.ts +4 -0
  126. package/es/components/table-filter/src/directive/resize.js +12 -0
  127. package/es/components/table-filter/src/hooks/export.d.ts +1 -0
  128. package/es/components/table-filter/src/hooks/export.js +1 -0
  129. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +28 -0
  130. package/es/components/table-filter/src/hooks/useAdvanced.js +64 -0
  131. package/es/components/table-filter/src/hooks/useMixins.d.ts +60 -0
  132. package/es/components/table-filter/src/hooks/useMixins.js +532 -0
  133. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +15 -0
  134. package/es/components/table-filter/src/hooks/useRenderWidget.js +94 -0
  135. package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +8 -0
  136. package/es/components/table-filter/src/hooks/useTableSearchCon.js +131 -0
  137. package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +12 -0
  138. package/es/components/table-filter/src/hooks/useWordBookutils.js +91 -0
  139. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +1942 -0
  140. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +2038 -0
  141. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +14 -0
  142. package/es/components/table-filter/src/tool/generateDefOptions.js +65 -0
  143. package/es/components/table-filter/src/tool/getWidgetType.d.ts +1 -0
  144. package/es/components/table-filter/src/tool/getWidgetType.js +27 -0
  145. package/es/components/table-filter/src/tool/options.d.ts +18 -0
  146. package/es/components/table-filter/src/tool/options.js +200 -0
  147. package/es/components/table-filter/src/tool/resizeSensor.d.ts +16 -0
  148. package/es/components/table-filter/src/tool/resizeSensor.js +123 -0
  149. package/es/components/table-filter/src/tool/time-domain.d.ts +39 -0
  150. package/es/components/table-filter/src/tool/time-domain.js +100 -0
  151. package/es/components/table-filter/src/tool/transformData.d.ts +92 -0
  152. package/es/components/table-filter/src/tool/transformData.js +169 -0
  153. package/es/components/table-filter/src/tool/utils.d.ts +4 -0
  154. package/es/components/table-filter/src/tool/utils.js +29 -0
  155. package/es/components/table-filter/src/types/enums.d.ts +65 -0
  156. package/es/components/table-filter/src/types/enums.js +67 -0
  157. package/es/components/table-filter/src/types/index.d.ts +483 -0
  158. package/es/components/table-filter/src/types/index.js +1 -0
  159. package/es/components/table-filter/src/types/tool.d.ts +7 -0
  160. package/es/components/table-filter/src/types/tool.js +1 -0
  161. package/es/components/table-filter/style/index.css +1 -0
  162. package/es/shared/assets/img/failure.js +1 -1
  163. package/es/shared/assets/img/failure.png.js +1 -1
  164. package/es/shared/assets/img/icon-asc.js +1 -1
  165. package/es/shared/assets/img/icon-desc.js +1 -1
  166. package/es/shared/assets/img/no-permission.js +1 -1
  167. package/es/shared/assets/img/no-permission.png.js +1 -1
  168. package/es/shared/assets/img/nodata.js +1 -1
  169. package/es/shared/assets/img/nodata.png.js +1 -1
  170. package/es/shared/assets/img/notfound.js +1 -1
  171. package/es/shared/assets/img/notfound.png.js +1 -1
  172. package/es/shared/assets/img/qr.js +1 -1
  173. package/es/shared/assets/img/qr.png.js +1 -1
  174. package/es/shared/assets/img/success.js +1 -1
  175. package/es/shared/assets/img/success.png.js +1 -1
  176. package/es/shared/assets/img/video.js +1 -1
  177. package/es/shared/assets/img/video.png.js +1 -1
  178. package/es/shared/assets/img/video_default_cover.js +1 -1
  179. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  180. package/es/shared/assets/img/video_hover.js +1 -1
  181. package/es/shared/assets/img/video_play_hover.js +1 -1
  182. package/es/shared/assets/img/xb_big.js +1 -1
  183. package/es/shared/assets/img/xb_big.png.js +1 -1
  184. package/es/shared/assets/img/xb_small.js +1 -1
  185. package/es/shared/assets/img/xb_small.png.js +1 -1
  186. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  187. package/es/shared/utils/utilExpand.js +66 -0
  188. package/package.json +3 -3
@@ -0,0 +1,1942 @@
1
+ import { PropType } from 'vue';
2
+ import moment, { Moment } from 'moment';
3
+ import 'moment/locale/zh-cn';
4
+ import { IParentNamesType, ISearchType, IEvaluateType, IlabelType, ISaveType, IDateType, ILabelType, ILabelItemListType, ISearchConfigType, IConditionMapType } from '../../../../../es/components/table-filter/src/types';
5
+ declare const _default: import("vue").DefineComponent<{
6
+ visible: {
7
+ type: BooleanConstructor;
8
+ };
9
+ searchFieldList: {
10
+ type: PropType<ISearchType[]>;
11
+ default: () => never[];
12
+ };
13
+ searchFieldLimit: {
14
+ type: ObjectConstructor;
15
+ default: () => {};
16
+ };
17
+ quickSearchConfig: {
18
+ type: PropType<ISearchConfigType[]>;
19
+ default: () => never[];
20
+ };
21
+ source: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ quickSearchListObj: {
26
+ type: PropType<IConditionMapType>;
27
+ default: () => {};
28
+ };
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
+ filterApiConfig: {
48
+ type: ObjectConstructor;
49
+ };
50
+ }, {
51
+ rules: {
52
+ classname: {
53
+ required: boolean;
54
+ message: string;
55
+ trigger: string[];
56
+ };
57
+ };
58
+ instance: import("axios").AxiosInstance;
59
+ attrs: any;
60
+ $message: import("naive-ui").MessageApi;
61
+ 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;
73
+ };
74
+ isRender: (cfg: ISearchType) => any;
75
+ getDefValByRenderWidget: (cfg: ISearchType) => any;
76
+ initRenderWidgetCfg: (cfg: ISearchType) => any;
77
+ getRenderSearchConObj: (cfg: ISearchType) => {
78
+ field_key: string;
79
+ con: string | undefined;
80
+ value: any[] | null;
81
+ unit: null;
82
+ } | null;
83
+ getDefValByRenderConObj: (conObj: ISearchConfigType, cfg: ISearchType) => any;
84
+ isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
85
+ resetRenderWidgetValue: (cfg: ISearchType) => any;
86
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
87
+ visible: {
88
+ type: BooleanConstructor;
89
+ };
90
+ searchFieldList: {
91
+ type: PropType<ISearchType[]>;
92
+ default: () => never[];
93
+ };
94
+ searchFieldLimit: {
95
+ type: ObjectConstructor;
96
+ default: () => {};
97
+ };
98
+ quickSearchConfig: {
99
+ type: PropType<ISearchConfigType[]>;
100
+ default: () => never[];
101
+ };
102
+ source: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ };
106
+ quickSearchListObj: {
107
+ type: PropType<IConditionMapType>;
108
+ default: () => {};
109
+ };
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
+ filterApiConfig: {
129
+ type: ObjectConstructor;
130
+ };
131
+ }>> & {
132
+ onOnSave?: ((...args: any[]) => any) | undefined;
133
+ onFilterCountChange?: ((...args: any[]) => any) | undefined;
134
+ onCloseModal?: ((...args: any[]) => any) | undefined;
135
+ onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
136
+ onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
137
+ }>>;
138
+ emit: (event: "onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", ...args: any[]) => void;
139
+ ageAttrDomList: any;
140
+ formRef: any;
141
+ formValue: import("vue").Ref<{
142
+ classname: string;
143
+ }>;
144
+ modalVisible: import("vue").Ref<boolean>;
145
+ showInner: import("vue").Ref<boolean>;
146
+ quickSearch: import("vue").Ref<{
147
+ columnName: string;
148
+ title: string;
149
+ fieldType?: string | undefined;
150
+ filterExplicit?: number | undefined;
151
+ isShowSearch?: number | undefined;
152
+ setting?: any;
153
+ settingObj?: any;
154
+ placeholder?: string | undefined;
155
+ AGEAttr?: boolean | undefined;
156
+ BIRTHDAY?: {
157
+ con: any;
158
+ limit_date?: any;
159
+ start_val: any;
160
+ end_val: any;
161
+ unit?: string | undefined;
162
+ units?: {
163
+ con: string;
164
+ title: string;
165
+ name: string;
166
+ units?: number | undefined;
167
+ }[] | undefined;
168
+ } | undefined;
169
+ DATE?: {
170
+ con: any;
171
+ limit_date?: any;
172
+ start_val: any;
173
+ end_val: any;
174
+ unit?: string | undefined;
175
+ units?: {
176
+ con: string;
177
+ title: string;
178
+ name: string;
179
+ units?: number | undefined;
180
+ }[] | undefined;
181
+ } | undefined;
182
+ CL?: string | undefined;
183
+ CONVERT?: any;
184
+ EVALUATEAttr?: boolean | undefined;
185
+ EQ?: string | undefined;
186
+ LABELAttr?: boolean | undefined;
187
+ _isBlock?: boolean | undefined;
188
+ _frontId?: any;
189
+ NUMBERFiled?: boolean | undefined;
190
+ PASSWORDTYPE?: boolean | undefined;
191
+ advanceColWidth?: string | undefined;
192
+ advanceOptionSetting?: string | undefined;
193
+ alias?: string | undefined;
194
+ ageObj?: any;
195
+ attr?: string | undefined;
196
+ bigValue?: string | number | undefined;
197
+ classify?: string | undefined;
198
+ colWidth?: number | undefined;
199
+ columnFullName?: string | undefined;
200
+ com?: string | undefined;
201
+ comType?: string | undefined;
202
+ comAttr?: string | undefined;
203
+ con?: string | undefined;
204
+ dataSource?: any;
205
+ dateTeam?: {
206
+ con: string;
207
+ title: string;
208
+ name: string;
209
+ units?: number | undefined;
210
+ }[] | undefined;
211
+ dictionarieObj?: any;
212
+ explicitRequired?: number | undefined;
213
+ explicitDefaultVal?: string | undefined;
214
+ extraField?: boolean | undefined;
215
+ fieldSetting?: string | undefined;
216
+ format?: string | undefined;
217
+ i18n?: string | undefined;
218
+ id?: string | undefined;
219
+ inputVal?: string | undefined;
220
+ inputUnit?: string | undefined;
221
+ isAvg?: number | undefined;
222
+ isEdit?: number | undefined;
223
+ isFixed?: number | undefined;
224
+ isFixedShow?: number | undefined;
225
+ isFontWeight?: number | undefined;
226
+ isMerge?: number | undefined;
227
+ isOrder?: number | undefined;
228
+ isPreciseSearch?: boolean | undefined;
229
+ isRender?: boolean | undefined;
230
+ isSearch?: number | undefined;
231
+ isShow?: number | undefined;
232
+ isSort?: number | undefined;
233
+ isSum?: number | undefined;
234
+ labelObj?: any;
235
+ labelList?: {
236
+ labelId?: string | undefined;
237
+ change_text: string;
238
+ field_key: string;
239
+ filter: {
240
+ con: string;
241
+ conName?: string | undefined;
242
+ field_key: string;
243
+ key?: string | undefined;
244
+ value: string;
245
+ }[];
246
+ label: string;
247
+ labelName: string;
248
+ sqlExpression: string;
249
+ value: string;
250
+ isSelect?: boolean | undefined;
251
+ }[] | undefined;
252
+ labelSelectList?: {
253
+ labelId?: string | undefined;
254
+ change_text: string;
255
+ field_key: string;
256
+ filter: {
257
+ con: string;
258
+ conName?: string | undefined;
259
+ field_key: string;
260
+ key?: string | undefined;
261
+ value: string;
262
+ }[];
263
+ label: string;
264
+ labelName: string;
265
+ sqlExpression: string;
266
+ value: string;
267
+ isSelect?: boolean | undefined;
268
+ }[] | undefined;
269
+ lessValue?: string | number | undefined;
270
+ marginx?: string | undefined;
271
+ notParticipatingSearch?: number | undefined;
272
+ order?: string | undefined;
273
+ QUOTE?: any;
274
+ searchPageConfig?: any;
275
+ selecteds?: any;
276
+ sequence?: number | undefined;
277
+ showDate?: boolean | undefined;
278
+ showFormat?: string | undefined;
279
+ showTime?: boolean | undefined;
280
+ sid?: string | undefined;
281
+ start_val?: number | null | undefined;
282
+ end_val?: number | null | undefined;
283
+ tempCon?: any;
284
+ tableId?: string | undefined;
285
+ value?: any;
286
+ unit?: string | undefined;
287
+ widgetCfg?: any;
288
+ formTitle?: string | undefined;
289
+ random_key?: string | undefined;
290
+ widgetType?: any;
291
+ hasFieldList?: any;
292
+ search_DefaultValue?: any;
293
+ }[]>;
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
+ isChangeWindow: import("vue").Ref<boolean>;
345
+ modalWidth: import("vue").Ref<string>;
346
+ 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
+ parentNames: import("vue").Ref<{
359
+ disabled: boolean;
360
+ isAdd?: boolean | undefined;
361
+ selected: boolean;
362
+ value: string;
363
+ }[]>;
364
+ showAdd: import("vue").Ref<boolean>;
365
+ 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
+ parentNamesHasAdd: import("vue").ComputedRef<boolean>;
389
+ 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
+ init: () => void;
397
+ 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 | {
410
+ columnName: string;
411
+ title: string;
412
+ fieldType?: string | undefined;
413
+ filterExplicit?: number | undefined;
414
+ isShowSearch?: number | undefined;
415
+ setting?: any;
416
+ settingObj?: any;
417
+ placeholder?: string | undefined;
418
+ AGEAttr?: boolean | undefined;
419
+ BIRTHDAY?: {
420
+ con: any;
421
+ limit_date?: any;
422
+ start_val: any;
423
+ end_val: any;
424
+ unit?: string | undefined;
425
+ units?: {
426
+ con: string;
427
+ title: string;
428
+ name: string;
429
+ units?: number | undefined;
430
+ }[] | undefined;
431
+ } | undefined;
432
+ DATE?: {
433
+ con: any;
434
+ limit_date?: any;
435
+ start_val: any;
436
+ end_val: any;
437
+ unit?: string | undefined;
438
+ units?: {
439
+ con: string;
440
+ title: string;
441
+ name: string;
442
+ units?: number | undefined;
443
+ }[] | undefined;
444
+ } | undefined;
445
+ CL?: string | undefined;
446
+ CONVERT?: any;
447
+ EVALUATEAttr?: boolean | undefined;
448
+ EQ?: string | undefined;
449
+ LABELAttr?: boolean | undefined;
450
+ _isBlock?: boolean | undefined;
451
+ _frontId?: any;
452
+ NUMBERFiled?: boolean | undefined;
453
+ PASSWORDTYPE?: boolean | undefined;
454
+ advanceColWidth?: string | undefined;
455
+ advanceOptionSetting?: string | undefined;
456
+ alias?: string | undefined;
457
+ ageObj?: any;
458
+ attr?: string | undefined;
459
+ bigValue?: string | number | undefined;
460
+ classify?: string | undefined;
461
+ colWidth?: number | undefined;
462
+ columnFullName?: string | undefined;
463
+ com?: string | undefined;
464
+ comType?: string | undefined;
465
+ comAttr?: string | undefined;
466
+ con?: string | undefined;
467
+ dataSource?: any;
468
+ dateTeam?: {
469
+ con: string;
470
+ title: string;
471
+ name: string;
472
+ units?: number | undefined;
473
+ }[] | undefined;
474
+ dictionarieObj?: any;
475
+ explicitRequired?: number | undefined;
476
+ explicitDefaultVal?: string | undefined;
477
+ extraField?: boolean | undefined;
478
+ fieldSetting?: string | undefined;
479
+ format?: string | undefined;
480
+ i18n?: string | undefined;
481
+ id?: string | undefined;
482
+ inputVal?: string | undefined;
483
+ inputUnit?: string | undefined;
484
+ isAvg?: number | undefined;
485
+ isEdit?: number | undefined;
486
+ isFixed?: number | undefined;
487
+ isFixedShow?: number | undefined;
488
+ isFontWeight?: number | undefined;
489
+ isMerge?: number | undefined;
490
+ isOrder?: number | undefined;
491
+ isPreciseSearch?: boolean | undefined;
492
+ isRender?: boolean | undefined;
493
+ isSearch?: number | undefined;
494
+ isShow?: number | undefined;
495
+ isSort?: number | undefined;
496
+ isSum?: number | undefined;
497
+ labelObj?: any;
498
+ labelList?: {
499
+ labelId?: string | undefined;
500
+ change_text: string;
501
+ field_key: string;
502
+ filter: {
503
+ con: string;
504
+ conName?: string | undefined;
505
+ field_key: string;
506
+ key?: string | undefined;
507
+ value: string;
508
+ }[];
509
+ label: string;
510
+ labelName: string;
511
+ sqlExpression: string;
512
+ value: string;
513
+ isSelect?: boolean | undefined;
514
+ }[] | undefined;
515
+ labelSelectList?: {
516
+ labelId?: string | undefined;
517
+ change_text: string;
518
+ field_key: string;
519
+ filter: {
520
+ con: string;
521
+ conName?: string | undefined;
522
+ field_key: string;
523
+ key?: string | undefined;
524
+ value: string;
525
+ }[];
526
+ label: string;
527
+ labelName: string;
528
+ sqlExpression: string;
529
+ value: string;
530
+ isSelect?: boolean | undefined;
531
+ }[] | undefined;
532
+ lessValue?: string | number | undefined;
533
+ marginx?: string | undefined;
534
+ notParticipatingSearch?: number | undefined;
535
+ order?: string | undefined;
536
+ QUOTE?: any;
537
+ searchPageConfig?: any;
538
+ selecteds?: any;
539
+ sequence?: number | undefined;
540
+ showDate?: boolean | undefined;
541
+ showFormat?: string | undefined;
542
+ showTime?: boolean | undefined;
543
+ sid?: string | undefined;
544
+ start_val?: number | null | undefined;
545
+ end_val?: number | null | undefined;
546
+ tempCon?: any;
547
+ tableId?: string | undefined;
548
+ value?: any;
549
+ unit?: string | undefined;
550
+ widgetCfg?: any;
551
+ formTitle?: string | undefined;
552
+ random_key?: string | undefined;
553
+ widgetType?: any;
554
+ hasFieldList?: any;
555
+ search_DefaultValue?: any;
556
+ }[];
557
+ getMergeConObj: () => any[];
558
+ getConObjParams: () => any;
559
+ closeModal: () => void;
560
+ resetChangeWindow: () => void;
561
+ openSaveToCalss: () => void;
562
+ getConObj: (arr: ISearchType[]) => any;
563
+ range: (start: number, end: number) => never[];
564
+ disabledDate: (current: Moment) => boolean;
565
+ changeRange: (date: number[], dateString: string[]) => void;
566
+ saveToCalss: () => void;
567
+ handleParentNamesAdd: (e: Event) => void;
568
+ hanldeBlur: () => void;
569
+ editParentName: (e: Event, item: IParentNamesType) => void;
570
+ handleParentNameSelect: (item: IParentNamesType, index: number) => void;
571
+ handleParentNamesRemove: (index: number, item: IParentNamesType) => void;
572
+ handleParent: (index: number, item: IParentNamesType) => void;
573
+ saveTableCondiTion: (params: ISaveType) => Promise<void>;
574
+ cancelSaveToCalss: () => void;
575
+ clearData: () => void;
576
+ 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
+ NForm: any;
608
+ NFormItem: import("vue").DefineComponent<{
609
+ readonly label: StringConstructor;
610
+ readonly labelWidth: PropType<string | number>;
611
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
612
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
613
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
614
+ readonly path: StringConstructor;
615
+ readonly first: BooleanConstructor;
616
+ readonly rulePath: StringConstructor;
617
+ readonly required: BooleanConstructor;
618
+ readonly showRequireMark: {
619
+ readonly type: PropType<boolean | undefined>;
620
+ readonly default: undefined;
621
+ };
622
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
623
+ readonly showFeedback: {
624
+ readonly type: PropType<boolean | undefined>;
625
+ readonly default: undefined;
626
+ };
627
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
628
+ readonly size: PropType<"small" | "medium" | "large">;
629
+ readonly ignorePathChange: BooleanConstructor;
630
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
631
+ readonly feedback: StringConstructor;
632
+ readonly showLabel: {
633
+ readonly type: PropType<boolean | undefined>;
634
+ readonly default: undefined;
635
+ };
636
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
637
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
638
+ blankHeightSmall: string;
639
+ blankHeightMedium: string;
640
+ blankHeightLarge: string;
641
+ lineHeight: string;
642
+ labelTextColor: string;
643
+ asteriskColor: string;
644
+ feedbackTextColorError: string;
645
+ feedbackTextColorWarning: string;
646
+ feedbackTextColor: string;
647
+ feedbackPadding: string;
648
+ feedbackHeightSmall: string;
649
+ feedbackHeightMedium: string;
650
+ feedbackHeightLarge: string;
651
+ feedbackFontSizeSmall: string;
652
+ feedbackFontSizeMedium: string;
653
+ feedbackFontSizeLarge: string;
654
+ labelFontSizeLeftSmall: string;
655
+ labelFontSizeLeftMedium: string;
656
+ labelFontSizeLeftLarge: string;
657
+ labelFontSizeTopSmall: string;
658
+ labelFontSizeTopMedium: string;
659
+ labelFontSizeTopLarge: string;
660
+ labelHeightSmall: string;
661
+ labelHeightMedium: string;
662
+ labelHeightLarge: string;
663
+ labelPaddingVertical: string;
664
+ labelPaddingHorizontal: string;
665
+ labelTextAlignVertical: string;
666
+ labelTextAlignHorizontal: string;
667
+ }, any>>;
668
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
669
+ blankHeightSmall: string;
670
+ blankHeightMedium: string;
671
+ blankHeightLarge: string;
672
+ lineHeight: string;
673
+ labelTextColor: string;
674
+ asteriskColor: string;
675
+ feedbackTextColorError: string;
676
+ feedbackTextColorWarning: string;
677
+ feedbackTextColor: string;
678
+ feedbackPadding: string;
679
+ feedbackHeightSmall: string;
680
+ feedbackHeightMedium: string;
681
+ feedbackHeightLarge: string;
682
+ feedbackFontSizeSmall: string;
683
+ feedbackFontSizeMedium: string;
684
+ feedbackFontSizeLarge: string;
685
+ labelFontSizeLeftSmall: string;
686
+ labelFontSizeLeftMedium: string;
687
+ labelFontSizeLeftLarge: string;
688
+ labelFontSizeTopSmall: string;
689
+ labelFontSizeTopMedium: string;
690
+ labelFontSizeTopLarge: string;
691
+ labelHeightSmall: string;
692
+ labelHeightMedium: string;
693
+ labelHeightLarge: string;
694
+ labelPaddingVertical: string;
695
+ labelPaddingHorizontal: string;
696
+ labelTextAlignVertical: string;
697
+ labelTextAlignHorizontal: string;
698
+ }, any>>>;
699
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
700
+ blankHeightSmall: string;
701
+ blankHeightMedium: string;
702
+ blankHeightLarge: string;
703
+ lineHeight: string;
704
+ labelTextColor: string;
705
+ asteriskColor: string;
706
+ feedbackTextColorError: string;
707
+ feedbackTextColorWarning: string;
708
+ feedbackTextColor: string;
709
+ feedbackPadding: string;
710
+ feedbackHeightSmall: string;
711
+ feedbackHeightMedium: string;
712
+ feedbackHeightLarge: string;
713
+ feedbackFontSizeSmall: string;
714
+ feedbackFontSizeMedium: string;
715
+ feedbackFontSizeLarge: string;
716
+ labelFontSizeLeftSmall: string;
717
+ labelFontSizeLeftMedium: string;
718
+ labelFontSizeLeftLarge: string;
719
+ labelFontSizeTopSmall: string;
720
+ labelFontSizeTopMedium: string;
721
+ labelFontSizeTopLarge: string;
722
+ labelHeightSmall: string;
723
+ labelHeightMedium: string;
724
+ labelHeightLarge: string;
725
+ labelPaddingVertical: string;
726
+ labelPaddingHorizontal: string; /**
727
+ * 映射方式的单选模式
728
+ */
729
+ labelTextAlignVertical: string;
730
+ labelTextAlignHorizontal: string;
731
+ }, any>>>;
732
+ }, {
733
+ cssVars: import("vue").ComputedRef<{
734
+ '--n-bezier': string;
735
+ '--n-line-height': string;
736
+ '--n-blank-height': string;
737
+ '--n-label-font-size': string;
738
+ '--n-label-text-align': string;
739
+ '--n-label-height': string;
740
+ '--n-label-padding': string;
741
+ '--n-asterisk-color': string;
742
+ '--n-label-text-color': string;
743
+ '--n-feedback-padding': string;
744
+ '--n-feedback-font-size': string;
745
+ '--n-feedback-height': string;
746
+ '--n-feedback-text-color': string;
747
+ '--n-feedback-text-color-warning': string;
748
+ '--n-feedback-text-color-error': string;
749
+ }> | undefined;
750
+ themeClass: import("vue").Ref<string>;
751
+ onRender: () => void;
752
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
753
+ restoreValidation: () => void;
754
+ path?: string | undefined;
755
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
756
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
757
+ validationErrored: import("vue").Ref<boolean>;
758
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
759
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
760
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
761
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
762
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
763
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
764
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
765
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
766
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
767
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
768
+ mergedClsPrefix: import("vue").ComputedRef<string>;
769
+ mergedRequired: import("vue").ComputedRef<boolean>;
770
+ feedbackId: import("vue").Ref<string>;
771
+ renderExplains: import("vue").Ref<{
772
+ key: string;
773
+ render: () => import("vue").VNodeChild;
774
+ }[]>;
775
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
776
+ readonly label: StringConstructor;
777
+ readonly labelWidth: PropType<string | number>;
778
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
779
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
780
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
781
+ readonly path: StringConstructor;
782
+ readonly first: BooleanConstructor;
783
+ readonly rulePath: StringConstructor;
784
+ readonly required: BooleanConstructor;
785
+ readonly showRequireMark: {
786
+ readonly type: PropType<boolean | undefined>;
787
+ readonly default: undefined;
788
+ };
789
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
790
+ readonly showFeedback: {
791
+ readonly type: PropType<boolean | undefined>;
792
+ readonly default: undefined;
793
+ };
794
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
795
+ readonly size: PropType<"small" | "medium" | "large">;
796
+ readonly ignorePathChange: BooleanConstructor;
797
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
798
+ readonly feedback: StringConstructor;
799
+ readonly showLabel: {
800
+ readonly type: PropType<boolean | undefined>;
801
+ readonly default: undefined;
802
+ };
803
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
804
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
805
+ blankHeightSmall: string;
806
+ blankHeightMedium: string;
807
+ blankHeightLarge: string;
808
+ lineHeight: string;
809
+ labelTextColor: string;
810
+ asteriskColor: string;
811
+ feedbackTextColorError: string;
812
+ feedbackTextColorWarning: string;
813
+ feedbackTextColor: string;
814
+ feedbackPadding: string;
815
+ feedbackHeightSmall: string;
816
+ feedbackHeightMedium: string;
817
+ feedbackHeightLarge: string;
818
+ feedbackFontSizeSmall: string;
819
+ feedbackFontSizeMedium: string;
820
+ feedbackFontSizeLarge: string;
821
+ labelFontSizeLeftSmall: string;
822
+ labelFontSizeLeftMedium: string;
823
+ labelFontSizeLeftLarge: string;
824
+ labelFontSizeTopSmall: string;
825
+ labelFontSizeTopMedium: string;
826
+ labelFontSizeTopLarge: string;
827
+ labelHeightSmall: string;
828
+ labelHeightMedium: string;
829
+ labelHeightLarge: string;
830
+ labelPaddingVertical: string;
831
+ labelPaddingHorizontal: string;
832
+ labelTextAlignVertical: string;
833
+ labelTextAlignHorizontal: string;
834
+ }, any>>;
835
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
836
+ blankHeightSmall: string;
837
+ blankHeightMedium: string;
838
+ blankHeightLarge: string;
839
+ lineHeight: string;
840
+ labelTextColor: string;
841
+ asteriskColor: string;
842
+ feedbackTextColorError: string;
843
+ feedbackTextColorWarning: string;
844
+ feedbackTextColor: string;
845
+ feedbackPadding: string;
846
+ feedbackHeightSmall: string;
847
+ feedbackHeightMedium: string;
848
+ feedbackHeightLarge: string;
849
+ feedbackFontSizeSmall: string;
850
+ feedbackFontSizeMedium: string;
851
+ feedbackFontSizeLarge: string;
852
+ labelFontSizeLeftSmall: string;
853
+ labelFontSizeLeftMedium: string;
854
+ labelFontSizeLeftLarge: string;
855
+ labelFontSizeTopSmall: string;
856
+ labelFontSizeTopMedium: string;
857
+ labelFontSizeTopLarge: string;
858
+ labelHeightSmall: string;
859
+ labelHeightMedium: string;
860
+ labelHeightLarge: string;
861
+ labelPaddingVertical: string;
862
+ labelPaddingHorizontal: string;
863
+ labelTextAlignVertical: string;
864
+ labelTextAlignHorizontal: string;
865
+ }, any>>>;
866
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
867
+ blankHeightSmall: string;
868
+ blankHeightMedium: string;
869
+ blankHeightLarge: string;
870
+ lineHeight: string;
871
+ labelTextColor: string;
872
+ asteriskColor: string;
873
+ feedbackTextColorError: string;
874
+ feedbackTextColorWarning: string;
875
+ feedbackTextColor: string;
876
+ feedbackPadding: string;
877
+ feedbackHeightSmall: string;
878
+ feedbackHeightMedium: string;
879
+ feedbackHeightLarge: string;
880
+ feedbackFontSizeSmall: string;
881
+ feedbackFontSizeMedium: string;
882
+ feedbackFontSizeLarge: string;
883
+ labelFontSizeLeftSmall: string;
884
+ labelFontSizeLeftMedium: string;
885
+ labelFontSizeLeftLarge: string;
886
+ labelFontSizeTopSmall: string;
887
+ labelFontSizeTopMedium: string;
888
+ labelFontSizeTopLarge: string;
889
+ labelHeightSmall: string;
890
+ labelHeightMedium: string;
891
+ labelHeightLarge: string;
892
+ labelPaddingVertical: string;
893
+ labelPaddingHorizontal: string;
894
+ labelTextAlignVertical: string;
895
+ labelTextAlignHorizontal: string;
896
+ }, any>>>;
897
+ }>>, {
898
+ readonly required: boolean;
899
+ readonly first: boolean;
900
+ readonly showRequireMark: boolean | undefined;
901
+ readonly showFeedback: boolean | undefined;
902
+ readonly showLabel: boolean | undefined;
903
+ readonly ignorePathChange: boolean;
904
+ }>;
905
+ NModal: any;
906
+ NCard: any;
907
+ NIcon: any;
908
+ NInput: any;
909
+ NButton: any;
910
+ NInputNumber: any;
911
+ NTooltip: any;
912
+ NSelect: any;
913
+ NDatePicker: any;
914
+ NRadioGroup: import("vue").DefineComponent<{
915
+ readonly name: StringConstructor;
916
+ readonly value: PropType<string | number | boolean | null>;
917
+ readonly defaultValue: {
918
+ readonly type: PropType<string | number | boolean | null>;
919
+ readonly default: null;
920
+ };
921
+ readonly size: PropType<"small" | "medium" | "large">;
922
+ readonly disabled: {
923
+ readonly type: PropType<boolean | undefined>;
924
+ readonly default: undefined;
925
+ };
926
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
927
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
928
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
929
+ labelLineHeight: string;
930
+ buttonHeightSmall: string;
931
+ buttonHeightMedium: string;
932
+ buttonHeightLarge: string;
933
+ fontSizeSmall: string;
934
+ fontSizeMedium: string;
935
+ fontSizeLarge: string;
936
+ boxShadow: string;
937
+ boxShadowActive: string;
938
+ boxShadowFocus: string;
939
+ boxShadowHover: string;
940
+ boxShadowDisabled: string;
941
+ color: string;
942
+ colorDisabled: string;
943
+ colorActive: string;
944
+ textColor: string;
945
+ textColorDisabled: string;
946
+ dotColorActive: string;
947
+ dotColorDisabled: string;
948
+ buttonBorderColor: string;
949
+ buttonBorderColorActive: string;
950
+ buttonBorderColorHover: string;
951
+ buttonColor: string;
952
+ buttonColorActive: string;
953
+ buttonTextColor: string;
954
+ buttonTextColorActive: string;
955
+ buttonTextColorHover: string;
956
+ opacityDisabled: string;
957
+ buttonBoxShadowFocus: string;
958
+ buttonBoxShadowHover: string;
959
+ buttonBoxShadow: string;
960
+ buttonBorderRadius: string;
961
+ radioSizeSmall: string;
962
+ radioSizeMedium: string;
963
+ radioSizeLarge: string;
964
+ labelPadding: string;
965
+ }, any>>;
966
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
967
+ labelLineHeight: string;
968
+ buttonHeightSmall: string;
969
+ buttonHeightMedium: string;
970
+ buttonHeightLarge: string;
971
+ fontSizeSmall: string;
972
+ fontSizeMedium: string;
973
+ fontSizeLarge: string;
974
+ boxShadow: string;
975
+ boxShadowActive: string;
976
+ boxShadowFocus: string;
977
+ boxShadowHover: string;
978
+ boxShadowDisabled: string;
979
+ color: string;
980
+ colorDisabled: string;
981
+ colorActive: string;
982
+ textColor: string;
983
+ textColorDisabled: string;
984
+ dotColorActive: string;
985
+ dotColorDisabled: string;
986
+ buttonBorderColor: string;
987
+ buttonBorderColorActive: string;
988
+ buttonBorderColorHover: string;
989
+ buttonColor: string;
990
+ buttonColorActive: string;
991
+ buttonTextColor: string;
992
+ buttonTextColorActive: string;
993
+ buttonTextColorHover: string;
994
+ opacityDisabled: string;
995
+ buttonBoxShadowFocus: string;
996
+ buttonBoxShadowHover: string;
997
+ buttonBoxShadow: string;
998
+ buttonBorderRadius: string;
999
+ radioSizeSmall: string;
1000
+ radioSizeMedium: string;
1001
+ radioSizeLarge: string;
1002
+ labelPadding: string;
1003
+ }, any>>>;
1004
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1005
+ labelLineHeight: string;
1006
+ buttonHeightSmall: string;
1007
+ buttonHeightMedium: string;
1008
+ buttonHeightLarge: string;
1009
+ fontSizeSmall: string;
1010
+ fontSizeMedium: string;
1011
+ fontSizeLarge: string;
1012
+ boxShadow: string;
1013
+ boxShadowActive: string;
1014
+ boxShadowFocus: string;
1015
+ boxShadowHover: string;
1016
+ boxShadowDisabled: string;
1017
+ color: string;
1018
+ colorDisabled: string;
1019
+ colorActive: string;
1020
+ textColor: string;
1021
+ textColorDisabled: string;
1022
+ dotColorActive: string;
1023
+ dotColorDisabled: string;
1024
+ buttonBorderColor: string;
1025
+ buttonBorderColorActive: string;
1026
+ buttonBorderColorHover: string;
1027
+ buttonColor: string;
1028
+ buttonColorActive: string;
1029
+ buttonTextColor: string;
1030
+ buttonTextColorActive: string;
1031
+ buttonTextColorHover: string;
1032
+ opacityDisabled: string;
1033
+ buttonBoxShadowFocus: string;
1034
+ buttonBoxShadowHover: string;
1035
+ buttonBoxShadow: string;
1036
+ buttonBorderRadius: string;
1037
+ radioSizeSmall: string;
1038
+ radioSizeMedium: string;
1039
+ radioSizeLarge: string;
1040
+ labelPadding: string;
1041
+ }, any>>>;
1042
+ }, {
1043
+ selfElRef: import("vue").Ref<HTMLDivElement | null>;
1044
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1045
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1046
+ mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
1047
+ handleFocusout: (e: FocusEvent) => void;
1048
+ handleFocusin: (e: FocusEvent) => void;
1049
+ cssVars: import("vue").ComputedRef<{
1050
+ '--n-font-size': string;
1051
+ '--n-bezier': string;
1052
+ '--n-button-border-color': string;
1053
+ '--n-button-border-color-active': string;
1054
+ '--n-button-border-radius': string;
1055
+ '--n-button-box-shadow': string;
1056
+ '--n-button-box-shadow-focus': string;
1057
+ '--n-button-box-shadow-hover': string;
1058
+ '--n-button-color-active': string;
1059
+ '--n-button-text-color': string;
1060
+ '--n-button-text-color-hover': string;
1061
+ '--n-button-text-color-active': string;
1062
+ '--n-height': string;
1063
+ '--n-opacity-disabled': string;
1064
+ }> | undefined;
1065
+ themeClass: import("vue").Ref<string> | undefined;
1066
+ onRender: (() => void) | undefined;
1067
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1068
+ readonly name: StringConstructor;
1069
+ readonly value: PropType<string | number | boolean | null>;
1070
+ readonly defaultValue: {
1071
+ readonly type: PropType<string | number | boolean | null>;
1072
+ readonly default: null;
1073
+ };
1074
+ readonly size: PropType<"small" | "medium" | "large">;
1075
+ readonly disabled: {
1076
+ readonly type: PropType<boolean | undefined>;
1077
+ readonly default: undefined;
1078
+ };
1079
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
1080
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
1081
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
1082
+ labelLineHeight: string;
1083
+ buttonHeightSmall: string;
1084
+ buttonHeightMedium: string;
1085
+ buttonHeightLarge: string;
1086
+ fontSizeSmall: string;
1087
+ fontSizeMedium: string;
1088
+ fontSizeLarge: string;
1089
+ boxShadow: string;
1090
+ boxShadowActive: string;
1091
+ boxShadowFocus: string;
1092
+ boxShadowHover: string;
1093
+ boxShadowDisabled: string;
1094
+ color: string;
1095
+ colorDisabled: string;
1096
+ colorActive: string;
1097
+ textColor: string;
1098
+ textColorDisabled: string;
1099
+ dotColorActive: string;
1100
+ dotColorDisabled: string;
1101
+ buttonBorderColor: string;
1102
+ buttonBorderColorActive: string;
1103
+ buttonBorderColorHover: string;
1104
+ buttonColor: string;
1105
+ buttonColorActive: string;
1106
+ buttonTextColor: string;
1107
+ buttonTextColorActive: string;
1108
+ buttonTextColorHover: string;
1109
+ opacityDisabled: string;
1110
+ buttonBoxShadowFocus: string;
1111
+ buttonBoxShadowHover: string;
1112
+ buttonBoxShadow: string;
1113
+ buttonBorderRadius: string;
1114
+ radioSizeSmall: string;
1115
+ radioSizeMedium: string;
1116
+ radioSizeLarge: string;
1117
+ labelPadding: string;
1118
+ }, any>>;
1119
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1120
+ labelLineHeight: string;
1121
+ buttonHeightSmall: string;
1122
+ buttonHeightMedium: string;
1123
+ buttonHeightLarge: string;
1124
+ fontSizeSmall: string;
1125
+ fontSizeMedium: string;
1126
+ fontSizeLarge: string;
1127
+ boxShadow: string;
1128
+ boxShadowActive: string;
1129
+ boxShadowFocus: string;
1130
+ boxShadowHover: string;
1131
+ boxShadowDisabled: string;
1132
+ color: string;
1133
+ colorDisabled: string;
1134
+ colorActive: string;
1135
+ textColor: string;
1136
+ textColorDisabled: string;
1137
+ dotColorActive: string;
1138
+ dotColorDisabled: string;
1139
+ buttonBorderColor: string;
1140
+ buttonBorderColorActive: string;
1141
+ buttonBorderColorHover: string;
1142
+ buttonColor: string;
1143
+ buttonColorActive: string;
1144
+ buttonTextColor: string;
1145
+ buttonTextColorActive: string;
1146
+ buttonTextColorHover: string;
1147
+ opacityDisabled: string;
1148
+ buttonBoxShadowFocus: string;
1149
+ buttonBoxShadowHover: string;
1150
+ buttonBoxShadow: string;
1151
+ buttonBorderRadius: string;
1152
+ radioSizeSmall: string;
1153
+ radioSizeMedium: string;
1154
+ radioSizeLarge: string;
1155
+ labelPadding: string;
1156
+ }, any>>>;
1157
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
1158
+ labelLineHeight: string;
1159
+ buttonHeightSmall: string;
1160
+ buttonHeightMedium: string;
1161
+ buttonHeightLarge: string;
1162
+ fontSizeSmall: string;
1163
+ fontSizeMedium: string;
1164
+ fontSizeLarge: string;
1165
+ boxShadow: string;
1166
+ boxShadowActive: string;
1167
+ boxShadowFocus: string;
1168
+ boxShadowHover: string;
1169
+ boxShadowDisabled: string;
1170
+ color: string;
1171
+ colorDisabled: string;
1172
+ colorActive: string;
1173
+ textColor: string;
1174
+ textColorDisabled: string;
1175
+ dotColorActive: string;
1176
+ dotColorDisabled: string;
1177
+ buttonBorderColor: string;
1178
+ buttonBorderColorActive: string;
1179
+ buttonBorderColorHover: string;
1180
+ buttonColor: string;
1181
+ buttonColorActive: string;
1182
+ buttonTextColor: string;
1183
+ buttonTextColorActive: string;
1184
+ buttonTextColorHover: string;
1185
+ opacityDisabled: string;
1186
+ buttonBoxShadowFocus: string;
1187
+ buttonBoxShadowHover: string;
1188
+ buttonBoxShadow: string;
1189
+ buttonBorderRadius: string;
1190
+ radioSizeSmall: string;
1191
+ radioSizeMedium: string;
1192
+ radioSizeLarge: string;
1193
+ labelPadding: string;
1194
+ }, any>>>;
1195
+ }>>, {
1196
+ readonly disabled: boolean | undefined;
1197
+ readonly defaultValue: string | number | boolean | null;
1198
+ }>;
1199
+ NRadio: any;
1200
+ NRadioButton: import("vue").DefineComponent<{
1201
+ readonly name: StringConstructor;
1202
+ readonly value: {
1203
+ readonly type: PropType<string | number | boolean>;
1204
+ readonly default: "on";
1205
+ };
1206
+ readonly checked: {
1207
+ readonly type: PropType<boolean | undefined>;
1208
+ readonly default: undefined;
1209
+ };
1210
+ readonly defaultChecked: BooleanConstructor;
1211
+ readonly disabled: {
1212
+ readonly type: PropType<boolean | undefined>;
1213
+ readonly default: undefined;
1214
+ };
1215
+ readonly label: StringConstructor;
1216
+ readonly size: PropType<"small" | "medium" | "large">;
1217
+ readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1218
+ readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1219
+ readonly checkedValue: {
1220
+ readonly type: PropType<boolean | undefined>;
1221
+ readonly default: undefined;
1222
+ };
1223
+ }, 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<{
1224
+ readonly name: StringConstructor;
1225
+ readonly value: {
1226
+ readonly type: PropType<string | number | boolean>;
1227
+ readonly default: "on";
1228
+ };
1229
+ readonly checked: {
1230
+ readonly type: PropType<boolean | undefined>;
1231
+ readonly default: undefined;
1232
+ };
1233
+ readonly defaultChecked: BooleanConstructor;
1234
+ readonly disabled: {
1235
+ readonly type: PropType<boolean | undefined>;
1236
+ readonly default: undefined;
1237
+ };
1238
+ readonly label: StringConstructor;
1239
+ readonly size: PropType<"small" | "medium" | "large">;
1240
+ readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1241
+ readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1242
+ readonly checkedValue: {
1243
+ readonly type: PropType<boolean | undefined>;
1244
+ readonly default: undefined;
1245
+ };
1246
+ }>>, {
1247
+ readonly value: string | number | boolean;
1248
+ readonly disabled: boolean | undefined;
1249
+ readonly checked: boolean | undefined;
1250
+ readonly defaultChecked: boolean;
1251
+ readonly checkedValue: boolean | undefined;
1252
+ }>;
1253
+ NCheckboxGroup: import("vue").DefineComponent<{
1254
+ readonly min: NumberConstructor;
1255
+ readonly max: NumberConstructor;
1256
+ readonly size: PropType<"small" | "medium" | "large">;
1257
+ readonly value: PropType<(string | number)[] | null>;
1258
+ readonly defaultValue: {
1259
+ readonly type: PropType<(string | number)[] | null>;
1260
+ readonly default: null;
1261
+ };
1262
+ readonly disabled: {
1263
+ readonly type: PropType<boolean | undefined>;
1264
+ readonly default: undefined;
1265
+ };
1266
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1267
+ actionType: "check" | "uncheck";
1268
+ value: string | number;
1269
+ }) => void>>;
1270
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1271
+ actionType: "check" | "uncheck";
1272
+ value: string | number;
1273
+ }) => void>>;
1274
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1275
+ }, {
1276
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1277
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1278
+ readonly min: NumberConstructor;
1279
+ readonly max: NumberConstructor;
1280
+ readonly size: PropType<"small" | "medium" | "large">;
1281
+ readonly value: PropType<(string | number)[] | null>;
1282
+ readonly defaultValue: {
1283
+ readonly type: PropType<(string | number)[] | null>;
1284
+ readonly default: null;
1285
+ };
1286
+ readonly disabled: {
1287
+ readonly type: PropType<boolean | undefined>;
1288
+ readonly default: undefined;
1289
+ };
1290
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1291
+ actionType: "check" | "uncheck";
1292
+ value: string | number;
1293
+ }) => void>>;
1294
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
1295
+ actionType: "check" | "uncheck";
1296
+ value: string | number;
1297
+ }) => void>>;
1298
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
1299
+ }>>, {
1300
+ readonly disabled: boolean | undefined;
1301
+ readonly defaultValue: (string | number)[] | null;
1302
+ }>;
1303
+ NCheckbox: any;
1304
+ NGrid: any;
1305
+ NGridItem: import("vue").DefineComponent<{
1306
+ readonly span: {
1307
+ readonly type: PropType<string | number>;
1308
+ readonly default: 1;
1309
+ };
1310
+ readonly offset: {
1311
+ readonly type: PropType<string | number>;
1312
+ readonly default: 0;
1313
+ };
1314
+ readonly suffix: BooleanConstructor;
1315
+ readonly privateOffset: NumberConstructor;
1316
+ readonly privateSpan: NumberConstructor;
1317
+ readonly privateColStart: NumberConstructor;
1318
+ readonly privateShow: {
1319
+ readonly type: BooleanConstructor;
1320
+ readonly default: true;
1321
+ };
1322
+ }, {
1323
+ overflow: import("vue").Ref<boolean>;
1324
+ itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
1325
+ layoutShiftDisabled: import("vue").Ref<boolean>;
1326
+ mergedXGap: import("vue").ComputedRef<string>;
1327
+ deriveStyle: () => {
1328
+ display: string;
1329
+ gridColumn: string;
1330
+ marginLeft: string;
1331
+ };
1332
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1333
+ readonly span: {
1334
+ readonly type: PropType<string | number>;
1335
+ readonly default: 1;
1336
+ };
1337
+ readonly offset: {
1338
+ readonly type: PropType<string | number>;
1339
+ readonly default: 0;
1340
+ };
1341
+ readonly suffix: BooleanConstructor;
1342
+ readonly privateOffset: NumberConstructor;
1343
+ readonly privateSpan: NumberConstructor;
1344
+ readonly privateColStart: NumberConstructor;
1345
+ readonly privateShow: {
1346
+ readonly type: BooleanConstructor;
1347
+ readonly default: true;
1348
+ };
1349
+ }>>, {
1350
+ readonly offset: string | number;
1351
+ readonly span: string | number;
1352
+ readonly suffix: boolean;
1353
+ readonly privateShow: boolean;
1354
+ }>;
1355
+ 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<{}>>, {}>;
1356
+ 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<{}>>, {}>;
1357
+ 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<{}>>, {}>;
1358
+ 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<{}>>, {}>;
1359
+ SvgIcon: import("vue").DefineComponent<{
1360
+ iconClass: {
1361
+ type: StringConstructor;
1362
+ required: true;
1363
+ default: string;
1364
+ };
1365
+ title: {
1366
+ type: StringConstructor;
1367
+ required: false;
1368
+ default: string;
1369
+ };
1370
+ className: {
1371
+ type: StringConstructor;
1372
+ required: false;
1373
+ };
1374
+ }, {
1375
+ props: {
1376
+ iconClass: string;
1377
+ title: string;
1378
+ className?: string | undefined;
1379
+ };
1380
+ iconName: import("vue").ComputedRef<string>;
1381
+ svgClass: import("vue").ComputedRef<string>;
1382
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1383
+ iconClass: {
1384
+ type: StringConstructor;
1385
+ required: true;
1386
+ default: string;
1387
+ };
1388
+ title: {
1389
+ type: StringConstructor;
1390
+ required: false;
1391
+ default: string;
1392
+ };
1393
+ className: {
1394
+ type: StringConstructor;
1395
+ required: false;
1396
+ };
1397
+ }>>, {
1398
+ title: string;
1399
+ iconClass: string;
1400
+ }>;
1401
+ rangeAge: import("vue").DefineComponent<{
1402
+ value: {
1403
+ value: ObjectConstructor;
1404
+ default: () => {
1405
+ star_val: string;
1406
+ end_val: string;
1407
+ };
1408
+ };
1409
+ options: {
1410
+ type: ArrayConstructor;
1411
+ default: () => never[];
1412
+ };
1413
+ item: {
1414
+ type: ObjectConstructor;
1415
+ default: () => {};
1416
+ };
1417
+ defaultValue: {
1418
+ type: ObjectConstructor;
1419
+ default: () => {};
1420
+ };
1421
+ format: {
1422
+ type: StringConstructor;
1423
+ default: string;
1424
+ };
1425
+ disabled: {
1426
+ type: BooleanConstructor;
1427
+ default: boolean;
1428
+ };
1429
+ dataName: {
1430
+ type: StringConstructor;
1431
+ };
1432
+ }, {
1433
+ valueObj: any;
1434
+ startValue: any;
1435
+ endValue: any;
1436
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1437
+ value: {
1438
+ value: ObjectConstructor;
1439
+ default: () => {
1440
+ star_val: string;
1441
+ end_val: string;
1442
+ };
1443
+ };
1444
+ options: {
1445
+ type: ArrayConstructor;
1446
+ default: () => never[];
1447
+ };
1448
+ item: {
1449
+ type: ObjectConstructor;
1450
+ default: () => {};
1451
+ };
1452
+ defaultValue: {
1453
+ type: ObjectConstructor;
1454
+ default: () => {};
1455
+ };
1456
+ format: {
1457
+ type: StringConstructor;
1458
+ default: string;
1459
+ };
1460
+ disabled: {
1461
+ type: BooleanConstructor;
1462
+ default: boolean;
1463
+ };
1464
+ dataName: {
1465
+ type: StringConstructor;
1466
+ };
1467
+ }>> & {
1468
+ onChange?: ((...args: any[]) => any) | undefined;
1469
+ }>>;
1470
+ emits: (event: "change", ...args: any[]) => void;
1471
+ initDefaultValue: () => void;
1472
+ diffTime: (days: number) => {
1473
+ year?: undefined;
1474
+ month?: undefined;
1475
+ day?: undefined;
1476
+ days?: undefined;
1477
+ } | {
1478
+ year: string | number;
1479
+ month: string | number;
1480
+ day: string | number;
1481
+ days: string | number;
1482
+ };
1483
+ ageStartOnChange: (obj: any) => void;
1484
+ ageEndOnChange: (obj: any) => void;
1485
+ reset: () => void;
1486
+ ageCom: import("vue").DefineComponent<{
1487
+ value: {
1488
+ type: ObjectConstructor;
1489
+ default: () => void;
1490
+ };
1491
+ format: {
1492
+ type: StringConstructor;
1493
+ default: string;
1494
+ };
1495
+ disabled: {
1496
+ type: BooleanConstructor;
1497
+ default: boolean;
1498
+ };
1499
+ isDetail: {
1500
+ type: BooleanConstructor;
1501
+ default: boolean;
1502
+ };
1503
+ defaultValue: {
1504
+ type: ObjectConstructor;
1505
+ default: () => {};
1506
+ };
1507
+ itemData: {
1508
+ type: ObjectConstructor;
1509
+ default: () => {};
1510
+ };
1511
+ shortcutFieldsList: {
1512
+ type: ArrayConstructor;
1513
+ default: () => never[];
1514
+ };
1515
+ }, {
1516
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1517
+ value: {
1518
+ type: ObjectConstructor;
1519
+ default: () => void;
1520
+ };
1521
+ format: {
1522
+ type: StringConstructor;
1523
+ default: string;
1524
+ };
1525
+ disabled: {
1526
+ type: BooleanConstructor;
1527
+ default: boolean;
1528
+ };
1529
+ isDetail: {
1530
+ type: BooleanConstructor;
1531
+ default: boolean;
1532
+ };
1533
+ defaultValue: {
1534
+ type: ObjectConstructor;
1535
+ default: () => {};
1536
+ };
1537
+ itemData: {
1538
+ type: ObjectConstructor;
1539
+ default: () => {};
1540
+ };
1541
+ shortcutFieldsList: {
1542
+ type: ArrayConstructor;
1543
+ default: () => never[];
1544
+ };
1545
+ }>> & {
1546
+ onChange?: ((...args: any[]) => any) | undefined;
1547
+ }>>;
1548
+ emits: (event: "change", ...args: any[]) => void;
1549
+ ageValue: any;
1550
+ showType: import("vue").ComputedRef<string>;
1551
+ isDisabled: import("vue").ComputedRef<boolean>;
1552
+ handleInitDefaultValue: () => void;
1553
+ checkType: (val: any) => string;
1554
+ handlefillVal: (val?: any) => void;
1555
+ handleYearChange: (e: any) => void;
1556
+ handleMonthChange: (e: any) => void;
1557
+ handleDayChange: (e: any) => void;
1558
+ getvalue: (e: any) => any;
1559
+ valueChange: (val: string, key: string) => void;
1560
+ checkVal: (val: string, key: string) => boolean;
1561
+ handleProrate: () => void;
1562
+ triggerChange: (changedValue: any) => void;
1563
+ NInputNumber: any;
1564
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1565
+ value: {
1566
+ type: ObjectConstructor;
1567
+ default: () => void;
1568
+ };
1569
+ format: {
1570
+ type: StringConstructor;
1571
+ default: string;
1572
+ };
1573
+ disabled: {
1574
+ type: BooleanConstructor;
1575
+ default: boolean;
1576
+ };
1577
+ isDetail: {
1578
+ type: BooleanConstructor;
1579
+ default: boolean;
1580
+ };
1581
+ defaultValue: {
1582
+ type: ObjectConstructor;
1583
+ default: () => {};
1584
+ };
1585
+ itemData: {
1586
+ type: ObjectConstructor;
1587
+ default: () => {};
1588
+ };
1589
+ shortcutFieldsList: {
1590
+ type: ArrayConstructor;
1591
+ default: () => never[];
1592
+ };
1593
+ }>> & {
1594
+ onChange?: ((...args: any[]) => any) | undefined;
1595
+ }, {
1596
+ value: Record<string, any>;
1597
+ disabled: boolean;
1598
+ isDetail: boolean;
1599
+ defaultValue: Record<string, any>;
1600
+ format: string;
1601
+ itemData: Record<string, any>;
1602
+ shortcutFieldsList: unknown[];
1603
+ }>;
1604
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1605
+ value: {
1606
+ value: ObjectConstructor;
1607
+ default: () => {
1608
+ star_val: string;
1609
+ end_val: string;
1610
+ };
1611
+ };
1612
+ options: {
1613
+ type: ArrayConstructor;
1614
+ default: () => never[];
1615
+ };
1616
+ item: {
1617
+ type: ObjectConstructor;
1618
+ default: () => {};
1619
+ };
1620
+ defaultValue: {
1621
+ type: ObjectConstructor;
1622
+ default: () => {};
1623
+ };
1624
+ format: {
1625
+ type: StringConstructor;
1626
+ default: string;
1627
+ };
1628
+ disabled: {
1629
+ type: BooleanConstructor;
1630
+ default: boolean;
1631
+ };
1632
+ dataName: {
1633
+ type: StringConstructor;
1634
+ };
1635
+ }>> & {
1636
+ onChange?: ((...args: any[]) => any) | undefined;
1637
+ }, {
1638
+ value: {
1639
+ star_val: string;
1640
+ end_val: string;
1641
+ };
1642
+ disabled: boolean;
1643
+ options: unknown[];
1644
+ item: Record<string, any>;
1645
+ defaultValue: Record<string, any>;
1646
+ format: string;
1647
+ }>;
1648
+ multiSelect: import("vue").DefineComponent<{
1649
+ item: {
1650
+ type: PropType<ISearchType>;
1651
+ default: () => void;
1652
+ };
1653
+ maxTagPlaceholder: {
1654
+ type: FunctionConstructor;
1655
+ default: () => {};
1656
+ };
1657
+ outFilterChange: {
1658
+ type: FunctionConstructor;
1659
+ default: () => {};
1660
+ };
1661
+ handleWordBookSearch: {
1662
+ type: FunctionConstructor;
1663
+ default: () => {};
1664
+ };
1665
+ dropdownVisibleChange: {
1666
+ type: FunctionConstructor;
1667
+ default: () => {};
1668
+ };
1669
+ source: {
1670
+ type: StringConstructor;
1671
+ default: string;
1672
+ };
1673
+ fetchingWordbook: {
1674
+ type: BooleanConstructor;
1675
+ default: boolean;
1676
+ };
1677
+ }, {
1678
+ quickInputSelect: any;
1679
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1680
+ item: {
1681
+ type: PropType<ISearchType>;
1682
+ default: () => void;
1683
+ };
1684
+ maxTagPlaceholder: {
1685
+ type: FunctionConstructor;
1686
+ default: () => {};
1687
+ };
1688
+ outFilterChange: {
1689
+ type: FunctionConstructor;
1690
+ default: () => {};
1691
+ };
1692
+ handleWordBookSearch: {
1693
+ type: FunctionConstructor;
1694
+ default: () => {};
1695
+ };
1696
+ dropdownVisibleChange: {
1697
+ type: FunctionConstructor;
1698
+ default: () => {};
1699
+ };
1700
+ source: {
1701
+ type: StringConstructor;
1702
+ default: string;
1703
+ };
1704
+ fetchingWordbook: {
1705
+ type: BooleanConstructor;
1706
+ default: boolean;
1707
+ };
1708
+ }>> & {}>>;
1709
+ handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
1710
+ isnoPages: import("vue").ComputedRef<boolean>;
1711
+ hasShowKeys: import("vue").ComputedRef<boolean>;
1712
+ showRemoveIcon: import("vue").ComputedRef<boolean>;
1713
+ mode: import("vue").ComputedRef<boolean>;
1714
+ renderList: import("vue").ComputedRef<any>;
1715
+ createSuffixIcon: () => void;
1716
+ filterOption: (...arg: any) => any;
1717
+ handleSearchChangePage: (type: string) => void;
1718
+ handleChange: () => void;
1719
+ NSelect: any;
1720
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1721
+ item: {
1722
+ type: PropType<ISearchType>;
1723
+ default: () => void;
1724
+ };
1725
+ maxTagPlaceholder: {
1726
+ type: FunctionConstructor;
1727
+ default: () => {};
1728
+ };
1729
+ outFilterChange: {
1730
+ type: FunctionConstructor;
1731
+ default: () => {};
1732
+ };
1733
+ handleWordBookSearch: {
1734
+ type: FunctionConstructor;
1735
+ default: () => {};
1736
+ };
1737
+ dropdownVisibleChange: {
1738
+ type: FunctionConstructor;
1739
+ default: () => {};
1740
+ };
1741
+ source: {
1742
+ type: StringConstructor;
1743
+ default: string;
1744
+ };
1745
+ fetchingWordbook: {
1746
+ type: BooleanConstructor;
1747
+ default: boolean;
1748
+ };
1749
+ }>>, {
1750
+ item: ISearchType;
1751
+ source: string;
1752
+ outFilterChange: Function;
1753
+ maxTagPlaceholder: Function;
1754
+ handleWordBookSearch: Function;
1755
+ dropdownVisibleChange: Function;
1756
+ fetchingWordbook: boolean;
1757
+ }>;
1758
+ cTreeSelect: import("vue").DefineComponent<{
1759
+ item: {
1760
+ type: PropType<ISearchType>;
1761
+ default: () => {
1762
+ value: never[];
1763
+ };
1764
+ };
1765
+ handleGetConfigApi: {
1766
+ type: FunctionConstructor;
1767
+ default: () => void;
1768
+ };
1769
+ filterApiConfig: {
1770
+ type: ObjectConstructor;
1771
+ };
1772
+ outFilterChange: {
1773
+ type: FunctionConstructor;
1774
+ default: () => void;
1775
+ };
1776
+ }, {
1777
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1778
+ item: {
1779
+ type: PropType<ISearchType>;
1780
+ default: () => {
1781
+ value: never[];
1782
+ };
1783
+ };
1784
+ handleGetConfigApi: {
1785
+ type: FunctionConstructor;
1786
+ default: () => void;
1787
+ };
1788
+ filterApiConfig: {
1789
+ type: ObjectConstructor;
1790
+ };
1791
+ outFilterChange: {
1792
+ type: FunctionConstructor;
1793
+ default: () => void;
1794
+ };
1795
+ }>> & {}>>;
1796
+ quickInputSelect: any;
1797
+ treeData: import("vue").Ref<{
1798
+ label: string;
1799
+ key: string;
1800
+ selectable: boolean;
1801
+ scopedSlots: {
1802
+ title: string;
1803
+ };
1804
+ }[]>;
1805
+ handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
1806
+ showRemoveIcon: import("vue").ComputedRef<boolean>;
1807
+ init: () => Promise<void>;
1808
+ handleMaxTag: () => string;
1809
+ handleRequestedOptions: (item: ISearchType) => Promise<any>;
1810
+ getSearchDefParams: (item: ISearchType) => any;
1811
+ formatField: (value: any) => any;
1812
+ hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
1813
+ handleInitTreeData: (list: any, config: ISearchType) => void;
1814
+ hanldeSetTreeDef: () => void;
1815
+ maxTagPlaceholder: (item: ISearchType) => number;
1816
+ treeSelect: (key: string, vnode: any) => void;
1817
+ change: () => void;
1818
+ handleDisabledTreeData: (list?: any, config?: any) => void;
1819
+ createSuffixIcon: () => void;
1820
+ NTreeSelect: any;
1821
+ NSpin: any;
1822
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1823
+ item: {
1824
+ type: PropType<ISearchType>;
1825
+ default: () => {
1826
+ value: never[];
1827
+ };
1828
+ };
1829
+ handleGetConfigApi: {
1830
+ type: FunctionConstructor;
1831
+ default: () => void;
1832
+ };
1833
+ filterApiConfig: {
1834
+ type: ObjectConstructor;
1835
+ };
1836
+ outFilterChange: {
1837
+ type: FunctionConstructor;
1838
+ default: () => void;
1839
+ };
1840
+ }>>, {
1841
+ item: ISearchType;
1842
+ handleGetConfigApi: Function;
1843
+ outFilterChange: Function;
1844
+ }>;
1845
+ RenderWidget: import("vue").DefineComponent<{
1846
+ cfg: {
1847
+ type: ObjectConstructor;
1848
+ required: true;
1849
+ };
1850
+ modelValue: {
1851
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1852
+ };
1853
+ }, any, {
1854
+ initialProps: {};
1855
+ }, {
1856
+ valueCp(): any;
1857
+ }, {
1858
+ search(): void;
1859
+ getEleWidth(cfg: any): string | undefined;
1860
+ initComponentProps(cfg: any): void;
1861
+ generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1862
+ [key: string]: any;
1863
+ }> | null;
1864
+ handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
1865
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1866
+ cfg: {
1867
+ type: ObjectConstructor;
1868
+ required: true;
1869
+ };
1870
+ modelValue: {
1871
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1872
+ };
1873
+ }>> & {
1874
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1875
+ }, {}>;
1876
+ vResize: {
1877
+ mounted(el: any, binding: any): void;
1878
+ };
1879
+ }, 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<{
1880
+ visible: {
1881
+ type: BooleanConstructor;
1882
+ };
1883
+ searchFieldList: {
1884
+ type: PropType<ISearchType[]>;
1885
+ default: () => never[];
1886
+ };
1887
+ searchFieldLimit: {
1888
+ type: ObjectConstructor;
1889
+ default: () => {};
1890
+ };
1891
+ quickSearchConfig: {
1892
+ type: PropType<ISearchConfigType[]>;
1893
+ default: () => never[];
1894
+ };
1895
+ source: {
1896
+ type: StringConstructor;
1897
+ default: string;
1898
+ };
1899
+ quickSearchListObj: {
1900
+ type: PropType<IConditionMapType>;
1901
+ default: () => {};
1902
+ };
1903
+ originConditionList: {
1904
+ type: ArrayConstructor;
1905
+ default: () => never[];
1906
+ };
1907
+ isOrgAdmin: {
1908
+ type: BooleanConstructor;
1909
+ default: boolean;
1910
+ };
1911
+ lastQuickSearchData: {
1912
+ type: PropType<ISearchType[]>;
1913
+ default: () => never[];
1914
+ };
1915
+ show: {
1916
+ type: BooleanConstructor;
1917
+ };
1918
+ getFilterData: {
1919
+ type: FunctionConstructor;
1920
+ };
1921
+ filterApiConfig: {
1922
+ type: ObjectConstructor;
1923
+ };
1924
+ }>> & {
1925
+ onOnSave?: ((...args: any[]) => any) | undefined;
1926
+ onFilterCountChange?: ((...args: any[]) => any) | undefined;
1927
+ onCloseModal?: ((...args: any[]) => any) | undefined;
1928
+ onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
1929
+ onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
1930
+ }, {
1931
+ quickSearchConfig: ISearchConfigType[];
1932
+ show: boolean;
1933
+ visible: boolean;
1934
+ source: string;
1935
+ searchFieldList: ISearchType[];
1936
+ searchFieldLimit: Record<string, any>;
1937
+ quickSearchListObj: IConditionMapType;
1938
+ originConditionList: unknown[];
1939
+ isOrgAdmin: boolean;
1940
+ lastQuickSearchData: ISearchType[];
1941
+ }>;
1942
+ export default _default;