@ibiz-template/vue3-components 0.0.1-alpha.1 → 0.0.1-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (593) hide show
  1. package/es/common/action-toolbar/action-toolbar.d.ts +64 -0
  2. package/es/common/app-col/app-col.d.ts +45 -0
  3. package/es/common/app-col/app-col.js +91 -0
  4. package/es/common/app-icon/app-icon.d.ts +1 -1
  5. package/es/common/app-icon/app-icon.js +1 -2
  6. package/es/common/app-router-view/app-router-view.d.ts +1 -0
  7. package/es/common/app-router-view/app-router-view.js +2 -1
  8. package/es/common/app-row/app-row.d.ts +9 -0
  9. package/es/common/app-row/app-row.js +41 -0
  10. package/es/{layout → common}/control-base/control-base.js +6 -13
  11. package/es/common/index.d.ts +7 -5
  12. package/es/common/index.js +24 -5
  13. package/es/control/app-menu/app-menu-provider.js +1 -1
  14. package/es/control/app-menu/app-menu-state.d.ts +23 -0
  15. package/es/control/app-menu/app-menu-state.js +23 -0
  16. package/es/control/app-menu/app-menu.controller.d.ts +52 -0
  17. package/es/control/app-menu/app-menu.controller.js +91 -0
  18. package/es/control/app-menu/app-menu.d.ts +10 -7
  19. package/es/control/app-menu/app-menu.js +6 -10
  20. package/es/control/app-menu/index.js +10 -6
  21. package/es/control/form/form/form-control.d.ts +34 -0
  22. package/es/control/form/form/form-state.d.ts +36 -0
  23. package/es/control/form/form/form-state.js +39 -0
  24. package/es/control/form/form/form.controller.d.ts +129 -0
  25. package/es/control/form/form/form.controller.js +199 -0
  26. package/es/control/form/form/index.js +27 -0
  27. package/es/control/form/form-detail/form-detail/form-detail-state.d.ts +55 -0
  28. package/es/control/form/form-detail/form-detail/form-detail-state.js +72 -0
  29. package/es/control/form/form-detail/form-detail/form-detail.d.ts +106 -0
  30. package/es/control/form/form-detail/form-detail/form-detail.js +176 -0
  31. package/es/control/form/form-detail/form-detail/index.d.ts +2 -0
  32. package/es/control/form/form-detail/form-detail/index.js +2 -0
  33. package/es/control/form/form-detail/form-group-panel/form-group-panel-provider.d.ts +17 -0
  34. package/es/control/form/form-detail/form-group-panel/form-group-panel-provider.js +20 -0
  35. package/es/control/form/form-detail/form-group-panel/form-group-panel-state.d.ts +27 -0
  36. package/es/control/form/form-detail/form-group-panel/form-group-panel-state.js +29 -0
  37. package/es/control/form/form-detail/form-group-panel/form-group-panel.controller.d.ts +35 -0
  38. package/es/control/form/form-detail/form-group-panel/form-group-panel.controller.js +59 -0
  39. package/es/control/form/form-detail/form-group-panel/index.d.ts +3 -0
  40. package/es/control/form/form-detail/form-group-panel/index.js +3 -0
  41. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +43 -0
  42. package/es/control/form/form-detail/form-item/form-item-provider.d.ts +18 -0
  43. package/es/control/form/form-detail/form-item/form-item-state.d.ts +27 -0
  44. package/es/control/form/form-detail/form-item/form-item.controller.d.ts +139 -0
  45. package/es/control/form/form-detail/form-item/form-item.d.ts +28 -0
  46. package/es/control/form/form-detail/form-item/index.d.ts +3 -0
  47. package/es/control/form/form-detail/form-page/form-page-item.d.ts +32 -0
  48. package/es/control/form/form-detail/form-page/form-page-provider.d.ts +17 -0
  49. package/es/control/form/form-detail/form-page/form-page-state.d.ts +12 -0
  50. package/es/control/form/form-detail/form-page/form-page.controller.d.ts +16 -0
  51. package/es/{layout/control-layout/control-layout.d.ts → control/form/form-detail/form-page/form-page.d.ts} +7 -9
  52. package/es/control/form/form-detail/index.d.ts +3 -0
  53. package/es/control/form/form-detail/index.js +3 -0
  54. package/es/control/form/index.d.ts +8 -0
  55. package/es/control/form/index.js +12 -0
  56. package/es/control/form/search-form/index.js +15 -0
  57. package/es/control/form/search-form/search-form-provider.d.ts +13 -0
  58. package/es/{views/index-view/index-view-provider.js → control/form/search-form/search-form-provider.js} +3 -3
  59. package/es/control/form/search-form/search-form-state.d.ts +19 -0
  60. package/es/control/form/search-form/search-form-state.js +22 -0
  61. package/es/control/form/search-form/search-form.controller.d.ts +86 -0
  62. package/es/control/form/search-form/search-form.controller.js +128 -0
  63. package/{lib/layout/view-shell/view-shell.d.ts → es/control/form/search-form/search-form.d.ts} +17 -22
  64. package/es/control/grid/grid/grid-column.controller.d.ts +76 -0
  65. package/es/control/grid/grid/grid-column.controller.js +89 -0
  66. package/{lib/control/grid-control → es/control/grid/grid}/grid-control.util.d.ts +3 -2
  67. package/es/control/grid/grid/grid-row.controller.d.ts +77 -0
  68. package/es/control/grid/grid/grid-row.controller.js +85 -0
  69. package/es/control/grid/grid/grid-state.d.ts +19 -0
  70. package/es/control/grid/grid/grid-state.js +23 -0
  71. package/es/control/grid/grid/grid.controller.d.ts +225 -0
  72. package/es/control/grid/grid/grid.controller.js +386 -0
  73. package/es/control/{grid-control → grid/grid-field-column}/grid-field-column-provider.d.ts +3 -1
  74. package/es/control/{grid-control → grid/grid-field-column}/grid-field-column-provider.js +1 -1
  75. package/es/control/grid/grid-field-column/grid-field-column.controller.d.ts +83 -0
  76. package/es/control/grid/grid-field-column/grid-field-column.controller.js +144 -0
  77. package/es/control/{grid-control → grid}/grid-field-column/grid-field-column.d.ts +9 -7
  78. package/es/{common → control/grid}/grid-pagination/grid-pagination.d.ts +1 -1
  79. package/es/control/grid/grid-ua-column/grid-ua-column-provider.d.ts +17 -0
  80. package/es/control/grid/grid-ua-column/grid-ua-column-provider.js +20 -0
  81. package/es/control/grid/grid-ua-column/grid-ua-column.controller.d.ts +28 -0
  82. package/es/control/grid/grid-ua-column/grid-ua-column.controller.js +62 -0
  83. package/es/control/grid/grid-ua-column/grid-ua-column.d.ts +46 -0
  84. package/es/control/grid/index.js +31 -0
  85. package/es/control/index.d.ts +4 -2
  86. package/es/control/index.js +4 -2
  87. package/es/control/panel/index.js +19 -0
  88. package/es/control/panel/panel/index.d.ts +4 -0
  89. package/es/control/panel/panel/index.js +4 -0
  90. package/es/control/panel/panel/panel-item-state.d.ts +47 -0
  91. package/es/control/panel/panel/panel-item-state.js +58 -0
  92. package/es/control/panel/panel/panel-item.controller.d.ts +71 -0
  93. package/es/control/panel/panel/panel-item.controller.js +135 -0
  94. package/es/control/panel/panel/panel-state.d.ts +21 -0
  95. package/es/control/panel/panel/panel-state.js +24 -0
  96. package/es/control/panel/panel/panel.controller.d.ts +114 -0
  97. package/es/control/panel/panel/panel.controller.js +187 -0
  98. package/es/control/panel/view-layout-panel/index.d.ts +3 -0
  99. package/es/control/panel/view-layout-panel/index.js +3 -0
  100. package/es/control/panel/view-layout-panel/view-layout-panel-provider.d.ts +13 -0
  101. package/es/control/panel/view-layout-panel/view-layout-panel-provider.js +14 -0
  102. package/es/control/panel/view-layout-panel/view-layout-panel.controller.d.ts +38 -0
  103. package/es/control/panel/view-layout-panel/view-layout-panel.controller.js +57 -0
  104. package/es/control/panel/view-layout-panel/view-layout-panel.d.ts +41 -0
  105. package/es/control/toolbar/index.js +12 -0
  106. package/{lib/control/toolbar-control → es/control/toolbar}/toolbar-control.d.ts +4 -10
  107. package/es/control/toolbar/toolbar-state.d.ts +24 -0
  108. package/es/control/toolbar/toolbar-state.js +29 -0
  109. package/es/control/toolbar/toolbar.controllerr.d.ts +33 -0
  110. package/es/control/toolbar/toolbar.controllerr.js +81 -0
  111. package/es/editor/index.d.ts +5 -0
  112. package/es/editor/index.js +14 -0
  113. package/es/editor/text-box/ibiz-input/ibiz-input.d.ts +51 -0
  114. package/es/editor/text-box/index.d.ts +1 -0
  115. package/es/editor/text-box/index.js +4 -0
  116. package/es/editor/text-box/text-box-provider.d.ts +18 -0
  117. package/es/editor/text-box/text-box-provider.js +29 -0
  118. package/es/editor/text-box/text-box.controller.d.ts +20 -0
  119. package/es/editor/text-box/text-box.controller.js +22 -0
  120. package/es/index.d.ts +9 -2
  121. package/es/index.js +30 -3
  122. package/es/panel-component/auth-userinfo/auth-userinfo-provider.d.ts +16 -0
  123. package/es/panel-component/auth-userinfo/auth-userinfo-provider.js +20 -0
  124. package/es/panel-component/auth-userinfo/index.js +19 -0
  125. package/es/panel-component/index.d.ts +10 -0
  126. package/es/panel-component/index.js +25 -0
  127. package/es/panel-component/nav-pos/index.js +20 -0
  128. package/es/panel-component/nav-pos/nav-pos-provider.d.ts +17 -0
  129. package/es/panel-component/nav-pos/nav-pos-provider.js +20 -0
  130. package/es/panel-component/nav-pos/nav-pos-state.d.ts +14 -0
  131. package/es/panel-component/nav-pos/nav-pos-state.js +17 -0
  132. package/es/panel-component/nav-pos/nav-pos.controller.d.ts +66 -0
  133. package/es/panel-component/nav-pos/nav-pos.controller.js +103 -0
  134. package/es/panel-component/nav-pos/nav-pos.d.ts +27 -0
  135. package/es/panel-component/nav-tabs/index.js +16 -0
  136. package/es/panel-component/nav-tabs/nav-tabs-provider.d.ts +17 -0
  137. package/es/panel-component/nav-tabs/nav-tabs-provider.js +20 -0
  138. package/es/panel-component/nav-tabs/nav-tabs-state.d.ts +21 -0
  139. package/es/panel-component/nav-tabs/nav-tabs-state.js +18 -0
  140. package/es/panel-component/nav-tabs/nav-tabs.controller.js +124 -0
  141. package/es/panel-component/nav-tabs/nav-tabs.d.ts +35 -0
  142. package/es/panel-component/panel-container/index.js +23 -0
  143. package/es/panel-component/panel-container/panel-container-provider.d.ts +16 -0
  144. package/es/panel-component/panel-container/panel-container-provider.js +20 -0
  145. package/es/panel-component/panel-container/panel-container-state.d.ts +12 -0
  146. package/es/panel-component/panel-container/panel-container-state.js +6 -0
  147. package/es/panel-component/panel-container/panel-container.controller.d.ts +14 -0
  148. package/es/panel-component/panel-container/panel-container.controller.js +11 -0
  149. package/es/panel-component/panel-container/panel-container.d.ts +28 -0
  150. package/es/panel-component/panel-ctrl-pos/index.js +18 -0
  151. package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos-provider.d.ts +17 -0
  152. package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos-provider.js +20 -0
  153. package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts +21 -0
  154. package/es/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.js +6 -0
  155. package/es/panel-component/scroll-container/index.js +43 -0
  156. package/es/panel-component/scroll-container/scroll-container/index.d.ts +3 -0
  157. package/es/panel-component/scroll-container/scroll-container/index.js +3 -0
  158. package/es/panel-component/scroll-container/scroll-container/scroll-container-provider.d.ts +17 -0
  159. package/es/panel-component/scroll-container/scroll-container/scroll-container-provider.js +20 -0
  160. package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts +22 -0
  161. package/es/panel-component/scroll-container/scroll-container/scroll-container.controller.js +11 -0
  162. package/es/panel-component/scroll-container/scroll-container/scroll-container.d.ts +26 -0
  163. package/es/panel-component/scroll-container/scroll-container-item/index.d.ts +3 -0
  164. package/es/panel-component/scroll-container/scroll-container-item/index.js +3 -0
  165. package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item-provider.d.ts +17 -0
  166. package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item-provider.js +20 -0
  167. package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts +21 -0
  168. package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.js +6 -0
  169. package/es/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts +26 -0
  170. package/es/view/index.js +13 -0
  171. package/{lib/views/grid-view/grid-view-provider.d.ts → es/view/view-provider.d.ts} +3 -3
  172. package/es/{views/grid-view/grid-view-provider.js → view/view-provider.js} +3 -3
  173. package/es/view-engine/grid-view-engine.d.ts +48 -0
  174. package/es/view-engine/grid-view-engine.js +158 -0
  175. package/es/view-engine/index-view-engine.d.ts +9 -0
  176. package/es/view-engine/index-view-engine.js +20 -0
  177. package/es/view-engine/index.d.ts +6 -0
  178. package/es/view-engine/index.js +23 -0
  179. package/lib/common/action-toolbar/action-toolbar.d.ts +64 -0
  180. package/lib/common/app-col/app-col.d.ts +45 -0
  181. package/lib/common/app-col/app-col.js +91 -0
  182. package/lib/common/app-icon/app-icon.d.ts +1 -1
  183. package/lib/common/app-icon/app-icon.js +1 -2
  184. package/lib/common/app-router-view/app-router-view.d.ts +1 -0
  185. package/lib/common/app-router-view/app-router-view.js +2 -1
  186. package/lib/common/app-row/app-row.d.ts +9 -0
  187. package/lib/common/app-row/app-row.js +41 -0
  188. package/lib/{layout → common}/control-base/control-base.js +5 -12
  189. package/lib/common/index.d.ts +7 -5
  190. package/lib/common/index.js +26 -35
  191. package/lib/control/app-menu/app-menu-provider.js +1 -1
  192. package/lib/control/app-menu/app-menu-state.d.ts +23 -0
  193. package/lib/control/app-menu/app-menu-state.js +23 -0
  194. package/lib/control/app-menu/app-menu.controller.d.ts +52 -0
  195. package/lib/control/app-menu/app-menu.controller.js +91 -0
  196. package/lib/control/app-menu/app-menu.d.ts +10 -7
  197. package/lib/control/app-menu/app-menu.js +7 -11
  198. package/lib/control/app-menu/index.js +35 -5
  199. package/lib/control/form/form/form-control.d.ts +34 -0
  200. package/lib/control/form/form/form-state.d.ts +36 -0
  201. package/lib/control/form/form/form-state.js +39 -0
  202. package/lib/control/form/form/form.controller.d.ts +129 -0
  203. package/lib/control/form/form/form.controller.js +199 -0
  204. package/lib/control/form/form/index.js +46 -0
  205. package/lib/control/form/form-detail/form-detail/form-detail-state.d.ts +55 -0
  206. package/lib/control/form/form-detail/form-detail/form-detail-state.js +72 -0
  207. package/lib/control/form/form-detail/form-detail/form-detail.d.ts +106 -0
  208. package/lib/control/form/form-detail/form-detail/form-detail.js +176 -0
  209. package/lib/control/form/form-detail/form-detail/index.d.ts +2 -0
  210. package/lib/{views → control/form/form-detail/form-detail}/index.js +6 -8
  211. package/lib/control/form/form-detail/form-group-panel/form-group-panel-provider.d.ts +17 -0
  212. package/lib/control/form/form-detail/form-group-panel/form-group-panel-provider.js +20 -0
  213. package/lib/control/form/form-detail/form-group-panel/form-group-panel-state.d.ts +27 -0
  214. package/lib/control/form/form-detail/form-group-panel/form-group-panel-state.js +29 -0
  215. package/lib/control/form/form-detail/form-group-panel/form-group-panel.controller.d.ts +35 -0
  216. package/lib/control/form/form-detail/form-group-panel/form-group-panel.controller.js +59 -0
  217. package/lib/control/form/form-detail/form-group-panel/index.d.ts +3 -0
  218. package/lib/control/form/form-detail/form-group-panel/index.js +26 -0
  219. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +43 -0
  220. package/lib/control/form/form-detail/form-item/form-item-provider.d.ts +18 -0
  221. package/lib/control/form/form-detail/form-item/form-item-state.d.ts +27 -0
  222. package/lib/control/form/form-detail/form-item/form-item.controller.d.ts +139 -0
  223. package/lib/control/form/form-detail/form-item/form-item.d.ts +28 -0
  224. package/lib/control/form/form-detail/form-item/index.d.ts +3 -0
  225. package/lib/control/form/form-detail/form-page/form-page-item.d.ts +32 -0
  226. package/lib/control/form/form-detail/form-page/form-page-provider.d.ts +17 -0
  227. package/lib/control/form/form-detail/form-page/form-page-state.d.ts +12 -0
  228. package/lib/control/form/form-detail/form-page/form-page.controller.d.ts +16 -0
  229. package/lib/{layout/control-layout/control-layout.d.ts → control/form/form-detail/form-page/form-page.d.ts} +7 -9
  230. package/lib/control/form/form-detail/index.d.ts +3 -0
  231. package/lib/control/form/form-detail/index.js +26 -0
  232. package/lib/control/form/index.d.ts +8 -0
  233. package/lib/control/form/index.js +32 -0
  234. package/lib/control/form/search-form/index.js +15 -0
  235. package/lib/control/form/search-form/search-form-provider.d.ts +13 -0
  236. package/lib/{views/index-view/index-view-provider.js → control/form/search-form/search-form-provider.js} +3 -3
  237. package/lib/control/form/search-form/search-form-state.d.ts +19 -0
  238. package/lib/control/form/search-form/search-form-state.js +22 -0
  239. package/lib/control/form/search-form/search-form.controller.d.ts +86 -0
  240. package/lib/control/form/search-form/search-form.controller.js +128 -0
  241. package/{es/layout/view-shell/view-shell.d.ts → lib/control/form/search-form/search-form.d.ts} +17 -22
  242. package/lib/control/grid/grid/grid-column.controller.d.ts +76 -0
  243. package/lib/control/grid/grid/grid-column.controller.js +89 -0
  244. package/{es/control/grid-control → lib/control/grid/grid}/grid-control.util.d.ts +3 -2
  245. package/lib/control/grid/grid/grid-row.controller.d.ts +77 -0
  246. package/lib/control/grid/grid/grid-row.controller.js +85 -0
  247. package/lib/control/grid/grid/grid-state.d.ts +19 -0
  248. package/lib/control/grid/grid/grid-state.js +23 -0
  249. package/lib/control/grid/grid/grid.controller.d.ts +225 -0
  250. package/lib/control/grid/grid/grid.controller.js +386 -0
  251. package/lib/control/{grid-control → grid/grid-field-column}/grid-field-column-provider.d.ts +3 -1
  252. package/lib/control/{grid-control → grid/grid-field-column}/grid-field-column-provider.js +2 -2
  253. package/lib/control/grid/grid-field-column/grid-field-column.controller.d.ts +83 -0
  254. package/lib/control/grid/grid-field-column/grid-field-column.controller.js +144 -0
  255. package/lib/control/{grid-control → grid}/grid-field-column/grid-field-column.d.ts +9 -7
  256. package/lib/{common → control/grid}/grid-pagination/grid-pagination.d.ts +1 -1
  257. package/lib/control/grid/grid-ua-column/grid-ua-column-provider.d.ts +17 -0
  258. package/lib/control/grid/grid-ua-column/grid-ua-column-provider.js +20 -0
  259. package/lib/control/grid/grid-ua-column/grid-ua-column.controller.d.ts +28 -0
  260. package/lib/control/grid/grid-ua-column/grid-ua-column.controller.js +62 -0
  261. package/lib/control/grid/grid-ua-column/grid-ua-column.d.ts +46 -0
  262. package/lib/control/grid/index.js +35 -0
  263. package/lib/control/index.d.ts +4 -2
  264. package/lib/control/index.js +22 -6
  265. package/lib/control/panel/index.js +35 -0
  266. package/lib/control/panel/panel/index.d.ts +4 -0
  267. package/lib/control/panel/panel/index.js +34 -0
  268. package/lib/control/panel/panel/panel-item-state.d.ts +47 -0
  269. package/lib/control/panel/panel/panel-item-state.js +58 -0
  270. package/lib/control/panel/panel/panel-item.controller.d.ts +71 -0
  271. package/lib/control/panel/panel/panel-item.controller.js +135 -0
  272. package/lib/control/panel/panel/panel-state.d.ts +21 -0
  273. package/lib/control/panel/panel/panel-state.js +24 -0
  274. package/lib/control/panel/panel/panel.controller.d.ts +114 -0
  275. package/lib/control/panel/panel/panel.controller.js +187 -0
  276. package/lib/control/panel/view-layout-panel/index.d.ts +3 -0
  277. package/lib/control/panel/view-layout-panel/index.js +26 -0
  278. package/lib/control/panel/view-layout-panel/view-layout-panel-provider.d.ts +13 -0
  279. package/lib/control/panel/view-layout-panel/view-layout-panel-provider.js +14 -0
  280. package/lib/control/panel/view-layout-panel/view-layout-panel.controller.d.ts +38 -0
  281. package/lib/control/panel/view-layout-panel/view-layout-panel.controller.js +57 -0
  282. package/lib/control/panel/view-layout-panel/view-layout-panel.d.ts +41 -0
  283. package/lib/control/{toolbar-control → toolbar}/index.js +5 -5
  284. package/{es/control/toolbar-control → lib/control/toolbar}/toolbar-control.d.ts +4 -10
  285. package/lib/control/toolbar/toolbar-state.d.ts +24 -0
  286. package/lib/control/toolbar/toolbar-state.js +29 -0
  287. package/lib/control/toolbar/toolbar.controllerr.d.ts +33 -0
  288. package/lib/control/toolbar/toolbar.controllerr.js +81 -0
  289. package/lib/editor/index.d.ts +5 -0
  290. package/lib/editor/index.js +14 -0
  291. package/lib/editor/text-box/ibiz-input/ibiz-input.d.ts +51 -0
  292. package/lib/editor/text-box/index.d.ts +1 -0
  293. package/lib/editor/text-box/index.js +7 -0
  294. package/lib/editor/text-box/text-box-provider.d.ts +18 -0
  295. package/lib/editor/text-box/text-box-provider.js +29 -0
  296. package/lib/editor/text-box/text-box.controller.d.ts +20 -0
  297. package/lib/editor/text-box/text-box.controller.js +22 -0
  298. package/lib/index.d.ts +9 -2
  299. package/lib/index.js +45 -12
  300. package/lib/panel-component/auth-userinfo/auth-userinfo-provider.d.ts +16 -0
  301. package/lib/panel-component/auth-userinfo/auth-userinfo-provider.js +20 -0
  302. package/lib/panel-component/auth-userinfo/index.js +23 -0
  303. package/lib/panel-component/index.d.ts +10 -0
  304. package/lib/panel-component/index.js +55 -0
  305. package/lib/panel-component/nav-pos/index.js +30 -0
  306. package/lib/panel-component/nav-pos/nav-pos-provider.d.ts +17 -0
  307. package/lib/panel-component/nav-pos/nav-pos-provider.js +20 -0
  308. package/lib/panel-component/nav-pos/nav-pos-state.d.ts +14 -0
  309. package/lib/panel-component/nav-pos/nav-pos-state.js +17 -0
  310. package/lib/panel-component/nav-pos/nav-pos.controller.d.ts +66 -0
  311. package/lib/panel-component/nav-pos/nav-pos.controller.js +103 -0
  312. package/lib/panel-component/nav-pos/nav-pos.d.ts +27 -0
  313. package/lib/panel-component/nav-tabs/index.js +20 -0
  314. package/lib/panel-component/nav-tabs/nav-tabs-provider.d.ts +17 -0
  315. package/lib/panel-component/nav-tabs/nav-tabs-provider.js +20 -0
  316. package/lib/panel-component/nav-tabs/nav-tabs-state.d.ts +21 -0
  317. package/lib/panel-component/nav-tabs/nav-tabs-state.js +18 -0
  318. package/lib/panel-component/nav-tabs/nav-tabs.controller.js +124 -0
  319. package/lib/panel-component/nav-tabs/nav-tabs.d.ts +35 -0
  320. package/lib/panel-component/panel-container/index.js +33 -0
  321. package/lib/panel-component/panel-container/panel-container-provider.d.ts +16 -0
  322. package/lib/panel-component/panel-container/panel-container-provider.js +20 -0
  323. package/lib/panel-component/panel-container/panel-container-state.d.ts +12 -0
  324. package/lib/panel-component/panel-container/panel-container-state.js +6 -0
  325. package/lib/panel-component/panel-container/panel-container.controller.d.ts +14 -0
  326. package/lib/panel-component/panel-container/panel-container.controller.js +11 -0
  327. package/lib/panel-component/panel-container/panel-container.d.ts +28 -0
  328. package/lib/panel-component/panel-ctrl-pos/index.js +25 -0
  329. package/lib/panel-component/panel-ctrl-pos/panel-ctrl-pos-provider.d.ts +17 -0
  330. package/lib/panel-component/panel-ctrl-pos/panel-ctrl-pos-provider.js +20 -0
  331. package/lib/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.d.ts +21 -0
  332. package/lib/panel-component/panel-ctrl-pos/panel-ctrl-pos.controller.js +6 -0
  333. package/lib/panel-component/scroll-container/index.js +57 -0
  334. package/lib/panel-component/scroll-container/scroll-container/index.d.ts +3 -0
  335. package/lib/panel-component/scroll-container/scroll-container/index.js +26 -0
  336. package/lib/panel-component/scroll-container/scroll-container/scroll-container-provider.d.ts +17 -0
  337. package/lib/panel-component/scroll-container/scroll-container/scroll-container-provider.js +20 -0
  338. package/lib/panel-component/scroll-container/scroll-container/scroll-container.controller.d.ts +22 -0
  339. package/lib/panel-component/scroll-container/scroll-container/scroll-container.controller.js +11 -0
  340. package/lib/panel-component/scroll-container/scroll-container/scroll-container.d.ts +26 -0
  341. package/lib/panel-component/scroll-container/scroll-container-item/index.d.ts +3 -0
  342. package/lib/panel-component/scroll-container/scroll-container-item/index.js +26 -0
  343. package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item-provider.d.ts +17 -0
  344. package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item-provider.js +20 -0
  345. package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.d.ts +21 -0
  346. package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.js +6 -0
  347. package/lib/panel-component/scroll-container/scroll-container-item/scroll-container-item.d.ts +26 -0
  348. package/lib/view/index.js +15 -0
  349. package/{es/views/grid-view/grid-view-provider.d.ts → lib/view/view-provider.d.ts} +3 -3
  350. package/lib/{views/grid-view/grid-view-provider.js → view/view-provider.js} +3 -3
  351. package/lib/view-engine/grid-view-engine.d.ts +48 -0
  352. package/lib/view-engine/grid-view-engine.js +158 -0
  353. package/lib/view-engine/index-view-engine.d.ts +9 -0
  354. package/lib/view-engine/index-view-engine.js +20 -0
  355. package/lib/view-engine/index.d.ts +6 -0
  356. package/lib/view-engine/index.js +35 -0
  357. package/package.json +16 -16
  358. package/src/common/action-toolbar/action-toolbar.scss +31 -0
  359. package/src/common/action-toolbar/action-toolbar.tsx +117 -0
  360. package/src/common/app-col/app-col.tsx +34 -13
  361. package/src/common/app-icon/app-icon.tsx +0 -1
  362. package/src/common/app-router-view/app-router-view.tsx +2 -1
  363. package/src/common/app-row/app-row.tsx +2 -1
  364. package/src/{layout/control-layout/control-layout.scss → common/control-base/control-base.scss} +1 -1
  365. package/src/{layout → common}/control-base/control-base.tsx +4 -7
  366. package/src/common/index.ts +23 -4
  367. package/src/control/app-menu/app-menu-provider.ts +1 -1
  368. package/src/control/app-menu/app-menu.controller.ts +24 -5
  369. package/src/control/app-menu/app-menu.tsx +4 -13
  370. package/src/control/app-menu/index.ts +8 -3
  371. package/src/control/form/form/form-control.tsx +1 -1
  372. package/src/control/form/form/form.controller.ts +8 -9
  373. package/src/control/form/form/index.ts +4 -4
  374. package/src/control/form/form-detail/form-detail/form-detail-state.ts +2 -2
  375. package/src/control/form/form-detail/form-detail/form-detail.ts +7 -13
  376. package/src/control/form/form-detail/form-group-panel/form-group-panel.controller.ts +9 -5
  377. package/src/control/form/form-detail/form-item/form-item.controller.ts +2 -1
  378. package/src/control/form/form-detail/form-item/form-item.tsx +2 -4
  379. package/src/control/form/form-detail/form-page/form-page-item.tsx +3 -6
  380. package/src/control/form/search-form/index.ts +4 -4
  381. package/src/control/form/search-form/search-form-provider.ts +1 -1
  382. package/src/control/form/search-form/search-form-state.ts +9 -1
  383. package/src/control/form/search-form/search-form.controller.ts +21 -1
  384. package/src/control/form/search-form/search-form.tsx +4 -3
  385. package/src/control/grid/grid/grid-control.tsx +1 -1
  386. package/src/control/grid/grid/grid-row.controller.ts +4 -4
  387. package/src/control/grid/grid/grid.controller.ts +22 -14
  388. package/src/control/grid/grid/grid.scss +1 -0
  389. package/src/control/grid/grid-ua-column/grid-ua-column-provider.ts +26 -0
  390. package/src/control/grid/grid-ua-column/grid-ua-column.controller.ts +80 -0
  391. package/src/control/grid/grid-ua-column/grid-ua-column.scss +20 -0
  392. package/src/control/grid/grid-ua-column/grid-ua-column.tsx +75 -0
  393. package/src/control/grid/index.ts +13 -5
  394. package/src/control/index.ts +1 -0
  395. package/src/control/panel/index.ts +6 -10
  396. package/src/control/panel/panel/index.ts +4 -0
  397. package/src/control/panel/panel/panel-item-state.ts +2 -2
  398. package/src/control/panel/panel/panel-item.controller.ts +7 -13
  399. package/src/control/panel/panel/panel.controller.ts +10 -12
  400. package/src/control/panel/view-layout-panel/index.ts +3 -0
  401. package/src/control/panel/view-layout-panel/view-layout-panel-provider.ts +1 -1
  402. package/src/control/panel/view-layout-panel/view-layout-panel.controller.ts +9 -2
  403. package/src/control/panel/view-layout-panel/view-layout-panel.scss +6 -0
  404. package/src/control/panel/view-layout-panel/view-layout-panel.tsx +5 -10
  405. package/src/control/toolbar/index.ts +3 -3
  406. package/src/control/toolbar/toolbar-control.tsx +1 -2
  407. package/src/control/toolbar/toolbar.controllerr.ts +30 -36
  408. package/src/editor/index.ts +2 -2
  409. package/src/index.ts +14 -37
  410. package/src/panel-component/auth-userinfo/auth-userinfo-provider.ts +26 -0
  411. package/src/panel-component/auth-userinfo/auth-userinfo.scss +34 -0
  412. package/src/{common/app-user/app-user.tsx → panel-component/auth-userinfo/auth-userinfo.tsx} +18 -6
  413. package/src/panel-component/auth-userinfo/index.ts +17 -0
  414. package/src/panel-component/index.ts +26 -0
  415. package/src/panel-component/nav-pos/index.ts +16 -0
  416. package/src/panel-component/nav-pos/nav-pos-provider.ts +27 -0
  417. package/src/panel-component/nav-pos/nav-pos-state.ts +16 -0
  418. package/src/panel-component/nav-pos/nav-pos.controller.ts +117 -0
  419. package/src/panel-component/nav-pos/nav-pos.scss +4 -0
  420. package/src/panel-component/nav-pos/nav-pos.tsx +79 -0
  421. package/src/panel-component/nav-tabs/index.ts +14 -0
  422. package/src/panel-component/nav-tabs/nav-tabs-provider.ts +27 -0
  423. package/src/panel-component/nav-tabs/nav-tabs-state.ts +24 -0
  424. package/src/panel-component/nav-tabs/nav-tabs.controller.ts +146 -0
  425. package/src/panel-component/nav-tabs/nav-tabs.scss +64 -0
  426. package/src/panel-component/nav-tabs/nav-tabs.tsx +141 -0
  427. package/src/{control/panel → panel-component}/panel-container/index.ts +3 -2
  428. package/src/{control/panel → panel-component}/panel-container/panel-container-provider.ts +1 -2
  429. package/src/{control/panel → panel-component}/panel-container/panel-container-state.ts +1 -1
  430. package/src/{control/panel → panel-component}/panel-container/panel-container.controller.ts +1 -1
  431. package/src/{control/panel → panel-component}/panel-container/panel-container.tsx +2 -4
  432. package/src/{control/panel → panel-component}/panel-ctrl-pos/index.ts +3 -2
  433. package/src/{control/panel → panel-component}/panel-ctrl-pos/panel-ctrl-pos-provider.ts +2 -3
  434. package/src/{control/panel → panel-component}/panel-ctrl-pos/panel-ctrl-pos.controller.ts +1 -2
  435. package/src/panel-component/panel-ctrl-pos/panel-ctrl-pos.scss +4 -0
  436. package/src/{control/panel → panel-component}/panel-ctrl-pos/panel-ctrl-pos.tsx +3 -2
  437. package/src/panel-component/scroll-container/index.ts +44 -0
  438. package/src/panel-component/scroll-container/scroll-container/index.ts +3 -0
  439. package/src/panel-component/scroll-container/scroll-container/scroll-container-provider.ts +27 -0
  440. package/src/panel-component/scroll-container/scroll-container/scroll-container.controller.ts +32 -0
  441. package/src/panel-component/scroll-container/scroll-container/scroll-container.scss +30 -0
  442. package/src/panel-component/scroll-container/scroll-container/scroll-container.tsx +108 -0
  443. package/src/panel-component/scroll-container/scroll-container-item/index.ts +3 -0
  444. package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item-provider.ts +27 -0
  445. package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item.controller.ts +25 -0
  446. package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item.scss +5 -0
  447. package/src/panel-component/scroll-container/scroll-container-item/scroll-container-item.tsx +59 -0
  448. package/src/view/ibiz-view.scss +13 -0
  449. package/src/view/ibiz-view.tsx +75 -0
  450. package/src/{views/view → view}/index.ts +3 -3
  451. package/src/view-engine/grid-view-engine.ts +200 -0
  452. package/src/view-engine/index-view-engine.ts +34 -0
  453. package/src/view-engine/index.ts +24 -0
  454. package/es/common/app-user/app-user.d.ts +0 -8
  455. package/es/common/app-user/app-user.js +0 -60
  456. package/es/common/grid-pagination/index.d.ts +0 -40
  457. package/es/common/grid-pagination/index.js +0 -9
  458. package/es/common/quick-search/quick-search.d.ts +0 -30
  459. package/es/common/quick-search/quick-search.js +0 -63
  460. package/es/common/tab-page-exp/tab-page-exp.d.ts +0 -69
  461. package/es/common/tab-page-exp/tab-page-exp.js +0 -117
  462. package/es/control/app-menu/index.d.ts +0 -53
  463. package/es/control/grid-control/grid-control.d.ts +0 -158
  464. package/es/control/grid-control/index.d.ts +0 -114
  465. package/es/control/grid-control/index.js +0 -23
  466. package/es/control/toolbar-control/index.d.ts +0 -43
  467. package/es/control/toolbar-control/index.js +0 -12
  468. package/es/layout/app-layout/app-layout.d.ts +0 -32
  469. package/es/layout/control-base/control-base.d.ts +0 -17
  470. package/es/layout/control-shell/control-shell.d.ts +0 -18
  471. package/es/layout/index.d.ts +0 -10
  472. package/es/layout/index.js +0 -20
  473. package/es/layout/md-view-base/md-view-base.d.ts +0 -12
  474. package/es/layout/md-view-base/md-view-base.js +0 -35
  475. package/es/layout/router-shell/router-shell.d.ts +0 -27
  476. package/es/layout/router-shell/router-shell.js +0 -96
  477. package/es/layout/view-base/view-base.d.ts +0 -18
  478. package/es/layout/view-layout/view-layout.d.ts +0 -44
  479. package/es/util/install.d.ts +0 -3
  480. package/es/util/install.js +0 -9
  481. package/es/views/edit-view/index.d.ts +0 -3
  482. package/es/views/edit-view/index.js +0 -9
  483. package/es/views/edit-view/src/edit-view.css +0 -6
  484. package/es/views/edit-view/src/edit-view.d.ts +0 -3
  485. package/es/views/edit-view/src/edit-view.js +0 -15
  486. package/es/views/grid-view/grid-view-engine.d.ts +0 -8
  487. package/es/views/grid-view/grid-view-engine.js +0 -21
  488. package/es/views/grid-view/grid-view.d.ts +0 -32
  489. package/es/views/grid-view/grid-view.js +0 -64
  490. package/es/views/grid-view/index.d.ts +0 -32
  491. package/es/views/grid-view/index.js +0 -14
  492. package/es/views/index-view/index-view-default.d.ts +0 -22
  493. package/es/views/index-view/index-view-default.js +0 -117
  494. package/es/views/index-view/index-view-engine.d.ts +0 -6
  495. package/es/views/index-view/index-view-engine.js +0 -9
  496. package/es/views/index-view/index-view-exp.d.ts +0 -29
  497. package/es/views/index-view/index-view-exp.js +0 -177
  498. package/es/views/index-view/index-view-provider.d.ts +0 -13
  499. package/es/views/index-view/index-view.d.ts +0 -44
  500. package/es/views/index-view/index-view.js +0 -155
  501. package/es/views/index-view/index.d.ts +0 -44
  502. package/es/views/index-view/index.js +0 -14
  503. package/es/views/index.d.ts +0 -4
  504. package/es/views/index.js +0 -6
  505. package/lib/common/app-user/app-user.d.ts +0 -8
  506. package/lib/common/app-user/app-user.js +0 -60
  507. package/lib/common/grid-pagination/index.d.ts +0 -40
  508. package/lib/common/grid-pagination/index.js +0 -9
  509. package/lib/common/quick-search/quick-search.d.ts +0 -30
  510. package/lib/common/quick-search/quick-search.js +0 -63
  511. package/lib/common/tab-page-exp/tab-page-exp.d.ts +0 -69
  512. package/lib/common/tab-page-exp/tab-page-exp.js +0 -117
  513. package/lib/control/app-menu/index.d.ts +0 -53
  514. package/lib/control/grid-control/grid-control.d.ts +0 -158
  515. package/lib/control/grid-control/index.d.ts +0 -114
  516. package/lib/control/grid-control/index.js +0 -24
  517. package/lib/control/toolbar-control/index.d.ts +0 -43
  518. package/lib/layout/app-layout/app-layout.d.ts +0 -32
  519. package/lib/layout/control-base/control-base.d.ts +0 -17
  520. package/lib/layout/control-shell/control-shell.d.ts +0 -18
  521. package/lib/layout/index.d.ts +0 -10
  522. package/lib/layout/index.js +0 -44
  523. package/lib/layout/md-view-base/md-view-base.d.ts +0 -12
  524. package/lib/layout/md-view-base/md-view-base.js +0 -35
  525. package/lib/layout/router-shell/router-shell.d.ts +0 -27
  526. package/lib/layout/router-shell/router-shell.js +0 -96
  527. package/lib/layout/view-base/view-base.d.ts +0 -18
  528. package/lib/layout/view-layout/view-layout.d.ts +0 -44
  529. package/lib/util/install.d.ts +0 -3
  530. package/lib/util/install.js +0 -9
  531. package/lib/views/edit-view/index.d.ts +0 -3
  532. package/lib/views/edit-view/index.js +0 -8
  533. package/lib/views/edit-view/src/edit-view.css +0 -6
  534. package/lib/views/edit-view/src/edit-view.d.ts +0 -3
  535. package/lib/views/edit-view/src/edit-view.js +0 -14
  536. package/lib/views/grid-view/grid-view-engine.d.ts +0 -8
  537. package/lib/views/grid-view/grid-view-engine.js +0 -21
  538. package/lib/views/grid-view/grid-view.d.ts +0 -32
  539. package/lib/views/grid-view/grid-view.js +0 -64
  540. package/lib/views/grid-view/index.d.ts +0 -32
  541. package/lib/views/grid-view/index.js +0 -14
  542. package/lib/views/index-view/index-view-default.d.ts +0 -22
  543. package/lib/views/index-view/index-view-default.js +0 -117
  544. package/lib/views/index-view/index-view-engine.d.ts +0 -6
  545. package/lib/views/index-view/index-view-engine.js +0 -9
  546. package/lib/views/index-view/index-view-exp.d.ts +0 -29
  547. package/lib/views/index-view/index-view-exp.js +0 -177
  548. package/lib/views/index-view/index-view-provider.d.ts +0 -13
  549. package/lib/views/index-view/index-view.d.ts +0 -44
  550. package/lib/views/index-view/index-view.js +0 -155
  551. package/lib/views/index-view/index.d.ts +0 -44
  552. package/lib/views/index-view/index.js +0 -14
  553. package/lib/views/index.d.ts +0 -4
  554. package/src/common/app-user/app-user.scss +0 -32
  555. package/src/common/quick-search/quick-search.scss +0 -15
  556. package/src/common/quick-search/quick-search.tsx +0 -59
  557. package/src/common/tab-page-exp/tab-page-exp.scss +0 -43
  558. package/src/common/tab-page-exp/tab-page-exp.tsx +0 -125
  559. package/src/control/panel/view-layout-panel.json +0 -141
  560. package/src/layout/app-layout/app-layout.scss +0 -133
  561. package/src/layout/app-layout/app-layout.tsx +0 -149
  562. package/src/layout/control-layout/control-layout.tsx +0 -29
  563. package/src/layout/index.ts +0 -15
  564. package/src/layout/md-view-base/md-view-base.tsx +0 -69
  565. package/src/layout/view-base/view-base.scss +0 -11
  566. package/src/layout/view-base/view-base.tsx +0 -147
  567. package/src/layout/view-layout/view-layout.scss +0 -198
  568. package/src/layout/view-layout/view-layout.tsx +0 -115
  569. package/src/util/install.ts +0 -11
  570. package/src/views/grid-view/grid-view-engine.ts +0 -68
  571. package/src/views/grid-view/index.ts +0 -12
  572. package/src/views/index-view/index-view-default.ts +0 -168
  573. package/src/views/index-view/index-view-engine.ts +0 -10
  574. package/src/views/index-view/index-view-exp.ts +0 -261
  575. package/src/views/index-view/index-view-provider.ts +0 -14
  576. package/src/views/index-view/index-view.tsx +0 -249
  577. package/src/views/index-view/index.ts +0 -14
  578. package/src/views/index.ts +0 -3
  579. package/src/views/view/ibiz-view.tsx +0 -49
  580. /package/es/control/{grid-control → grid/grid}/grid-control.util.js +0 -0
  581. /package/es/control/{grid-control → grid/grid}/grid-provider.d.ts +0 -0
  582. /package/es/control/{grid-control → grid/grid}/grid-provider.js +0 -0
  583. /package/es/{common → control/grid}/grid-pagination/grid-pagination.js +0 -0
  584. /package/es/control/{toolbar-control → toolbar}/toolbar-provider.d.ts +0 -0
  585. /package/es/control/{toolbar-control → toolbar}/toolbar-provider.js +0 -0
  586. /package/lib/control/{grid-control → grid/grid}/grid-control.util.js +0 -0
  587. /package/lib/control/{grid-control → grid/grid}/grid-provider.d.ts +0 -0
  588. /package/lib/control/{grid-control → grid/grid}/grid-provider.js +0 -0
  589. /package/lib/{common → control/grid}/grid-pagination/grid-pagination.js +0 -0
  590. /package/lib/control/{toolbar-control → toolbar}/toolbar-provider.d.ts +0 -0
  591. /package/lib/control/{toolbar-control → toolbar}/toolbar-provider.js +0 -0
  592. /package/src/{control/panel → panel-component}/panel-container/panel-container.scss +0 -0
  593. /package/src/{views/view → view}/view-provider.ts +0 -0
@@ -1,4 +1,5 @@
1
1
  import { PropType, VNode } from 'vue';
2
+ import { RouteLocationNormalizedLoaded } from 'vue-router';
2
3
  /**
3
4
  * 只会第一次绘制的时候绘制路由相关的内容,后面路由导致的router-view的回调都屏蔽了。
4
5
  * 通过变更manualKey,来强制刷新router-view的slot回调。并且吧manualKey传给Component的key,搭配AppKeepAlive可以缓存组件
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("vue");
4
+ const ramda = require("ramda");
4
5
  const AppRouterView = /* @__PURE__ */ vue.defineComponent({
5
6
  name: "AppRouterView",
6
7
  inheritAttrs: false,
@@ -20,7 +21,7 @@ const AppRouterView = /* @__PURE__ */ vue.defineComponent({
20
21
  const cache = {};
21
22
  let isActive = true;
22
23
  vue.watch(() => props.manualKey, (newVal, oldVal) => {
23
- if (newVal && newVal !== oldVal) {
24
+ if (ramda.isNotNil(newVal) && newVal !== oldVal) {
24
25
  isActive = true;
25
26
  }
26
27
  });
@@ -0,0 +1,9 @@
1
+ import { ILayout } from '@ibiz/model-core';
2
+ import { PropType } from 'vue';
3
+ export declare const AppRow: import("vue").DefineComponent<{
4
+ layout: PropType<ILayout>;
5
+ }, {
6
+ ns: import("@ibiz-template/core").Namespace;
7
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
+ layout: PropType<ILayout>;
9
+ }>>, {}>;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const vue = require("vue");
4
+ const vue3Util = require("@ibiz-template/vue3-util");
5
+ function _isSlot(s) {
6
+ return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
7
+ }
8
+ const AppRow = /* @__PURE__ */ vue.defineComponent({
9
+ name: "AppRow",
10
+ props: {
11
+ layout: Object
12
+ },
13
+ setup() {
14
+ const ns = vue3Util.useNamespace("row");
15
+ return {
16
+ ns
17
+ };
18
+ },
19
+ render() {
20
+ var _a, _b, _c;
21
+ const defaultSlot = (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a);
22
+ if (((_c = this.layout) == null ? void 0 : _c.layout) === "FLEX") {
23
+ const {
24
+ dir,
25
+ align,
26
+ valign
27
+ } = this.layout;
28
+ const _dir = dir || "column";
29
+ return vue.createVNode("div", {
30
+ "class": [this.ns.b(), this.ns.m("flex")],
31
+ "style": `display:flex;flex-direction: ${_dir};justify-content: ${align};align-items: ${valign};`
32
+ }, [defaultSlot]);
33
+ }
34
+ return vue.createVNode(vue.resolveComponent("el-row"), {
35
+ "class": [this.ns.b(), this.ns.m("grid")]
36
+ }, _isSlot(defaultSlot) ? defaultSlot : {
37
+ default: () => [defaultSlot]
38
+ });
39
+ }
40
+ });
41
+ exports.AppRow = AppRow;
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("vue");
4
4
  const vue3Util = require("@ibiz-template/vue3-util");
5
- const lodashEs = require("lodash-es");
6
5
  const ControlBase = /* @__PURE__ */ vue.defineComponent({
7
6
  props: {
8
7
  controller: {
@@ -19,24 +18,18 @@ const ControlBase = /* @__PURE__ */ vue.defineComponent({
19
18
  } = props.controller.model;
20
19
  const typeClass = controlType.toLowerCase();
21
20
  const sysCssName = sysCss == null ? void 0 : sysCss.cssName;
22
- const modelClass = lodashEs.kebabCase(codeName);
23
21
  return {
24
22
  ns,
25
23
  typeClass,
26
24
  sysCssName,
27
- modelClass
25
+ codeName
28
26
  };
29
27
  },
30
28
  render() {
31
- return vue.createVNode(vue.resolveComponent("control-layout"), {
32
- "modelData": this.controller.model,
33
- "class": [this.ns.b(), this.ns.b(this.typeClass), this.ns.m(this.modelClass), this.sysCssName]
34
- }, {
35
- default: () => {
36
- var _a, _b;
37
- return [(_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)];
38
- }
39
- });
29
+ var _a, _b;
30
+ return vue.createVNode("div", {
31
+ "class": [this.ns.b(), this.ns.b(this.typeClass), this.ns.m(this.codeName), this.sysCssName]
32
+ }, [(_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)]);
40
33
  }
41
34
  });
42
35
  exports.ControlBase = ControlBase;
@@ -1,8 +1,10 @@
1
+ import { App } from 'vue';
1
2
  export * from './app-icon/app-icon';
2
3
  export * from './app-keep-alive/app-keep-alive';
3
- export * from './app-keep-alive/scheduler';
4
4
  export * from './app-router-view/app-router-view';
5
- export * from './app-user/app-user';
6
- export * from './grid-pagination/index';
7
- export * from './quick-search/quick-search';
8
- export * from './tab-page-exp/tab-page-exp';
5
+ export * from './app-col/app-col';
6
+ export * from './app-row/app-row';
7
+ export declare const IBizCommonComponents: {
8
+ install: (v: App) => void;
9
+ };
10
+ export default IBizCommonComponents;
@@ -1,32 +1,44 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const actionToolbar = require("./action-toolbar/action-toolbar");
4
+ const appCol = require("./app-col/app-col");
3
5
  const appIcon = require("./app-icon/app-icon");
4
6
  const appKeepAlive = require("./app-keep-alive/app-keep-alive");
5
- const scheduler = require("./app-keep-alive/scheduler");
6
7
  const appRouterView = require("./app-router-view/app-router-view");
7
- const appUser = require("./app-user/app-user");
8
- const index = require("./grid-pagination/index");
9
- const quickSearch = require("./quick-search/quick-search");
10
- const tabPageExp = require("./tab-page-exp/tab-page-exp");
11
- Object.keys(appIcon).forEach((k) => {
8
+ const appRow = require("./app-row/app-row");
9
+ const controlBase = require("./control-base/control-base");
10
+ const IBizCommonComponents = {
11
+ install: (v) => {
12
+ v.component("ControlBase", controlBase.ControlBase);
13
+ v.component("AppKeepAlive", appKeepAlive.AppKeepAlive);
14
+ v.component("AppIcon", appIcon.AppIcon);
15
+ v.component("AppRow", appRow.AppRow);
16
+ v.component("AppCol", appCol.AppCol);
17
+ v.component("AppRouterView", appRouterView.AppRouterView);
18
+ v.component("ActionToolbar", actionToolbar.ActionToolbar);
19
+ }
20
+ };
21
+ exports.IBizCommonComponents = IBizCommonComponents;
22
+ exports.default = IBizCommonComponents;
23
+ Object.keys(appCol).forEach((k) => {
12
24
  if (k !== "default" && !exports.hasOwnProperty(k))
13
25
  Object.defineProperty(exports, k, {
14
26
  enumerable: true,
15
- get: () => appIcon[k]
27
+ get: () => appCol[k]
16
28
  });
17
29
  });
18
- Object.keys(appKeepAlive).forEach((k) => {
30
+ Object.keys(appIcon).forEach((k) => {
19
31
  if (k !== "default" && !exports.hasOwnProperty(k))
20
32
  Object.defineProperty(exports, k, {
21
33
  enumerable: true,
22
- get: () => appKeepAlive[k]
34
+ get: () => appIcon[k]
23
35
  });
24
36
  });
25
- Object.keys(scheduler).forEach((k) => {
37
+ Object.keys(appKeepAlive).forEach((k) => {
26
38
  if (k !== "default" && !exports.hasOwnProperty(k))
27
39
  Object.defineProperty(exports, k, {
28
40
  enumerable: true,
29
- get: () => scheduler[k]
41
+ get: () => appKeepAlive[k]
30
42
  });
31
43
  });
32
44
  Object.keys(appRouterView).forEach((k) => {
@@ -36,31 +48,10 @@ Object.keys(appRouterView).forEach((k) => {
36
48
  get: () => appRouterView[k]
37
49
  });
38
50
  });
39
- Object.keys(appUser).forEach((k) => {
40
- if (k !== "default" && !exports.hasOwnProperty(k))
41
- Object.defineProperty(exports, k, {
42
- enumerable: true,
43
- get: () => appUser[k]
44
- });
45
- });
46
- Object.keys(index).forEach((k) => {
47
- if (k !== "default" && !exports.hasOwnProperty(k))
48
- Object.defineProperty(exports, k, {
49
- enumerable: true,
50
- get: () => index[k]
51
- });
52
- });
53
- Object.keys(quickSearch).forEach((k) => {
54
- if (k !== "default" && !exports.hasOwnProperty(k))
55
- Object.defineProperty(exports, k, {
56
- enumerable: true,
57
- get: () => quickSearch[k]
58
- });
59
- });
60
- Object.keys(tabPageExp).forEach((k) => {
51
+ Object.keys(appRow).forEach((k) => {
61
52
  if (k !== "default" && !exports.hasOwnProperty(k))
62
53
  Object.defineProperty(exports, k, {
63
54
  enumerable: true,
64
- get: () => tabPageExp[k]
55
+ get: () => appRow[k]
65
56
  });
66
57
  });
@@ -8,7 +8,7 @@ var __publicField = (obj, key, value) => {
8
8
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
9
9
  class AppMenuProvider {
10
10
  constructor() {
11
- __publicField(this, "component", "AppMenu");
11
+ __publicField(this, "component", "AppMenuControl");
12
12
  }
13
13
  }
14
14
  exports.AppMenuProvider = AppMenuProvider;
@@ -0,0 +1,23 @@
1
+ import { ControlState } from '@ibiz-template/runtime';
2
+ /**
3
+ * 应用菜单部件UI状态
4
+ *
5
+ * @export
6
+ * @class AppMenuState
7
+ * @extends {ControlState}
8
+ */
9
+ export declare class AppMenuState extends ControlState {
10
+ /**
11
+ * 菜单项状态
12
+ *
13
+ * @author lxm
14
+ * @date 2022-10-12 20:10:51
15
+ * @type {{ [p: string]: { visible: boolean; permitted: boolean } }}
16
+ */
17
+ menuItemsState: {
18
+ [p: string]: {
19
+ visible: boolean;
20
+ permitted: boolean;
21
+ };
22
+ };
23
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
+ var __publicField = (obj, key, value) => {
5
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
6
+ return value;
7
+ };
8
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
9
+ const runtime = require("@ibiz-template/runtime");
10
+ class AppMenuState extends runtime.ControlState {
11
+ constructor() {
12
+ super(...arguments);
13
+ /**
14
+ * 菜单项状态
15
+ *
16
+ * @author lxm
17
+ * @date 2022-10-12 20:10:51
18
+ * @type {{ [p: string]: { visible: boolean; permitted: boolean } }}
19
+ */
20
+ __publicField(this, "menuItemsState", {});
21
+ }
22
+ }
23
+ exports.AppMenuState = AppMenuState;
@@ -0,0 +1,52 @@
1
+ import { ControlController, IAppMenuController, ControllerEvent, IAppMenuEvent, Application } from '@ibiz-template/runtime';
2
+ import { IAppMenu, IAppMenuItem } from '@ibiz/model-core';
3
+ import { AppMenuState } from './app-menu-state';
4
+ /**
5
+ * 应用菜单控制器
6
+ *
7
+ * @author chitanda
8
+ * @date 2022-07-24 15:07:07
9
+ * @export
10
+ * @class AppMenuController
11
+ * @extends {ControlController}
12
+ */
13
+ export declare class AppMenuController extends ControlController<IAppMenu> implements IAppMenuController {
14
+ state: AppMenuState;
15
+ evt: ControllerEvent<IAppMenuEvent>;
16
+ /**
17
+ * 菜单项状态
18
+ *
19
+ * @deprecated
20
+ * @author lxm
21
+ * @date 2022-10-12 20:10:51
22
+ * @type {{ [p: string]: { visible: boolean; permitted: boolean } }}
23
+ */
24
+ menuItemsState: {
25
+ [p: string]: {
26
+ visible: boolean;
27
+ permitted: boolean;
28
+ };
29
+ };
30
+ app: Application;
31
+ protected doCreated(): Promise<void>;
32
+ /**
33
+ * 菜单项点击回调,触发对应的应用功能
34
+ *
35
+ * @author chitanda
36
+ * @date 2022-12-22 14:12:53
37
+ * @param {string} id
38
+ * @return {*} {Promise<void>}
39
+ */
40
+ onClickMenuItem(id: string, event: MouseEvent): Promise<void>;
41
+ /**
42
+ * 初始化菜单项状态
43
+ *
44
+ * @author lxm
45
+ * @date 2022-10-12 20:10:37
46
+ * @param {AppMenuItemModel} menu
47
+ */
48
+ initMenuItemState(menu: IAppMenuItem): {
49
+ visible: boolean;
50
+ permitted: boolean;
51
+ };
52
+ }
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
+ var __publicField = (obj, key, value) => {
5
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
6
+ return value;
7
+ };
8
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
9
+ const core = require("@ibiz-template/core");
10
+ const runtime = require("@ibiz-template/runtime");
11
+ const appMenuState = require("./app-menu-state");
12
+ class AppMenuController extends runtime.ControlController {
13
+ constructor() {
14
+ super(...arguments);
15
+ __publicField(this, "state", new appMenuState.AppMenuState());
16
+ /**
17
+ * 菜单项状态
18
+ *
19
+ * @deprecated
20
+ * @author lxm
21
+ * @date 2022-10-12 20:10:51
22
+ * @type {{ [p: string]: { visible: boolean; permitted: boolean } }}
23
+ */
24
+ __publicField(this, "menuItemsState", {});
25
+ __publicField(this, "app");
26
+ }
27
+ async doCreated() {
28
+ var _a;
29
+ await super.doCreated();
30
+ this.app = await ibiz.hub.getApp(this.context.srfappid);
31
+ (_a = this.model.appMenuItems) == null ? void 0 : _a.forEach((item) => {
32
+ this.initMenuItemState(item);
33
+ });
34
+ }
35
+ /**
36
+ * 菜单项点击回调,触发对应的应用功能
37
+ *
38
+ * @author chitanda
39
+ * @date 2022-12-22 14:12:53
40
+ * @param {string} id
41
+ * @return {*} {Promise<void>}
42
+ */
43
+ async onClickMenuItem(id, event) {
44
+ const menuItem = runtime.findRecursiveChild(this.model, id, {
45
+ compareField: "id",
46
+ childrenFields: ["appMenuItems"]
47
+ });
48
+ if (!menuItem) {
49
+ throw new core.RuntimeError(`找不到名为${id}的菜单项`);
50
+ }
51
+ this.evt.emit("onClick", {
52
+ eventArg: id,
53
+ event
54
+ });
55
+ await ibiz.commands.execute(
56
+ runtime.AppFuncCommand.TAG,
57
+ menuItem.appFuncId,
58
+ this.context,
59
+ this.params
60
+ );
61
+ }
62
+ /**
63
+ * 初始化菜单项状态
64
+ *
65
+ * @author lxm
66
+ * @date 2022-10-12 20:10:37
67
+ * @param {AppMenuItemModel} menu
68
+ */
69
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
70
+ initMenuItemState(menu) {
71
+ var _a;
72
+ let permitted = true;
73
+ if (menu.accessKey) {
74
+ permitted = this.app.authority.calcByResCode(menu.accessKey);
75
+ }
76
+ let visible = permitted;
77
+ if ((_a = menu.appMenuItems) == null ? void 0 : _a.length) {
78
+ const childrenState = menu.appMenuItems.map((child) => {
79
+ return this.initMenuItemState(child).visible;
80
+ });
81
+ visible = visible && childrenState.includes(true);
82
+ }
83
+ const result = { permitted, visible };
84
+ this.state.menuItemsState[menu.id] = result;
85
+ return {
86
+ visible: true,
87
+ permitted: true
88
+ };
89
+ }
90
+ }
91
+ exports.AppMenuController = AppMenuController;
@@ -1,5 +1,8 @@
1
+ import { Namespace } from '@ibiz-template/core';
2
+ import { IAppMenu } from '@ibiz/model-core';
1
3
  import { PropType, Ref } from 'vue';
2
4
  import './app-menu.scss';
5
+ import { AppMenuController } from './app-menu.controller';
3
6
  export declare const AppMenu: import("vue").DefineComponent<{
4
7
  modelData: {
5
8
  type: PropType<IAppMenu>;
@@ -20,11 +23,11 @@ export declare const AppMenu: import("vue").DefineComponent<{
20
23
  default: string;
21
24
  };
22
25
  }, {
23
- menus: Ref<any[]>;
24
- c: any;
25
- key: any;
26
- onClick: (key: string) => Promise<void>;
27
- ns: any;
26
+ menus: Ref<IDatum[]>;
27
+ c: AppMenuController;
28
+ key: Ref<string>;
29
+ onClick: (key: string, event: MouseEvent) => Promise<void>;
30
+ ns: Namespace;
28
31
  defaultActive: Ref<string>;
29
32
  defaultOpens: Ref<string[]>;
30
33
  MenuMode: import("vue").ComputedRef<"horizontal" | "vertical">;
@@ -48,7 +51,7 @@ export declare const AppMenu: import("vue").DefineComponent<{
48
51
  default: string;
49
52
  };
50
53
  }>>, {
51
- collapse: boolean;
52
- params: IParams;
53
54
  mode: string;
55
+ params: IParams;
56
+ collapse: boolean;
54
57
  }>;
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("vue");
4
4
  const vue3Util = require("@ibiz-template/vue3-util");
5
- const runtime = require("@ibiz-template/runtime");
6
5
  const qxUtil = require("qx-util");
6
+ const appMenu_controller = require("./app-menu.controller");
7
7
  const appMenu = "";
8
8
  function _isSlot(s) {
9
9
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
@@ -74,7 +74,7 @@ function renderSubmenu(isFirst, subMenu, collapse, ns, c) {
74
74
  });
75
75
  }
76
76
  const AppMenu = /* @__PURE__ */ vue.defineComponent({
77
- name: "AppMenu",
77
+ name: "AppMenuControl",
78
78
  props: {
79
79
  modelData: {
80
80
  type: Object,
@@ -99,18 +99,14 @@ const AppMenu = /* @__PURE__ */ vue.defineComponent({
99
99
  const {
100
100
  proxy
101
101
  } = vue.getCurrentInstance();
102
- const c = vue3Util.useControlController((...args) => new runtime.AppMenuController(...args));
102
+ const c = vue3Util.useControlController((...args) => new appMenu_controller.AppMenuController(...args));
103
+ const ns = vue3Util.useNamespace(`control-${c.model.controlType.toLowerCase()}`);
103
104
  const menus = vue.ref(getMenus(c.model.appMenuItems));
104
105
  const defaultActive = vue.ref("");
105
106
  const defaultOpens = vue.ref([]);
106
- let menuClickDoing = false;
107
- const onClick = async (key2) => {
108
- menuClickDoing = true;
109
- await c.onClickMenuItem(key2);
110
- menuClickDoing = false;
107
+ const onClick = async (key2, event) => {
108
+ await c.onClickMenuItem(key2, event);
111
109
  };
112
- console.log(menuClickDoing);
113
- const ns = vue3Util.useNamespace("control-menu");
114
110
  const key = vue.ref(qxUtil.createUUID());
115
111
  const updateMenu = () => {
116
112
  setTimeout(() => {
@@ -152,7 +148,7 @@ const AppMenu = /* @__PURE__ */ vue.defineComponent({
152
148
  "class": [this.ns.b(), this.ns.is("collapse", this.collapse)],
153
149
  "controller": this.c
154
150
  }, {
155
- default: () => [vue.createVNode(vue.resolveComponent("el-menu"), {
151
+ default: () => [this.c.state.complete && vue.createVNode(vue.resolveComponent("el-menu"), {
156
152
  "key": this.key,
157
153
  "ref": "menu",
158
154
  "default-active": this.defaultActive,
@@ -1,12 +1,42 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const runtime = require("@ibiz-template/runtime");
4
- const install = require("../../util/install");
4
+ const vue3Util = require("@ibiz-template/vue3-util");
5
5
  const appMenu = require("./app-menu");
6
6
  const appMenuProvider = require("./app-menu-provider");
7
- const IbizAppMenu = install.withInstall(appMenu.AppMenu, function(v) {
7
+ const appMenuState = require("./app-menu-state");
8
+ const appMenu_controller = require("./app-menu.controller");
9
+ const IBizAppMenu = vue3Util.withInstall(appMenu.AppMenu, function(v) {
8
10
  v.component(appMenu.AppMenu.name, appMenu.AppMenu);
9
- ibiz.register.control.register(runtime.ControlType.APP_MENU, new appMenuProvider.AppMenuProvider());
11
+ runtime.registerControlProvider(runtime.ControlType.APP_MENU, () => new appMenuProvider.AppMenuProvider());
12
+ });
13
+ exports.IBizAppMenu = IBizAppMenu;
14
+ exports.default = IBizAppMenu;
15
+ Object.keys(appMenu).forEach((k) => {
16
+ if (k !== "default" && !exports.hasOwnProperty(k))
17
+ Object.defineProperty(exports, k, {
18
+ enumerable: true,
19
+ get: () => appMenu[k]
20
+ });
21
+ });
22
+ Object.keys(appMenuProvider).forEach((k) => {
23
+ if (k !== "default" && !exports.hasOwnProperty(k))
24
+ Object.defineProperty(exports, k, {
25
+ enumerable: true,
26
+ get: () => appMenuProvider[k]
27
+ });
28
+ });
29
+ Object.keys(appMenuState).forEach((k) => {
30
+ if (k !== "default" && !exports.hasOwnProperty(k))
31
+ Object.defineProperty(exports, k, {
32
+ enumerable: true,
33
+ get: () => appMenuState[k]
34
+ });
35
+ });
36
+ Object.keys(appMenu_controller).forEach((k) => {
37
+ if (k !== "default" && !exports.hasOwnProperty(k))
38
+ Object.defineProperty(exports, k, {
39
+ enumerable: true,
40
+ get: () => appMenu_controller[k]
41
+ });
10
42
  });
11
- exports.IbizAppMenu = IbizAppMenu;
12
- exports.default = IbizAppMenu;
@@ -0,0 +1,34 @@
1
+ import { IDEForm } from '@ibiz/model-core';
2
+ import { PropType } from 'vue';
3
+ import { FormController } from './form.controller';
4
+ import './form.scss';
5
+ export declare const FormControl: import("vue").DefineComponent<{
6
+ modelData: {
7
+ type: PropType<IDEForm>;
8
+ required: true;
9
+ };
10
+ context: {
11
+ type: PropType<IContext>;
12
+ required: true;
13
+ };
14
+ controller: {
15
+ type: PropType<FormController<IDEForm>>;
16
+ required: true;
17
+ };
18
+ }, {
19
+ ns: import("@ibiz-template/core").Namespace;
20
+ c: FormController<IDEForm>;
21
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ modelData: {
23
+ type: PropType<IDEForm>;
24
+ required: true;
25
+ };
26
+ context: {
27
+ type: PropType<IContext>;
28
+ required: true;
29
+ };
30
+ controller: {
31
+ type: PropType<FormController<IDEForm>>;
32
+ required: true;
33
+ };
34
+ }>>, {}>;
@@ -0,0 +1,36 @@
1
+ import { ControlState, ControlVO } from '@ibiz-template/runtime';
2
+ /**
3
+ * 表单状态
4
+ *
5
+ * @author chitanda
6
+ * @date 2023-01-03 16:01:05
7
+ * @export
8
+ * @class FormState
9
+ * @extends {ControlState}
10
+ */
11
+ export declare class FormState extends ControlState {
12
+ /**
13
+ * 是否加载完数据
14
+ *
15
+ * @author lxm
16
+ * @date 2022-10-24 19:10:04
17
+ * @type {boolean}
18
+ */
19
+ isLoaded: boolean;
20
+ /**
21
+ * 表单数据
22
+ *
23
+ * @author lxm
24
+ * @date 2022-08-22 22:08:19
25
+ * @type {ControlVO}
26
+ */
27
+ data: ControlVO;
28
+ /**
29
+ * 是否正在处理中(动态控制,值规则,表单项更新等逻辑中)
30
+ * @author lxm
31
+ * @date 2023-03-06 09:07:20
32
+ * @type {boolean}
33
+ * @memberof FormController
34
+ */
35
+ processing: boolean;
36
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
+ var __publicField = (obj, key, value) => {
5
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
6
+ return value;
7
+ };
8
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
9
+ const runtime = require("@ibiz-template/runtime");
10
+ class FormState extends runtime.ControlState {
11
+ constructor() {
12
+ super(...arguments);
13
+ /**
14
+ * 是否加载完数据
15
+ *
16
+ * @author lxm
17
+ * @date 2022-10-24 19:10:04
18
+ * @type {boolean}
19
+ */
20
+ __publicField(this, "isLoaded", false);
21
+ /**
22
+ * 表单数据
23
+ *
24
+ * @author lxm
25
+ * @date 2022-08-22 22:08:19
26
+ * @type {ControlVO}
27
+ */
28
+ __publicField(this, "data", new runtime.ControlVO());
29
+ /**
30
+ * 是否正在处理中(动态控制,值规则,表单项更新等逻辑中)
31
+ * @author lxm
32
+ * @date 2023-03-06 09:07:20
33
+ * @type {boolean}
34
+ * @memberof FormController
35
+ */
36
+ __publicField(this, "processing", false);
37
+ }
38
+ }
39
+ exports.FormState = FormState;