cnhis-design-vue 3.1.5-beta.5 → 3.1.6

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