@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
@@ -7,10 +7,16 @@ import './auth-sso.css';
7
7
  const AuthSso = /* @__PURE__ */ defineComponent({
8
8
  name: "IBizAuthSsO",
9
9
  props: {
10
+ /**
11
+ * @description 第三方登录组件模型数据
12
+ */
10
13
  modelData: {
11
14
  type: Object,
12
15
  required: true
13
16
  },
17
+ /**
18
+ * @description 第三方登录组件控制器
19
+ */
14
20
  controller: {
15
21
  type: PanelItemController,
16
22
  required: true
@@ -2,11 +2,23 @@ import { PropType } from 'vue';
2
2
  import './auth-userinfo.scss';
3
3
  import { IPanelRawItem } from '@ibiz/model-core';
4
4
  import { PanelItemController } from '@ibiz-template/runtime';
5
+ /**
6
+ * 用户信息组件
7
+ * @description 用于显示当前登录用户的基本信息,如姓名,组织名等。
8
+ * @primary
9
+ *
10
+ */
5
11
  export declare const AuthUserinfo: import("vue").DefineComponent<{
12
+ /**
13
+ * @description 用户信息组件模型数据
14
+ */
6
15
  modelData: {
7
16
  type: PropType<IPanelRawItem>;
8
17
  required: true;
9
18
  };
19
+ /**
20
+ * @description 用户信息组件控制器
21
+ */
10
22
  controller: {
11
23
  type: typeof PanelItemController;
12
24
  required: true;
@@ -18,10 +30,16 @@ export declare const AuthUserinfo: import("vue").DefineComponent<{
18
30
  srfpersonname: any;
19
31
  srforgname: any;
20
32
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
33
+ /**
34
+ * @description 用户信息组件模型数据
35
+ */
21
36
  modelData: {
22
37
  type: PropType<IPanelRawItem>;
23
38
  required: true;
24
39
  };
40
+ /**
41
+ * @description 用户信息组件控制器
42
+ */
25
43
  controller: {
26
44
  type: typeof PanelItemController;
27
45
  required: true;
@@ -7,10 +7,16 @@ import { PanelItemController } from '@ibiz-template/runtime';
7
7
  const AuthUserinfo = /* @__PURE__ */ defineComponent({
8
8
  name: "IBizAuthUserinfo",
9
9
  props: {
10
+ /**
11
+ * @description 用户信息组件模型数据
12
+ */
10
13
  modelData: {
11
14
  type: Object,
12
15
  required: true
13
16
  },
17
+ /**
18
+ * @description 用户信息组件控制器
19
+ */
14
20
  controller: {
15
21
  type: PanelItemController,
16
22
  required: true
@@ -12,41 +12,33 @@ import { NavPosIndexState } from './nav-pos-index.state';
12
12
  export declare class NavPosIndexController extends PanelItemController<IPanelRawItem> {
13
13
  state: NavPosIndexState;
14
14
  /**
15
- * 导航视图的modal
16
- * @author lxm
17
- * @date 2023-05-12 09:47:52
15
+ * @description 导航视图的modal
16
+ * @exposedoc
18
17
  * @type {{ [key: string]: IModal }}
19
18
  */
20
19
  viewModals: {
21
20
  [key: string]: IModal;
22
21
  };
23
22
  /**
24
- * router对象
25
- * @author lxm
26
- * @date 2023-05-25 08:02:43
23
+ * @description router对象
27
24
  * @type {Router}
28
25
  */
29
26
  router?: Router;
30
27
  /**
31
- * 是否关闭后自动跳转上一个页面
32
- * @author lxm
33
- * @date 2023-05-25 08:43:49
28
+ * @description 是否关闭后自动跳转上一个页面
29
+ * @exposedoc
34
30
  * @type {boolean}
35
31
  */
36
32
  autoGoLast: boolean;
37
33
  /**
38
- * 自定义补充参数
39
- *
40
- * @author tony001
41
- * @date 2025-01-21 16:01:25
34
+ * @description 自定义补充参数
35
+ * @exposedoc
42
36
  * @type {IData}
43
37
  */
44
38
  rawItemParams: IData;
45
39
  /**
46
- * 无缓存
47
- *
48
- * @author tony001
49
- * @date 2025-01-21 16:01:25
40
+ * @description 无缓存
41
+ * @exposedoc
50
42
  * @type {boolean}
51
43
  */
52
44
  noCache: boolean;
@@ -54,24 +46,21 @@ export declare class NavPosIndexController extends PanelItemController<IPanelRaw
54
46
  protected onInit(): Promise<void>;
55
47
  setRouter(router: Router): void;
56
48
  /**
57
- * 当前视图的路由层级,非路由模式不存在。
58
- * @author lxm
59
- * @date 2023-05-09 12:46:26
49
+ * @description 当前视图的路由层级,非路由模式不存在。
50
+ * @exposedoc
60
51
  * @readonly
61
52
  */
62
53
  get routeDepth(): number | undefined;
63
54
  /**
64
- * 应用菜单控制器
65
- * @author lxm
66
- * @date 2023-05-10 08:41:42
55
+ * @description 应用菜单控制器
56
+ * @exposedoc
67
57
  * @readonly
68
58
  * @type {(IAppMenuController | undefined)}
69
59
  */
70
60
  get appmenu(): IAppMenuController | undefined;
71
61
  /**
72
- * 改变显示视图
73
- * @author lxm
74
- * @date 2023-05-25 01:28:49
62
+ * @description 改变显示视图
63
+ * @exposedoc
75
64
  * @param {string} key
76
65
  */
77
66
  changeView(key: string): void;
@@ -87,23 +76,19 @@ export declare class NavPosIndexController extends PanelItemController<IPanelRaw
87
76
  fullPath: string;
88
77
  }): void;
89
78
  /**
90
- * 删除单个缓存
91
- * @author lxm
92
- * @date 2023-05-09 02:19:09
79
+ * @description 删除单个缓存
80
+ * @exposedoc
93
81
  * @param {string} key
94
82
  */
95
83
  removeCache(key: string): void;
96
84
  /**
97
- * 清空缓存
98
- * @author lxm
99
- * @date 2023-05-09 02:19:55
85
+ * @description 清空缓存
86
+ * @exposedoc
100
87
  */
101
88
  clearCache(): void;
102
89
  /**
103
- * 关闭视图
104
- * 走modal的dismiss,会走一遍视图内部的校验,不通过则不会关闭
105
- * @author lxm
106
- * @date 2023-05-25 03:10:23
90
+ * @description 关闭视图
91
+ * @exposedoc
107
92
  * @param {string} keys
108
93
  */
109
94
  closeViewByKeys(keys: string[]): Promise<void>;
@@ -119,7 +104,8 @@ export declare class NavPosIndexController extends PanelItemController<IPanelRaw
119
104
  */
120
105
  protected dismiss(key: string, modal: IModalData): void;
121
106
  /**
122
- * 返回上一个页面或上一层空白路由
107
+ * @description 返回上一个页面或上一层空白路由
108
+ * @exposedoc
123
109
  * @author lxm
124
110
  * @date 2023-05-25 06:46:27
125
111
  * @protected
@@ -14,39 +14,31 @@ class NavPosIndexController extends PanelItemController {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  /**
17
- * 导航视图的modal
18
- * @author lxm
19
- * @date 2023-05-12 09:47:52
17
+ * @description 导航视图的modal
18
+ * @exposedoc
20
19
  * @type {{ [key: string]: IModal }}
21
20
  */
22
21
  __publicField(this, "viewModals", {});
23
22
  /**
24
- * router对象
25
- * @author lxm
26
- * @date 2023-05-25 08:02:43
23
+ * @description router对象
27
24
  * @type {Router}
28
25
  */
29
26
  __publicField(this, "router");
30
27
  /**
31
- * 是否关闭后自动跳转上一个页面
32
- * @author lxm
33
- * @date 2023-05-25 08:43:49
28
+ * @description 是否关闭后自动跳转上一个页面
29
+ * @exposedoc
34
30
  * @type {boolean}
35
31
  */
36
32
  __publicField(this, "autoGoLast", true);
37
33
  /**
38
- * 自定义补充参数
39
- *
40
- * @author tony001
41
- * @date 2025-01-21 16:01:25
34
+ * @description 自定义补充参数
35
+ * @exposedoc
42
36
  * @type {IData}
43
37
  */
44
38
  __publicField(this, "rawItemParams", {});
45
39
  /**
46
- * 无缓存
47
- *
48
- * @author tony001
49
- * @date 2025-01-21 16:01:25
40
+ * @description 无缓存
41
+ * @exposedoc
50
42
  * @type {boolean}
51
43
  */
52
44
  __publicField(this, "noCache", false);
@@ -64,18 +56,16 @@ class NavPosIndexController extends PanelItemController {
64
56
  this.router = router;
65
57
  }
66
58
  /**
67
- * 当前视图的路由层级,非路由模式不存在。
68
- * @author lxm
69
- * @date 2023-05-09 12:46:26
59
+ * @description 当前视图的路由层级,非路由模式不存在。
60
+ * @exposedoc
70
61
  * @readonly
71
62
  */
72
63
  get routeDepth() {
73
64
  return this.panel.view.modal.routeDepth;
74
65
  }
75
66
  /**
76
- * 应用菜单控制器
77
- * @author lxm
78
- * @date 2023-05-10 08:41:42
67
+ * @description 应用菜单控制器
68
+ * @exposedoc
79
69
  * @readonly
80
70
  * @type {(IAppMenuController | undefined)}
81
71
  */
@@ -83,9 +73,8 @@ class NavPosIndexController extends PanelItemController {
83
73
  return this.panel.getController("appmenu");
84
74
  }
85
75
  /**
86
- * 改变显示视图
87
- * @author lxm
88
- * @date 2023-05-25 01:28:49
76
+ * @description 改变显示视图
77
+ * @exposedoc
89
78
  * @param {string} key
90
79
  */
91
80
  changeView(key) {
@@ -147,9 +136,8 @@ class NavPosIndexController extends PanelItemController {
147
136
  }
148
137
  }
149
138
  /**
150
- * 删除单个缓存
151
- * @author lxm
152
- * @date 2023-05-09 02:19:09
139
+ * @description 删除单个缓存
140
+ * @exposedoc
153
141
  * @param {string} key
154
142
  */
155
143
  removeCache(key) {
@@ -165,19 +153,16 @@ class NavPosIndexController extends PanelItemController {
165
153
  }
166
154
  }
167
155
  /**
168
- * 清空缓存
169
- * @author lxm
170
- * @date 2023-05-09 02:19:55
156
+ * @description 清空缓存
157
+ * @exposedoc
171
158
  */
172
159
  clearCache() {
173
160
  this.state.cacheKeys = [];
174
161
  this.viewModals = {};
175
162
  }
176
163
  /**
177
- * 关闭视图
178
- * 走modal的dismiss,会走一遍视图内部的校验,不通过则不会关闭
179
- * @author lxm
180
- * @date 2023-05-25 03:10:23
164
+ * @description 关闭视图
165
+ * @exposedoc
181
166
  * @param {string} keys
182
167
  */
183
168
  async closeViewByKeys(keys) {
@@ -208,7 +193,8 @@ class NavPosIndexController extends PanelItemController {
208
193
  }
209
194
  }
210
195
  /**
211
- * 返回上一个页面或上一层空白路由
196
+ * @description 返回上一个页面或上一层空白路由
197
+ * @exposedoc
212
198
  * @author lxm
213
199
  * @date 2023-05-25 06:46:27
214
200
  * @protected
@@ -2,11 +2,23 @@ import { PropType } from 'vue';
2
2
  import { IPanelRawItem } from '@ibiz/model-core';
3
3
  import { NavPosIndexController } from './nav-pos-index.controller';
4
4
  import './nav-pos-index.scss';
5
+ /**
6
+ * 首页导航占位
7
+ * @primary
8
+ * @description 首页中视图导航组件,存储导航视图信息与缓存。
9
+ * @panelitemparams {name:expcache,parameterType:string,defaultvalue:-,description:当值为NO_CACHE时禁用缓存,即每次导航切换时都是重新绘制新的视图,否则使用keepAlive包裹绘制的导航视图}
10
+ */
5
11
  export declare const NavPosIndex: import("vue").DefineComponent<{
12
+ /**
13
+ * @description 首页导航占位模型数据
14
+ */
6
15
  modelData: {
7
16
  type: PropType<IPanelRawItem>;
8
17
  required: true;
9
18
  };
19
+ /**
20
+ * @description 首页导航占位控制器
21
+ */
10
22
  controller: {
11
23
  type: typeof NavPosIndexController;
12
24
  required: true;
@@ -16,10 +28,16 @@ export declare const NavPosIndex: import("vue").DefineComponent<{
16
28
  c: NavPosIndexController;
17
29
  isActivated: import("vue").Ref<boolean>;
18
30
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ /**
32
+ * @description 首页导航占位模型数据
33
+ */
19
34
  modelData: {
20
35
  type: PropType<IPanelRawItem>;
21
36
  required: true;
22
37
  };
38
+ /**
39
+ * @description 首页导航占位控制器
40
+ */
23
41
  controller: {
24
42
  type: typeof NavPosIndexController;
25
43
  required: true;
@@ -8,10 +8,16 @@ import './nav-pos-index.css';
8
8
  const NavPosIndex = /* @__PURE__ */ defineComponent({
9
9
  name: "IBizNavPosIndex",
10
10
  props: {
11
+ /**
12
+ * @description 首页导航占位模型数据
13
+ */
11
14
  modelData: {
12
15
  type: Object,
13
16
  required: true
14
17
  },
18
+ /**
19
+ * @description 首页导航占位控制器
20
+ */
15
21
  controller: {
16
22
  type: NavPosIndexController,
17
23
  required: true
@@ -10,32 +10,28 @@ import { INavViewMsg, PanelItemState } from '@ibiz-template/runtime';
10
10
  */
11
11
  export declare class NavPosIndexState extends PanelItemState {
12
12
  /**
13
- * 当前导航视图标识
14
- * @author lxm
15
- * @date 2023-05-25 06:24:48
13
+ * @description 当前导航视图标识
14
+ * @exposedoc
16
15
  * @type {string}
17
16
  */
18
17
  currentKey: string;
19
18
  /**
20
- * 缓存的视图标识
21
- * @author lxm
22
- * @date 2023-05-25 06:25:21
19
+ * @description 缓存的视图标识
20
+ * @exposedoc
23
21
  * @type {string[]}
24
22
  */
25
23
  cacheKeys: string[];
26
24
  /**
27
- * 导航视图详细信息
28
- * @author lxm
29
- * @date 2023-05-25 07:07:05
25
+ * @description 导航视图详细信息
26
+ * @exposedoc
30
27
  * @type {INavViewMsg[]}
31
28
  */
32
29
  navViewMsgs: {
33
30
  [p: string]: INavViewMsg;
34
31
  };
35
32
  /**
36
- * 导航的视图的操作顺序
37
- * @author lxm
38
- * @date 2023-05-25 06:25:34
33
+ * @description 导航的视图的操作顺序
34
+ * @exposedoc
39
35
  * @type {string[]}
40
36
  */
41
37
  operateSort: string[];
@@ -11,30 +11,26 @@ class NavPosIndexState extends PanelItemState {
11
11
  constructor() {
12
12
  super(...arguments);
13
13
  /**
14
- * 当前导航视图标识
15
- * @author lxm
16
- * @date 2023-05-25 06:24:48
14
+ * @description 当前导航视图标识
15
+ * @exposedoc
17
16
  * @type {string}
18
17
  */
19
18
  __publicField(this, "currentKey", "");
20
19
  /**
21
- * 缓存的视图标识
22
- * @author lxm
23
- * @date 2023-05-25 06:25:21
20
+ * @description 缓存的视图标识
21
+ * @exposedoc
24
22
  * @type {string[]}
25
23
  */
26
24
  __publicField(this, "cacheKeys", ["RouterShell"]);
27
25
  /**
28
- * 导航视图详细信息
29
- * @author lxm
30
- * @date 2023-05-25 07:07:05
26
+ * @description 导航视图详细信息
27
+ * @exposedoc
31
28
  * @type {INavViewMsg[]}
32
29
  */
33
30
  __publicField(this, "navViewMsgs", {});
34
31
  /**
35
- * 导航的视图的操作顺序
36
- * @author lxm
37
- * @date 2023-05-25 06:25:34
32
+ * @description 导航的视图的操作顺序
33
+ * @exposedoc
38
34
  * @type {string[]}
39
35
  */
40
36
  __publicField(this, "operateSort", []);
@@ -12,14 +12,15 @@ export declare class PanelAppTitleController extends PanelItemController<IPanelR
12
12
  state: PanelAppTitleState;
13
13
  protected createState(): PanelAppTitleState;
14
14
  /**
15
- * 面板控制器
16
- *
15
+ * @description 面板控制器
16
+ * @exposedoc
17
17
  * @type {ViewLayoutPanelController}
18
18
  * @memberof PanelAppTitleController
19
19
  */
20
20
  panel: ViewLayoutPanelController;
21
21
  /**
22
22
  * @description 自定义补充参数
23
+ * @exposedoc
23
24
  * @type {IData}
24
25
  * @memberof PanelAppTitleController
25
26
  */
@@ -13,6 +13,7 @@ class PanelAppTitleController extends PanelItemController {
13
13
  super(...arguments);
14
14
  /**
15
15
  * @description 自定义补充参数
16
+ * @exposedoc
16
17
  * @type {IData}
17
18
  * @memberof PanelAppTitleController
18
19
  */
@@ -2,11 +2,22 @@ import { IPanelField } from '@ibiz/model-core';
2
2
  import { PropType } from 'vue';
3
3
  import { PanelAppTitleController } from './panel-app-title.controller';
4
4
  import './panel-app-title.scss';
5
+ /**
6
+ * 应用标题
7
+ * @primary
8
+ * @description 用于绘制应用logo和应用标题,提供点击标题跳转首页的能力。
9
+ */
5
10
  export declare const PanelAppTitle: import("vue").DefineComponent<{
11
+ /**
12
+ * @description 应用标题模型数据
13
+ */
6
14
  modelData: {
7
15
  type: PropType<IPanelField>;
8
16
  required: true;
9
17
  };
18
+ /**
19
+ * @description 应用标题控制器
20
+ */
10
21
  controller: {
11
22
  type: typeof PanelAppTitleController;
12
23
  required: true;
@@ -19,10 +30,16 @@ export declare const PanelAppTitle: import("vue").DefineComponent<{
19
30
  handleClick: () => Promise<void>;
20
31
  isCollapse: import("vue").ComputedRef<any>;
21
32
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
33
+ /**
34
+ * @description 应用标题模型数据
35
+ */
22
36
  modelData: {
23
37
  type: PropType<IPanelField>;
24
38
  required: true;
25
39
  };
40
+ /**
41
+ * @description 应用标题控制器
42
+ */
26
43
  controller: {
27
44
  type: typeof PanelAppTitleController;
28
45
  required: true;
@@ -8,10 +8,16 @@ import './panel-app-title.css';
8
8
  const PanelAppTitle = /* @__PURE__ */ defineComponent({
9
9
  name: "IBizPanelAppTitle",
10
10
  props: {
11
+ /**
12
+ * @description 应用标题模型数据
13
+ */
11
14
  modelData: {
12
15
  type: Object,
13
16
  required: true
14
17
  },
18
+ /**
19
+ * @description 应用标题控制器
20
+ */
15
21
  controller: {
16
22
  type: PanelAppTitleController,
17
23
  required: true
@@ -10,58 +10,44 @@ import { PanelItemState } from '@ibiz-template/runtime';
10
10
  */
11
11
  export declare class PanelAppTitleState extends PanelItemState {
12
12
  /**
13
- * 应用标题
14
- *
15
- * @author chitanda
16
- * @date 2023-07-20 17:07:22
13
+ * @description 应用标题
14
+ * @exposedoc
17
15
  * @type {string}
18
16
  */
19
17
  caption: string;
20
18
  /**
21
- * 应用标题(收缩时)
22
- *
23
- * @author chitanda
24
- * @date 2023-07-20 17:07:22
19
+ * @description 应用标题(收缩时)
20
+ * @exposedoc
25
21
  * @type {string}
26
22
  */
27
23
  caption2: string;
28
24
  /**
29
- * 应用子标题
30
- *
31
- * @author chitanda
32
- * @date 2023-07-20 17:07:22
25
+ * @description 应用子标题
26
+ * @exposedoc
33
27
  * @type {string}
34
28
  */
35
29
  subCaption?: string;
36
30
  /**
37
- * 应用子标题(收缩时)
38
- *
39
- * @author chitanda
40
- * @date 2023-07-20 17:07:22
31
+ * @description 应用子标题(收缩时)
32
+ * @exposedoc
41
33
  * @type {string}
42
34
  */
43
35
  subCaption2?: string;
44
36
  /**
45
- * 应用 logo 图片地址
46
- *
47
- * @author chitanda
48
- * @date 2023-07-20 17:07:11
37
+ * @description 应用 logo 图片地址
38
+ * @exposedoc
49
39
  * @type {string}
50
40
  */
51
41
  icon: string;
52
42
  /**
53
- * 应用 logo 图片2地址(收缩时)
54
- *
55
- * @author chitanda
56
- * @date 2023-07-20 17:07:11
43
+ * @description 应用 logo 图片2地址(收缩时)
44
+ * @exposedoc
57
45
  * @type {string}
58
46
  */
59
47
  icon2: string;
60
48
  /**
61
- * 是否为 svg 图标
62
- *
63
- * @author chitanda
64
- * @date 2023-07-20 17:07:26
49
+ * @description 是否为 svg 图标
50
+ * @exposedoc
65
51
  * @type {boolean}
66
52
  */
67
53
  isSvg: boolean;