cnhis-design-vue 3.1.0 → 3.1.3

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