cnhis-design-vue 3.1.1 → 3.1.4-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/env.d.ts +8 -4
  3. package/es/packages/big-table/index.d.ts +2038 -0
  4. package/es/packages/big-table/index.mjs +1 -0
  5. package/es/packages/big-table/index2.mjs +14 -0
  6. package/es/packages/big-table/src/BigTable.mjs +2 -0
  7. package/es/packages/big-table/src/BigTable.vue.d.ts +2052 -0
  8. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2315 -0
  9. package/es/packages/big-table/src/BigTable2.mjs +4 -0
  10. package/es/packages/big-table/src/bigTableEmits.d.ts +2 -0
  11. package/es/packages/big-table/src/bigTableEmits.mjs +1 -0
  12. package/{packages/big-table/src/bigTableEmits.ts → es/packages/big-table/src/bigTableEmits2.mjs} +48 -48
  13. package/es/packages/big-table/src/bigTableProps.d.ts +194 -0
  14. package/es/packages/big-table/src/bigTableProps.mjs +1 -0
  15. package/{packages/big-table/src/bigTableProps.ts → es/packages/big-table/src/bigTableProps2.mjs} +116 -125
  16. package/es/packages/big-table/src/bigTableState.d.ts +55 -0
  17. package/es/packages/big-table/src/bigTableState.mjs +1 -0
  18. package/es/packages/big-table/src/bigTableState2.mjs +51 -0
  19. package/es/packages/big-table/src/components/NoData.mjs +2 -0
  20. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  21. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -0
  22. package/es/packages/big-table/src/components/NoData2.mjs +4 -0
  23. package/es/packages/big-table/src/components/SvgIcon.mjs +2 -0
  24. package/es/packages/big-table/src/components/SvgIcon.vue.d.ts +43 -0
  25. package/es/packages/big-table/src/components/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +34 -0
  26. package/es/packages/big-table/src/components/SvgIcon2.mjs +4 -0
  27. package/es/packages/big-table/src/components/TextOverTooltip.mjs +2 -0
  28. package/es/packages/big-table/src/components/TextOverTooltip.vue.d.ts +560 -0
  29. package/es/packages/big-table/src/components/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +74 -0
  30. package/es/packages/big-table/src/components/TextOverTooltip2.mjs +4 -0
  31. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +34 -0
  32. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +88 -0
  33. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +43 -0
  34. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +51 -0
  35. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
  36. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +35 -0
  37. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +89 -0
  38. package/es/packages/big-table/src/hooks/useBatchEditing.d.ts +17 -0
  39. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +1 -0
  40. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +284 -0
  41. package/es/packages/big-table/src/hooks/useEdit.d.ts +171 -0
  42. package/es/packages/big-table/src/hooks/useEdit.mjs +1 -0
  43. package/es/packages/big-table/src/hooks/useEdit2.mjs +108 -0
  44. package/es/packages/big-table/src/hooks/useFormat.d.ts +29 -0
  45. package/es/packages/big-table/src/hooks/useFormat.mjs +1 -0
  46. package/{packages/big-table/src/hooks/useFormat.ts → es/packages/big-table/src/hooks/useFormat2.mjs} +480 -612
  47. package/es/packages/big-table/src/hooks/useNestTable.d.ts +8 -0
  48. package/es/packages/big-table/src/hooks/useNestTable.mjs +1 -0
  49. package/{packages/big-table/src/hooks/useNestTable.ts → es/packages/big-table/src/hooks/useNestTable2.mjs} +84 -109
  50. package/es/packages/big-table/src/hooks/useTableParse.d.ts +6 -0
  51. package/es/packages/big-table/src/hooks/useTableParse.mjs +1 -0
  52. package/es/packages/big-table/src/hooks/useTableParse2.mjs +135 -0
  53. package/es/packages/big-table/src/utils.d.ts +54 -0
  54. package/es/packages/big-table/src/utils.mjs +1 -0
  55. package/{packages/big-table/src/utils.ts → es/packages/big-table/src/utils2.mjs} +597 -705
  56. package/es/packages/big-table/style/index.css +448 -0
  57. package/{packages/big-table/src/assets/style/table-base.less → es/packages/big-table/style/index.less} +292 -10
  58. package/es/packages/button-print/index.d.ts +7373 -0
  59. package/es/packages/button-print/index.mjs +1 -0
  60. package/es/packages/button-print/index2.mjs +11 -0
  61. package/es/packages/button-print/src/ButtonPrint.mjs +2 -0
  62. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  63. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +452 -0
  64. package/es/packages/button-print/src/ButtonPrint2.mjs +4 -0
  65. package/es/packages/button-print/src/components/IdentityVerification.mjs +2 -0
  66. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +4785 -0
  67. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +126 -0
  68. package/es/packages/button-print/src/components/IdentityVerification2.mjs +4 -0
  69. package/es/packages/button-print/src/utils/print.es.min.d.ts +2 -0
  70. package/es/packages/button-print/src/utils/print.es.min.mjs +1 -0
  71. package/es/packages/button-print/src/utils/print.es.min2.mjs +2080 -0
  72. package/es/packages/button-print/style/index.css +26 -0
  73. package/es/packages/button-print/style/index.less +32 -0
  74. package/es/packages/drag-layout/index.d.ts +20061 -0
  75. package/es/packages/drag-layout/index.mjs +1 -0
  76. package/es/packages/drag-layout/index2.mjs +11 -0
  77. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +2 -0
  78. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +7959 -0
  79. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +122 -0
  80. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +4 -0
  81. package/es/packages/drag-layout/src/DragFormRightItem.mjs +2 -0
  82. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +3213 -0
  83. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +267 -0
  84. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +4 -0
  85. package/es/packages/drag-layout/src/DragLayout.mjs +2 -0
  86. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +20069 -0
  87. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +657 -0
  88. package/es/packages/drag-layout/src/DragLayout2.mjs +4 -0
  89. package/es/packages/drag-layout/style/index.css +175 -0
  90. package/es/packages/drag-layout/style/index.less +208 -0
  91. package/es/packages/field-set/index.d.ts +2647 -0
  92. package/es/packages/field-set/index.mjs +1 -0
  93. package/es/packages/field-set/index2.mjs +11 -0
  94. package/es/packages/field-set/src/FieldSet.mjs +2 -0
  95. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  96. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -0
  97. package/es/packages/field-set/src/FieldSet2.mjs +4 -0
  98. package/es/packages/field-set/style/index.css +162 -0
  99. package/es/packages/field-set/style/index.less +172 -0
  100. package/es/packages/grid/index.d.ts +3 -0
  101. package/es/packages/grid/index.mjs +1 -0
  102. package/es/packages/grid/index2.mjs +11 -0
  103. package/es/packages/grid/src/Grid.d.ts +2 -0
  104. package/es/packages/grid/src/Grid.mjs +28 -0
  105. package/es/packages/grid/src/hooks.d.ts +1 -0
  106. package/es/packages/grid/src/hooks.mjs +1 -0
  107. package/es/packages/grid/src/hooks2.mjs +165 -0
  108. package/es/packages/grid/style/index.css +0 -0
  109. package/es/packages/grid/style/index.less +1 -0
  110. package/es/packages/index.css +1004 -0
  111. package/es/packages/index.d.ts +35622 -0
  112. package/es/packages/index.less +1205 -0
  113. package/es/packages/index.mjs +7 -0
  114. package/es/packages/index2.mjs +37 -0
  115. package/es/packages/select-person/index.d.ts +3500 -0
  116. package/es/packages/select-person/index.mjs +1 -0
  117. package/es/packages/select-person/index2.mjs +11 -0
  118. package/es/packages/select-person/src/SearchTree.mjs +2 -0
  119. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  120. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +231 -0
  121. package/es/packages/select-person/src/SearchTree2.mjs +4 -0
  122. package/es/packages/select-person/src/SelectPerson.mjs +2 -0
  123. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  124. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +892 -0
  125. package/es/packages/select-person/src/SelectPerson2.mjs +4 -0
  126. package/es/packages/select-person/src/utils/index.d.ts +12 -0
  127. package/es/packages/select-person/src/utils/index.mjs +1 -0
  128. package/{packages/select-person/src/utils/index.js → es/packages/select-person/src/utils/index2.mjs} +57 -66
  129. package/es/packages/select-person/style/index.css +193 -0
  130. package/es/packages/select-person/style/index.less +229 -0
  131. package/{packages/big-table → es}/src/assets/iconfont/iconfont.ttf +0 -0
  132. package/{packages/big-table → es}/src/assets/img/failure.png +0 -0
  133. package/{packages/big-table → es}/src/assets/img/icon-asc.png +0 -0
  134. package/{packages/big-table → es}/src/assets/img/icon-desc.png +0 -0
  135. package/{packages/big-table → es}/src/assets/img/no-permission.png +0 -0
  136. package/{packages/big-table → es}/src/assets/img/nodata.png +0 -0
  137. package/{packages/big-table → es}/src/assets/img/notfound.png +0 -0
  138. package/{packages/big-table → es}/src/assets/img/qr.png +0 -0
  139. package/{packages/big-table → es}/src/assets/img/video_default_cover.png +0 -0
  140. package/{packages/big-table → es}/src/assets/img/xb_big.png +0 -0
  141. package/{packages/big-table → es}/src/assets/img/xb_small.png +0 -0
  142. package/es/src/core/create.d.ts +1 -0
  143. package/es/src/core/create.mjs +1 -0
  144. package/es/src/core/create2.mjs +8 -0
  145. package/es/src/global/variable.d.ts +2 -0
  146. package/es/src/global/variable.mjs +1 -0
  147. package/es/src/global/variable2.mjs +4 -0
  148. package/es/src/types/index.d.ts +4 -0
  149. package/es/src/types/index.mjs +1 -0
  150. package/es/src/utils/clickoutside.d.ts +18 -0
  151. package/es/src/utils/clickoutside.mjs +1 -0
  152. package/es/src/utils/clickoutside2.mjs +48 -0
  153. package/es/src/utils/crypto.d.ts +7 -0
  154. package/es/src/utils/crypto.mjs +1 -0
  155. package/{src/utils/crypto.js → es/src/utils/crypto2.mjs} +25 -25
  156. package/es/src/utils/index.d.ts +4 -0
  157. package/es/src/utils/index.mjs +1 -0
  158. package/es/src/utils/index2.mjs +27 -0
  159. package/es/src/utils/vexutils.d.ts +5 -0
  160. package/es/src/utils/vexutils.mjs +3 -0
  161. package/es/src/utils/vexutils2.mjs +729 -0
  162. package/global.d.ts +8 -0
  163. package/package.json +54 -21
  164. package/yarn-error.log +122 -0
  165. package/es/big-table/index.css +0 -587
  166. package/es/big-table/index.js +0 -41710
  167. package/es/button-print/index.css +0 -617
  168. package/es/button-print/index.js +0 -8363
  169. package/es/drag-layout/index.css +0 -850
  170. package/es/drag-layout/index.js +0 -13104
  171. package/es/field-set/index.css +0 -1048
  172. package/es/field-set/index.js +0 -351
  173. package/es/grid/index.css +0 -1049
  174. package/es/grid/index.js +0 -30819
  175. package/es/index.css +0 -1323
  176. package/es/index.js +0 -46945
  177. package/es/select-person/index.css +0 -1323
  178. package/es/select-person/index.js +0 -13191
  179. package/packages/big-table/index.ts +0 -17
  180. package/packages/big-table/src/BigTable.vue +0 -2598
  181. package/packages/big-table/src/assets/iconfont/iconfont.less +0 -22
  182. package/packages/big-table/src/assets/style/table-global.less +0 -171
  183. package/packages/big-table/src/bigTableState.ts +0 -63
  184. package/packages/big-table/src/components/NoData.vue +0 -90
  185. package/packages/big-table/src/components/TextOverTooltip.vue +0 -110
  186. package/packages/big-table/src/components/edit-form/edit-date.vue +0 -75
  187. package/packages/big-table/src/components/edit-form/edit-input.vue +0 -39
  188. package/packages/big-table/src/components/edit-form/edit-select-table.vue +0 -133
  189. package/packages/big-table/src/components/edit-form/edit-select.vue +0 -96
  190. package/packages/big-table/src/hooks/useBatchEditing.ts +0 -574
  191. package/packages/big-table/src/hooks/useEdit.ts +0 -131
  192. package/packages/big-table/src/hooks/useTableParse.ts +0 -169
  193. package/packages/button-print/index.ts +0 -15
  194. package/packages/button-print/src/ButtonPrint.vue +0 -488
  195. package/packages/button-print/src/components/IdentityVerification.vue +0 -120
  196. package/packages/button-print/src/interfaces.ts +0 -19
  197. package/packages/button-print/src/utils/print.es.min.js +0 -1
  198. package/packages/drag-layout/index.ts +0 -15
  199. package/packages/drag-layout/src/DragFormLeftItem.vue +0 -131
  200. package/packages/drag-layout/src/DragFormRightItem.vue +0 -277
  201. package/packages/drag-layout/src/DragLayout.vue +0 -712
  202. package/packages/field-set/index.ts +0 -15
  203. package/packages/field-set/src/FieldSet.vue +0 -471
  204. package/packages/grid/index.ts +0 -20
  205. package/packages/grid/src/Grid.tsx +0 -18
  206. package/packages/grid/src/hooks.ts +0 -167
  207. package/packages/index.ts +0 -41
  208. package/packages/select-person/index.ts +0 -11
  209. package/packages/select-person/src/SelectPerson.vue +0 -1104
  210. package/packages/select-person/src/search-tree.vue +0 -326
  211. package/src/component/svg/index.vue +0 -49
  212. package/src/core/create.js +0 -5
  213. package/src/global/variable.ts +0 -2
  214. package/src/utils/clickoutside.ts +0 -80
  215. package/src/utils/vexutils.js +0 -811
  216. package/tsconfig.node.json +0 -8
@@ -0,0 +1,2052 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ data: {
3
+ type: ArrayConstructor;
4
+ default: () => never[];
5
+ };
6
+ maxCheckSize: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ showFooter: BooleanConstructor;
11
+ sumData: {
12
+ type: ObjectConstructor;
13
+ default: () => {};
14
+ };
15
+ avgData: {
16
+ type: ObjectConstructor;
17
+ default: () => {};
18
+ };
19
+ columnConfig: {
20
+ type: ObjectConstructor;
21
+ default: () => {};
22
+ };
23
+ refreshRow: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
27
+ relatedItems: {
28
+ type: ObjectConstructor;
29
+ default: () => {
30
+ triggerMethodPc: string;
31
+ triggerMethodField: string;
32
+ };
33
+ };
34
+ pageVO: {
35
+ type: ObjectConstructor;
36
+ default: () => {
37
+ pageIndex: number;
38
+ pageSize: number;
39
+ total: number;
40
+ };
41
+ };
42
+ tableOptions: {
43
+ type: ObjectConstructor;
44
+ default: () => {};
45
+ };
46
+ quickSearchConfig: {
47
+ type: ArrayConstructor;
48
+ default: () => never[];
49
+ };
50
+ primaryKey: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ tableDataCache: {
55
+ type: ArrayConstructor;
56
+ default: () => never[];
57
+ };
58
+ oldtableData: {
59
+ type: ArrayConstructor;
60
+ default: () => never[];
61
+ };
62
+ tableName: StringConstructor;
63
+ fieldListOriginal: {
64
+ type: ArrayConstructor;
65
+ default: () => never[];
66
+ };
67
+ tableParams: {
68
+ type: ObjectConstructor;
69
+ default: () => {};
70
+ };
71
+ emptyItems: {
72
+ type: ObjectConstructor;
73
+ default: () => {
74
+ noDataImg: string;
75
+ noDataTip: string;
76
+ };
77
+ };
78
+ styleSetting: {
79
+ type: ObjectConstructor;
80
+ default: () => {};
81
+ };
82
+ sysImageSize: {
83
+ type: ArrayConstructor;
84
+ default: () => never[];
85
+ };
86
+ height: StringConstructor;
87
+ groupCountFields: {
88
+ type: ArrayConstructor;
89
+ default: () => never[];
90
+ };
91
+ groupCountMap: {
92
+ type: ObjectConstructor;
93
+ default: () => {};
94
+ };
95
+ listFormUnionSetting: {
96
+ type: ObjectConstructor;
97
+ default: () => {};
98
+ };
99
+ inlineEditFormConfig: {
100
+ type: ObjectConstructor;
101
+ default: () => {};
102
+ };
103
+ clickRowData: {
104
+ type: ObjectConstructor;
105
+ default: () => {};
106
+ };
107
+ btnList: {
108
+ type: ArrayConstructor;
109
+ default: () => never[];
110
+ };
111
+ spinning: BooleanConstructor;
112
+ rowGroupSetting: {
113
+ type: ObjectConstructor;
114
+ default: () => {};
115
+ };
116
+ inlineEditFormSubmitDone: BooleanConstructor;
117
+ isInlineOperating: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
121
+ inlineEditCurrentOperateBtnId: StringConstructor;
122
+ tableRefreshCache: {
123
+ type: ObjectConstructor;
124
+ default: () => {};
125
+ };
126
+ userInfo: {
127
+ type: ObjectConstructor;
128
+ default: () => {};
129
+ };
130
+ isInlineEditing: BooleanConstructor;
131
+ isInlineAdding: BooleanConstructor;
132
+ isInlineSave: BooleanConstructor;
133
+ isInlineCancel: BooleanConstructor;
134
+ inlineError: BooleanConstructor;
135
+ resetInlineEdit: FunctionConstructor;
136
+ resetEditRowStatus: FunctionConstructor;
137
+ pageIndexOldtableData: {
138
+ type: ArrayConstructor;
139
+ default: () => never[];
140
+ };
141
+ submitForm: FunctionConstructor;
142
+ isMatchComponent: BooleanConstructor;
143
+ asyncCount: BooleanConstructor;
144
+ showSettings: {
145
+ type: ObjectConstructor;
146
+ default: () => {};
147
+ };
148
+ inlineFormData: {
149
+ type: ObjectConstructor;
150
+ default: () => {};
151
+ };
152
+ inlineOriginalTableRow: {
153
+ type: ObjectConstructor;
154
+ default: () => {};
155
+ };
156
+ filterDomPortal: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ filterTopOffset: {
161
+ type: NumberConstructor;
162
+ default: number;
163
+ };
164
+ isNestTable: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ showNestTable: BooleanConstructor;
169
+ curNestColumnConfig: {
170
+ type: ObjectConstructor;
171
+ default: () => {};
172
+ };
173
+ nestTableDataRequest: FunctionConstructor;
174
+ isBatchEditing: BooleanConstructor;
175
+ isEditAllRow: BooleanConstructor;
176
+ isBatchSave: BooleanConstructor;
177
+ isBatchCancel: BooleanConstructor;
178
+ batchDynamicPropsCache: {
179
+ type: ObjectConstructor;
180
+ default: () => {};
181
+ };
182
+ batchEditDoneNumber: {
183
+ type: ObjectConstructor;
184
+ default: () => {};
185
+ };
186
+ batchError: BooleanConstructor;
187
+ batchFormData: {
188
+ type: ObjectConstructor;
189
+ default: () => {};
190
+ };
191
+ resetInlineBatchEdit: FunctionConstructor;
192
+ resetBatchEditRowStatus: FunctionConstructor;
193
+ }, {
194
+ _hideAllWrap: null;
195
+ _beforeSearchConvert: never[];
196
+ addInlineEditPrimaryKey: string;
197
+ GROUP_TITLE_KEY: string;
198
+ $message: import("naive-ui").MessageApi;
199
+ xGrid: import("vue").Ref<null>;
200
+ copyState: {
201
+ curAbleCheckedLen: number;
202
+ showButtonTop: number;
203
+ isTree: number;
204
+ isShowEmpty: boolean;
205
+ currentPageSelectedLength: number;
206
+ visibleCheckAllWrap: boolean;
207
+ visibleCheckAllWrapMore: boolean;
208
+ checkedRows: never[];
209
+ filterFields: {};
210
+ visibleTreeCheck: boolean;
211
+ treeTableLength: number;
212
+ checkWidth: {
213
+ "table-simple": string;
214
+ "table-classics": string;
215
+ };
216
+ lastPageIndex: number;
217
+ selectType: string;
218
+ levelLazyLoadSetting: null;
219
+ openOnly: number;
220
+ filterWidth: number;
221
+ filterHeight: number;
222
+ startX: number;
223
+ distance: number;
224
+ mask: string;
225
+ groupText: never[];
226
+ currentClickBtnInfo: null;
227
+ columnLen: number;
228
+ hasRefresh: boolean;
229
+ isExpand: number;
230
+ btnIcons: {
231
+ copy: string;
232
+ pencil: string;
233
+ delete: string;
234
+ add: string;
235
+ download: string;
236
+ label: string;
237
+ queding: string;
238
+ del: string;
239
+ };
240
+ tableHeight: string;
241
+ cacheUniqueKey: {};
242
+ theUniqueKeyListObj: {};
243
+ editColumnMap: {};
244
+ fieldLength: number;
245
+ originFormatList: never[];
246
+ isSaveForm: boolean;
247
+ editConfig: {
248
+ trigger: string;
249
+ mode: string;
250
+ autoClear: boolean;
251
+ showIcon: boolean;
252
+ };
253
+ };
254
+ state: {
255
+ curAbleCheckedLen: number;
256
+ showButtonTop: number;
257
+ isTree: number;
258
+ isShowEmpty: boolean;
259
+ currentPageSelectedLength: number;
260
+ visibleCheckAllWrap: boolean;
261
+ visibleCheckAllWrapMore: boolean;
262
+ checkedRows: never[];
263
+ filterFields: {};
264
+ visibleTreeCheck: boolean;
265
+ treeTableLength: number;
266
+ checkWidth: {
267
+ "table-simple": string;
268
+ "table-classics": string;
269
+ };
270
+ lastPageIndex: number;
271
+ selectType: string;
272
+ levelLazyLoadSetting: null;
273
+ openOnly: number;
274
+ filterWidth: number;
275
+ filterHeight: number;
276
+ startX: number;
277
+ distance: number;
278
+ mask: string;
279
+ groupText: never[];
280
+ currentClickBtnInfo: null;
281
+ columnLen: number;
282
+ hasRefresh: boolean;
283
+ isExpand: number;
284
+ btnIcons: {
285
+ copy: string;
286
+ pencil: string;
287
+ delete: string;
288
+ add: string;
289
+ download: string;
290
+ label: string;
291
+ queding: string;
292
+ del: string;
293
+ };
294
+ tableHeight: string;
295
+ cacheUniqueKey: {};
296
+ theUniqueKeyListObj: {};
297
+ editColumnMap: {};
298
+ fieldLength: number;
299
+ originFormatList: never[];
300
+ isSaveForm: boolean;
301
+ editConfig: {
302
+ trigger: string;
303
+ mode: string;
304
+ autoClear: boolean;
305
+ showIcon: boolean;
306
+ };
307
+ };
308
+ emit: (event: string, ...args: any[]) => void;
309
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
310
+ data: {
311
+ type: ArrayConstructor;
312
+ default: () => never[];
313
+ };
314
+ maxCheckSize: {
315
+ type: NumberConstructor;
316
+ default: number;
317
+ };
318
+ showFooter: BooleanConstructor;
319
+ sumData: {
320
+ type: ObjectConstructor;
321
+ default: () => {};
322
+ };
323
+ avgData: {
324
+ type: ObjectConstructor;
325
+ default: () => {};
326
+ };
327
+ columnConfig: {
328
+ type: ObjectConstructor;
329
+ default: () => {};
330
+ };
331
+ refreshRow: {
332
+ type: NumberConstructor;
333
+ default: number;
334
+ };
335
+ relatedItems: {
336
+ type: ObjectConstructor;
337
+ default: () => {
338
+ triggerMethodPc: string;
339
+ triggerMethodField: string;
340
+ };
341
+ };
342
+ pageVO: {
343
+ type: ObjectConstructor;
344
+ default: () => {
345
+ pageIndex: number;
346
+ pageSize: number;
347
+ total: number;
348
+ };
349
+ };
350
+ tableOptions: {
351
+ type: ObjectConstructor;
352
+ default: () => {};
353
+ };
354
+ quickSearchConfig: {
355
+ type: ArrayConstructor;
356
+ default: () => never[];
357
+ };
358
+ primaryKey: {
359
+ type: StringConstructor;
360
+ default: string;
361
+ };
362
+ tableDataCache: {
363
+ type: ArrayConstructor;
364
+ default: () => never[];
365
+ };
366
+ oldtableData: {
367
+ type: ArrayConstructor;
368
+ default: () => never[];
369
+ };
370
+ tableName: StringConstructor;
371
+ fieldListOriginal: {
372
+ type: ArrayConstructor;
373
+ default: () => never[];
374
+ };
375
+ tableParams: {
376
+ type: ObjectConstructor;
377
+ default: () => {};
378
+ };
379
+ emptyItems: {
380
+ type: ObjectConstructor;
381
+ default: () => {
382
+ noDataImg: string;
383
+ noDataTip: string;
384
+ };
385
+ };
386
+ styleSetting: {
387
+ type: ObjectConstructor;
388
+ default: () => {};
389
+ };
390
+ sysImageSize: {
391
+ type: ArrayConstructor;
392
+ default: () => never[];
393
+ };
394
+ height: StringConstructor;
395
+ groupCountFields: {
396
+ type: ArrayConstructor;
397
+ default: () => never[];
398
+ };
399
+ groupCountMap: {
400
+ type: ObjectConstructor;
401
+ default: () => {};
402
+ };
403
+ listFormUnionSetting: {
404
+ type: ObjectConstructor;
405
+ default: () => {};
406
+ };
407
+ inlineEditFormConfig: {
408
+ type: ObjectConstructor;
409
+ default: () => {};
410
+ };
411
+ clickRowData: {
412
+ type: ObjectConstructor;
413
+ default: () => {};
414
+ };
415
+ btnList: {
416
+ type: ArrayConstructor;
417
+ default: () => never[];
418
+ };
419
+ spinning: BooleanConstructor;
420
+ rowGroupSetting: {
421
+ type: ObjectConstructor;
422
+ default: () => {};
423
+ };
424
+ inlineEditFormSubmitDone: BooleanConstructor;
425
+ isInlineOperating: {
426
+ type: BooleanConstructor;
427
+ default: boolean;
428
+ };
429
+ inlineEditCurrentOperateBtnId: StringConstructor;
430
+ tableRefreshCache: {
431
+ type: ObjectConstructor;
432
+ default: () => {};
433
+ };
434
+ userInfo: {
435
+ type: ObjectConstructor;
436
+ default: () => {};
437
+ };
438
+ isInlineEditing: BooleanConstructor;
439
+ isInlineAdding: BooleanConstructor;
440
+ isInlineSave: BooleanConstructor;
441
+ isInlineCancel: BooleanConstructor;
442
+ inlineError: BooleanConstructor;
443
+ resetInlineEdit: FunctionConstructor;
444
+ resetEditRowStatus: FunctionConstructor;
445
+ pageIndexOldtableData: {
446
+ type: ArrayConstructor;
447
+ default: () => never[];
448
+ };
449
+ submitForm: FunctionConstructor;
450
+ isMatchComponent: BooleanConstructor;
451
+ asyncCount: BooleanConstructor;
452
+ showSettings: {
453
+ type: ObjectConstructor;
454
+ default: () => {};
455
+ };
456
+ inlineFormData: {
457
+ type: ObjectConstructor;
458
+ default: () => {};
459
+ };
460
+ inlineOriginalTableRow: {
461
+ type: ObjectConstructor;
462
+ default: () => {};
463
+ };
464
+ filterDomPortal: {
465
+ type: StringConstructor;
466
+ default: string;
467
+ };
468
+ filterTopOffset: {
469
+ type: NumberConstructor;
470
+ default: number;
471
+ };
472
+ isNestTable: {
473
+ type: BooleanConstructor;
474
+ default: boolean;
475
+ };
476
+ showNestTable: BooleanConstructor;
477
+ curNestColumnConfig: {
478
+ type: ObjectConstructor;
479
+ default: () => {};
480
+ };
481
+ nestTableDataRequest: FunctionConstructor;
482
+ isBatchEditing: BooleanConstructor;
483
+ isEditAllRow: BooleanConstructor;
484
+ isBatchSave: BooleanConstructor;
485
+ isBatchCancel: BooleanConstructor;
486
+ batchDynamicPropsCache: {
487
+ type: ObjectConstructor;
488
+ default: () => {};
489
+ };
490
+ batchEditDoneNumber: {
491
+ type: ObjectConstructor;
492
+ default: () => {};
493
+ };
494
+ batchError: BooleanConstructor;
495
+ batchFormData: {
496
+ type: ObjectConstructor;
497
+ default: () => {};
498
+ };
499
+ resetInlineBatchEdit: FunctionConstructor;
500
+ resetBatchEditRowStatus: FunctionConstructor;
501
+ }>> & {
502
+ [x: `on${string}`]: ((...args: any[]) => any) | undefined;
503
+ }>>;
504
+ formatData: (data?: {
505
+ tableList: any[];
506
+ fieldList: any[];
507
+ btnList: any[];
508
+ oldtableData: any[];
509
+ showButtonTop: number;
510
+ isNestTabel?: boolean | undefined;
511
+ mainTableTheUniqueKey?: string | undefined;
512
+ mainTableRow?: {
513
+ [key: string]: any;
514
+ } | undefined;
515
+ nestTableId?: string | undefined;
516
+ }) => any[];
517
+ htmlToText: (HTML: any) => any;
518
+ getBtnStyle: (v: any) => {
519
+ 'border-color': any;
520
+ color: any;
521
+ 'background-color'?: undefined;
522
+ } | {
523
+ color: any;
524
+ 'border-color'?: undefined;
525
+ 'background-color'?: undefined;
526
+ } | {
527
+ 'background-color': any;
528
+ 'border-color': any;
529
+ color?: undefined;
530
+ };
531
+ imgs2imgArr: (imgs: any) => any;
532
+ parseDurationValue: (v: any, duration: any) => string | undefined;
533
+ parseCombinationValue: (value: any, setting: any) => any;
534
+ formatFieldText: (row: any, field: any, fieldList: any, fieldListOriginal: any, isTimeAxisRenderNew?: any, isTimeAxisExpand?: any) => any;
535
+ allSelectedLength: import("vue").ComputedRef<any>;
536
+ checkOperateCurrentTable: () => boolean;
537
+ setRowStatus: (vxeTable: any, rowIndex: number, value: any) => false | undefined;
538
+ resetBatchOperationRowStatus: () => false | undefined;
539
+ checkListFormUnionSettingParamsList: () => boolean;
540
+ handleClickCancelBtnByInline: () => Promise<void>;
541
+ setAllRowInlineStatus: (disabled?: boolean) => void;
542
+ hideSelectCloumns: () => void;
543
+ handleEditFormLength: () => number | undefined;
544
+ resetOperationRowStatus: () => false | undefined;
545
+ recordClickBtnInfo: (row?: any, index?: number | undefined) => void;
546
+ getInlineOpreateRow: () => {
547
+ row: any;
548
+ rowIndex: any;
549
+ };
550
+ initEditTable: () => Promise<void>;
551
+ activeMethod: ({ row, rowIndex, column, columnIndex }: {
552
+ row: any;
553
+ rowIndex: number;
554
+ column: any;
555
+ columnIndex: number;
556
+ }) => boolean;
557
+ deleteRow: (row: any, col: any, index: number) => void;
558
+ onClickSelectTable: (row: any) => Promise<void>;
559
+ onFormChange: ({ value, row, column, index }: {
560
+ value: string | number | null;
561
+ row: any;
562
+ column: any;
563
+ index: number;
564
+ }) => void;
565
+ getDefaultValue: (params: any, item: any) => any;
566
+ isAboutNestTable: import("vue").ComputedRef<any>;
567
+ isExpandTable: import("vue").ComputedRef<boolean>;
568
+ handleRowId: import("vue").ComputedRef<any>;
569
+ toggleExpandMethod: ({ expanded, row }: any) => boolean;
570
+ loadExpandMethod: ({ row, rowIndex }: any) => Promise<void>;
571
+ nestHandleClickRow: (table: any, data: any) => void;
572
+ attr: {
573
+ [x: string]: unknown;
574
+ };
575
+ currentCheckedKeys: import("vue").ComputedRef<never[]>;
576
+ visibleCancelCheckAllBtn: import("vue").ComputedRef<boolean>;
577
+ singleCheckedKey: import("vue").ComputedRef<string>;
578
+ tableNoSetting: import("vue").ComputedRef<any>;
579
+ isScanMultiTable: import("vue").ComputedRef<any>;
580
+ configuration: import("vue").ComputedRef<{
581
+ userInfo: Record<string, any>;
582
+ sysImageSize: unknown[];
583
+ }>;
584
+ handlePrimaryKey: import("vue").ComputedRef<string>;
585
+ handleSeqConfig: import("vue").ComputedRef<{
586
+ startIndex: number;
587
+ }>;
588
+ treeConfig: import("vue").ComputedRef<null>;
589
+ hideAllWrap: (e: any) => void;
590
+ bindDocumentClick: () => void;
591
+ unBindDocumentClick: () => void;
592
+ removeInsert: () => Promise<false | undefined>;
593
+ loadColumn: (config: any) => void;
594
+ loadData: (data: any) => Promise<void>;
595
+ setGroupTitleToFristColumnFieldData: (formatList: any) => void;
596
+ setCurrentPageRowChecked: () => void;
597
+ setCurrentCheckedLength: () => void;
598
+ formatColumns: (map: any) => ({
599
+ fixed: string;
600
+ align: string;
601
+ visible: any;
602
+ width: string;
603
+ slots: {
604
+ header: () => string;
605
+ default: (params: any) => any;
606
+ };
607
+ type?: undefined;
608
+ resizable?: undefined;
609
+ showOverflow?: undefined;
610
+ } | {
611
+ type: string;
612
+ fixed: string;
613
+ align: string;
614
+ resizable: boolean;
615
+ width: string;
616
+ showOverflow: boolean;
617
+ slots: {
618
+ header: () => any[];
619
+ default?: undefined;
620
+ };
621
+ visible?: undefined;
622
+ } | {
623
+ type: any;
624
+ fixed: string;
625
+ align: string;
626
+ visible: boolean;
627
+ resizable: boolean;
628
+ width: any;
629
+ slots: {
630
+ default: (data: any) => any;
631
+ } | null;
632
+ showOverflow: boolean;
633
+ })[];
634
+ formatterEdit: (params: any, col: any) => any;
635
+ getEditBtn: (row: any, col: any, index: any) => any;
636
+ formatter: (params: any, col: any) => any;
637
+ formatterHeader: (item: any) => () => any[];
638
+ handlefilterBoxClickSort: (sort: any, field: any) => void;
639
+ handleFilterSeach: (val: any, field: any) => void;
640
+ handleFilterChangeAll: (e: any, field: any) => void;
641
+ handleFilterChange: (value: any, name: any, field: any) => void;
642
+ handleFilterSearchChange: (value: any, columnName: any, field: any) => void;
643
+ handleFilterClearAll: (field: any) => void;
644
+ handleCancelFilter: () => void;
645
+ handleFilter: (field: any) => void;
646
+ onmousedownFunc: (e: any) => void;
647
+ maskInsert: () => void;
648
+ maskCreate: () => string | HTMLDivElement;
649
+ maskMove: (e: any) => void;
650
+ maskUp: (e: any) => void;
651
+ setGroupTreeExpand: () => void;
652
+ resetTableInlineEditStatus: () => false | undefined;
653
+ toolTipTitle: (item: any, type: any) => any;
654
+ triggerExpand: (e: any, isExpand: any) => void;
655
+ getOtherConfigInit: () => any;
656
+ refreshTable: () => void;
657
+ handleCheckAll: () => void;
658
+ handleCancelAllCheck: () => void;
659
+ getRowClassName: () => (({ row }: {
660
+ row: any;
661
+ }) => "" | "single--checked") | (() => void);
662
+ footerMethod: ({ columns, data }: {
663
+ columns: any;
664
+ data: any;
665
+ }) => any[];
666
+ loadChildrenMethod: ({ row }: {
667
+ row: any;
668
+ }) => Promise<any>;
669
+ getAsyncTableData: (params: any) => Promise<void>;
670
+ setChecklist: (list: any) => any;
671
+ colspanMethod: ({ row, column, _rowIndex, _columnIndex }: {
672
+ row: any;
673
+ column: any;
674
+ _rowIndex: any;
675
+ _columnIndex: any;
676
+ }) => {
677
+ rowspan: number;
678
+ colspan: number;
679
+ } | undefined;
680
+ footerRowspanMethod: (obj: any) => {
681
+ rowspan: number;
682
+ colspan: number;
683
+ } | undefined;
684
+ rowdblclick: ({ row, column }: {
685
+ row: any;
686
+ column: any;
687
+ }) => false | undefined;
688
+ pubCheckChange: (rows?: never[]) => void;
689
+ updateAddCheckedRows: (rows: any, isTree?: boolean) => void;
690
+ removeCheckedRows: (rows: any, isCheckedChange: any) => void;
691
+ setCheckedMehod: (setChecked: any, row: any) => void;
692
+ handlerClickRow: (data: any) => false | undefined;
693
+ addCheckedRows: (rows: any) => false | undefined;
694
+ treeTableSelectionChange: (records: any) => boolean;
695
+ selectionChange: ({ checked, row, records }: {
696
+ checked: any;
697
+ row: any;
698
+ records: any;
699
+ }) => void;
700
+ selectionChangeAll: ({ checked, records }: {
701
+ checked: any;
702
+ records: any;
703
+ }) => void;
704
+ radioOnChange: (rowData?: {}) => void;
705
+ sortChange: ({ property, order }: {
706
+ property: any;
707
+ order: any;
708
+ }) => false | undefined;
709
+ showDrawer: () => void;
710
+ scrollEvent: (params: any) => void;
711
+ initScroll: () => void;
712
+ handlerScroll: (params: any) => void;
713
+ handleCellMouseenter: ({ column, $event }: {
714
+ column: any;
715
+ $event: any;
716
+ }) => void;
717
+ getFooterTooltipTitle: (column: any) => string;
718
+ getFooterTitle: (column: any) => number | undefined;
719
+ hanldeClickRefresh: () => void;
720
+ confirmScanMulti: (params: any) => void;
721
+ scanMultiOperate: (params: any) => any;
722
+ showEditForm: (row: any, column: any, $rowIndex: any) => any;
723
+ initBatchDynamicProps: (unionItem: any, row: any, column: any, $rowIndex: any) => any;
724
+ handleSubmitEditForm: (obj?: {}) => void;
725
+ banSubmit: (obj: any) => void;
726
+ handleFormTheUniqueKey: () => Promise<void>;
727
+ handlePreView: (data: any, i: any, e: any) => void;
728
+ getPicture: (row: any, item: any, type: any) => any[];
729
+ getColor: (row: any, item: any) => any[];
730
+ getDate: (row: any, item: any) => any[];
731
+ getPercentage: (row: any, item: any) => any[] | undefined;
732
+ getvideoList: (row: any, item: any) => null;
733
+ getOrCode: (row: any, item: any, type: any) => any[];
734
+ qrCodeEvent: (e: any, row: any, item: any) => void;
735
+ generateInlineBtnList: (row: any, index: any) => any[] | undefined;
736
+ getTileBtnList: (row: any, index: any) => any[];
737
+ clickBtn: (row: any, btn: any, index: any, e: any, j: any) => void;
738
+ getBtnIcon: (btn: any, mr?: string) => any[];
739
+ getFoldBtnList: (row: any, index: any) => any[];
740
+ switchBtnOnChange: (e: any, r: any, i: any, index: any) => void;
741
+ getBtnLinkSwitch: (row: any, item: any, disabled: any, index: any) => any[];
742
+ getField: (row: any, item: any, index: any, isLink: any) => any[];
743
+ linkDetail: (row: any, col: any, index: any, e: any) => false | undefined;
744
+ hanldeCopyContent: (e: any, value: any) => void;
745
+ getCheckboxRecords: () => never[];
746
+ handleClickEditBtnByInline: () => Promise<false | undefined>;
747
+ setAllCheckedRows: (rows: any) => void;
748
+ setTalbeScrollTo: () => void;
749
+ submitInlineForm: () => false | undefined;
750
+ handleClickAddBtnByInline: () => Promise<false | undefined>;
751
+ handleClickSaveBtnByInline: () => false | undefined;
752
+ removeInlineAddRow: () => false | undefined;
753
+ setCurrentRow: (row: any) => void;
754
+ loadColumnAndData: (data: any, config: any) => void;
755
+ clearChecked: () => void;
756
+ SyncOutline: 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<{}>>, {}>;
757
+ NoData: import("vue").DefineComponent<{
758
+ noDataTip: {
759
+ type: StringConstructor;
760
+ default: string;
761
+ };
762
+ noDataImg: {
763
+ type: StringConstructor;
764
+ default: string;
765
+ };
766
+ showImg: {
767
+ type: BooleanConstructor;
768
+ default: boolean;
769
+ };
770
+ }, {
771
+ imgStr: import("vue").ComputedRef<null>;
772
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
773
+ noDataTip: {
774
+ type: StringConstructor;
775
+ default: string;
776
+ };
777
+ noDataImg: {
778
+ type: StringConstructor;
779
+ default: string;
780
+ };
781
+ showImg: {
782
+ type: BooleanConstructor;
783
+ default: boolean;
784
+ };
785
+ }>> & {
786
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
787
+ }>>;
788
+ handleDesc: import("vue").ComputedRef<string>;
789
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
790
+ noDataTip: {
791
+ type: StringConstructor;
792
+ default: string;
793
+ };
794
+ noDataImg: {
795
+ type: StringConstructor;
796
+ default: string;
797
+ };
798
+ showImg: {
799
+ type: BooleanConstructor;
800
+ default: boolean;
801
+ };
802
+ }>>, {
803
+ noDataTip: string;
804
+ noDataImg: string;
805
+ showImg: boolean;
806
+ }>;
807
+ NCheckbox: import("vue").DefineComponent<{
808
+ size: import("vue").PropType<"small" | "medium" | "large">;
809
+ checked: {
810
+ type: import("vue").PropType<string | number | boolean | undefined>;
811
+ default: undefined;
812
+ };
813
+ defaultChecked: {
814
+ type: import("vue").PropType<string | number | boolean>;
815
+ default: boolean;
816
+ };
817
+ value: import("vue").PropType<string | number>;
818
+ disabled: {
819
+ type: import("vue").PropType<boolean | undefined>;
820
+ default: undefined;
821
+ };
822
+ indeterminate: BooleanConstructor;
823
+ label: StringConstructor;
824
+ focusable: {
825
+ type: BooleanConstructor;
826
+ default: boolean;
827
+ };
828
+ checkedValue: {
829
+ type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
830
+ default: boolean;
831
+ };
832
+ uncheckedValue: {
833
+ type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
834
+ default: boolean;
835
+ };
836
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
837
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
838
+ privateInsideTable: BooleanConstructor;
839
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
840
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
841
+ labelLineHeight: string;
842
+ fontSizeSmall: string;
843
+ fontSizeMedium: string;
844
+ fontSizeLarge: string;
845
+ borderRadius: string;
846
+ color: string;
847
+ colorChecked: string;
848
+ colorDisabled: string;
849
+ colorDisabledChecked: string;
850
+ colorTableHeader: string;
851
+ colorTableHeaderModal: string;
852
+ colorTableHeaderPopover: string;
853
+ checkMarkColor: string;
854
+ checkMarkColorDisabled: string;
855
+ checkMarkColorDisabledChecked: string;
856
+ border: string;
857
+ borderDisabled: string;
858
+ borderDisabledChecked: string;
859
+ borderChecked: string;
860
+ borderFocus: string;
861
+ boxShadowFocus: string;
862
+ textColor: string;
863
+ textColorDisabled: string;
864
+ sizeSmall: string;
865
+ sizeMedium: string;
866
+ sizeLarge: string;
867
+ labelPadding: string;
868
+ }, any>>;
869
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
870
+ labelLineHeight: string;
871
+ fontSizeSmall: string;
872
+ fontSizeMedium: string;
873
+ fontSizeLarge: string;
874
+ borderRadius: string;
875
+ color: string;
876
+ colorChecked: string;
877
+ colorDisabled: string;
878
+ colorDisabledChecked: string;
879
+ colorTableHeader: string;
880
+ colorTableHeaderModal: string;
881
+ colorTableHeaderPopover: string;
882
+ checkMarkColor: string;
883
+ checkMarkColorDisabled: string;
884
+ checkMarkColorDisabledChecked: string;
885
+ border: string;
886
+ borderDisabled: string;
887
+ borderDisabledChecked: string;
888
+ borderChecked: string;
889
+ borderFocus: string;
890
+ boxShadowFocus: string;
891
+ textColor: string;
892
+ textColorDisabled: string;
893
+ sizeSmall: string;
894
+ sizeMedium: string;
895
+ sizeLarge: string;
896
+ labelPadding: string;
897
+ }, any>>>;
898
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
899
+ labelLineHeight: string;
900
+ fontSizeSmall: string;
901
+ fontSizeMedium: string;
902
+ fontSizeLarge: string;
903
+ borderRadius: string;
904
+ color: string;
905
+ colorChecked: string;
906
+ colorDisabled: string;
907
+ colorDisabledChecked: string;
908
+ colorTableHeader: string;
909
+ colorTableHeaderModal: string;
910
+ colorTableHeaderPopover: string;
911
+ checkMarkColor: string;
912
+ checkMarkColorDisabled: string;
913
+ checkMarkColorDisabledChecked: string;
914
+ border: string;
915
+ borderDisabled: string;
916
+ borderDisabledChecked: string;
917
+ borderChecked: string;
918
+ borderFocus: string;
919
+ boxShadowFocus: string;
920
+ textColor: string;
921
+ textColorDisabled: string;
922
+ sizeSmall: string;
923
+ sizeMedium: string;
924
+ sizeLarge: string;
925
+ labelPadding: string;
926
+ }, any>>>;
927
+ }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
928
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
929
+ selfRef: import("vue").Ref<HTMLDivElement | null>;
930
+ mergedClsPrefix: import("vue").ComputedRef<string>;
931
+ mergedDisabled: import("vue").ComputedRef<boolean>;
932
+ renderedChecked: import("vue").ComputedRef<boolean>;
933
+ mergedTheme: import("vue").ComputedRef<{
934
+ common: {
935
+ baseColor: string;
936
+ primaryColor: string;
937
+ primaryColorHover: string;
938
+ primaryColorPressed: string;
939
+ primaryColorSuppl: string;
940
+ infoColor: string;
941
+ infoColorHover: string;
942
+ infoColorPressed: string;
943
+ infoColorSuppl: string;
944
+ successColor: string;
945
+ successColorHover: string;
946
+ successColorPressed: string;
947
+ successColorSuppl: string;
948
+ warningColor: string;
949
+ warningColorHover: string;
950
+ warningColorPressed: string;
951
+ warningColorSuppl: string;
952
+ errorColor: string;
953
+ errorColorHover: string;
954
+ errorColorPressed: string;
955
+ errorColorSuppl: string;
956
+ textColorBase: string;
957
+ textColor1: string;
958
+ textColor2: string;
959
+ textColor3: string;
960
+ textColorDisabled: string;
961
+ placeholderColor: string;
962
+ placeholderColorDisabled: string;
963
+ iconColor: string;
964
+ iconColorHover: string;
965
+ iconColorPressed: string;
966
+ iconColorDisabled: string;
967
+ opacity1: string;
968
+ opacity2: string;
969
+ opacity3: string;
970
+ opacity4: string;
971
+ opacity5: string;
972
+ dividerColor: string;
973
+ borderColor: string;
974
+ closeIconColor: string;
975
+ closeIconColorHover: string;
976
+ closeIconColorPressed: string;
977
+ closeColorHover: string; /**
978
+ * 针对 bigTable 的设置列
979
+ * type: 列的类型
980
+ * field: 列字段名(注:属性层级越深,渲染性能将直线下降)
981
+ * title: 列标题(支持开启国际化)
982
+ * width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
983
+ * minWidth: 最小列宽度;会自动将剩余空间按比例分配
984
+ * resizable: 列是否允许拖动列宽调整大小
985
+ * visible: 列是否显示
986
+ * fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
987
+ * align: 列对齐方式
988
+ * headerAlign: 表头列的对齐方式
989
+ * footerAlign: 表尾列的对齐方式
990
+ * formatter: 格式化显示内容 Function({cellValue, row, column})
991
+ * sortable: 是否允许列排序
992
+ */
993
+ closeColorPressed: string;
994
+ clearColor: string;
995
+ clearColorHover: string;
996
+ clearColorPressed: string;
997
+ scrollbarColor: string;
998
+ scrollbarColorHover: string;
999
+ scrollbarWidth: string;
1000
+ scrollbarHeight: string;
1001
+ scrollbarBorderRadius: string;
1002
+ progressRailColor: string;
1003
+ railColor: string;
1004
+ popoverColor: string;
1005
+ tableColor: string;
1006
+ cardColor: string;
1007
+ modalColor: string;
1008
+ bodyColor: string;
1009
+ tagColor: string;
1010
+ avatarColor: string;
1011
+ invertedColor: string;
1012
+ inputColor: string;
1013
+ codeColor: string;
1014
+ tabColor: string;
1015
+ actionColor: string;
1016
+ tableHeaderColor: string;
1017
+ hoverColor: string;
1018
+ tableColorHover: string;
1019
+ tableColorStriped: string;
1020
+ pressedColor: string;
1021
+ opacityDisabled: string;
1022
+ inputColorDisabled: string;
1023
+ buttonColor2: string;
1024
+ buttonColor2Hover: string;
1025
+ buttonColor2Pressed: string;
1026
+ boxShadow1: string;
1027
+ boxShadow2: string;
1028
+ boxShadow3: string;
1029
+ fontFamily: string;
1030
+ fontFamilyMono: string;
1031
+ fontWeight: string;
1032
+ fontWeightStrong: string;
1033
+ cubicBezierEaseInOut: string;
1034
+ cubicBezierEaseOut: string;
1035
+ cubicBezierEaseIn: string;
1036
+ borderRadius: string;
1037
+ borderRadiusSmall: string;
1038
+ fontSize: string;
1039
+ fontSizeMini: string;
1040
+ fontSizeTiny: string;
1041
+ fontSizeSmall: string;
1042
+ fontSizeMedium: string;
1043
+ fontSizeLarge: string;
1044
+ fontSizeHuge: string;
1045
+ lineHeight: string;
1046
+ heightMini: string;
1047
+ heightTiny: string;
1048
+ heightSmall: string;
1049
+ heightMedium: string;
1050
+ heightLarge: string;
1051
+ heightHuge: string;
1052
+ name: "common";
1053
+ };
1054
+ self: {
1055
+ labelLineHeight: string;
1056
+ fontSizeSmall: string;
1057
+ fontSizeMedium: string;
1058
+ fontSizeLarge: string;
1059
+ borderRadius: string;
1060
+ color: string;
1061
+ colorChecked: string;
1062
+ colorDisabled: string;
1063
+ colorDisabledChecked: string;
1064
+ colorTableHeader: string;
1065
+ colorTableHeaderModal: string;
1066
+ colorTableHeaderPopover: string;
1067
+ checkMarkColor: string;
1068
+ checkMarkColorDisabled: string;
1069
+ checkMarkColorDisabledChecked: string;
1070
+ border: string;
1071
+ borderDisabled: string;
1072
+ borderDisabledChecked: string;
1073
+ borderChecked: string;
1074
+ borderFocus: string;
1075
+ boxShadowFocus: string;
1076
+ textColor: string;
1077
+ textColorDisabled: string;
1078
+ sizeSmall: string;
1079
+ sizeMedium: string;
1080
+ sizeLarge: string;
1081
+ labelPadding: string;
1082
+ };
1083
+ peers: any;
1084
+ peerOverrides: {
1085
+ [x: string]: any;
1086
+ };
1087
+ }>;
1088
+ labelId: string;
1089
+ handleClick: (e: MouseEvent) => void;
1090
+ handleKeyUp: (e: KeyboardEvent) => void;
1091
+ handleKeyDown: (e: KeyboardEvent) => void;
1092
+ cssVars: import("vue").ComputedRef<{
1093
+ '--n-label-line-height': string;
1094
+ '--n-size': string;
1095
+ '--n-bezier': string;
1096
+ '--n-border-radius': string;
1097
+ '--n-border': string;
1098
+ '--n-border-checked': string;
1099
+ '--n-border-focus': string;
1100
+ '--n-border-disabled': string;
1101
+ '--n-border-disabled-checked': string;
1102
+ '--n-box-shadow-focus': string;
1103
+ '--n-color': string;
1104
+ '--n-color-checked': string;
1105
+ '--n-color-table': string;
1106
+ '--n-color-table-modal': string;
1107
+ '--n-color-table-popover': string;
1108
+ '--n-color-disabled': string;
1109
+ '--n-color-disabled-checked': string;
1110
+ '--n-text-color': string;
1111
+ '--n-text-color-disabled': string;
1112
+ '--n-check-mark-color': string;
1113
+ '--n-check-mark-color-disabled': string;
1114
+ '--n-check-mark-color-disabled-checked': string;
1115
+ '--n-font-size': string;
1116
+ '--n-label-padding': string;
1117
+ }> | undefined;
1118
+ themeClass: import("vue").Ref<string> | undefined;
1119
+ onRender: (() => void) | undefined;
1120
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1121
+ size: import("vue").PropType<"small" | "medium" | "large">;
1122
+ checked: {
1123
+ type: import("vue").PropType<string | number | boolean | undefined>;
1124
+ default: undefined;
1125
+ };
1126
+ defaultChecked: {
1127
+ type: import("vue").PropType<string | number | boolean>;
1128
+ default: boolean;
1129
+ };
1130
+ value: import("vue").PropType<string | number>;
1131
+ disabled: {
1132
+ type: import("vue").PropType<boolean | undefined>;
1133
+ default: undefined;
1134
+ };
1135
+ indeterminate: BooleanConstructor;
1136
+ label: StringConstructor;
1137
+ focusable: {
1138
+ type: BooleanConstructor;
1139
+ default: boolean;
1140
+ };
1141
+ checkedValue: {
1142
+ type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
1143
+ default: boolean;
1144
+ };
1145
+ uncheckedValue: {
1146
+ type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
1147
+ default: boolean;
1148
+ };
1149
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1150
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1151
+ privateInsideTable: BooleanConstructor;
1152
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1153
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1154
+ labelLineHeight: string;
1155
+ fontSizeSmall: string;
1156
+ fontSizeMedium: string;
1157
+ fontSizeLarge: string;
1158
+ borderRadius: string;
1159
+ color: string;
1160
+ colorChecked: string;
1161
+ colorDisabled: string;
1162
+ colorDisabledChecked: string;
1163
+ colorTableHeader: string;
1164
+ colorTableHeaderModal: string;
1165
+ colorTableHeaderPopover: string;
1166
+ checkMarkColor: string;
1167
+ checkMarkColorDisabled: string;
1168
+ checkMarkColorDisabledChecked: string;
1169
+ border: string;
1170
+ borderDisabled: string;
1171
+ borderDisabledChecked: string;
1172
+ borderChecked: string;
1173
+ borderFocus: string;
1174
+ boxShadowFocus: string;
1175
+ textColor: string;
1176
+ textColorDisabled: string;
1177
+ sizeSmall: string;
1178
+ sizeMedium: string;
1179
+ sizeLarge: string;
1180
+ labelPadding: string;
1181
+ }, any>>;
1182
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1183
+ labelLineHeight: string;
1184
+ fontSizeSmall: string;
1185
+ fontSizeMedium: string;
1186
+ fontSizeLarge: string;
1187
+ borderRadius: string;
1188
+ color: string;
1189
+ colorChecked: string;
1190
+ colorDisabled: string;
1191
+ colorDisabledChecked: string;
1192
+ colorTableHeader: string;
1193
+ colorTableHeaderModal: string;
1194
+ colorTableHeaderPopover: string;
1195
+ checkMarkColor: string;
1196
+ checkMarkColorDisabled: string;
1197
+ checkMarkColorDisabledChecked: string;
1198
+ border: string;
1199
+ borderDisabled: string;
1200
+ borderDisabledChecked: string;
1201
+ borderChecked: string;
1202
+ borderFocus: string;
1203
+ boxShadowFocus: string;
1204
+ textColor: string;
1205
+ textColorDisabled: string;
1206
+ sizeSmall: string;
1207
+ sizeMedium: string;
1208
+ sizeLarge: string;
1209
+ labelPadding: string;
1210
+ }, any>>>;
1211
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1212
+ labelLineHeight: string;
1213
+ fontSizeSmall: string;
1214
+ fontSizeMedium: string;
1215
+ fontSizeLarge: string;
1216
+ borderRadius: string;
1217
+ color: string;
1218
+ colorChecked: string;
1219
+ colorDisabled: string;
1220
+ colorDisabledChecked: string;
1221
+ colorTableHeader: string;
1222
+ colorTableHeaderModal: string;
1223
+ colorTableHeaderPopover: string;
1224
+ checkMarkColor: string;
1225
+ checkMarkColorDisabled: string;
1226
+ checkMarkColorDisabledChecked: string;
1227
+ border: string;
1228
+ borderDisabled: string;
1229
+ borderDisabledChecked: string;
1230
+ borderChecked: string;
1231
+ borderFocus: string;
1232
+ boxShadowFocus: string;
1233
+ textColor: string;
1234
+ textColorDisabled: string;
1235
+ sizeSmall: string;
1236
+ sizeMedium: string;
1237
+ sizeLarge: string;
1238
+ labelPadding: string;
1239
+ }, any>>>;
1240
+ }>>, {
1241
+ disabled: boolean | undefined;
1242
+ checked: string | number | boolean | undefined;
1243
+ indeterminate: boolean;
1244
+ focusable: boolean;
1245
+ defaultChecked: string | number | boolean;
1246
+ checkedValue: string | number | boolean;
1247
+ uncheckedValue: string | number | boolean;
1248
+ privateInsideTable: boolean;
1249
+ }>;
1250
+ NTooltip: import("vue").DefineComponent<{
1251
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1252
+ borderRadius: string;
1253
+ boxShadow: string;
1254
+ color: string;
1255
+ textColor: string;
1256
+ padding: string;
1257
+ }, {
1258
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1259
+ fontSize: string;
1260
+ borderRadius: string;
1261
+ color: string;
1262
+ dividerColor: string;
1263
+ textColor: string;
1264
+ boxShadow: string;
1265
+ space: string;
1266
+ spaceArrow: string;
1267
+ arrowOffset: string;
1268
+ arrowOffsetVertical: string;
1269
+ arrowHeight: string;
1270
+ padding: string;
1271
+ }, any>;
1272
+ }>>;
1273
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1274
+ borderRadius: string;
1275
+ boxShadow: string;
1276
+ color: string;
1277
+ textColor: string;
1278
+ padding: string;
1279
+ }, {
1280
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1281
+ fontSize: string;
1282
+ borderRadius: string;
1283
+ color: string;
1284
+ dividerColor: string;
1285
+ textColor: string;
1286
+ boxShadow: string;
1287
+ space: string;
1288
+ spaceArrow: string;
1289
+ arrowOffset: string;
1290
+ arrowOffsetVertical: string;
1291
+ arrowHeight: string;
1292
+ padding: string;
1293
+ }, any>;
1294
+ }>>>;
1295
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1296
+ borderRadius: string;
1297
+ boxShadow: string;
1298
+ color: string;
1299
+ textColor: string;
1300
+ padding: string;
1301
+ }, {
1302
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1303
+ fontSize: string;
1304
+ borderRadius: string;
1305
+ color: string;
1306
+ dividerColor: string;
1307
+ textColor: string;
1308
+ boxShadow: string;
1309
+ space: string;
1310
+ spaceArrow: string;
1311
+ arrowOffset: string;
1312
+ arrowOffsetVertical: string;
1313
+ arrowHeight: string;
1314
+ padding: string;
1315
+ }, any>;
1316
+ }>>>;
1317
+ show: {
1318
+ type: import("vue").PropType<boolean | undefined>;
1319
+ default: undefined;
1320
+ };
1321
+ defaultShow: BooleanConstructor;
1322
+ showArrow: {
1323
+ type: BooleanConstructor;
1324
+ default: boolean;
1325
+ };
1326
+ trigger: {
1327
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
1328
+ default: string;
1329
+ };
1330
+ delay: {
1331
+ type: NumberConstructor;
1332
+ default: number;
1333
+ };
1334
+ duration: {
1335
+ type: NumberConstructor;
1336
+ default: number;
1337
+ };
1338
+ raw: BooleanConstructor;
1339
+ placement: {
1340
+ type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1341
+ default: string;
1342
+ };
1343
+ x: NumberConstructor;
1344
+ y: NumberConstructor;
1345
+ arrowPointToCenter: BooleanConstructor;
1346
+ disabled: BooleanConstructor;
1347
+ getDisabled: import("vue").PropType<() => boolean>;
1348
+ displayDirective: {
1349
+ type: import("vue").PropType<"show" | "if">;
1350
+ default: string;
1351
+ };
1352
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1353
+ flip: {
1354
+ type: BooleanConstructor;
1355
+ default: boolean;
1356
+ };
1357
+ animated: {
1358
+ type: BooleanConstructor;
1359
+ default: boolean;
1360
+ };
1361
+ width: {
1362
+ type: import("vue").PropType<number | "trigger">;
1363
+ default: undefined;
1364
+ };
1365
+ overlap: BooleanConstructor;
1366
+ keepAliveOnHover: {
1367
+ type: BooleanConstructor;
1368
+ default: boolean;
1369
+ };
1370
+ zIndex: NumberConstructor;
1371
+ to: {
1372
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1373
+ default: undefined;
1374
+ };
1375
+ scrollable: BooleanConstructor;
1376
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1377
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1378
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
1379
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1380
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1381
+ internalSyncTargetWithParent: BooleanConstructor;
1382
+ internalInheritedEventHandlers: {
1383
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1384
+ default: () => never[];
1385
+ };
1386
+ internalTrapFocus: BooleanConstructor;
1387
+ internalExtraClass: {
1388
+ type: import("vue").PropType<string[]>;
1389
+ default: () => never[];
1390
+ };
1391
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1392
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1393
+ arrow: {
1394
+ type: import("vue").PropType<boolean | undefined>;
1395
+ default: undefined;
1396
+ };
1397
+ minWidth: NumberConstructor;
1398
+ maxWidth: NumberConstructor;
1399
+ }, {
1400
+ popoverRef: import("vue").Ref<{
1401
+ syncPosition: () => void;
1402
+ setShow: (value: boolean) => void;
1403
+ } | null>;
1404
+ mergedTheme: import("vue").ComputedRef<{
1405
+ common: {
1406
+ baseColor: string;
1407
+ primaryColor: string;
1408
+ primaryColorHover: string;
1409
+ primaryColorPressed: string;
1410
+ primaryColorSuppl: string;
1411
+ infoColor: string;
1412
+ infoColorHover: string;
1413
+ infoColorPressed: string;
1414
+ infoColorSuppl: string;
1415
+ successColor: string;
1416
+ successColorHover: string;
1417
+ successColorPressed: string;
1418
+ successColorSuppl: string;
1419
+ warningColor: string;
1420
+ warningColorHover: string;
1421
+ warningColorPressed: string;
1422
+ warningColorSuppl: string;
1423
+ errorColor: string;
1424
+ errorColorHover: string;
1425
+ errorColorPressed: string;
1426
+ errorColorSuppl: string;
1427
+ textColorBase: string;
1428
+ textColor1: string;
1429
+ textColor2: string;
1430
+ textColor3: string;
1431
+ textColorDisabled: string;
1432
+ placeholderColor: string;
1433
+ placeholderColorDisabled: string;
1434
+ iconColor: string;
1435
+ iconColorHover: string;
1436
+ iconColorPressed: string;
1437
+ iconColorDisabled: string;
1438
+ opacity1: string;
1439
+ opacity2: string;
1440
+ opacity3: string;
1441
+ opacity4: string;
1442
+ opacity5: string;
1443
+ dividerColor: string;
1444
+ borderColor: string;
1445
+ closeIconColor: string;
1446
+ closeIconColorHover: string;
1447
+ closeIconColorPressed: string;
1448
+ closeColorHover: string;
1449
+ closeColorPressed: string;
1450
+ clearColor: string;
1451
+ clearColorHover: string;
1452
+ clearColorPressed: string;
1453
+ scrollbarColor: string;
1454
+ scrollbarColorHover: string;
1455
+ scrollbarWidth: string;
1456
+ scrollbarHeight: string;
1457
+ scrollbarBorderRadius: string;
1458
+ progressRailColor: string;
1459
+ railColor: string;
1460
+ popoverColor: string;
1461
+ tableColor: string;
1462
+ cardColor: string;
1463
+ modalColor: string;
1464
+ bodyColor: string;
1465
+ tagColor: string;
1466
+ avatarColor: string;
1467
+ invertedColor: string;
1468
+ inputColor: string;
1469
+ codeColor: string;
1470
+ tabColor: string;
1471
+ actionColor: string;
1472
+ tableHeaderColor: string;
1473
+ hoverColor: string;
1474
+ tableColorHover: string;
1475
+ tableColorStriped: string;
1476
+ pressedColor: string;
1477
+ opacityDisabled: string;
1478
+ inputColorDisabled: string;
1479
+ buttonColor2: string;
1480
+ buttonColor2Hover: string;
1481
+ buttonColor2Pressed: string;
1482
+ boxShadow1: string;
1483
+ boxShadow2: string;
1484
+ boxShadow3: string;
1485
+ fontFamily: string;
1486
+ fontFamilyMono: string;
1487
+ fontWeight: string;
1488
+ fontWeightStrong: string;
1489
+ cubicBezierEaseInOut: string;
1490
+ cubicBezierEaseOut: string;
1491
+ cubicBezierEaseIn: string;
1492
+ borderRadius: string;
1493
+ borderRadiusSmall: string;
1494
+ fontSize: string;
1495
+ fontSizeMini: string;
1496
+ fontSizeTiny: string;
1497
+ fontSizeSmall: string;
1498
+ fontSizeMedium: string;
1499
+ fontSizeLarge: string;
1500
+ fontSizeHuge: string;
1501
+ lineHeight: string;
1502
+ heightMini: string;
1503
+ heightTiny: string;
1504
+ heightSmall: string;
1505
+ heightMedium: string;
1506
+ heightLarge: string;
1507
+ heightHuge: string;
1508
+ name: "common";
1509
+ };
1510
+ self: {
1511
+ borderRadius: string;
1512
+ boxShadow: string;
1513
+ color: string;
1514
+ textColor: string;
1515
+ padding: string;
1516
+ };
1517
+ peers: {
1518
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1519
+ fontSize: string;
1520
+ borderRadius: string;
1521
+ color: string;
1522
+ dividerColor: string;
1523
+ textColor: string;
1524
+ boxShadow: string;
1525
+ space: string;
1526
+ spaceArrow: string;
1527
+ arrowOffset: string;
1528
+ arrowOffsetVertical: string;
1529
+ arrowHeight: string;
1530
+ padding: string;
1531
+ }, any>;
1532
+ };
1533
+ peerOverrides: {
1534
+ Popover?: {
1535
+ peers?: {
1536
+ [x: string]: any;
1537
+ } | undefined;
1538
+ } | undefined;
1539
+ };
1540
+ }>;
1541
+ popoverThemeOverrides: import("vue").ComputedRef<{
1542
+ borderRadius: string;
1543
+ boxShadow: string;
1544
+ color: string;
1545
+ textColor: string;
1546
+ padding: string;
1547
+ }>;
1548
+ syncPosition: () => void;
1549
+ setShow: (value: boolean) => void;
1550
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1551
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1552
+ borderRadius: string;
1553
+ boxShadow: string;
1554
+ color: string;
1555
+ textColor: string;
1556
+ padding: string;
1557
+ }, {
1558
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1559
+ fontSize: string;
1560
+ borderRadius: string;
1561
+ color: string;
1562
+ dividerColor: string;
1563
+ textColor: string;
1564
+ boxShadow: string;
1565
+ space: string;
1566
+ spaceArrow: string;
1567
+ arrowOffset: string;
1568
+ arrowOffsetVertical: string;
1569
+ arrowHeight: string;
1570
+ padding: string;
1571
+ }, any>;
1572
+ }>>;
1573
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1574
+ borderRadius: string;
1575
+ boxShadow: string;
1576
+ color: string;
1577
+ textColor: string;
1578
+ padding: string;
1579
+ }, {
1580
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1581
+ fontSize: string;
1582
+ borderRadius: string;
1583
+ color: string;
1584
+ dividerColor: string;
1585
+ textColor: string;
1586
+ boxShadow: string;
1587
+ space: string;
1588
+ spaceArrow: string;
1589
+ arrowOffset: string;
1590
+ arrowOffsetVertical: string;
1591
+ arrowHeight: string;
1592
+ padding: string;
1593
+ }, any>;
1594
+ }>>>;
1595
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1596
+ borderRadius: string;
1597
+ boxShadow: string;
1598
+ color: string;
1599
+ textColor: string;
1600
+ padding: string;
1601
+ }, {
1602
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1603
+ fontSize: string;
1604
+ borderRadius: string;
1605
+ color: string;
1606
+ dividerColor: string;
1607
+ textColor: string;
1608
+ boxShadow: string;
1609
+ space: string;
1610
+ spaceArrow: string;
1611
+ arrowOffset: string;
1612
+ arrowOffsetVertical: string;
1613
+ arrowHeight: string;
1614
+ padding: string;
1615
+ }, any>;
1616
+ }>>>;
1617
+ show: {
1618
+ type: import("vue").PropType<boolean | undefined>;
1619
+ default: undefined;
1620
+ };
1621
+ defaultShow: BooleanConstructor;
1622
+ showArrow: {
1623
+ type: BooleanConstructor;
1624
+ default: boolean;
1625
+ };
1626
+ trigger: {
1627
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
1628
+ default: string;
1629
+ };
1630
+ delay: {
1631
+ type: NumberConstructor;
1632
+ default: number;
1633
+ };
1634
+ duration: {
1635
+ type: NumberConstructor;
1636
+ default: number;
1637
+ };
1638
+ raw: BooleanConstructor;
1639
+ placement: {
1640
+ type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1641
+ default: string;
1642
+ };
1643
+ x: NumberConstructor;
1644
+ y: NumberConstructor;
1645
+ arrowPointToCenter: BooleanConstructor;
1646
+ disabled: BooleanConstructor;
1647
+ getDisabled: import("vue").PropType<() => boolean>;
1648
+ displayDirective: {
1649
+ type: import("vue").PropType<"show" | "if">;
1650
+ default: string;
1651
+ };
1652
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1653
+ flip: {
1654
+ type: BooleanConstructor;
1655
+ default: boolean;
1656
+ };
1657
+ animated: {
1658
+ type: BooleanConstructor;
1659
+ default: boolean;
1660
+ };
1661
+ width: {
1662
+ type: import("vue").PropType<number | "trigger">;
1663
+ default: undefined;
1664
+ };
1665
+ overlap: BooleanConstructor;
1666
+ keepAliveOnHover: {
1667
+ type: BooleanConstructor;
1668
+ default: boolean;
1669
+ };
1670
+ zIndex: NumberConstructor;
1671
+ to: {
1672
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1673
+ default: undefined;
1674
+ };
1675
+ scrollable: BooleanConstructor;
1676
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1677
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1678
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
1679
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1680
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1681
+ internalSyncTargetWithParent: BooleanConstructor;
1682
+ internalInheritedEventHandlers: {
1683
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1684
+ default: () => never[];
1685
+ };
1686
+ internalTrapFocus: BooleanConstructor;
1687
+ internalExtraClass: {
1688
+ type: import("vue").PropType<string[]>;
1689
+ default: () => never[];
1690
+ };
1691
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1692
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1693
+ arrow: {
1694
+ type: import("vue").PropType<boolean | undefined>;
1695
+ default: undefined;
1696
+ };
1697
+ minWidth: NumberConstructor;
1698
+ maxWidth: NumberConstructor;
1699
+ }>>, {
1700
+ show: boolean | undefined;
1701
+ flip: boolean;
1702
+ width: number | "trigger";
1703
+ disabled: boolean;
1704
+ duration: number;
1705
+ to: string | boolean | HTMLElement;
1706
+ raw: boolean;
1707
+ placement: import("naive-ui").PopoverPlacement;
1708
+ overlap: boolean;
1709
+ scrollable: boolean;
1710
+ trigger: import("naive-ui").PopoverTrigger;
1711
+ showArrow: boolean;
1712
+ delay: number;
1713
+ arrowPointToCenter: boolean;
1714
+ displayDirective: "show" | "if";
1715
+ keepAliveOnHover: boolean;
1716
+ animated: boolean;
1717
+ internalTrapFocus: boolean;
1718
+ defaultShow: boolean;
1719
+ internalSyncTargetWithParent: boolean;
1720
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
1721
+ internalExtraClass: string[];
1722
+ arrow: boolean | undefined;
1723
+ }>;
1724
+ NIcon: import("vue").DefineComponent<{
1725
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1726
+ readonly size: import("vue").PropType<string | number>;
1727
+ readonly color: StringConstructor;
1728
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1729
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1730
+ color: string;
1731
+ opacity1Depth: string;
1732
+ opacity2Depth: string;
1733
+ opacity3Depth: string;
1734
+ opacity4Depth: string;
1735
+ opacity5Depth: string;
1736
+ }, any>>;
1737
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1738
+ color: string;
1739
+ opacity1Depth: string;
1740
+ opacity2Depth: string;
1741
+ opacity3Depth: string;
1742
+ opacity4Depth: string;
1743
+ opacity5Depth: string;
1744
+ }, any>>>;
1745
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1746
+ color: string;
1747
+ opacity1Depth: string;
1748
+ opacity2Depth: string;
1749
+ opacity3Depth: string;
1750
+ opacity4Depth: string;
1751
+ opacity5Depth: string;
1752
+ }, any>>>;
1753
+ }, {
1754
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1755
+ mergedStyle: import("vue").ComputedRef<{
1756
+ fontSize: string | undefined;
1757
+ color: string | undefined;
1758
+ }>;
1759
+ cssVars: import("vue").ComputedRef<{
1760
+ '--n-bezier': string;
1761
+ '--n-color': string;
1762
+ '--n-opacity': string;
1763
+ }> | undefined;
1764
+ themeClass: import("vue").Ref<string> | undefined;
1765
+ onRender: (() => void) | undefined;
1766
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1767
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1768
+ readonly size: import("vue").PropType<string | number>;
1769
+ readonly color: StringConstructor;
1770
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1771
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1772
+ color: string;
1773
+ opacity1Depth: string;
1774
+ opacity2Depth: string;
1775
+ opacity3Depth: string;
1776
+ opacity4Depth: string;
1777
+ opacity5Depth: string;
1778
+ }, any>>;
1779
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1780
+ color: string;
1781
+ opacity1Depth: string;
1782
+ opacity2Depth: string;
1783
+ opacity3Depth: string;
1784
+ opacity4Depth: string;
1785
+ opacity5Depth: string;
1786
+ }, any>>>;
1787
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1788
+ color: string;
1789
+ opacity1Depth: string;
1790
+ opacity2Depth: string;
1791
+ opacity3Depth: string;
1792
+ opacity4Depth: string;
1793
+ opacity5Depth: string;
1794
+ }, any>>>;
1795
+ }>>, {}>;
1796
+ CGrid: import("../../../src/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
1797
+ checkMethod: ({ row }: {
1798
+ row: any;
1799
+ }) => boolean;
1800
+ getRowStyle: ({ row }: any) => string | null;
1801
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1802
+ data: {
1803
+ type: ArrayConstructor;
1804
+ default: () => never[];
1805
+ };
1806
+ maxCheckSize: {
1807
+ type: NumberConstructor;
1808
+ default: number;
1809
+ };
1810
+ showFooter: BooleanConstructor;
1811
+ sumData: {
1812
+ type: ObjectConstructor;
1813
+ default: () => {};
1814
+ };
1815
+ avgData: {
1816
+ type: ObjectConstructor;
1817
+ default: () => {};
1818
+ };
1819
+ columnConfig: {
1820
+ type: ObjectConstructor;
1821
+ default: () => {};
1822
+ };
1823
+ refreshRow: {
1824
+ type: NumberConstructor;
1825
+ default: number;
1826
+ };
1827
+ relatedItems: {
1828
+ type: ObjectConstructor;
1829
+ default: () => {
1830
+ triggerMethodPc: string;
1831
+ triggerMethodField: string;
1832
+ };
1833
+ };
1834
+ pageVO: {
1835
+ type: ObjectConstructor;
1836
+ default: () => {
1837
+ pageIndex: number;
1838
+ pageSize: number;
1839
+ total: number;
1840
+ };
1841
+ };
1842
+ tableOptions: {
1843
+ type: ObjectConstructor;
1844
+ default: () => {};
1845
+ };
1846
+ quickSearchConfig: {
1847
+ type: ArrayConstructor;
1848
+ default: () => never[];
1849
+ };
1850
+ primaryKey: {
1851
+ type: StringConstructor;
1852
+ default: string;
1853
+ };
1854
+ tableDataCache: {
1855
+ type: ArrayConstructor;
1856
+ default: () => never[];
1857
+ };
1858
+ oldtableData: {
1859
+ type: ArrayConstructor;
1860
+ default: () => never[];
1861
+ };
1862
+ tableName: StringConstructor;
1863
+ fieldListOriginal: {
1864
+ type: ArrayConstructor;
1865
+ default: () => never[];
1866
+ };
1867
+ tableParams: {
1868
+ type: ObjectConstructor;
1869
+ default: () => {};
1870
+ };
1871
+ emptyItems: {
1872
+ type: ObjectConstructor;
1873
+ default: () => {
1874
+ noDataImg: string;
1875
+ noDataTip: string;
1876
+ };
1877
+ };
1878
+ styleSetting: {
1879
+ type: ObjectConstructor;
1880
+ default: () => {};
1881
+ };
1882
+ sysImageSize: {
1883
+ type: ArrayConstructor;
1884
+ default: () => never[];
1885
+ };
1886
+ height: StringConstructor;
1887
+ groupCountFields: {
1888
+ type: ArrayConstructor;
1889
+ default: () => never[];
1890
+ };
1891
+ groupCountMap: {
1892
+ type: ObjectConstructor;
1893
+ default: () => {};
1894
+ };
1895
+ listFormUnionSetting: {
1896
+ type: ObjectConstructor;
1897
+ default: () => {};
1898
+ };
1899
+ inlineEditFormConfig: {
1900
+ type: ObjectConstructor;
1901
+ default: () => {};
1902
+ };
1903
+ clickRowData: {
1904
+ type: ObjectConstructor;
1905
+ default: () => {};
1906
+ };
1907
+ btnList: {
1908
+ type: ArrayConstructor;
1909
+ default: () => never[];
1910
+ };
1911
+ spinning: BooleanConstructor;
1912
+ rowGroupSetting: {
1913
+ type: ObjectConstructor;
1914
+ default: () => {};
1915
+ };
1916
+ inlineEditFormSubmitDone: BooleanConstructor;
1917
+ isInlineOperating: {
1918
+ type: BooleanConstructor;
1919
+ default: boolean;
1920
+ };
1921
+ inlineEditCurrentOperateBtnId: StringConstructor;
1922
+ tableRefreshCache: {
1923
+ type: ObjectConstructor;
1924
+ default: () => {};
1925
+ };
1926
+ userInfo: {
1927
+ type: ObjectConstructor;
1928
+ default: () => {};
1929
+ };
1930
+ isInlineEditing: BooleanConstructor;
1931
+ isInlineAdding: BooleanConstructor;
1932
+ isInlineSave: BooleanConstructor;
1933
+ isInlineCancel: BooleanConstructor;
1934
+ inlineError: BooleanConstructor;
1935
+ resetInlineEdit: FunctionConstructor;
1936
+ resetEditRowStatus: FunctionConstructor;
1937
+ pageIndexOldtableData: {
1938
+ type: ArrayConstructor;
1939
+ default: () => never[];
1940
+ };
1941
+ submitForm: FunctionConstructor;
1942
+ isMatchComponent: BooleanConstructor;
1943
+ asyncCount: BooleanConstructor;
1944
+ showSettings: {
1945
+ type: ObjectConstructor;
1946
+ default: () => {};
1947
+ };
1948
+ inlineFormData: {
1949
+ type: ObjectConstructor;
1950
+ default: () => {};
1951
+ };
1952
+ inlineOriginalTableRow: {
1953
+ type: ObjectConstructor;
1954
+ default: () => {};
1955
+ };
1956
+ filterDomPortal: {
1957
+ type: StringConstructor;
1958
+ default: string;
1959
+ };
1960
+ filterTopOffset: {
1961
+ type: NumberConstructor;
1962
+ default: number;
1963
+ };
1964
+ isNestTable: {
1965
+ type: BooleanConstructor;
1966
+ default: boolean;
1967
+ };
1968
+ showNestTable: BooleanConstructor;
1969
+ curNestColumnConfig: {
1970
+ type: ObjectConstructor;
1971
+ default: () => {};
1972
+ };
1973
+ nestTableDataRequest: FunctionConstructor;
1974
+ isBatchEditing: BooleanConstructor;
1975
+ isEditAllRow: BooleanConstructor;
1976
+ isBatchSave: BooleanConstructor;
1977
+ isBatchCancel: BooleanConstructor;
1978
+ batchDynamicPropsCache: {
1979
+ type: ObjectConstructor;
1980
+ default: () => {};
1981
+ };
1982
+ batchEditDoneNumber: {
1983
+ type: ObjectConstructor;
1984
+ default: () => {};
1985
+ };
1986
+ batchError: BooleanConstructor;
1987
+ batchFormData: {
1988
+ type: ObjectConstructor;
1989
+ default: () => {};
1990
+ };
1991
+ resetInlineBatchEdit: FunctionConstructor;
1992
+ resetBatchEditRowStatus: FunctionConstructor;
1993
+ }>> & {
1994
+ [x: `on${string}`]: ((...args: any[]) => any) | undefined;
1995
+ }, {
1996
+ data: unknown[];
1997
+ maxCheckSize: number;
1998
+ showFooter: boolean;
1999
+ sumData: Record<string, any>;
2000
+ avgData: Record<string, any>;
2001
+ columnConfig: Record<string, any>;
2002
+ refreshRow: number;
2003
+ relatedItems: Record<string, any>;
2004
+ pageVO: Record<string, any>;
2005
+ tableOptions: Record<string, any>;
2006
+ quickSearchConfig: unknown[];
2007
+ primaryKey: string;
2008
+ tableDataCache: unknown[];
2009
+ oldtableData: unknown[];
2010
+ fieldListOriginal: unknown[];
2011
+ tableParams: Record<string, any>;
2012
+ emptyItems: Record<string, any>;
2013
+ styleSetting: Record<string, any>;
2014
+ sysImageSize: unknown[];
2015
+ groupCountFields: unknown[];
2016
+ groupCountMap: Record<string, any>;
2017
+ listFormUnionSetting: Record<string, any>;
2018
+ inlineEditFormConfig: Record<string, any>;
2019
+ clickRowData: Record<string, any>;
2020
+ btnList: unknown[];
2021
+ spinning: boolean;
2022
+ rowGroupSetting: Record<string, any>;
2023
+ inlineEditFormSubmitDone: boolean;
2024
+ isInlineOperating: boolean;
2025
+ tableRefreshCache: Record<string, any>;
2026
+ userInfo: Record<string, any>;
2027
+ isInlineEditing: boolean;
2028
+ isInlineAdding: boolean;
2029
+ isInlineSave: boolean;
2030
+ isInlineCancel: boolean;
2031
+ inlineError: boolean;
2032
+ pageIndexOldtableData: unknown[];
2033
+ isMatchComponent: boolean;
2034
+ asyncCount: boolean;
2035
+ showSettings: Record<string, any>;
2036
+ inlineFormData: Record<string, any>;
2037
+ inlineOriginalTableRow: Record<string, any>;
2038
+ filterDomPortal: string;
2039
+ filterTopOffset: number;
2040
+ isNestTable: boolean;
2041
+ showNestTable: boolean;
2042
+ curNestColumnConfig: Record<string, any>;
2043
+ isBatchEditing: boolean;
2044
+ isEditAllRow: boolean;
2045
+ isBatchSave: boolean;
2046
+ isBatchCancel: boolean;
2047
+ batchDynamicPropsCache: Record<string, any>;
2048
+ batchEditDoneNumber: Record<string, any>;
2049
+ batchError: boolean;
2050
+ batchFormData: Record<string, any>;
2051
+ }>;
2052
+ export default _default;