@byteluck-fe/runtime-engine 1.5.0 → 2.0.0

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 (610) hide show
  1. package/dist/packages/runtime-engine/src/miniEngine.d.ts +1 -0
  2. package/dist/packages/runtime-engine/src/runtimeEngine.d.ts +25 -10
  3. package/dist/runtime-engine.js +21715 -13296
  4. package/dist/src/biz_logic/optItem/formOptExecutor.d.ts +10 -0
  5. package/dist/src/biz_logic/optItem/optExecutor.d.ts +11 -0
  6. package/dist/src/components/Loading/index.d.ts +2 -1
  7. package/dist/src/components/Loading/src/createLoading.d.ts +3 -2
  8. package/dist/src/components/Loading/src/typing.d.ts +1 -0
  9. package/dist/src/components/Loading/src/useLoading.d.ts +1 -0
  10. package/dist/src/components/controls/index.d.ts +1 -4
  11. package/dist/src/components/meKeepAlive/core/Suspense.d.ts +1 -0
  12. package/dist/src/components/meKeepAlive/core/apiAsyncComponent.d.ts +1 -0
  13. package/dist/src/components/meKeepAlive/core/component.d.ts +1 -0
  14. package/dist/src/components/meKeepAlive/core/componentPublicInstance.d.ts +1 -0
  15. package/dist/src/components/meKeepAlive/core/devtools.d.ts +1 -0
  16. package/dist/src/components/meKeepAlive/core/renderer.d.ts +11 -10
  17. package/dist/src/components/meKeepAlive/core/vnode.d.ts +4 -3
  18. package/dist/src/components/meKeepAlive/index.d.ts +2 -1
  19. package/dist/src/components/update-log/utils.d.ts +4 -4
  20. package/dist/src/constant/controls/index.d.ts +2 -0
  21. package/dist/src/constant/controls/simple-search.d.ts +1 -0
  22. package/dist/src/constant/controls/subtable.d.ts +8 -0
  23. package/dist/src/constant/page/address.d.ts +12 -12
  24. package/dist/src/constant/page/table/column.d.ts +3 -3
  25. package/dist/src/constant/page/table/toolBar.d.ts +5 -0
  26. package/dist/src/directives/clickOutside.d.ts +1 -0
  27. package/dist/src/directives/index.d.ts +1 -0
  28. package/dist/src/directives/loading.d.ts +1 -0
  29. package/dist/src/directives/tooltip.d.ts +1 -0
  30. package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +41 -2
  31. package/dist/src/entry_desktop/components/EllipsisTooltip/index.d.ts +2 -1
  32. package/dist/src/entry_desktop/components/EllipsisTooltip/showDetailHandle.d.ts +1 -0
  33. package/dist/src/entry_desktop/components/FormEngineModal/index.d.ts +2 -1
  34. package/dist/src/entry_desktop/components/ListEngineModal/index.d.ts +2 -1
  35. package/dist/src/entry_desktop/components/MenuItem/index.d.ts +2 -1
  36. package/dist/src/entry_desktop/components/configProviderMerged.d.ts +3 -2
  37. package/dist/src/entry_desktop/components/globalComponents.d.ts +1 -0
  38. package/dist/src/entry_desktop/controls/components/base-table/components/editable/CellComponent.d.ts +2 -1
  39. package/dist/src/entry_desktop/controls/components/base-table/components/editable/componentMap.d.ts +3 -2
  40. package/dist/src/entry_desktop/controls/components/base-table/components/editable/index.d.ts +2 -1
  41. package/dist/src/entry_desktop/controls/components/base-table/hooks/useDataSource.d.ts +2 -1
  42. package/dist/src/entry_desktop/controls/components/base-table/hooks/useTableContext.d.ts +3 -2
  43. package/dist/src/entry_desktop/controls/components/base-table/hooks/useTablePagination.d.ts +2 -1
  44. package/dist/src/entry_desktop/controls/components/base-table/index.d.ts +2 -2
  45. package/dist/src/entry_desktop/controls/components/base-table/types/table.d.ts +4 -3
  46. package/dist/src/entry_desktop/controls/components/footer-bar/index.d.ts +2 -1
  47. package/dist/src/entry_desktop/controls/components/index.d.ts +0 -1
  48. package/dist/src/entry_desktop/controls/components/input-number/hook.d.ts +3 -3
  49. package/dist/src/entry_desktop/controls/components/input-number/index.d.ts +2 -1
  50. package/dist/src/entry_desktop/controls/components/mask/index.d.ts +2 -1
  51. package/dist/src/entry_desktop/controls/components/ocr/index.d.ts +2 -1
  52. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/EmployeeDepartmentModalInitLogic.d.ts +2 -1
  53. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/const/subtable-ag-grid-sort.d.ts +3 -0
  54. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/use-sort-hooks.d.ts +10 -0
  55. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useAgGrid.d.ts +21 -14
  56. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useWCModalComponentChangeValue.d.ts +3 -2
  57. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/index.d.ts +3 -3
  58. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/keyDownEvent.d.ts +4 -0
  59. package/dist/src/entry_desktop/controls/index.d.ts +2 -1
  60. package/dist/src/entry_desktop/controls/rok-action-bar/hooks/useBarPosition.d.ts +5 -0
  61. package/dist/src/entry_desktop/controls/rok-action-bar/index.d.ts +3 -0
  62. package/dist/src/entry_desktop/controls/rok-address/index.d.ts +2 -1
  63. package/dist/src/entry_desktop/controls/rok-amount/hook.d.ts +4 -24
  64. package/dist/src/entry_desktop/controls/rok-amount/index.d.ts +2 -1
  65. package/dist/src/entry_desktop/controls/rok-approval-status-column/index.d.ts +3 -0
  66. package/dist/src/entry_desktop/controls/rok-array-column/index.d.ts +2 -1
  67. package/dist/src/entry_desktop/controls/rok-attachment/hook-file-base.d.ts +4 -3
  68. package/dist/src/entry_desktop/controls/rok-attachment/hook.d.ts +5 -3
  69. package/dist/src/entry_desktop/controls/rok-attachment/index.d.ts +2 -1
  70. package/dist/src/entry_desktop/controls/rok-auto-number/index.d.ts +2 -1
  71. package/dist/src/entry_desktop/controls/rok-auto-number-column/index.d.ts +2 -1
  72. package/dist/src/entry_desktop/controls/rok-auto-wrap/index.d.ts +2 -1
  73. package/dist/src/entry_desktop/controls/rok-button/index.d.ts +2 -1
  74. package/dist/src/entry_desktop/controls/rok-calc/index.d.ts +2 -1
  75. package/dist/src/entry_desktop/controls/rok-card-group/index.d.ts +2 -1
  76. package/dist/src/entry_desktop/controls/rok-checkbox/index.d.ts +2 -1
  77. package/dist/src/entry_desktop/controls/rok-custom-column/index.d.ts +3 -0
  78. package/dist/src/entry_desktop/controls/rok-dashboard/index.d.ts +2 -1
  79. package/dist/src/entry_desktop/controls/rok-data-view/index.d.ts +2 -1
  80. package/dist/src/entry_desktop/controls/rok-date-picker/hook.d.ts +4 -23
  81. package/dist/src/entry_desktop/controls/rok-date-picker/index.d.ts +2 -1
  82. package/dist/src/entry_desktop/controls/rok-date-range/hook.d.ts +6 -21
  83. package/dist/src/entry_desktop/controls/rok-date-range/index.d.ts +2 -1
  84. package/dist/src/entry_desktop/controls/rok-decimal-column/index.d.ts +2 -1
  85. package/dist/src/entry_desktop/controls/rok-department/hook.d.ts +4 -2
  86. package/dist/src/entry_desktop/controls/rok-department/index.d.ts +2 -1
  87. package/dist/src/entry_desktop/controls/rok-department-column/index.d.ts +2 -1
  88. package/dist/src/entry_desktop/controls/rok-department2/hook.d.ts +1 -0
  89. package/dist/src/entry_desktop/controls/rok-department2/index.d.ts +2 -1
  90. package/dist/src/entry_desktop/controls/rok-divider/index.d.ts +2 -1
  91. package/dist/src/entry_desktop/controls/rok-electronic-signature/index.d.ts +2 -1
  92. package/dist/src/entry_desktop/controls/rok-employee/hook.d.ts +4 -19
  93. package/dist/src/entry_desktop/controls/rok-employee/index.d.ts +2 -1
  94. package/dist/src/entry_desktop/controls/rok-employee-column/index.d.ts +2 -1
  95. package/dist/src/entry_desktop/controls/rok-employee2/index.d.ts +2 -1
  96. package/dist/src/entry_desktop/controls/rok-file-column/index.d.ts +2 -1
  97. package/dist/src/entry_desktop/controls/rok-form/index.d.ts +3 -0
  98. package/dist/src/entry_desktop/controls/rok-form-engine-modal/index.d.ts +3 -0
  99. package/dist/src/entry_desktop/controls/rok-form-item/index.d.ts +2 -1
  100. package/dist/src/entry_desktop/controls/rok-form-select-button/index.d.ts +2 -1
  101. package/dist/src/entry_desktop/controls/rok-grid/index.d.ts +2 -1
  102. package/dist/src/entry_desktop/controls/rok-grid-layout-container/index.d.ts +3 -0
  103. package/dist/src/entry_desktop/controls/rok-grid-layout-wrap/index.d.ts +3 -0
  104. package/dist/src/entry_desktop/controls/rok-grid-row/index.d.ts +2 -1
  105. package/dist/src/entry_desktop/controls/rok-grid-table/components/index.d.ts +1 -0
  106. package/dist/src/entry_desktop/controls/rok-grid-table/components/models/export.d.ts +14 -0
  107. package/dist/src/entry_desktop/controls/rok-grid-table/components/models/import.d.ts +3 -0
  108. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/index.d.ts +0 -4
  109. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useAgGrid.d.ts +27 -0
  110. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useBackgroundStyle.d.ts +7 -0
  111. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useColumns.d.ts +23 -8
  112. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useContext.d.ts +3 -2
  113. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useFocusStyle.d.ts +5 -0
  114. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useHoverStyle.d.ts +6 -0
  115. package/dist/src/entry_desktop/controls/{components/ag-grid → rok-grid-table}/hooks/useModel.d.ts +2 -2
  116. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useMouseEvent.d.ts +12 -0
  117. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useNonePage.d.ts +31 -0
  118. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useOperate.d.ts +14 -30
  119. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useOrganization.d.ts +18 -0
  120. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useRuntimeQuoteListTableHeight.d.ts +3 -0
  121. package/dist/src/entry_desktop/controls/{components/ag-grid → rok-grid-table}/hooks/useTableHeight.d.ts +2 -1
  122. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useViewStyle.d.ts +20 -0
  123. package/dist/src/entry_desktop/controls/rok-grid-table/index.d.ts +2 -1
  124. package/dist/src/entry_desktop/controls/rok-grid-table/utils/cellRenderColumn.d.ts +0 -5
  125. package/dist/src/entry_desktop/controls/rok-iframe-modal/index.d.ts +3 -0
  126. package/dist/src/entry_desktop/controls/rok-image/hook.d.ts +4 -23
  127. package/dist/src/entry_desktop/controls/rok-image/index.d.ts +2 -1
  128. package/dist/src/entry_desktop/controls/rok-image-column/index.d.ts +2 -1
  129. package/dist/src/entry_desktop/controls/rok-input/index.d.ts +2 -1
  130. package/dist/src/entry_desktop/controls/rok-invoice-check-button/index.d.ts +2 -1
  131. package/dist/src/entry_desktop/controls/rok-link/index.d.ts +2 -1
  132. package/dist/src/entry_desktop/controls/rok-list-engine-modal/index.d.ts +3 -0
  133. package/dist/src/entry_desktop/controls/rok-list-select-button/index.d.ts +2 -1
  134. package/dist/src/entry_desktop/controls/rok-list-view/hooks/useContext.d.ts +1 -0
  135. package/dist/src/entry_desktop/controls/rok-list-view/hooks/useListTree.d.ts +2 -1
  136. package/dist/src/entry_desktop/controls/rok-list-view/hooks/useOperate.d.ts +2 -1
  137. package/dist/src/entry_desktop/controls/rok-list-view/hooks/useTreeHeight.d.ts +6 -0
  138. package/dist/src/entry_desktop/controls/rok-list-view/index.d.ts +2 -1
  139. package/dist/src/entry_desktop/controls/rok-list-view-select/index.d.ts +2 -1
  140. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/rule-tree/hook.d.ts +16 -0
  141. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/rule-tree/index.d.ts +3 -0
  142. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/rule-tree/mook.d.ts +348 -0
  143. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/rule-tree/utils.d.ts +8 -0
  144. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/auth.d.ts +9 -0
  145. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-picker.d.ts +18 -0
  146. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-range.d.ts +25 -0
  147. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/filter-operator.d.ts +7 -0
  148. package/dist/src/entry_desktop/controls/rok-location-column/index.d.ts +2 -1
  149. package/dist/src/entry_desktop/controls/rok-number/index.d.ts +2 -1
  150. package/dist/src/entry_desktop/controls/rok-operation-column/hooks/useOperate.d.ts +8 -6
  151. package/dist/src/entry_desktop/controls/rok-operation-column/index.d.ts +2 -1
  152. package/dist/src/entry_desktop/controls/rok-organization-selection/index.d.ts +2 -1
  153. package/dist/src/entry_desktop/controls/rok-people-column/index.d.ts +2 -1
  154. package/dist/src/entry_desktop/controls/rok-print/index.d.ts +3 -0
  155. package/dist/src/entry_desktop/controls/rok-radio/index.d.ts +2 -1
  156. package/dist/src/entry_desktop/controls/rok-rich-text/index.d.ts +2 -1
  157. package/dist/src/entry_desktop/controls/rok-row/index.d.ts +3 -2
  158. package/dist/src/entry_desktop/controls/rok-score/index.d.ts +2 -1
  159. package/dist/src/entry_desktop/controls/rok-score/score-type.utils.d.ts +1 -0
  160. package/dist/src/entry_desktop/controls/rok-search-date-range/hook.d.ts +4 -20
  161. package/dist/src/entry_desktop/controls/rok-search-date-range/index.d.ts +2 -1
  162. package/dist/src/entry_desktop/controls/rok-search-input/index.d.ts +2 -1
  163. package/dist/src/entry_desktop/controls/rok-search-number-range/hook.d.ts +4 -11
  164. package/dist/src/entry_desktop/controls/rok-search-number-range/index.d.ts +2 -1
  165. package/dist/src/entry_desktop/controls/rok-search-select-multiple/index.d.ts +2 -1
  166. package/dist/src/entry_desktop/controls/rok-select/index.d.ts +2 -1
  167. package/dist/src/entry_desktop/controls/rok-select-multiple/index.d.ts +2 -1
  168. package/dist/src/entry_desktop/controls/rok-select-relation/index.d.ts +2 -1
  169. package/dist/src/entry_desktop/controls/rok-simple-search/hooks.d.ts +1 -0
  170. package/dist/src/entry_desktop/controls/rok-simple-search/index.d.ts +2 -1
  171. package/dist/src/entry_desktop/controls/rok-simple-search/useSearchContainerHeight.d.ts +6 -0
  172. package/dist/src/entry_desktop/controls/rok-sublist/hooks/useAuthority.d.ts +2 -1
  173. package/dist/src/entry_desktop/controls/rok-sublist/hooks/useModel.d.ts +1 -0
  174. package/dist/src/entry_desktop/controls/rok-sublist/hooks/useOperate.d.ts +1 -0
  175. package/dist/src/entry_desktop/controls/rok-sublist/index.d.ts +2 -1
  176. package/dist/src/entry_desktop/controls/rok-subtable/hooks/index.d.ts +1 -1
  177. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useGetTemplateList.d.ts +8 -0
  178. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useImport.d.ts +5 -0
  179. package/dist/src/entry_desktop/controls/rok-subtable/hooks/usePasteCellValue.d.ts +11 -0
  180. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useSubtableSelectionState.d.ts +17 -0
  181. package/dist/src/entry_desktop/controls/rok-subtable/index.d.ts +2 -1
  182. package/dist/src/entry_desktop/controls/rok-subtable/utils/index.d.ts +0 -1
  183. package/dist/src/entry_desktop/controls/rok-subtable/utils/subtableOperation.d.ts +5 -4
  184. package/dist/src/entry_desktop/controls/rok-tab/index.d.ts +2 -1
  185. package/dist/src/entry_desktop/controls/rok-text/index.d.ts +2 -1
  186. package/dist/src/entry_desktop/controls/rok-text-column/index.d.ts +2 -1
  187. package/dist/src/entry_desktop/controls/rok-text-ocr-button/index.d.ts +2 -1
  188. package/dist/src/entry_desktop/controls/rok-textarea/index.d.ts +2 -1
  189. package/dist/src/entry_desktop/controls/rok-timestamp-column/index.d.ts +2 -1
  190. package/dist/src/entry_desktop/controls/rok-title/index.d.ts +2 -1
  191. package/dist/src/entry_desktop/controls/rok-tree/index.d.ts +2 -1
  192. package/dist/src/entry_desktop/controls/rok-update-log-modal/index.d.ts +3 -0
  193. package/dist/src/entry_desktop/controls/rok-varchar-column/index.d.ts +2 -1
  194. package/dist/src/entry_desktop/controls/rok-vue-form-item/index.d.ts +3 -0
  195. package/dist/src/entry_desktop/controls/rok-vue-page/index.d.ts +3 -0
  196. package/dist/src/entry_desktop/controls/rok-wps/index.d.ts +3 -2
  197. package/dist/src/entry_desktop/hooks/index.d.ts +0 -0
  198. package/dist/src/entry_desktop/hooks/useApproveDragBar.d.ts +1 -0
  199. package/dist/src/entry_desktop/hooks/useCancel.d.ts +1 -0
  200. package/dist/src/entry_desktop/hooks/useFileValidate.d.ts +1 -0
  201. package/dist/src/entry_desktop/hooks/useFocus.d.ts +2 -1
  202. package/dist/src/entry_desktop/hooks/useLoading.d.ts +2 -1
  203. package/dist/src/entry_desktop/hooks/useMaxTagCount.d.ts +3 -7
  204. package/dist/src/entry_desktop/hooks/useMultipleTab.d.ts +1 -0
  205. package/dist/src/entry_desktop/hooks/useStyleMode.d.ts +8 -0
  206. package/dist/src/entry_desktop/main.d.ts +2 -1
  207. package/dist/src/entry_desktop/router/routers.d.ts +1 -0
  208. package/dist/src/entry_desktop/store/index.d.ts +6 -0
  209. package/dist/src/entry_desktop/store/subTable.d.ts +21 -0
  210. package/dist/src/entry_desktop/views/list-application/hooks/useDragEvent.d.ts +9 -0
  211. package/dist/src/entry_desktop/views/list-application/hooks/useInnerTabs.d.ts +35 -0
  212. package/dist/src/entry_desktop/views/list-application/hooks/useListApplication.d.ts +26 -0
  213. package/dist/src/entry_desktop/views/list-application/hooks/useTabsScrollPosition.d.ts +10 -0
  214. package/dist/src/entry_desktop/views/list-application/hooks/useWheelEvent.d.ts +7 -0
  215. package/dist/src/entry_desktop/vue-components/index.d.ts +14 -0
  216. package/dist/src/entry_mobile/components/DontSupportPreview/index.d.ts +2 -1
  217. package/dist/src/entry_mobile/components/FormEngineModal/index.d.ts +2 -1
  218. package/dist/src/entry_mobile/components/ListEngineModal/index.d.ts +2 -1
  219. package/dist/src/entry_mobile/components/VanSuperForm/VanFormItem.d.ts +4 -3
  220. package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +5 -4
  221. package/dist/src/entry_mobile/components/VanSuperForm/hooks/useFormContext.d.ts +2 -1
  222. package/dist/src/entry_mobile/components/VanSuperForm/index.d.ts +9 -8
  223. package/dist/src/entry_mobile/components/VanSuperForm/utils/utils.d.ts +5 -4
  224. package/dist/src/entry_mobile/components/VanSuperForm/utils/validateUtils.d.ts +1 -0
  225. package/dist/src/entry_mobile/components/globalComponents.d.ts +1 -0
  226. package/dist/src/entry_mobile/controls/components/ocr/index.d.ts +2 -1
  227. package/dist/src/entry_mobile/controls/components/reader-only/showDetailHandle.d.ts +1 -0
  228. package/dist/src/entry_mobile/controls/components/table/hooks/hook.d.ts +2 -2
  229. package/dist/src/entry_mobile/controls/components/table/index.d.ts +2 -2
  230. package/dist/src/entry_mobile/controls/components/table/types/pagination.d.ts +1 -0
  231. package/dist/src/entry_mobile/controls/components/table/types/table.d.ts +4 -4
  232. package/dist/src/entry_mobile/controls/components/tree/index.d.ts +2 -1
  233. package/dist/src/entry_mobile/controls/index.d.ts +2 -1
  234. package/dist/src/entry_mobile/controls/rok-action-bar/index.d.ts +3 -0
  235. package/dist/src/entry_mobile/controls/rok-address/index.d.ts +2 -1
  236. package/dist/src/entry_mobile/controls/rok-amount/hook.d.ts +4 -34
  237. package/dist/src/entry_mobile/controls/rok-amount/index.d.ts +2 -1
  238. package/dist/src/entry_mobile/controls/rok-approval-status-column/index.d.ts +3 -0
  239. package/dist/src/entry_mobile/controls/rok-array-column/index.d.ts +2 -1
  240. package/dist/src/entry_mobile/controls/rok-attachment/ajax.d.ts +1 -0
  241. package/dist/src/entry_mobile/controls/rok-attachment/hook-file-base.d.ts +41 -2
  242. package/dist/src/entry_mobile/controls/rok-attachment/hook.d.ts +4 -2
  243. package/dist/src/entry_mobile/controls/rok-attachment/index.d.ts +2 -1
  244. package/dist/src/entry_mobile/controls/rok-attachment/upload.type.d.ts +5 -5
  245. package/dist/src/entry_mobile/controls/rok-auto-number/index.d.ts +2 -1
  246. package/dist/src/entry_mobile/controls/rok-auto-number-column/index.d.ts +2 -1
  247. package/dist/src/entry_mobile/controls/rok-button/index.d.ts +2 -1
  248. package/dist/src/entry_mobile/controls/rok-calc/index.d.ts +2 -1
  249. package/dist/src/entry_mobile/controls/rok-card-group/index.d.ts +2 -1
  250. package/dist/src/entry_mobile/controls/rok-checkbox/index.d.ts +2 -1
  251. package/dist/src/entry_mobile/controls/rok-custom-column/index.d.ts +3 -0
  252. package/dist/src/entry_mobile/controls/rok-dashboard/index.d.ts +2 -1
  253. package/dist/src/entry_mobile/controls/rok-data-view/index.d.ts +2 -1
  254. package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +149 -2
  255. package/dist/src/entry_mobile/controls/rok-date-picker/index.d.ts +2 -1
  256. package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +151 -2
  257. package/dist/src/entry_mobile/controls/rok-date-range/index.d.ts +2 -1
  258. package/dist/src/entry_mobile/controls/rok-decimal-column/index.d.ts +2 -1
  259. package/dist/src/entry_mobile/controls/rok-department/dep-hook.d.ts +2 -1
  260. package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +21 -1
  261. package/dist/src/entry_mobile/controls/rok-department/index.d.ts +2 -1
  262. package/dist/src/entry_mobile/controls/rok-department-column/index.d.ts +2 -1
  263. package/dist/src/entry_mobile/controls/rok-department2/dep-hook.d.ts +2 -1
  264. package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +24 -2
  265. package/dist/src/entry_mobile/controls/rok-department2/index.d.ts +2 -1
  266. package/dist/src/entry_mobile/controls/rok-divider/index.d.ts +2 -1
  267. package/dist/src/entry_mobile/controls/rok-electronic-signature/index.d.ts +2 -1
  268. package/dist/src/entry_mobile/controls/rok-employee/hook.d.ts +4 -1
  269. package/dist/src/entry_mobile/controls/rok-employee/index.d.ts +2 -1
  270. package/dist/src/entry_mobile/controls/rok-employee/src/constant/index.d.ts +4 -4
  271. package/dist/src/entry_mobile/controls/rok-employee-column/index.d.ts +2 -1
  272. package/dist/src/entry_mobile/controls/rok-employee2/index.d.ts +2 -1
  273. package/dist/src/entry_mobile/controls/rok-employee2/src/constant/index.d.ts +4 -4
  274. package/dist/src/entry_mobile/controls/rok-file-column/index.d.ts +2 -1
  275. package/dist/src/entry_mobile/controls/rok-form-engine-modal/index.d.ts +3 -0
  276. package/dist/src/entry_mobile/controls/rok-form-item/index.d.ts +2 -1
  277. package/dist/src/entry_mobile/controls/rok-form-select-button/index.d.ts +2 -1
  278. package/dist/src/entry_mobile/controls/rok-grid/index.d.ts +2 -1
  279. package/dist/src/entry_mobile/controls/rok-grid-layout-container/index.d.ts +3 -0
  280. package/dist/src/entry_mobile/controls/rok-grid-layout-wrap/index.d.ts +3 -0
  281. package/dist/src/entry_mobile/controls/rok-grid-row/index.d.ts +2 -1
  282. package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useModel.d.ts +1 -0
  283. package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useRender.d.ts +3 -0
  284. package/dist/src/entry_mobile/controls/rok-grid-table/index.d.ts +2 -1
  285. package/dist/src/entry_mobile/controls/rok-image/hook.d.ts +4 -2
  286. package/dist/src/entry_mobile/controls/rok-image/image.type.d.ts +3 -3
  287. package/dist/src/entry_mobile/controls/rok-image/index.d.ts +2 -1
  288. package/dist/src/entry_mobile/controls/rok-image-column/index.d.ts +2 -1
  289. package/dist/src/entry_mobile/controls/rok-input/index.d.ts +2 -1
  290. package/dist/src/entry_mobile/controls/rok-invoice-check-button/index.d.ts +2 -1
  291. package/dist/src/entry_mobile/controls/rok-link/index.d.ts +2 -1
  292. package/dist/src/entry_mobile/controls/rok-list-engine-modal/index.d.ts +3 -0
  293. package/dist/src/entry_mobile/controls/rok-list-page-btn-batch-delete/index.d.ts +2 -1
  294. package/dist/src/entry_mobile/controls/rok-list-page-btn-create-form/index.d.ts +2 -1
  295. package/dist/src/entry_mobile/controls/rok-list-select-button/index.d.ts +2 -1
  296. package/dist/src/entry_mobile/controls/rok-list-view/hook.d.ts +8 -5
  297. package/dist/src/entry_mobile/controls/rok-list-view/hooks/useContext.d.ts +2 -1
  298. package/dist/src/entry_mobile/controls/rok-list-view/index.d.ts +2 -1
  299. package/dist/src/entry_mobile/controls/rok-list-view-select/index.d.ts +2 -1
  300. package/dist/src/entry_mobile/controls/rok-location-column/index.d.ts +2 -1
  301. package/dist/src/entry_mobile/controls/rok-number/index.d.ts +2 -1
  302. package/dist/src/entry_mobile/controls/rok-organization-selection/dep-hook.d.ts +2 -1
  303. package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +23 -2
  304. package/dist/src/entry_mobile/controls/rok-organization-selection/index.d.ts +2 -1
  305. package/dist/src/entry_mobile/controls/rok-people-column/index.d.ts +2 -1
  306. package/dist/src/entry_mobile/controls/rok-radio/index.d.ts +2 -1
  307. package/dist/src/entry_mobile/controls/rok-rich-text/index.d.ts +2 -1
  308. package/dist/src/entry_mobile/controls/rok-row/index.d.ts +3 -2
  309. package/dist/src/entry_mobile/controls/rok-score/index.d.ts +2 -1
  310. package/dist/src/entry_mobile/controls/rok-score/score-type.utils.d.ts +1 -0
  311. package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +149 -2
  312. package/dist/src/entry_mobile/controls/rok-search-date-range/index.d.ts +2 -1
  313. package/dist/src/entry_mobile/controls/rok-search-input/index.d.ts +2 -1
  314. package/dist/src/entry_mobile/controls/rok-search-number-range/hook.d.ts +4 -12
  315. package/dist/src/entry_mobile/controls/rok-search-number-range/index.d.ts +2 -1
  316. package/dist/src/entry_mobile/controls/rok-search-select-multiple/index.d.ts +2 -1
  317. package/dist/src/entry_mobile/controls/rok-select/index.d.ts +2 -1
  318. package/dist/src/entry_mobile/controls/rok-select-multiple/index.d.ts +2 -1
  319. package/dist/src/entry_mobile/controls/rok-select-relation/index.d.ts +2 -1
  320. package/dist/src/entry_mobile/controls/rok-simple-search/index.d.ts +2 -1
  321. package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/hooks/useAgGrid.d.ts +11 -5
  322. package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/index.d.ts +1 -3
  323. package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/props.d.ts +2 -1
  324. package/dist/src/entry_mobile/controls/rok-subtable/hooks/onSubtableListChangeEvent.d.ts +7 -0
  325. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFormSubtable.d.ts +2 -1
  326. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +5 -2
  327. package/dist/src/entry_mobile/controls/rok-subtable/index.d.ts +2 -1
  328. package/dist/src/entry_mobile/controls/rok-subtable/utils/vs-full.d.ts +2 -1
  329. package/dist/src/entry_mobile/controls/rok-subtable-column/index.d.ts +2 -1
  330. package/dist/src/entry_mobile/controls/rok-subtable-column/useMobileSubtableColumnCaption.d.ts +5 -0
  331. package/dist/src/entry_mobile/controls/rok-subtable-row/index.d.ts +2 -1
  332. package/dist/src/entry_mobile/controls/rok-tab/index.d.ts +2 -1
  333. package/dist/src/entry_mobile/controls/rok-tab-pane/index.d.ts +2 -1
  334. package/dist/src/entry_mobile/controls/rok-text/index.d.ts +2 -1
  335. package/dist/src/entry_mobile/controls/rok-text-column/index.d.ts +2 -1
  336. package/dist/src/entry_mobile/controls/rok-text-ocr-button/index.d.ts +2 -1
  337. package/dist/src/entry_mobile/controls/rok-textarea/index.d.ts +2 -1
  338. package/dist/src/entry_mobile/controls/rok-timestamp-column/index.d.ts +2 -1
  339. package/dist/src/entry_mobile/controls/rok-title/index.d.ts +2 -1
  340. package/dist/src/entry_mobile/controls/rok-tree/index.d.ts +2 -1
  341. package/dist/src/entry_mobile/controls/rok-varchar-column/index.d.ts +2 -1
  342. package/dist/src/entry_mobile/controls/rok-vue-form-item/index.d.ts +3 -0
  343. package/dist/src/entry_mobile/controls/rok-vue-page/index.d.ts +3 -0
  344. package/dist/src/entry_mobile/controls/rok-wps/index.d.ts +3 -2
  345. package/dist/src/entry_mobile/hooks/useHistory.d.ts +1 -0
  346. package/dist/src/entry_mobile/main.d.ts +2 -1
  347. package/dist/src/entry_mobile/router/routers.d.ts +1 -0
  348. package/dist/src/entry_mobile/views/page-render/process-form/hooks.d.ts +3 -2
  349. package/dist/src/entry_mobile/views/page-render/useCancel.d.ts +1 -1
  350. package/dist/src/hooks/atomic/index.d.ts +1 -0
  351. package/dist/src/hooks/atomic/useContext.d.ts +1 -0
  352. package/dist/src/hooks/atomic/useDataPagination.d.ts +13 -3
  353. package/dist/src/hooks/atomic/useEventListener.d.ts +4 -2
  354. package/dist/src/hooks/atomic/usePopupContainer.d.ts +4 -0
  355. package/dist/src/hooks/atomic/useRefs.d.ts +1 -0
  356. package/dist/src/hooks/atomic/useStoreMultipleTab.d.ts +8 -0
  357. package/dist/src/hooks/components/formEngineModal/useFormEngineContext.d.ts +2 -1
  358. package/dist/src/hooks/components/formEngineModal/useFormEngineModal.d.ts +4 -2
  359. package/dist/src/hooks/components/formEngineModal/useFormState.d.ts +2 -1
  360. package/dist/src/hooks/components/listEngineModal/index.d.ts +0 -1
  361. package/dist/src/hooks/components/listEngineModal/mergeListFilterAndOrders.d.ts +3 -3
  362. package/dist/src/hooks/components/listEngineModal/useFullScreen.d.ts +2 -1
  363. package/dist/src/hooks/components/listEngineModal/useListEngineContext.d.ts +8 -3
  364. package/dist/src/hooks/components/listEngineModal/useListEngineModal.d.ts +6 -8
  365. package/dist/src/hooks/components/listEngineModal/useListState.d.ts +1 -0
  366. package/dist/src/hooks/components/table/useTableLayout.d.ts +1 -1
  367. package/dist/src/hooks/components/useInstanceProps.d.ts +1 -0
  368. package/dist/src/hooks/components/useLayoutChildren.d.ts +5 -3
  369. package/dist/src/hooks/components/useList.d.ts +9 -0
  370. package/dist/src/hooks/components/useMenu.d.ts +3 -3
  371. package/dist/src/hooks/components/useOcr.d.ts +6 -3
  372. package/dist/src/hooks/components/usePageStatus.d.ts +2 -1
  373. package/dist/src/hooks/components/usePreviewMode.d.ts +1 -0
  374. package/dist/src/hooks/components/usePrint.d.ts +1 -0
  375. package/dist/src/hooks/context/index.d.ts +4 -1
  376. package/dist/src/hooks/context/useEmitterEvent.d.ts +2 -0
  377. package/dist/src/hooks/context/useEngine.d.ts +4 -0
  378. package/dist/src/hooks/context/useEngineContext.d.ts +3 -2
  379. package/dist/src/hooks/context/useGlobalEngineContext.d.ts +1 -0
  380. package/dist/src/hooks/context/useGlobalLock.d.ts +19 -0
  381. package/dist/src/hooks/context/useInstanceSchemaChangeContext.d.ts +11 -0
  382. package/dist/src/hooks/context/useListMasterContext.d.ts +1 -0
  383. package/dist/src/hooks/context/useMenuContext.d.ts +1 -0
  384. package/dist/src/hooks/context/useMultipleContext.d.ts +2 -1
  385. package/dist/src/hooks/controls/ElectronicSignature/useElectronicSignature.d.ts +13 -10
  386. package/dist/src/hooks/controls/actionBar/index.d.ts +1 -0
  387. package/dist/src/hooks/controls/cardGroup/useCardGroup.d.ts +1 -0
  388. package/dist/src/hooks/controls/dataView/const.d.ts +13 -0
  389. package/dist/src/hooks/controls/dataView/index.d.ts +1 -0
  390. package/dist/src/hooks/controls/decimalColumn/useDecimalColumn.d.ts +5 -9
  391. package/dist/src/hooks/controls/file/index.d.ts +1 -0
  392. package/dist/src/hooks/controls/file/useUploading.d.ts +3 -0
  393. package/dist/src/hooks/controls/form/interface.d.ts +21 -0
  394. package/dist/src/hooks/controls/form/useFormContext.d.ts +4 -0
  395. package/dist/src/hooks/controls/form/utils.d.ts +22 -0
  396. package/dist/src/hooks/controls/form/validateUtils.d.ts +19 -0
  397. package/dist/src/hooks/controls/index.d.ts +1 -0
  398. package/dist/src/hooks/controls/listMaster/useListMaster.d.ts +3 -2
  399. package/dist/src/hooks/controls/listMaster/useModel.d.ts +1 -0
  400. package/dist/src/hooks/controls/listSelectButton/useEngineFillState.d.ts +6 -2
  401. package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +9 -7
  402. package/dist/src/hooks/controls/listView/index.d.ts +1 -0
  403. package/dist/src/{entry_desktop/controls/rok-grid-table/hooks → hooks/controls/listView}/useIframe.d.ts +2 -1
  404. package/dist/src/hooks/controls/listView/useListActionsEvent.d.ts +1 -0
  405. package/dist/src/hooks/controls/listView/useModel.d.ts +21 -7
  406. package/dist/src/hooks/controls/listView/useOperate.d.ts +17 -0
  407. package/dist/src/hooks/controls/listView/useQuerySelectedRows.d.ts +6 -10
  408. package/dist/src/hooks/controls/listView/useRowSpanModel.d.ts +5 -0
  409. package/dist/src/hooks/controls/selecRelation/tools.d.ts +1 -1
  410. package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +7 -6
  411. package/dist/src/hooks/controls/selecRelation/useViewLink.d.ts +1 -0
  412. package/dist/src/hooks/controls/simpleSearch/useSimpleSearch.d.ts +4 -3
  413. package/dist/src/hooks/controls/subtable/index.d.ts +1 -0
  414. package/dist/src/hooks/controls/subtable/useSubtableDelete.d.ts +1 -0
  415. package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +6 -9
  416. package/dist/src/hooks/controls/tab/useTab.d.ts +14 -0
  417. package/dist/src/hooks/controls/textReaderOnly/index.d.ts +1 -0
  418. package/dist/src/hooks/controls/textReaderOnly/useDetailedList.d.ts +4 -0
  419. package/dist/src/hooks/controls/title/useTitleCopyDocument.d.ts +4 -3
  420. package/dist/src/hooks/controls/useDateRange.d.ts +137 -0
  421. package/dist/src/hooks/controls/useForceUpdate.d.ts +1 -0
  422. package/dist/src/hooks/controls/useNumberValue.d.ts +12 -0
  423. package/dist/src/hooks/controls/useRangePlaceholder.d.ts +5 -3
  424. package/dist/src/hooks/controls/useRokFormEngineModal.d.ts +12 -0
  425. package/dist/src/hooks/controls/useRokListEngineModal.d.ts +11 -0
  426. package/dist/src/hooks/form/onEngineEvent.d.ts +1 -1
  427. package/dist/src/hooks/form/useAutoFocus.d.ts +1 -0
  428. package/dist/src/hooks/form/useBaseForm.d.ts +25 -0
  429. package/dist/src/hooks/form/useBatchPrint.d.ts +9 -3
  430. package/dist/src/hooks/form/useChangeLog.d.ts +6 -3
  431. package/dist/src/hooks/form/useCopyDocument.d.ts +7 -1
  432. package/dist/src/hooks/form/useDisplay.d.ts +2 -1
  433. package/dist/src/hooks/form/useFormEvents.d.ts +7 -9
  434. package/dist/src/hooks/index.d.ts +1 -0
  435. package/dist/src/hooks/table/index.d.ts +1 -0
  436. package/dist/src/hooks/table/useGridTableRowHeight.d.ts +6 -0
  437. package/dist/src/hooks/theme/use-theme-hooks.d.ts +4 -0
  438. package/dist/src/hooks/useSetFormData.d.ts +0 -0
  439. package/dist/src/hooks/views/useApprovalForm.d.ts +2 -1
  440. package/dist/src/hooks/views/useExternalFormData.d.ts +2 -1
  441. package/dist/src/hooks/views/useFormRenderByApprovalProcess.d.ts +2 -1
  442. package/dist/src/hooks/views/useFormRenderByFormKeyAndUid.d.ts +2 -1
  443. package/dist/src/hooks/views/usePageForm.d.ts +4 -2
  444. package/dist/src/hooks/views/usePrintForm.d.ts +2 -1
  445. package/dist/src/hooks/views/useProcessForm.d.ts +3 -2
  446. package/dist/src/hooks/views/useProcessFormRenderByFormKeyAndUid.d.ts +2 -1
  447. package/dist/src/hooks/views/useRefreshWc.d.ts +5 -0
  448. package/dist/src/hooks/views/useStateIsBindProcess.d.ts +2 -1
  449. package/dist/src/hooks/views/useStateIsFreePage.d.ts +2 -1
  450. package/dist/src/hooks/views/useStateIsSupportMobile.d.ts +2 -1
  451. package/dist/src/hooks/views/useStateIsVuePage.d.ts +2 -1
  452. package/dist/src/plugins/engine/ActionUtilsPlugin.d.ts +16 -6
  453. package/dist/src/plugins/engine/ApprovalPlugin.d.ts +1 -0
  454. package/dist/src/plugins/engine/CalcPlugin.d.ts +126 -0
  455. package/dist/src/plugins/engine/CustomVueControlPlugin.d.ts +4 -2
  456. package/dist/src/plugins/engine/DataFilterPlugin.d.ts +1 -0
  457. package/dist/src/plugins/engine/DataSourceManagePlugin.d.ts +2 -1
  458. package/dist/src/plugins/engine/DataViewPlugin.d.ts +6 -3
  459. package/dist/src/plugins/engine/DatasourceSearchPlugin.d.ts +3 -1
  460. package/dist/src/plugins/engine/DisplayPlugin.d.ts +4 -2
  461. package/dist/src/plugins/engine/EventListenerPlugin/ActionOperateHandler.d.ts +7 -0
  462. package/dist/src/plugins/engine/EventListenerPlugin/BasicTemplateAction.d.ts +14 -0
  463. package/dist/src/plugins/engine/EventListenerPlugin/BatchSetControlPropsHandler.d.ts +7 -0
  464. package/dist/src/plugins/engine/EventListenerPlugin/BatchSetInstancesHandler.d.ts +7 -0
  465. package/dist/src/plugins/engine/EventListenerPlugin/CalcDifferenceHandler.d.ts +7 -0
  466. package/dist/src/plugins/engine/EventListenerPlugin/ChangeLogHandler.d.ts +7 -0
  467. package/dist/src/plugins/engine/EventListenerPlugin/ConfirmDialogHandler.d.ts +7 -0
  468. package/dist/src/plugins/engine/EventListenerPlugin/JsMethodHandler.d.ts +21 -9
  469. package/dist/src/plugins/engine/EventListenerPlugin/OpenLinkHandler.d.ts +14 -9
  470. package/dist/src/plugins/engine/EventListenerPlugin/OpenPageHandler.d.ts +7 -0
  471. package/dist/src/plugins/engine/EventListenerPlugin/OptPageHandler.d.ts +7 -0
  472. package/dist/src/plugins/engine/EventListenerPlugin/PrintHandler.d.ts +7 -0
  473. package/dist/src/plugins/engine/EventListenerPlugin/QuerySvcHandler.d.ts +5 -17
  474. package/dist/src/plugins/engine/EventListenerPlugin/SaveAsHandler.d.ts +7 -0
  475. package/dist/src/plugins/engine/EventListenerPlugin/SetInstanceHandler.d.ts +7 -3
  476. package/dist/src/plugins/engine/EventListenerPlugin/SetStateHandler.d.ts +7 -0
  477. package/dist/src/plugins/engine/EventListenerPlugin/TriggerOtherControlEventHandler.d.ts +7 -0
  478. package/dist/src/plugins/engine/EventListenerPlugin/exceutor.d.ts +9 -0
  479. package/dist/src/plugins/engine/EventListenerPlugin/index.d.ts +37 -1
  480. package/dist/src/plugins/engine/EventListenerPlugin/type.d.ts +102 -15
  481. package/dist/src/plugins/engine/ExpressionBasePlugin.d.ts +2 -0
  482. package/dist/src/plugins/engine/ExpressionPlugin.d.ts +33 -1
  483. package/dist/src/plugins/engine/FormRelationFieldPlugin.d.ts +1 -0
  484. package/dist/src/plugins/engine/FormStateChangePlugin.d.ts +1 -0
  485. package/dist/src/plugins/engine/GlobalLockPlugin.d.ts +9 -0
  486. package/dist/src/plugins/engine/JurisdictionPlugin.d.ts +1 -0
  487. package/dist/src/plugins/engine/ListCheckStatePlugin.d.ts +10 -0
  488. package/dist/src/plugins/engine/MultistageFillingPlugin.d.ts +4 -1
  489. package/dist/src/plugins/engine/PageRulePlugin.d.ts +14 -0
  490. package/dist/src/plugins/engine/ReferenceAndCalcFieldPlugin.d.ts +1 -0
  491. package/dist/src/plugins/engine/StatisticsPlugin.d.ts +42 -0
  492. package/dist/src/plugins/engine/SubtableChangePlugin.d.ts +1 -0
  493. package/dist/src/plugins/engine/TitlePlugin.d.ts +1 -0
  494. package/dist/src/plugins/engine/TitleSettingPlugin.d.ts +10 -0
  495. package/dist/src/plugins/engine/WorkerDataStorePlugin.d.ts +25 -0
  496. package/dist/src/plugins/engine/constant.d.ts +1 -0
  497. package/dist/src/plugins/engine/index.d.ts +6 -0
  498. package/dist/src/plugins/setTenant.d.ts +2 -1
  499. package/dist/src/plugins/utils/ActionHandle/ActionHandler.d.ts +22 -0
  500. package/dist/src/plugins/utils/ActionHandle/ConcreteHandler.d.ts +13 -0
  501. package/dist/src/plugins/utils/ActionHandle/ExecuteAction.d.ts +21 -0
  502. package/dist/src/plugins/utils/ActionHandle/index.d.ts +3 -0
  503. package/dist/src/plugins/utils/EventContorlExpressionValue.d.ts +1 -0
  504. package/dist/src/plugins/utils/PageExpressionValue.d.ts +31 -0
  505. package/dist/src/plugins/utils/index.d.ts +3 -1
  506. package/dist/src/services/api.d.ts +12 -5
  507. package/dist/src/services/appsCustom.d.ts +14 -0
  508. package/dist/src/services/baseAuto.d.ts +3 -0
  509. package/dist/src/services/infoAuto.d.ts +1 -0
  510. package/dist/src/services/portal/services.auto.d.ts +1 -0
  511. package/dist/src/services/services.auto.d.ts +581 -1739
  512. package/dist/src/services/template.d.ts +16 -0
  513. package/dist/src/services/widgets.d.ts +1 -0
  514. package/dist/src/store/index.d.ts +16 -1
  515. package/dist/src/types/PageContext.d.ts +2 -1
  516. package/dist/src/types/PaginationProps.d.ts +1 -0
  517. package/dist/src/types/approval-submit.d.ts +1 -1
  518. package/dist/src/types/type.d.ts +13 -9
  519. package/dist/src/types/vue-type.d.ts +25 -67
  520. package/dist/src/utils/controls/amountUtils.d.ts +1 -1
  521. package/dist/src/utils/controls/attachmentUtils.d.ts +1 -1
  522. package/dist/src/utils/controls/copyText.d.ts +1 -0
  523. package/dist/src/utils/controls/dateUtils.d.ts +40 -1
  524. package/dist/src/utils/controls/findInstance.d.ts +1 -0
  525. package/dist/src/utils/controls/formCopy.d.ts +1 -1
  526. package/dist/src/utils/controls/formatColumnData.d.ts +10 -0
  527. package/dist/src/utils/controls/imageUtils.d.ts +1 -1
  528. package/dist/src/utils/controls/index.d.ts +2 -0
  529. package/dist/src/utils/controls/notAccess.d.ts +3 -0
  530. package/dist/src/utils/controls/notFound.d.ts +1 -0
  531. package/dist/src/utils/controls/scrollIntoDomView.d.ts +1 -0
  532. package/dist/src/utils/controls/submitFormData.d.ts +9 -1
  533. package/dist/src/utils/controls/subtable.d.ts +2 -0
  534. package/dist/src/utils/controls/subtableDealTableColumn.d.ts +48 -0
  535. package/dist/src/utils/controls/subtableReadonlyCellRenders.d.ts +13 -0
  536. package/dist/src/utils/controls/table.d.ts +1 -0
  537. package/dist/src/utils/core/buildFiltersToDataSetValues.d.ts +1 -0
  538. package/dist/src/utils/core/buildSubtableStoreState.d.ts +24 -0
  539. package/dist/src/utils/core/cacheRequest.d.ts +2 -1
  540. package/dist/src/utils/core/crossMessageProcessor.d.ts +1 -1
  541. package/dist/src/utils/core/dynamicDefaultValue.d.ts +14 -0
  542. package/dist/src/utils/core/expressionTools.d.ts +34 -2
  543. package/dist/src/utils/core/expressionUtils.d.ts +7 -0
  544. package/dist/src/utils/core/index.d.ts +7 -0
  545. package/dist/src/utils/core/loopControlsWithoutSubtable.d.ts +3 -0
  546. package/dist/src/utils/core/math.d.ts +3 -2
  547. package/dist/src/utils/core/pageRefreshData.d.ts +3 -0
  548. package/dist/src/utils/core/pageRefreshDefaultProps.d.ts +3 -0
  549. package/dist/src/utils/core/pageRefreshList.d.ts +6 -0
  550. package/dist/src/utils/core/setFormData.d.ts +23 -0
  551. package/dist/src/utils/core/setSubtableCache.d.ts +6 -0
  552. package/dist/src/utils/core/setSubtableData.d.ts +1 -0
  553. package/dist/src/utils/core/vueApp.d.ts +1 -1
  554. package/dist/src/utils/model/operateCache.d.ts +5 -4
  555. package/dist/src/utils/model/primaryKey.d.ts +1 -0
  556. package/dist/src/utils/model/subtable.d.ts +1 -0
  557. package/dist/src/utils/tools/asyncInterval.d.ts +1 -1
  558. package/dist/src/utils/tools/asyncLoadControl.d.ts +2 -0
  559. package/dist/src/utils/tools/autoClearTimer.d.ts +2 -0
  560. package/dist/src/utils/tools/beforeCreateInstance.d.ts +1 -0
  561. package/dist/src/utils/tools/common.d.ts +2 -0
  562. package/dist/src/utils/tools/dataType.d.ts +1 -1
  563. package/dist/src/utils/tools/domUtils.d.ts +9 -1
  564. package/dist/src/utils/tools/getCachedApplyRender.d.ts +16 -10
  565. package/dist/src/utils/tools/getMultipleTabsTitle.d.ts +1 -0
  566. package/dist/src/utils/tools/getPageDefaultProps.d.ts +3 -0
  567. package/dist/src/utils/tools/getTabWindowTitle.d.ts +5 -0
  568. package/dist/src/utils/tools/globalModules.d.ts +10 -20
  569. package/dist/src/utils/tools/index.d.ts +5 -0
  570. package/dist/src/utils/tools/installType.d.ts +1 -0
  571. package/dist/src/utils/tools/queryInfoUtils.d.ts +6 -4
  572. package/dist/src/utils/tools/showTips.d.ts +1 -0
  573. package/dist/src/utils/tools/subtableAgGridUtils.d.ts +1 -1
  574. package/dist/src/utils/tools/wps/web-office-sdk-solution-v1.1.27.es.d.ts +113 -0
  575. package/package.json +8 -10
  576. package/dist/src/components/controls/rok-custom-column/index.d.ts +0 -2
  577. package/dist/src/components/controls/rok-vue-form-item/index.d.ts +0 -2
  578. package/dist/src/entry_desktop/controls/components/ag-grid/hooks/useAgGrid.d.ts +0 -19
  579. package/dist/src/entry_desktop/controls/components/ag-grid/hooks/useOperate.d.ts +0 -11
  580. package/dist/src/entry_desktop/controls/components/ag-grid/index.d.ts +0 -3
  581. package/dist/src/entry_desktop/controls/components/ag-grid/props.d.ts +0 -19
  582. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useModel.d.ts +0 -13
  583. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useTableState.d.ts +0 -34
  584. package/dist/src/entry_desktop/controls/rok-tab-pane/index.d.ts +0 -2
  585. package/dist/src/entry_desktop/controls/rok-title/useBatchPrint.d.ts +0 -17
  586. package/dist/src/entry_desktop/hooks/useInitPage.d.ts +0 -11
  587. package/dist/src/entry_desktop/platform/pages/abcdefg/events.d.ts +0 -21
  588. package/dist/src/entry_desktop/platform/pages/abcdefg/model.d.ts +0 -1706
  589. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useSubtableList.d.ts +0 -58
  590. package/dist/src/hooks/components/listEngineModal/useListSelection.d.ts +0 -17
  591. package/dist/src/hooks/components/useLayout.d.ts +0 -16
  592. package/dist/src/hooks/context/useRowSelectionContext.d.ts +0 -27
  593. package/dist/src/hooks/controls/amount/useAmount.d.ts +0 -37
  594. package/dist/src/hooks/controls/dashboard/useDashboard.d.ts +0 -29
  595. package/dist/src/hooks/controls/department2/useDepartmentDatasource.d.ts +0 -34
  596. package/dist/src/hooks/controls/employee/useEmployeeDatasource.d.ts +0 -32
  597. package/dist/src/hooks/controls/formSelectButton/useFormSelectButton.d.ts +0 -17
  598. package/dist/src/hooks/controls/listOrganizationSelection/useOrganizationSelection.d.ts +0 -36
  599. package/dist/src/hooks/controls/listViewSelect/useListViewSelect.d.ts +0 -13
  600. package/dist/src/hooks/controls/number/useNumber.d.ts +0 -31
  601. package/dist/src/hooks/controls/selecRelation/selectRelation.d.ts +0 -20
  602. package/dist/src/hooks/controls/tree/useTreeInit.d.ts +0 -33
  603. package/dist/src/hooks/form/useOptions.d.ts +0 -20
  604. package/dist/src/locales/index.d.ts +0 -17
  605. package/dist/src/locales/vue-i18n.d.ts +0 -11
  606. package/dist/src/utils/controls/dealTableColumn.d.ts +0 -20
  607. package/dist/src/utils/platform/beforeCreateInstance.d.ts +0 -9
  608. package/dist/src/utils/platform/engine.d.ts +0 -2
  609. package/dist/src/utils/platform/vueApp.d.ts +0 -5
  610. /package/dist/src/{entry_desktop/controls/components/base-table/constant.d.ts → constant/controls/table.d.ts} +0 -0
@@ -0,0 +1,16 @@
1
+ import { FetchService } from '../utils';
2
+
3
+ export default class {
4
+ http: FetchService;
5
+ constructor(http: FetchService);
6
+ /**
7
+ * 导入高级模板
8
+ * @method
9
+ */
10
+ advancedImport(mode: string, templateCode: string, updateKey: Array<string>, file: any): Promise<any>;
11
+ /**
12
+ * 明细表高级模版
13
+ * @method
14
+ */
15
+ subtableAdvancedImport(templateCode: string, file: File, main_uid: string | undefined, main_data_code: string): Promise<any>;
16
+ }
@@ -1,4 +1,5 @@
1
1
  import { FetchService } from '../utils';
2
+
2
3
  /**
3
4
  *
4
5
  * @class Test
@@ -1,5 +1,5 @@
1
1
  import { Store } from 'vuex';
2
- declare type HighPerformanceSubtableEditingCell = {
2
+ type HighPerformanceSubtableEditingCell = {
3
3
  subTableId: string;
4
4
  rowIndex: number;
5
5
  colField: string;
@@ -7,6 +7,7 @@ declare type HighPerformanceSubtableEditingCell = {
7
7
  declare const _default: Store<{
8
8
  userInfo: {};
9
9
  tenant: {};
10
+ types: string;
10
11
  centerUser: {};
11
12
  collapsed: boolean;
12
13
  externalForm: {
@@ -18,12 +19,26 @@ declare const _default: Store<{
18
19
  relationOptions: {};
19
20
  highPerformanceSubtableEditingCell: HighPerformanceSubtableEditingCell;
20
21
  multipleTabs: {};
22
+ refreshMultipleTabsSelectKey: string;
21
23
  tabsMenuList: {};
24
+ appLauncherData: never[];
22
25
  customTemplateData: {};
23
26
  excludeFullPath: never[];
27
+ appLauncherExcludeKey: never[];
24
28
  subtableFullHiddenControlsId: {
25
29
  isSubtableFull: boolean;
26
30
  };
27
31
  windowResize: number;
32
+ byteluckLayoutChange: string;
33
+ applicationSideWidth: number;
34
+ canFetchStatisticsFooterData: boolean;
35
+ eventListenerAction: {
36
+ isActive: boolean;
37
+ activeControls: any;
38
+ };
39
+ isChangeNowFrom: boolean;
40
+ isInnerTabPaneOverflowHide: boolean;
41
+ tableStatisticsBtnClicked: any;
42
+ headerSearchPage: any;
28
43
  }>;
29
44
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { Engine } from '@byteluck-fe/model-driven-engine';
2
- export declare type PageContext = {
2
+
3
+ export type PageContext = {
3
4
  engine: Engine;
4
5
  store: Record<string, unknown>;
5
6
  dataSource: Record<string, unknown>;
@@ -1,4 +1,5 @@
1
1
  import { ComputedRef, VNodeChild } from 'vue';
2
+
2
3
  interface PaginationRenderProps {
3
4
  page: number;
4
5
  type: 'page' | 'prev' | 'next';
@@ -1,4 +1,4 @@
1
- export declare type ApprovalSubmitPayload = {
1
+ export type ApprovalSubmitPayload = {
2
2
  uId: string;
3
3
  runTask: {
4
4
  command_id: string;
@@ -1,26 +1,30 @@
1
- import { PropType, VNodeChild } from 'vue';
2
- export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
1
+ import { Ref, PropType, VNodeChild } from 'vue';
2
+
3
+ export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
3
4
  export declare const tuple: <T extends string[]>(...args: T) => T;
4
5
  export declare const tupleNum: <T extends number[]>(...args: T) => T;
5
6
  /**
6
7
  * https://stackoverflow.com/a/59187769
7
8
  * Extract the type of an element of an array/tuple without performing indexing
8
9
  */
9
- export declare type ElementOf<T> = T extends (infer E)[] ? E : T extends readonly (infer F)[] ? F : never;
10
+ export type ElementOf<T> = T extends (infer E)[] ? E : T extends readonly (infer F)[] ? F : never;
10
11
  /**
11
12
  * https://github.com/Microsoft/TypeScript/issues/29729
12
13
  */
13
- export declare type LiteralUnion<T extends U, U> = T | (U & {});
14
- export declare type Data = Record<string, unknown>;
15
- export declare type ObjectData = Record<string, any>;
16
- export declare type Key = string | number;
17
- declare type DefaultFactory<T> = (props: Data) => T | null | undefined;
14
+ export type LiteralUnion<T extends U, U> = T | (U & {});
15
+ export type Data = Record<string, unknown>;
16
+ export type ObjectData = Record<string, any>;
17
+ export type Key = string | number;
18
+ type DefaultFactory<T> = (props: Data) => T | null | undefined;
18
19
  export interface PropOptions<T = any, D = T> {
19
20
  type?: PropType<T> | true | null;
20
21
  required?: boolean;
21
22
  default?: D | DefaultFactory<D> | null | undefined | object;
22
23
  validator?(value: unknown): boolean;
23
24
  }
24
- export declare type VueNode = VNodeChild | JSX.Element;
25
+ export type VueNode = VNodeChild | JSX.Element;
25
26
  export declare const withInstall: <T>(comp: any) => T & Plugin;
27
+ declare global {
28
+ type MayBeRef<T> = Ref<T> | T;
29
+ }
26
30
  export {};
@@ -1,35 +1,36 @@
1
- import { VueTypesDefaults, VueTypesConfig, ExtendProps, PropOptions } from 'vue-types/dist/types';
2
1
  import { CSSProperties } from 'vue';
3
- import { VueTypeDef, custom, oneOf, instanceOf, oneOfType, arrayOf, objectOf, shape, VueTypeValidableDef } from 'vue-types';
2
+ import { VueTypeValidableDef, VueTypeDef, custom, oneOf, instanceOf, oneOfType, arrayOf, objectOf, shape } from 'vue-types';
4
3
  import { VueNode } from './type';
4
+ import { VueTypesDefaults, VueTypesConfig, ValidatorFunction, PropOptions, ExtendProps } from 'vue-types/dist/types';
5
+
5
6
  export declare function withUndefined<T extends {
6
7
  default?: any;
7
8
  }>(type: T): T;
8
9
  export declare const ButtonTypes: ["default", "primary", "ghost", "dashed", "danger", "link"];
9
10
  declare const _default: {
10
11
  new (): {};
11
- defaults: Partial<VueTypesDefaults>;
12
- sensibleDefaults: boolean | Partial<VueTypesDefaults>;
12
+ defaults: Partial< VueTypesDefaults>;
13
+ sensibleDefaults: boolean | Partial< VueTypesDefaults>;
13
14
  config: VueTypesConfig;
14
- readonly any: VueTypeValidableDef<any>;
15
- readonly func: VueTypeValidableDef<(...args: any[]) => any> & {
15
+ readonly any: VueTypeValidableDef<any, ValidatorFunction<any>>;
16
+ readonly func: VueTypeValidableDef<(...args: any[]) => any, ValidatorFunction<(...args: any[]) => any>> & {
16
17
  default: (...args: any[]) => any;
17
18
  };
18
- readonly bool: VueTypeValidableDef<boolean> & {
19
- default: boolean;
20
- };
21
- readonly string: VueTypeValidableDef<string> & {
19
+ readonly bool: VueTypeValidableDef<boolean, ValidatorFunction<boolean>>;
20
+ readonly string: VueTypeValidableDef<string, ValidatorFunction<string>> & {
22
21
  default: string;
23
22
  };
24
- readonly number: VueTypeValidableDef<number> & {
23
+ readonly number: VueTypeValidableDef<number, ValidatorFunction<number>> & {
25
24
  default: number;
26
25
  };
27
- readonly array: VueTypeValidableDef<unknown[]> & {
26
+ readonly array: VueTypeValidableDef<unknown[], ValidatorFunction<unknown[]>> & {
28
27
  default: () => unknown[];
29
28
  };
30
29
  readonly object: VueTypeValidableDef<{
31
30
  [key: string]: any;
32
- }> & {
31
+ }, ValidatorFunction<{
32
+ [key: string]: any;
33
+ }>> & {
33
34
  default: () => {
34
35
  [key: string]: any;
35
36
  };
@@ -38,61 +39,18 @@ declare const _default: {
38
39
  default: number;
39
40
  };
40
41
  readonly symbol: VueTypeDef<symbol>;
41
- readonly custom: typeof custom;
42
- readonly oneOf: typeof oneOf;
43
- readonly instanceOf: typeof instanceOf;
44
- readonly oneOfType: typeof oneOfType;
45
- readonly arrayOf: typeof arrayOf;
46
- readonly objectOf: typeof objectOf;
47
- readonly shape: typeof shape;
48
- extend<T_3 extends {
49
- new (): {};
50
- defaults: Partial<VueTypesDefaults>;
51
- sensibleDefaults: boolean | Partial<VueTypesDefaults>;
52
- config: VueTypesConfig;
53
- readonly any: VueTypeValidableDef<any>;
54
- readonly func: VueTypeValidableDef<(...args: any[]) => any> & {
55
- default: (...args: any[]) => any;
56
- };
57
- readonly bool: VueTypeValidableDef<boolean> & {
58
- default: boolean;
59
- };
60
- readonly string: VueTypeValidableDef<string> & {
61
- default: string;
62
- };
63
- readonly number: VueTypeValidableDef<number> & {
64
- default: number;
65
- };
66
- readonly array: VueTypeValidableDef<unknown[]> & {
67
- default: () => unknown[];
68
- };
69
- readonly object: VueTypeValidableDef<{
70
- [key: string]: any;
71
- }> & {
72
- default: () => {
73
- [key: string]: any;
74
- };
75
- };
76
- readonly integer: VueTypeDef<number> & {
77
- default: number;
78
- };
79
- readonly symbol: VueTypeDef<symbol>;
80
- readonly custom: typeof custom;
81
- readonly oneOf: typeof oneOf;
82
- readonly instanceOf: typeof instanceOf;
83
- readonly oneOfType: typeof oneOfType;
84
- readonly arrayOf: typeof arrayOf;
85
- readonly objectOf: typeof objectOf;
86
- readonly shape: typeof shape;
87
- extend<T extends unknown>(props: ExtendProps<any> | ExtendProps<any>[]): T;
88
- utils: {
89
- validate<T_1, U>(value: T_1, type: U): boolean;
90
- toType<T_2 = unknown>(name: string, obj: PropOptions<T_2, T_2>, validable?: boolean | undefined): VueTypeDef<T_2> | VueTypeValidableDef<T_2>;
91
- };
92
- }>(props: ExtendProps<any> | ExtendProps<any>[]): T_3;
42
+ readonly nullable: PropOptions<null, null>;
43
+ readonly custom: custom;
44
+ readonly oneOf: oneOf;
45
+ readonly instanceOf: instanceOf;
46
+ readonly oneOfType: oneOfType;
47
+ readonly arrayOf: arrayOf;
48
+ readonly objectOf: objectOf;
49
+ readonly shape: shape;
50
+ extend<T = any>(props: ExtendProps<any> | ExtendProps<any>[]): T;
93
51
  utils: {
94
- validate<T_1_1, U_1>(value: T_1_1, type: U_1): boolean;
95
- toType<T_2_1 = unknown>(name: string, obj: PropOptions<T_2_1, T_2_1>, validable?: boolean | undefined): VueTypeDef<T_2_1> | VueTypeValidableDef<T_2_1>;
52
+ validate<T_1, U>(value: T_1, type: U): boolean;
53
+ toType<T_2 = unknown>(name: string, obj: PropOptions<T_2, T_2>, validable?: boolean | undefined): VueTypeDef<T_2> | VueTypeValidableDef<T_2, ValidatorFunction<T_2>>;
96
54
  };
97
55
  } & {
98
56
  readonly looseBool: VueTypeValidableDef<boolean>;
@@ -1,4 +1,4 @@
1
1
  declare const thousFormat: (value: number | string) => string;
2
2
  declare const okToFixed: (num: number | string, precision: number) => string;
3
- export declare function clearNumber(num: any, precision: number | ''): number | "";
3
+ export declare function clearNumber(num: any, precision: number | ''): string | number;
4
4
  export { thousFormat, okToFixed };
@@ -2,6 +2,6 @@ declare const MAX_FILE_SIZE = 104857600;
2
2
  declare const ALL_ACCEPT_TYPE: string[];
3
3
  declare const getFileType: (filePath: string) => string;
4
4
  declare const validFileType: (fileName: string, fileTypeList: string[]) => boolean;
5
- declare const validAttachmentType: (fileName: string, type?: string[] | undefined) => boolean;
5
+ declare const validAttachmentType: (fileName: string, type?: string[]) => boolean;
6
6
  export * from '../../constant/global';
7
7
  export { MAX_FILE_SIZE, ALL_ACCEPT_TYPE, getFileType, validFileType, validAttachmentType, };
@@ -0,0 +1 @@
1
+ export declare function copyToClipboard(text: string): void;
@@ -1,6 +1,45 @@
1
+ export declare const dataRangeSettingList: () => ({
2
+ label: string;
3
+ value: string;
4
+ col: number;
5
+ time: number[];
6
+ exclude: string[];
7
+ } | {
8
+ label: string;
9
+ value: string;
10
+ col: number;
11
+ time: number[];
12
+ exclude?: undefined;
13
+ })[];
14
+ export declare const datePickerSettingList: () => ({
15
+ label: string;
16
+ value: string;
17
+ col: number;
18
+ time: number;
19
+ exclude: string[];
20
+ } | {
21
+ label: string;
22
+ value: string;
23
+ col: number;
24
+ time: number;
25
+ exclude?: undefined;
26
+ })[];
27
+ export declare const searchDateRangeSettingList: () => ({
28
+ label: string;
29
+ value: string;
30
+ col: number;
31
+ time: number[];
32
+ exclude: string[];
33
+ } | {
34
+ label: string;
35
+ value: string;
36
+ col: number;
37
+ time: number[];
38
+ exclude?: undefined;
39
+ })[];
1
40
  declare const formatDateValue: (value: any) => any;
2
41
  declare const computedDisabledDate: (current: any, limitDateList: any, dateType: 'date' | 'datetime' | 'datemin' | 'datehour' | 'month' | 'year') => any;
3
42
  declare const boundaryTime: (value: number | string, type?: string) => string[] | "";
4
43
  declare const boundaryRange: (range: any, type: any) => string[];
5
44
  declare const getSystemTime: (type: any) => number;
6
- export { computedDisabledDate, boundaryTime, boundaryRange, formatDateValue, getSystemTime };
45
+ export { computedDisabledDate, boundaryTime, boundaryRange, formatDateValue, getSystemTime, };
@@ -1,2 +1,3 @@
1
1
  import { RuntimeControl, ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
2
+
2
3
  export declare const findSubtable: (control: RuntimeControl) => ControlRuntimeInstance<'subtable'> | null;
@@ -3,7 +3,7 @@ export declare const formCopy: {
3
3
  dataCode: string;
4
4
  fieldCode: string;
5
5
  }[];
6
- isCopy(type?: string | undefined): boolean;
6
+ isCopy(type?: string): boolean;
7
7
  setClearValueFieldCode(schema: any): void;
8
8
  resetDataSet(dataSet: any): void;
9
9
  };
@@ -0,0 +1,10 @@
1
+ import { CONTROL_TYPE, ControlRuntimeInstance, RuntimeControl } from '@byteluck-fe/model-driven-core-all';
2
+ import { ValueGetterParams } from '@ag-grid-community/core';
3
+
4
+ export declare const formatColumnDate: (fullColumns: any[], data: any, key?: string, ignoreColumns?: boolean) => any;
5
+ export declare const commonCellRenderColumns: string[];
6
+ export declare const listColumnsFormatter: (params: ValueGetterParams, cellValue: any) => any;
7
+ export declare const timestampColumnFormatter: (params: ValueGetterParams | undefined, cellInstance: ControlRuntimeInstance<CONTROL_TYPE.TIMESTAMP_COLUMN>, value: any) => string | undefined;
8
+ export declare const decimalColumnFormatter: (params: ValueGetterParams | undefined, cellInstance: RuntimeControl, value: any) => string | number | undefined;
9
+ export declare const varcharColumnFormatter: (params: ValueGetterParams | undefined, cellInstance: ControlRuntimeInstance<CONTROL_TYPE.VARCHAR_COLUMN>, value: any) => string;
10
+ export declare const approvalStatusColumnFormatter: (params: ValueGetterParams | undefined, cellInstance: RuntimeControl, value: any) => string;
@@ -2,7 +2,7 @@ declare const MAX_IMAGE_SIZE = 10485760;
2
2
  declare const INITAL_IMAGE_TYPE: string[];
3
3
  declare const IMAGE_ACCEPT_TYPE_ARR: string[];
4
4
  declare const IMAGE_ACCEPT_TYPE: string;
5
- declare const validImageType: (fileName: string, type?: string[] | undefined) => boolean;
5
+ declare const validImageType: (fileName: string, type?: string[]) => boolean;
6
6
  declare const isImage: (suffix: string) => boolean;
7
7
  export * from '../../constant/global';
8
8
  export { MAX_IMAGE_SIZE, INITAL_IMAGE_TYPE, IMAGE_ACCEPT_TYPE_ARR, IMAGE_ACCEPT_TYPE, validImageType, isImage, };
@@ -12,3 +12,5 @@ export * from './table';
12
12
  export * from './preview';
13
13
  export * from './subtable';
14
14
  export * from './formCopy';
15
+ export * from './scrollIntoDomView';
16
+ export * from './getListInstance';
@@ -1,5 +1,8 @@
1
1
  import { Router } from 'vue-router';
2
+
2
3
  export declare function setNotAccess(router: Router, options: {
3
4
  appId: string;
4
5
  sappId: string;
6
+ title?: string;
7
+ setStoreMultipleTab?: any;
5
8
  }, query: any, store: any, fullPath: string): void;
@@ -1,4 +1,5 @@
1
1
  import { Router } from 'vue-router';
2
+
2
3
  export declare function setNotFound(router: Router, options: {
3
4
  appId: string;
4
5
  sappId: string;
@@ -0,0 +1 @@
1
+ export declare const scrollIntoDomView: (domAndClass: string | Element, params?: ScrollToOptions, rowIndex?: number) => Promise<void>;
@@ -1,4 +1,5 @@
1
1
  import { Engine } from '@byteluck-fe/model-driven-engine';
2
+
2
3
  /**
3
4
  * 格式化表单保存数据
4
5
  */
@@ -7,8 +8,15 @@ export declare function getSaveData(context: Engine, dataViewId: string, params:
7
8
  uId?: string;
8
9
  isEditing?: boolean;
9
10
  channelParamId?: string;
10
- }, behaviors: typing.PageBehaviorBo[]): typing.SubmitFormDto & typing.RunFormDto;
11
+ optObj?: {
12
+ optCode: string;
13
+ optType: string;
14
+ };
15
+ }, behaviors: typing.PageBehaviorBo[]): Promise<false | (typing.SubmitFormDto & typing.RunFormDto)>;
11
16
  /**
12
17
  * 表单校验,滚动到提示第一个
13
18
  */
14
19
  export declare function validTransition(): string | undefined;
20
+ export declare function subtableRowToData(context: Engine, subtableControlId: string, row: any, behaviors: typing.PageBehaviorBo[]): {
21
+ [x: string]: any;
22
+ } | undefined;
@@ -1,3 +1,5 @@
1
1
  import { CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+
2
3
  export declare function isNewRow(uid: string): boolean;
3
4
  export declare const protogenesisColumn: readonly CONTROL_TYPE[];
5
+ export declare const protogenesisColumnM: readonly CONTROL_TYPE[];
@@ -0,0 +1,48 @@
1
+ import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
+ import { ICellRendererParams } from '@ag-grid-community/core';
4
+
5
+ export declare function dealGridTableColumns(params: {
6
+ filterInstance?: ControlRuntimeInstance<'subtable-column'>;
7
+ meta: 'pc' | 'mobile';
8
+ isPinned?: boolean;
9
+ isPrintMode?: boolean;
10
+ }): {
11
+ width: number | undefined;
12
+ maxWidth: number | undefined;
13
+ minWidth: number | undefined;
14
+ flex: number | undefined;
15
+ pinned: string | boolean | undefined;
16
+ };
17
+ export declare const subTableCellRenderColumn: (subtableRow?: ControlRuntimeInstance<'subtable-column'>, isPinned?: boolean, isPrintMode?: boolean) => {
18
+ width: number | undefined;
19
+ maxWidth: number | undefined;
20
+ minWidth: number | undefined;
21
+ flex: number | undefined;
22
+ pinned: string | boolean | undefined;
23
+ cellEditor: DefineComponent<{
24
+ params: {
25
+ type: ObjectConstructor;
26
+ required: true;
27
+ };
28
+ }, any, {
29
+ engine: any;
30
+ }, {
31
+ comRowRecord(): {};
32
+ rowIndex(): any;
33
+ instance(): any;
34
+ }, {
35
+ getState(): any;
36
+ getValue(): any;
37
+ openVirtuallyModel(params: any): void;
38
+ getPopupContainer(): Element | undefined;
39
+ }, ComponentOptionsMixin, ComponentOptionsMixin, "openVirtuallyModel"[], "openVirtuallyModel", PublicProps, Readonly< ExtractPropTypes<{
40
+ params: {
41
+ type: ObjectConstructor;
42
+ required: true;
43
+ };
44
+ }>> & {
45
+ onOpenVirtuallyModel?: ((...args: any[]) => any) | undefined;
46
+ }, {}, {}>;
47
+ cellRenderer?: string | ((params: ICellRendererParams<any, any, any>) => HTMLSpanElement) | undefined;
48
+ };
@@ -0,0 +1,13 @@
1
+ import { CONTROL_TYPE, ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
2
+ import { ICellRendererParams } from '@ag-grid-community/core';
3
+
4
+ declare const showPasteMap: CONTROL_TYPE[];
5
+ declare const subtableReadonlyCellRenders: (subtableRow?: ControlRuntimeInstance<'subtable-column'>, options?: {
6
+ pageInfo: {
7
+ current: number;
8
+ pageSize: number;
9
+ };
10
+ }) => {
11
+ cellRenderer: string | ((params: ICellRendererParams) => HTMLSpanElement);
12
+ } | undefined;
13
+ export { subtableReadonlyCellRenders, showPasteMap };
@@ -1,4 +1,5 @@
1
1
  import { OptionsType } from '../../types/controls/table-import';
2
+
2
3
  /**
3
4
  * 遍历数据,重命名重复项的label值
4
5
  * @param list 对象数组
@@ -1,5 +1,6 @@
1
1
  import { FieldFilterCondition, FieldFilterConditions } from '@byteluck-fe/model-driven-core-all';
2
2
  import { Engine } from '@byteluck-fe/model-driven-engine';
3
+
3
4
  interface DataSetValue {
4
5
  code: string;
5
6
  value: string;
@@ -0,0 +1,24 @@
1
+ import { CONTROL_TYPE, ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
2
+ import { Engine } from '@byteluck-fe/model-driven-engine';
3
+ import { VirtualStoreState } from '../../constant/controls';
4
+
5
+ declare const buildDataVirtualStore: (result: typing.SubTablePageVo, subDataCode: string) => {
6
+ dic_map?: typing.TableDataFieldDicBo | undefined;
7
+ display_map?: unknown;
8
+ need_display_list?: typing.PageElementBindRelationBo[] | undefined;
9
+ virtualStoreState: VirtualStoreState[];
10
+ subtableData: any[];
11
+ rows_header: typing.TableDataFieldBo[];
12
+ subDataDisplay: {
13
+ subDataDisplay: {
14
+ [x: string]: {
15
+ rows_header: typing.TableDataFieldBo[];
16
+ dic_map?: typing.TableDataFieldDicBo | undefined;
17
+ display_map?: unknown;
18
+ need_display_list?: typing.PageElementBindRelationBo[] | undefined;
19
+ };
20
+ };
21
+ };
22
+ };
23
+ declare const buildImportData: (data: any[], instance: ControlRuntimeInstance<CONTROL_TYPE.SUBTABLE>, context: Engine) => any[];
24
+ export { buildDataVirtualStore, buildImportData };
@@ -1,4 +1,5 @@
1
- import ServiceAuto from '../../services/services.auto';
1
+ import { default as ServiceAuto } from '../../services/services.auto';
2
+
2
3
  export declare class CacheRequest {
3
4
  private cache;
4
5
  private cacheResult;
@@ -1,4 +1,4 @@
1
- declare type CrossDomainMessageType = {
1
+ type CrossDomainMessageType = {
2
2
  status: string;
3
3
  action: string;
4
4
  system: string;
@@ -0,0 +1,14 @@
1
+ interface PARAMS {
2
+ store: any;
3
+ schema: any;
4
+ isMultiOrganization: any;
5
+ device: string;
6
+ pageStatus: number;
7
+ subtableDefinition: {
8
+ subCode: any;
9
+ orders: any;
10
+ type?: '' | 'sort' | 'filter';
11
+ }[];
12
+ }
13
+ export declare function dynamicDefaultValue(params: PARAMS): void;
14
+ export {};
@@ -1,4 +1,5 @@
1
1
  import { Expression } from '@byteluck/expression-parser';
2
+
2
3
  interface FX {
3
4
  [controlId: string]: {
4
5
  [propertyKey: string]: {
@@ -12,11 +13,42 @@ interface FX {
12
13
  export declare class ExpressionTools {
13
14
  expressionParser: Expression;
14
15
  private userInfo;
15
- expressionArr: any;
16
- constructor(userInfo: any, config: FX);
16
+ expressionObj: any;
17
+ hasExpressionsControlIdsObj: any;
18
+ schemaObj: any;
19
+ relationFormControlsObj: any;
20
+ needExpressionParseObj: any;
21
+ expressionParsedObj: any;
22
+ constructor(userInfo: any, config: FX, schema: any);
23
+ setExpressionResult(schema: any): void;
24
+ initSchemaToObj(schema: any): void;
25
+ parserExpressionOnInit(expression: any, controlId: string, propertyKey: string, parseType: 'default' | 'min' | 'max' | 'rangeTime'): void;
17
26
  parserFXConfig(config: FX): void;
27
+ resetParseResultOfDateRange(match: any, originControlId: string, prevParseResult: any, propertyKey: string): {
28
+ min: any;
29
+ max: any;
30
+ };
31
+ resetParseResult(originControlId: string, controlId: string, prevParseResult: any, propertyKey: string): any;
32
+ doExpressionParse(id: string, propertyKey: string): void;
18
33
  registerSystemVariables(): void;
34
+ /**
35
+ * 处理选取表单控件默认值
36
+ * 当控件中存在引用其他控件值的情况时,便记录该控件id(this.hasExpressionsControlIdsObj[controlId]),如果出现已解析过的表单控件默认值,则不再向下解析,直接获取当前组件的默认值,避免出现相互引用时的死循环
37
+ * this.relationFormControlsObj[controlId]获取当前控件引用的其他控件id,优先获取被引用的控件值
38
+ * this.needExpressionParseObj[controlId]根据id获取被引用控件是不是有表达式的控件,如果有则优先执行该表达式,避免引用该控件的控件取不到值的情况
39
+ * @param controlIds 存在多个时,为选取明细表控件
40
+ */
41
+ getFormControlVariables(controlIds: string[]): any;
42
+ checkToResetDefaultValueOnQuoteSelf(controlId: string): void;
43
+ checkToRunRelationExpressionParse(relationId: string, propertyKey: string): boolean;
19
44
  getCurrentSystemVariables(keys: string[]): any;
45
+ getTimeConstVariables(keys: string[]): {
46
+ min: number | undefined;
47
+ max: number | undefined;
48
+ };
49
+ getTimeConstRangeVariables(keys: string[]): number[] | undefined;
50
+ getMinTimeConstVariables(keys: string[]): number | undefined;
51
+ getMaxTimeConstVariables(keys: string[]): number | undefined;
20
52
  getSessionVariables(keys: string[]): string | null;
21
53
  }
22
54
  export {};
@@ -0,0 +1,7 @@
1
+ export declare function resetExpressionResultByControlType(schema: any, result: any): any;
2
+ export declare function getExpressionDateRangeResult(result: any, type: string): any;
3
+ /**
4
+ * 对解析出来的结果进行处理
5
+ * 金额类型的始终只返回amount的值,避免在控件+控件的情况下出现object的情况
6
+ */
7
+ export declare function checkToResetFormControlResult(schema: any, result: any): any;
@@ -7,4 +7,11 @@ export * from './math';
7
7
  export * from './proxy';
8
8
  export { default as vueApp } from './vueApp';
9
9
  export { default as Mitt } from './tinyMitt';
10
+ export * from './pageRefreshData';
11
+ export * from './pageRefreshDefaultProps';
12
+ export * from './pageRefreshList';
10
13
  export * from './expressionTools';
14
+ export * from './expressionUtils';
15
+ export * from './dynamicDefaultValue';
16
+ export * from './setSubtableCache';
17
+ export * from './buildSubtableStoreState';
@@ -0,0 +1,3 @@
1
+ import { RuntimeControl } from '@byteluck-fe/model-driven-core-all';
2
+
3
+ export declare function loopControlsWithoutSubtable(control: RuntimeControl[], parentId: string, callback: (item: RuntimeControl, parentId: string, children?: RuntimeControl[]) => any): void;
@@ -1,6 +1,7 @@
1
- import Decimal from 'decimal.js';
1
+ import { default as Decimal } from 'decimal.js';
2
+
2
3
  export declare const add: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
3
4
  export declare const subtract: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
4
5
  export declare const multiply: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
5
6
  export declare const divide: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
6
- export declare const toFixed: (num: Decimal.Value, dp?: number | undefined) => string;
7
+ export declare const toFixed: (num: Decimal.Value, dp?: number) => string;
@@ -0,0 +1,3 @@
1
+ import { Engine } from '@byteluck-fe/model-driven-engine';
2
+
3
+ export declare const pageRefreshData: (engine: Engine) => Promise<void>;