@ibiz-template/mob-vue3-components 0.0.55 → 0.7.41-alpha.7

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 (270) hide show
  1. package/dist/chart-GD7RhhzY.js.map +1 -1
  2. package/dist/ibiz-markdown-editor-KT8uap_I.js.map +1 -1
  3. package/dist/index-komJV5bQ.js +76 -0
  4. package/dist/index-komJV5bQ.js.map +1 -0
  5. package/dist/index.min.css +3 -3
  6. package/dist/index.system.min.js +1 -1
  7. package/dist/{quill-t_EJUjVi.js → quill-O7hIDmrl.js} +2 -2
  8. package/dist/{quill-t_EJUjVi.js.map → quill-O7hIDmrl.js.map} +1 -1
  9. package/dist/{quill-editor-ybZrwyoG.js → quill-editor-BMC0diFC.js} +2 -2
  10. package/dist/quill-editor-BMC0diFC.js.map +1 -0
  11. package/dist/{quill-editor-preview-G9EjDfQE.js → quill-editor-preview-Dui7L0ne.js} +2 -2
  12. package/dist/{quill-editor-preview-G9EjDfQE.js.map → quill-editor-preview-Dui7L0ne.js.map} +1 -1
  13. package/dist/tree-nburezSg.js.map +1 -1
  14. package/es/_virtual/index12.mjs +2 -2
  15. package/es/_virtual/index13.mjs +2 -2
  16. package/es/common/carousel/carousel.d.ts +2 -2
  17. package/es/common/cropping/cropping.d.ts +4 -4
  18. package/es/common/date-range-picker/date-range-picker.d.ts +1 -1
  19. package/es/common/emoji-select/components/categories/categories.d.ts +3 -3
  20. package/es/common/emoji-select/components/emoji-item/emoji-item.d.ts +3 -3
  21. package/es/common/emoji-select/components/emoji-list/emoji-list.d.ts +7 -7
  22. package/es/common/emoji-select/emoji-select.d.ts +3 -3
  23. package/es/common/preset-view-back/preset-view-back.d.ts +2 -2
  24. package/es/common/preset-view-header/preset-view-header.d.ts +1 -1
  25. package/es/common/rawitem/rawitem.d.ts +2 -2
  26. package/es/control/app-menu/app-menu.d.ts +31 -5
  27. package/es/control/app-menu/app-menu.mjs +13 -0
  28. package/es/control/app-menu/index.d.ts +6 -6
  29. package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +5 -5
  30. package/es/control/app-menu-icon-view/index.d.ts +5 -5
  31. package/es/control/app-menu-list-view/app-menu-list-view.d.ts +5 -5
  32. package/es/control/app-menu-list-view/index.d.ts +5 -5
  33. package/es/control/calendar/calendar.d.ts +46 -6
  34. package/es/control/calendar/calendar.mjs +20 -0
  35. package/es/control/calendar/index.d.ts +7 -7
  36. package/es/control/caption-bar/caption-bar.d.ts +31 -5
  37. package/es/control/caption-bar/caption-bar.mjs +13 -0
  38. package/es/control/caption-bar/index.d.ts +5 -5
  39. package/es/control/chart/chart.d.ts +45 -5
  40. package/es/control/chart/chart.mjs +20 -0
  41. package/es/control/dashboard/dashboard.d.ts +32 -6
  42. package/es/control/dashboard/dashboard.mjs +13 -0
  43. package/es/control/dashboard/index.d.ts +6 -6
  44. package/es/control/data-view/data-view.d.ts +47 -5
  45. package/es/control/data-view/data-view.mjs +21 -0
  46. package/es/control/data-view/index.d.ts +5 -5
  47. package/es/control/drbar/drbar.d.ts +43 -14
  48. package/es/control/drbar/drbar.mjs +19 -4
  49. package/es/control/drbar/index.d.ts +5 -14
  50. package/es/control/drtab/drtab.d.ts +31 -5
  51. package/es/control/drtab/drtab.mjs +13 -0
  52. package/es/control/drtab/index.d.ts +5 -5
  53. package/es/control/form/edit-form/edit-form.mjs +23 -0
  54. package/es/control/form/form/form.d.ts +7 -1
  55. package/es/control/form/form/form.mjs +3 -0
  56. package/es/control/form/form/index.d.ts +1 -1
  57. package/es/control/form/form-detail/form-item/form-item.d.ts +2 -2
  58. package/es/control/form/form-detail/form-item/index.d.ts +2 -2
  59. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +1 -1
  60. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +3 -3
  61. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +3 -3
  62. package/es/control/form/search-form/index.d.ts +5 -5
  63. package/es/control/form/search-form/search-form.d.ts +31 -5
  64. package/es/control/form/search-form/search-form.mjs +13 -0
  65. package/es/control/list/list/index.d.ts +5 -5
  66. package/es/control/list/list/list.d.ts +79 -5
  67. package/es/control/list/list/list.mjs +37 -0
  68. package/es/control/list/md-ctrl/index.d.ts +7 -7
  69. package/es/control/list/md-ctrl/md-ctrl.d.ts +69 -7
  70. package/es/control/list/md-ctrl/md-ctrl.mjs +31 -0
  71. package/es/control/pickup-view-panel/index.d.ts +7 -7
  72. package/es/control/pickup-view-panel/pickup-view-panel.d.ts +47 -7
  73. package/es/control/pickup-view-panel/pickup-view-panel.mjs +20 -0
  74. package/es/control/search-bar/filter-field-select/filter-field-select.d.ts +3 -3
  75. package/es/control/search-bar/filter-tree/filter-tree.d.ts +4 -4
  76. package/es/control/search-bar/index.d.ts +5 -5
  77. package/es/control/search-bar/search-bar.d.ts +31 -5
  78. package/es/control/search-bar/search-bar.mjs +13 -0
  79. package/es/control/tab-exp-panel/index.d.ts +5 -5
  80. package/es/control/tab-exp-panel/tab-exp-panel.d.ts +37 -5
  81. package/es/control/tab-exp-panel/tab-exp-panel.mjs +16 -0
  82. package/es/control/toolbar/index.d.ts +5 -5
  83. package/es/control/toolbar/popper-toolbar/popper-toolbar.d.ts +6 -6
  84. package/es/control/toolbar/toolbar.d.ts +31 -5
  85. package/es/control/toolbar/toolbar.mjs +13 -0
  86. package/es/control/tree/tree.d.ts +48 -6
  87. package/es/control/tree/tree.mjs +21 -0
  88. package/es/control/tree-exp-bar/index.d.ts +5 -5
  89. package/es/control/tree-exp-bar/tree-exp-bar.d.ts +49 -5
  90. package/es/control/tree-exp-bar/tree-exp-bar.mjs +22 -0
  91. package/es/control/wizard-panel/index.d.ts +5 -5
  92. package/es/control/wizard-panel/wizard-panel.d.ts +31 -5
  93. package/es/control/wizard-panel/wizard-panel.mjs +13 -0
  94. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +22 -13
  95. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +17 -8
  96. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +16 -9
  97. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +15 -8
  98. package/es/editor/common/data-mpicker/ibiz-data-mpicker.d.ts +4 -4
  99. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +17 -10
  100. package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +16 -9
  101. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +17 -9
  102. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +15 -8
  103. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +20 -8
  104. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +18 -11
  105. package/es/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.d.ts +17 -10
  106. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +15 -8
  107. package/es/editor/html/quill-editor/quill-editor.d.ts +15 -0
  108. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +9 -0
  109. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +22 -8
  110. package/es/editor/qrcode/ibiz-qrcode/ibiz-qrcode.d.ts +15 -8
  111. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +16 -9
  112. package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +16 -8
  113. package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +17 -8
  114. package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +23 -8
  115. package/es/editor/span/span/span.d.ts +15 -3
  116. package/es/editor/span/span-link/span-link.d.ts +16 -8
  117. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +20 -8
  118. package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +16 -8
  119. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +17 -8
  120. package/es/editor/text-box/input/input.d.ts +16 -8
  121. package/es/editor/upload/ibiz-carousel/ibiz-carousel.d.ts +19 -8
  122. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +24 -12
  123. package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +27 -13
  124. package/es/editor/upload/ibiz-image-select/ibiz-image-select.d.ts +18 -8
  125. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +24 -12
  126. package/es/locale/en/index.d.ts +20 -0
  127. package/es/locale/zh-CN/index.d.ts +20 -0
  128. package/es/mob-app/App.mjs +2 -1
  129. package/es/mob-app/components/router-shell/router-shell.d.ts +3 -3
  130. package/es/mob-app/guard/auth-guard/auth-guard.mjs +46 -53
  131. package/es/mob-app/main.mjs +1 -0
  132. package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.mjs +1 -1
  133. package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.mjs +1 -1
  134. package/es/panel-component/async-action/index.d.ts +2 -2
  135. package/es/panel-component/async-action/mob-async-action.d.ts +7 -2
  136. package/es/panel-component/auth-sso/auth-sso.d.ts +18 -0
  137. package/es/panel-component/auth-sso/auth-sso.mjs +6 -0
  138. package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +18 -0
  139. package/es/panel-component/auth-userinfo/auth-userinfo.mjs +6 -0
  140. package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +23 -37
  141. package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +23 -37
  142. package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +18 -0
  143. package/es/panel-component/nav-pos-index/nav-pos-index.mjs +6 -0
  144. package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +8 -12
  145. package/es/panel-component/nav-pos-index/nav-pos-index.state.mjs +8 -12
  146. package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +3 -2
  147. package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +1 -0
  148. package/es/panel-component/panel-app-title/panel-app-title.d.ts +17 -0
  149. package/es/panel-component/panel-app-title/panel-app-title.mjs +6 -0
  150. package/es/panel-component/panel-app-title/panel-app-title.state.d.ts +14 -28
  151. package/es/panel-component/panel-app-title/panel-app-title.state.mjs +14 -28
  152. package/es/panel-component/panel-button/panel-button.controller.d.ts +4 -5
  153. package/es/panel-component/panel-button/panel-button.controller.mjs +2 -3
  154. package/es/panel-component/panel-button/panel-button.d.ts +17 -0
  155. package/es/panel-component/panel-button/panel-button.mjs +6 -0
  156. package/es/panel-component/panel-button/panel-button.state.d.ts +4 -6
  157. package/es/panel-component/panel-button/panel-button.state.mjs +4 -6
  158. package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +4 -5
  159. package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +4 -5
  160. package/es/panel-component/panel-button-list/panel-button-list.d.ts +17 -0
  161. package/es/panel-component/panel-button-list/panel-button-list.mjs +6 -0
  162. package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +2 -2
  163. package/es/panel-component/panel-button-list/panel-button-list.state.mjs +2 -2
  164. package/es/panel-component/panel-carousel/index.d.ts +2 -2
  165. package/es/panel-component/panel-carousel/panel-carousel.controller.d.ts +2 -4
  166. package/es/panel-component/panel-carousel/panel-carousel.controller.mjs +2 -4
  167. package/es/panel-component/panel-carousel/panel-carousel.d.ts +19 -2
  168. package/es/panel-component/panel-carousel/panel-carousel.mjs +6 -0
  169. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +2 -4
  170. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +2 -4
  171. package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +17 -0
  172. package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +6 -0
  173. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +2 -4
  174. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +2 -4
  175. package/es/panel-component/panel-video-player/panel-video-player.controller.d.ts +2 -4
  176. package/es/panel-component/panel-video-player/panel-video-player.controller.mjs +2 -4
  177. package/es/panel-component/panel-video-player/panel-video-player.d.ts +11 -0
  178. package/es/panel-component/panel-video-player/panel-video-player.mjs +3 -0
  179. package/es/panel-component/user-message/index.d.ts +2 -2
  180. package/es/panel-component/user-message/user-message.d.ts +7 -2
  181. package/es/panel-component/view-content-panel-container/view-content-panel-container.d.ts +5 -0
  182. package/es/panel-component/view-content-panel-container/view-content-panel-container.mjs +6 -0
  183. package/es/panel-component/view-footer-panel-container/view-footer-panel-container.d.ts +17 -0
  184. package/es/panel-component/view-footer-panel-container/view-footer-panel-container.mjs +6 -0
  185. package/es/panel-component/view-header-panel-container/view-header-panel-container.d.ts +17 -0
  186. package/es/panel-component/view-header-panel-container/view-header-panel-container.mjs +6 -0
  187. package/es/panel-component/wf-action-button/index.d.ts +1 -1
  188. package/es/panel-component/wf-action-button/wf-action-button.controller.d.ts +4 -6
  189. package/es/panel-component/wf-action-button/wf-action-button.controller.mjs +2 -4
  190. package/es/panel-component/wf-action-button/wf-action-button.d.ts +17 -0
  191. package/es/panel-component/wf-action-button/wf-action-button.mjs +6 -0
  192. package/es/panel-component/wf-action-button/wf-action-button.state.d.ts +2 -4
  193. package/es/panel-component/wf-action-button/wf-action-button.state.mjs +2 -4
  194. package/es/panel-component/wf-step-trace/index.d.ts +1 -1
  195. package/es/panel-component/wf-step-trace/wf-step-trace.controller.d.ts +2 -4
  196. package/es/panel-component/wf-step-trace/wf-step-trace.controller.mjs +2 -4
  197. package/es/panel-component/wf-step-trace/wf-step-trace.d.ts +12 -1
  198. package/es/panel-component/wf-step-trace/wf-step-trace.mjs +3 -0
  199. package/es/panel-component/wf-step-trace/wf-step-trace.state.d.ts +2 -4
  200. package/es/panel-component/wf-step-trace/wf-step-trace.state.mjs +2 -4
  201. package/es/util/app-drawer/app-drawer-component.d.ts +1 -1
  202. package/es/util/app-modal/app-modal-component.d.ts +2 -2
  203. package/es/util/app-util/app-util.d.ts +7 -0
  204. package/es/util/app-util/app-util.mjs +11 -0
  205. package/es/util/scan-qrcode/scan-qrcode.d.ts +3 -3
  206. package/es/view/login-view/login-view.d.ts +1 -1
  207. package/es/view/portal-view/index.d.ts +7 -7
  208. package/es/view/portal-view/portal-view.d.ts +7 -7
  209. package/lib/_virtual/index12.cjs +2 -2
  210. package/lib/_virtual/index13.cjs +2 -2
  211. package/lib/control/app-menu/app-menu.cjs +13 -0
  212. package/lib/control/calendar/calendar.cjs +20 -0
  213. package/lib/control/caption-bar/caption-bar.cjs +13 -0
  214. package/lib/control/chart/chart.cjs +20 -0
  215. package/lib/control/dashboard/dashboard.cjs +13 -0
  216. package/lib/control/data-view/data-view.cjs +21 -0
  217. package/lib/control/drbar/drbar.cjs +19 -4
  218. package/lib/control/drtab/drtab.cjs +13 -0
  219. package/lib/control/form/edit-form/edit-form.cjs +23 -0
  220. package/lib/control/form/form/form.cjs +3 -0
  221. package/lib/control/form/search-form/search-form.cjs +13 -0
  222. package/lib/control/list/list/list.cjs +37 -0
  223. package/lib/control/list/md-ctrl/md-ctrl.cjs +31 -0
  224. package/lib/control/pickup-view-panel/pickup-view-panel.cjs +20 -0
  225. package/lib/control/search-bar/search-bar.cjs +13 -0
  226. package/lib/control/tab-exp-panel/tab-exp-panel.cjs +16 -0
  227. package/lib/control/toolbar/toolbar.cjs +13 -0
  228. package/lib/control/tree/tree.cjs +21 -0
  229. package/lib/control/tree-exp-bar/tree-exp-bar.cjs +22 -0
  230. package/lib/control/wizard-panel/wizard-panel.cjs +13 -0
  231. package/lib/mob-app/App.cjs +1 -0
  232. package/lib/mob-app/guard/auth-guard/auth-guard.cjs +46 -53
  233. package/lib/mob-app/main.cjs +1 -0
  234. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.cjs +1 -1
  235. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.cjs +1 -1
  236. package/lib/panel-component/auth-sso/auth-sso.cjs +6 -0
  237. package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +6 -0
  238. package/lib/panel-component/nav-pos-index/nav-pos-index.cjs +6 -0
  239. package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +23 -37
  240. package/lib/panel-component/nav-pos-index/nav-pos-index.state.cjs +8 -12
  241. package/lib/panel-component/panel-app-title/panel-app-title.cjs +6 -0
  242. package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +1 -0
  243. package/lib/panel-component/panel-app-title/panel-app-title.state.cjs +14 -28
  244. package/lib/panel-component/panel-button/panel-button.cjs +6 -0
  245. package/lib/panel-component/panel-button/panel-button.controller.cjs +2 -3
  246. package/lib/panel-component/panel-button/panel-button.state.cjs +4 -6
  247. package/lib/panel-component/panel-button-list/panel-button-list.cjs +6 -0
  248. package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +4 -5
  249. package/lib/panel-component/panel-button-list/panel-button-list.state.cjs +2 -2
  250. package/lib/panel-component/panel-carousel/panel-carousel.cjs +6 -0
  251. package/lib/panel-component/panel-carousel/panel-carousel.controller.cjs +2 -4
  252. package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +6 -0
  253. package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +2 -4
  254. package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +2 -4
  255. package/lib/panel-component/panel-video-player/panel-video-player.cjs +3 -0
  256. package/lib/panel-component/panel-video-player/panel-video-player.controller.cjs +2 -4
  257. package/lib/panel-component/view-content-panel-container/view-content-panel-container.cjs +6 -0
  258. package/lib/panel-component/view-footer-panel-container/view-footer-panel-container.cjs +6 -0
  259. package/lib/panel-component/view-header-panel-container/view-header-panel-container.cjs +6 -0
  260. package/lib/panel-component/wf-action-button/wf-action-button.cjs +6 -0
  261. package/lib/panel-component/wf-action-button/wf-action-button.controller.cjs +2 -4
  262. package/lib/panel-component/wf-action-button/wf-action-button.state.cjs +2 -4
  263. package/lib/panel-component/wf-step-trace/wf-step-trace.cjs +3 -0
  264. package/lib/panel-component/wf-step-trace/wf-step-trace.controller.cjs +2 -4
  265. package/lib/panel-component/wf-step-trace/wf-step-trace.state.cjs +2 -4
  266. package/lib/util/app-util/app-util.cjs +11 -0
  267. package/package.json +7 -7
  268. package/dist/index-TfgOIExu.js +0 -76
  269. package/dist/index-TfgOIExu.js.map +0 -1
  270. package/dist/quill-editor-ybZrwyoG.js.map +0 -1
@@ -21,25 +21,45 @@ const CalendarControl = /* @__PURE__ */ vue.defineComponent({
21
21
  VueHashCalendar: index.default
22
22
  },
23
23
  props: {
24
+ /**
25
+ * @description 日历模型数据
26
+ */
24
27
  modelData: {
25
28
  type: Object,
26
29
  required: true
27
30
  },
31
+ /**
32
+ * @description 应用上下文对象
33
+ */
28
34
  context: {
29
35
  type: Object,
30
36
  required: true
31
37
  },
38
+ /**
39
+ * @description 视图参数对象
40
+ * @default {}
41
+ */
32
42
  params: {
33
43
  type: Object,
34
44
  default: () => ({})
35
45
  },
46
+ /**
47
+ * @description 部件适配器
48
+ */
36
49
  provider: {
37
50
  type: Object
38
51
  },
52
+ /**
53
+ * @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
54
+ */
39
55
  mdctrlActiveMode: {
40
56
  type: Number,
41
57
  default: void 0
42
58
  },
59
+ /**
60
+ * @description 是否默认加载数据
61
+ * @default false
62
+ */
43
63
  loadDefault: {
44
64
  type: Boolean,
45
65
  default: false
@@ -9,18 +9,31 @@ require('./caption-bar.css');
9
9
  const CaptionBarControl = /* @__PURE__ */ vue.defineComponent({
10
10
  name: "IBizCaptionBarControl",
11
11
  props: {
12
+ /**
13
+ * @description 标题栏模型数据
14
+ */
12
15
  modelData: {
13
16
  type: Object,
14
17
  required: true
15
18
  },
19
+ /**
20
+ * @description 应用上下文对象
21
+ */
16
22
  context: {
17
23
  type: Object,
18
24
  required: true
19
25
  },
26
+ /**
27
+ * @description 视图参数对象
28
+ * @default {}
29
+ */
20
30
  params: {
21
31
  type: Object,
22
32
  default: () => ({})
23
33
  },
34
+ /**
35
+ * @description 部件适配器
36
+ */
24
37
  provider: {
25
38
  type: Object
26
39
  }
@@ -12,25 +12,45 @@ require('./chart.css');
12
12
  const ChartControl = /* @__PURE__ */ vue.defineComponent({
13
13
  name: "IBizChartControl",
14
14
  props: {
15
+ /**
16
+ * @description 图表模型数据
17
+ */
15
18
  modelData: {
16
19
  type: Object,
17
20
  required: true
18
21
  },
22
+ /**
23
+ * @description 应用上下文对象
24
+ */
19
25
  context: {
20
26
  type: Object,
21
27
  required: true
22
28
  },
29
+ /**
30
+ * @description 视图参数对象
31
+ * @default {}
32
+ */
23
33
  params: {
24
34
  type: Object,
25
35
  default: () => ({})
26
36
  },
37
+ /**
38
+ * @description 部件适配器
39
+ */
27
40
  provider: {
28
41
  type: Object
29
42
  },
43
+ /**
44
+ * @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
45
+ */
30
46
  mdctrlActiveMode: {
31
47
  type: Number,
32
48
  default: void 0
33
49
  },
50
+ /**
51
+ * @description 是否默认加载数据
52
+ * @default true
53
+ */
34
54
  loadDefault: {
35
55
  type: Boolean,
36
56
  default: true
@@ -40,18 +40,31 @@ function renderPortletByType(model, c, opts) {
40
40
  const DashboardControl = /* @__PURE__ */ vue.defineComponent({
41
41
  name: "IBizDashboardControl",
42
42
  props: {
43
+ /**
44
+ * @description 数据看板模型数据
45
+ */
43
46
  modelData: {
44
47
  type: Object,
45
48
  required: true
46
49
  },
50
+ /**
51
+ * @description 应用上下文对象
52
+ */
47
53
  context: {
48
54
  type: Object,
49
55
  required: true
50
56
  },
57
+ /**
58
+ * @description 视图参数对象
59
+ * @default {}
60
+ */
51
61
  params: {
52
62
  type: Object,
53
63
  default: () => ({})
54
64
  },
65
+ /**
66
+ * @description 部件适配器
67
+ */
55
68
  provider: {
56
69
  type: Object
57
70
  }
@@ -14,25 +14,46 @@ function _isSlot(s) {
14
14
  const DataViewControl = /* @__PURE__ */ vue.defineComponent({
15
15
  name: "IBizDataViewControl",
16
16
  props: {
17
+ /**
18
+ * @description 数据视图(卡片)模型数据
19
+ */
17
20
  modelData: {
18
21
  type: Object,
19
22
  required: true
20
23
  },
24
+ /**
25
+ * @description 应用上下文对象
26
+ */
21
27
  context: {
22
28
  type: Object,
23
29
  required: true
24
30
  },
31
+ /**
32
+ * @description 视图参数对象
33
+ * @default {}
34
+ */
25
35
  params: {
26
36
  type: Object,
27
37
  default: () => ({})
28
38
  },
39
+ /**
40
+ * @description 部件适配器
41
+ */
29
42
  provider: {
30
43
  type: Object
31
44
  },
45
+ /**
46
+ * @description 是否单选
47
+ * @default true
48
+ */
32
49
  singleSelect: {
33
50
  type: Boolean,
34
51
  default: true
35
52
  },
53
+ /**
54
+ * @description 是否默认加载数据
55
+ * @default true
56
+ */
36
57
  loadDefault: {
37
58
  type: Boolean,
38
59
  default: true
@@ -13,29 +13,44 @@ function _isSlot(s) {
13
13
  const DRBarControl = /* @__PURE__ */ vue.defineComponent({
14
14
  name: "IBizDrBarControl",
15
15
  props: {
16
+ /**
17
+ * @description 数据关系栏模型数据
18
+ */
16
19
  modelData: {
17
20
  type: Object,
18
21
  required: true
19
22
  },
23
+ /**
24
+ * @description 应用上下文对象
25
+ */
20
26
  context: {
21
27
  type: Object,
22
28
  required: true
23
29
  },
30
+ /**
31
+ * @description 视图参数对象
32
+ * @default {}
33
+ */
24
34
  params: {
25
35
  type: Object,
26
36
  default: () => ({})
27
37
  },
38
+ /**
39
+ * @description 部件适配器
40
+ */
28
41
  provider: {
29
42
  type: Object
30
43
  },
44
+ /**
45
+ * @description 导航数据
46
+ */
31
47
  srfnav: {
32
48
  type: String,
33
49
  required: false
34
50
  },
35
- showMode: {
36
- type: String,
37
- default: "vertical"
38
- },
51
+ /**
52
+ * @description 隐藏编辑项
53
+ */
39
54
  hideEditItem: {
40
55
  type: Boolean,
41
56
  default: void 0
@@ -13,18 +13,31 @@ function _isSlot(s) {
13
13
  const DRTabControl = /* @__PURE__ */ vue.defineComponent({
14
14
  name: "IBizDrTabControl",
15
15
  props: {
16
+ /**
17
+ * @description 数据关系分页模型数据
18
+ */
16
19
  modelData: {
17
20
  type: Object,
18
21
  required: true
19
22
  },
23
+ /**
24
+ * @description 应用上下文对象
25
+ */
20
26
  context: {
21
27
  type: Object,
22
28
  required: true
23
29
  },
30
+ /**
31
+ * @description 视图参数对象
32
+ * @default {}
33
+ */
24
34
  params: {
25
35
  type: Object,
26
36
  default: () => ({})
27
37
  },
38
+ /**
39
+ * @description 部件适配器
40
+ */
28
41
  provider: {
29
42
  type: Object
30
43
  }
@@ -10,29 +10,52 @@ require('./edit-form.css');
10
10
  const EditFormControl = /* @__PURE__ */ vue.defineComponent({
11
11
  name: "IBizEditFormControl",
12
12
  props: {
13
+ /**
14
+ * @description 编辑表单模型数据
15
+ */
13
16
  modelData: {
14
17
  type: Object,
15
18
  required: true
16
19
  },
20
+ /**
21
+ * @description 应用上下文对象
22
+ */
17
23
  context: {
18
24
  type: Object,
19
25
  required: true
20
26
  },
27
+ /**
28
+ * @description 视图参数对象
29
+ * @default {}
30
+ */
21
31
  params: {
22
32
  type: Object,
23
33
  default: () => ({})
24
34
  },
35
+ /**
36
+ * @description 部件适配器
37
+ */
25
38
  provider: {
26
39
  type: Object
27
40
  },
41
+ /**
42
+ * @description 是否是简单模式,即直接传入数据,不加载数据
43
+ */
28
44
  isSimple: {
29
45
  type: Boolean,
30
46
  required: false
31
47
  },
48
+ /**
49
+ * @description 简单模式下传入的数据
50
+ */
32
51
  data: {
33
52
  type: Object,
34
53
  required: false
35
54
  },
55
+ /**
56
+ * @description 是否默认加载数据
57
+ * @default true
58
+ */
36
59
  loadDefault: {
37
60
  type: Boolean,
38
61
  default: true
@@ -12,6 +12,9 @@ function _isSlot(s) {
12
12
  const FormControl = /* @__PURE__ */ vue.defineComponent({
13
13
  name: "IBizFormControl",
14
14
  props: {
15
+ /**
16
+ * @description 表单控制器
17
+ */
15
18
  controller: {
16
19
  type: Object,
17
20
  required: true
@@ -12,17 +12,30 @@ function _isSlot(s) {
12
12
  const SearchFormControl = /* @__PURE__ */ vue.defineComponent({
13
13
  name: "IBizSearchFormControl",
14
14
  props: {
15
+ /**
16
+ * @description 搜索表单模型数据
17
+ */
15
18
  modelData: {
16
19
  type: Object,
17
20
  required: true
18
21
  },
22
+ /**
23
+ * @description 部件适配器
24
+ */
19
25
  provider: {
20
26
  type: Object
21
27
  },
28
+ /**
29
+ * @description 应用上下文对象
30
+ */
22
31
  context: {
23
32
  type: Object,
24
33
  required: true
25
34
  },
35
+ /**
36
+ * @description 视图参数对象
37
+ * @default {}
38
+ */
26
39
  params: {
27
40
  type: Object,
28
41
  default: () => ({})
@@ -13,41 +13,78 @@ function _isSlot(s) {
13
13
  const ListControl = /* @__PURE__ */ vue.defineComponent({
14
14
  name: "IBizListControl",
15
15
  props: {
16
+ /**
17
+ * @description 列表模型数据
18
+ */
16
19
  modelData: {
17
20
  type: Object,
18
21
  required: true
19
22
  },
23
+ /**
24
+ * @description 应用上下文对象
25
+ */
20
26
  context: {
21
27
  type: Object,
22
28
  required: true
23
29
  },
30
+ /**
31
+ * @description 视图参数对象
32
+ * @default {}
33
+ */
24
34
  params: {
25
35
  type: Object,
26
36
  default: () => ({})
27
37
  },
38
+ /**
39
+ * @description 部件适配器
40
+ */
28
41
  provider: {
29
42
  type: Object
30
43
  },
44
+ /**
45
+ * @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
46
+ * @default 1
47
+ */
31
48
  mdctrlActiveMode: {
32
49
  type: Number,
33
50
  default: 1
34
51
  },
52
+ /**
53
+ * @description 是否单选
54
+ * @default true
55
+ */
35
56
  singleSelect: {
36
57
  type: Boolean,
37
58
  default: true
38
59
  },
60
+ /**
61
+ * @description 每行数量
62
+ * @default 2
63
+ */
39
64
  rowsCount: {
40
65
  type: Number,
41
66
  default: 2
42
67
  },
68
+ /**
69
+ * @description 每列数量
70
+ * @default 5
71
+ */
43
72
  columnsCount: {
44
73
  type: Number,
45
74
  default: 5
46
75
  },
76
+ /**
77
+ * @description 是否默认加载数据
78
+ * @default true
79
+ */
47
80
  loadDefault: {
48
81
  type: Boolean,
49
82
  default: true
50
83
  },
84
+ /**
85
+ * @description 模式,值为LIST:列表模式呈现加载数据,值为SELECT:呈现数据时显示勾选图标
86
+ * @default LIST
87
+ */
51
88
  mode: {
52
89
  type: String,
53
90
  default: "LIST"
@@ -13,37 +13,68 @@ var usePagination = require('../../../util/pagination/use-pagination.cjs');
13
13
  const MDCtrlControl = /* @__PURE__ */ vue.defineComponent({
14
14
  name: "IBizMDCtrlControl",
15
15
  props: {
16
+ /**
17
+ * @description 移动端多数据模型数据
18
+ */
16
19
  modelData: {
17
20
  type: Object,
18
21
  required: true
19
22
  },
23
+ /**
24
+ * @description 应用上下文对象
25
+ */
20
26
  context: {
21
27
  type: Object,
22
28
  required: true
23
29
  },
30
+ /**
31
+ * @description 视图参数对象
32
+ * @default {}
33
+ */
24
34
  params: {
25
35
  type: Object,
26
36
  default: () => ({})
27
37
  },
38
+ /**
39
+ * @description 部件适配器
40
+ */
28
41
  provider: {
29
42
  type: Object
30
43
  },
44
+ /**
45
+ * @description 部件激活模式,值为0:无激活,值为1:单击激活,值为2:双击激活
46
+ * @default 1
47
+ */
31
48
  mdctrlActiveMode: {
32
49
  type: Number,
33
50
  default: 1
34
51
  },
52
+ /**
53
+ * @description 是否单选
54
+ * @default true
55
+ */
35
56
  singleSelect: {
36
57
  type: Boolean,
37
58
  default: true
38
59
  },
60
+ /**
61
+ * @description 选择数据
62
+ */
39
63
  selectedData: {
40
64
  type: Object,
41
65
  required: false
42
66
  },
67
+ /**
68
+ * @description 模式,值为LIST:列表模式呈现加载数据,值为SELECT:呈现数据时显示勾选图标
69
+ */
43
70
  mode: {
44
71
  type: String,
45
72
  default: "LIST"
46
73
  },
74
+ /**
75
+ * @description 是否默认加载数据
76
+ * @default true
77
+ */
47
78
  loadDefault: {
48
79
  type: Boolean,
49
80
  default: true
@@ -9,25 +9,45 @@ require('./pickup-view-panel.css');
9
9
  const PickupViewPanelControl = /* @__PURE__ */ vue.defineComponent({
10
10
  name: "IBizPickupViewPanelControl",
11
11
  props: {
12
+ /**
13
+ * @description 选择视图面板模型数据
14
+ */
12
15
  modelData: {
13
16
  type: Object,
14
17
  required: true
15
18
  },
19
+ /**
20
+ * @description 应用上下文对象
21
+ */
16
22
  context: {
17
23
  type: Object,
18
24
  required: true
19
25
  },
26
+ /**
27
+ * @description 视图参数对象
28
+ * @default {}
29
+ */
20
30
  params: {
21
31
  type: Object,
22
32
  default: () => ({})
23
33
  },
34
+ /**
35
+ * @description 是否单选
36
+ * @default true
37
+ */
24
38
  singleSelect: {
25
39
  type: Boolean,
26
40
  default: true
27
41
  },
42
+ /**
43
+ * @description 部件适配器
44
+ */
28
45
  provider: {
29
46
  type: Object
30
47
  },
48
+ /**
49
+ * @description 选中数据
50
+ */
31
51
  selectedData: {
32
52
  type: Object,
33
53
  required: false
@@ -11,17 +11,30 @@ require('./search-bar.css');
11
11
  const SearchBarControl = /* @__PURE__ */ vue.defineComponent({
12
12
  name: "IBizSearchBarControl",
13
13
  props: {
14
+ /**
15
+ * @description 搜索栏模型数据
16
+ */
14
17
  modelData: {
15
18
  type: Object,
16
19
  required: true
17
20
  },
21
+ /**
22
+ * @description 部件适配器
23
+ */
18
24
  provider: {
19
25
  type: Object
20
26
  },
27
+ /**
28
+ * @description 应用上下文对象
29
+ */
21
30
  context: {
22
31
  type: Object,
23
32
  required: true
24
33
  },
34
+ /**
35
+ * @description 视图参数对象
36
+ * @default {}
37
+ */
25
38
  params: {
26
39
  type: Object,
27
40
  default: () => ({})
@@ -11,21 +11,37 @@ function _isSlot(s) {
11
11
  const TabExpPanelControl = /* @__PURE__ */ vue.defineComponent({
12
12
  name: "IBizTabExpPanelControl",
13
13
  props: {
14
+ /**
15
+ * @description 分页导航面板模型数据
16
+ */
14
17
  modelData: {
15
18
  type: Object,
16
19
  required: true
17
20
  },
21
+ /**
22
+ * @description 应用上下文对象
23
+ */
18
24
  context: {
19
25
  type: Object,
20
26
  required: true
21
27
  },
28
+ /**
29
+ * @description 视图参数对象
30
+ * @default {}
31
+ */
22
32
  params: {
23
33
  type: Object,
24
34
  default: () => ({})
25
35
  },
36
+ /**
37
+ * @description 部件适配器
38
+ */
26
39
  provider: {
27
40
  type: Object
28
41
  },
42
+ /**
43
+ * @description 默认激活的标签
44
+ */
29
45
  defaultTabName: {
30
46
  type: String,
31
47
  required: false
@@ -41,17 +41,30 @@ const btnContent = (item, state) => {
41
41
  const ToolbarControl = /* @__PURE__ */ vue.defineComponent({
42
42
  name: "IBizToolbarControl",
43
43
  props: {
44
+ /**
45
+ * @description 工具栏模型数据
46
+ */
44
47
  modelData: {
45
48
  type: Object,
46
49
  required: true
47
50
  },
51
+ /**
52
+ * @description 部件适配器
53
+ */
48
54
  provider: {
49
55
  type: Object
50
56
  },
57
+ /**
58
+ * @description 应用上下文对象
59
+ */
51
60
  context: {
52
61
  type: Object,
53
62
  required: true
54
63
  },
64
+ /**
65
+ * @description 视图参数对象
66
+ * @default {}
67
+ */
55
68
  params: {
56
69
  type: Object,
57
70
  default: () => ({})