@ibiz-template/mob-vue3-components 0.7.41-alpha.22 → 0.7.41-alpha.24

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 (379) hide show
  1. package/dist/chart-CVnUjHjl.js +2 -0
  2. package/dist/{chart-j1WkpBhc.js.map → chart-CVnUjHjl.js.map} +1 -1
  3. package/dist/ibiz-markdown-editor-MwEhH1r_.js +2 -0
  4. package/dist/ibiz-markdown-editor-MwEhH1r_.js.map +1 -0
  5. package/dist/index-CopTozpr.js +2 -0
  6. package/dist/{index-ChdHGLJI.js.map → index-CopTozpr.js.map} +1 -1
  7. package/dist/index-DV0pS0zU.js +2 -0
  8. package/dist/{index-Dd7yiMzY.js.map → index-DV0pS0zU.js.map} +1 -1
  9. package/dist/index-HQsqnjtM.js +2 -0
  10. package/dist/index-HQsqnjtM.js.map +1 -0
  11. package/dist/index.min.css +4 -4
  12. package/dist/index.system.min.js +1 -1
  13. package/dist/quill-CSDnV3Pb.js +2 -0
  14. package/dist/{quill-BOA7ZLOz.js.map → quill-CSDnV3Pb.js.map} +1 -1
  15. package/dist/quill-editor-B7NuxNK7.js +2 -0
  16. package/dist/quill-editor-B7NuxNK7.js.map +1 -0
  17. package/dist/quill-editor-preview-CtFf0ZKt.js +2 -0
  18. package/dist/{quill-editor-preview-DghpeKpg.js.map → quill-editor-preview-CtFf0ZKt.js.map} +1 -1
  19. package/dist/tree-on8cJom4.js +2 -0
  20. package/dist/{tree-BTa0bMPr.js.map → tree-on8cJom4.js.map} +1 -1
  21. package/dist/xlsx-util-DRvvWEVq.js +3 -0
  22. package/dist/xlsx-util-DRvvWEVq.js.map +1 -0
  23. package/es/_virtual/index12.mjs +2 -2
  24. package/es/_virtual/index13.mjs +2 -2
  25. package/es/common/action-group/action-group.css +1 -1
  26. package/es/common/action-group/action-group.mjs +44 -43
  27. package/es/common/button-list/button-list.css +1 -1
  28. package/es/common/button-list/button-list.mjs +16 -25
  29. package/es/common/col/col.mjs +1 -1
  30. package/es/common/cropping/cropping.mjs +5 -5
  31. package/es/common/date-range-picker/components/range-picker/range-picker.mjs +2 -4
  32. package/es/common/date-range-picker/components/single-picker/single-picker.mjs +2 -4
  33. package/es/common/date-range-picker/date-range-picker.mjs +2 -2
  34. package/es/common/emoji-select/components/emoji-item/emoji-item.mjs +4 -4
  35. package/es/common/emoji-select/components/emoji-list/emoji-list.mjs +1 -1
  36. package/es/common/emoji-select/icons/categories.mjs +9 -57
  37. package/es/common/float-button/float-button.css +1 -1
  38. package/es/common/float-button/float-button.mjs +12 -7
  39. package/es/common/fullscreen-header/fullscreen-header.css +1 -1
  40. package/es/common/keep-alive/keep-alive.mjs +2 -2
  41. package/es/common/keep-alive/scheduler.mjs +1 -1
  42. package/es/common/preview-image/preview-image.mjs +4 -4
  43. package/es/common/rawitem/rawitem.mjs +2 -2
  44. package/es/common/row/row.mjs +1 -1
  45. package/es/common/split/split.mjs +9 -9
  46. package/es/common/split-trigger/split-trigger.mjs +1 -1
  47. package/es/common/tab-layout/tab-dropdown/tab-dropdown.mjs +1 -1
  48. package/es/control/app-menu/app-menu.mjs +3 -3
  49. package/es/control/app-menu/custom-menu-design/custom-menu-design.css +1 -1
  50. package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +30 -86
  51. package/es/control/app-menu/custom-menu-design/menu-design-list/menu-design-list.css +1 -0
  52. package/es/control/app-menu/custom-menu-design/menu-design-list/menu-design-list.mjs +105 -0
  53. package/es/control/app-menu/custom-menu-design/menu-design-tree/menu-design-tree.css +1 -0
  54. package/es/control/app-menu/custom-menu-design/menu-design-tree/menu-design-tree.mjs +124 -0
  55. package/es/control/app-menu/menu-render-util.mjs +6 -1
  56. package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +1 -1
  57. package/es/control/app-menu-icon-view/index.mjs +1 -1
  58. package/es/control/app-menu-list-view/app-menu-list-view.mjs +1 -1
  59. package/es/control/app-menu-list-view/index.mjs +1 -1
  60. package/es/control/calendar/calendar.mjs +6 -6
  61. package/es/control/caption-bar/caption-bar.mjs +1 -1
  62. package/es/control/chart/chart.mjs +1 -1
  63. package/es/control/dashboard/dashboard.mjs +3 -1
  64. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +1 -1
  65. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +1 -1
  66. package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +1 -1
  67. package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +1 -1
  68. package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +1 -1
  69. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +1 -1
  70. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  71. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +4 -4
  72. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +1 -1
  73. package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +1 -1
  74. package/es/control/data-view/data-view.css +1 -1
  75. package/es/control/data-view/data-view.mjs +7 -7
  76. package/es/control/drbar/drbar.mjs +1 -1
  77. package/es/control/drtab/drtab.controller.mjs +1 -1
  78. package/es/control/drtab/drtab.mjs +1 -1
  79. package/es/control/form/edit-form/edit-form.mjs +1 -1
  80. package/es/control/form/form/form.mjs +2 -2
  81. package/es/control/form/form-detail/form-button/form-button.css +1 -1
  82. package/es/control/form/form-detail/form-button/form-button.mjs +4 -4
  83. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
  84. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +1 -1
  85. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +6 -6
  86. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs +2 -2
  87. package/es/control/form/search-form/search-form.mjs +1 -1
  88. package/es/control/list/list/list.mjs +1 -1
  89. package/es/control/list/md-ctrl/md-ctrl.css +1 -1
  90. package/es/control/list/md-ctrl/md-ctrl.mjs +2 -2
  91. package/es/control/pickup-view-panel/pickup-view-panel.mjs +1 -1
  92. package/es/control/search-bar/filter-field-select/filter-field-select.mjs +1 -1
  93. package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +1 -1
  94. package/es/control/search-bar/filter-tree/filter-tree.css +1 -1
  95. package/es/control/search-bar/filter-tree/filter-tree.mjs +1 -1
  96. package/es/control/search-bar/search-bar.mjs +10 -6
  97. package/es/control/tab-exp-panel/tab-exp-panel.mjs +1 -1
  98. package/es/control/toolbar/float-toolbar/float-toolbar.css +1 -1
  99. package/es/control/toolbar/float-toolbar/float-toolbar.mjs +19 -8
  100. package/es/control/toolbar/toolbar-group-list/toolbar-group-list.css +1 -1
  101. package/es/control/toolbar/toolbar-group-list/toolbar-group-list.mjs +26 -12
  102. package/es/control/toolbar/toolbar-render-util.mjs +122 -48
  103. package/es/control/toolbar/toolbar.css +1 -1
  104. package/es/control/toolbar/toolbar.mjs +4 -1
  105. package/es/control/tree/tree.mjs +9 -9
  106. package/es/control/tree-exp-bar/tree-exp-bar.mjs +1 -1
  107. package/es/control/wizard-panel/wizard-panel.mjs +6 -6
  108. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +2 -2
  109. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +1 -1
  110. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +2 -2
  111. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +2 -2
  112. package/es/editor/data-picker/picker-editor.controller.mjs +1 -1
  113. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -1
  114. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +7 -7
  115. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +1 -1
  116. package/es/editor/html/html-editor.controller.mjs +26 -9
  117. package/es/editor/html/quill-editor/quill-editor.mjs +12 -3
  118. package/es/editor/html/quill-editor-preview/quill-editor-preview.css +1 -1
  119. package/es/editor/html/quill-editor-preview/quill-editor-preview.mjs +4 -4
  120. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +12 -3
  121. package/es/editor/markdown/markdown-editor.controller.mjs +23 -3
  122. package/es/editor/qrcode/ibiz-qrcode/ibiz-qrcode.mjs +1 -1
  123. package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +2 -2
  124. package/es/editor/span/span/span.mjs +7 -7
  125. package/es/editor/span/span-link/span-link.mjs +1 -1
  126. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +1 -1
  127. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +1 -1
  128. package/es/editor/text-box/input/input.mjs +4 -4
  129. package/es/editor/text-box/signature/signature.mjs +59 -19
  130. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  131. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +1 -1
  132. package/es/editor/upload/upload-editor.controller.mjs +18 -1
  133. package/es/editor/upload/use/use-van-upload.mjs +6 -2
  134. package/es/index.mjs +2 -1
  135. package/es/locale/en/index.mjs +26 -23
  136. package/es/locale/zh-CN/index.mjs +3 -0
  137. package/es/mob-app/App.mjs +10 -1
  138. package/es/mob-app/components/modal-router-shell/modal-router-shell.mjs +6 -4
  139. package/es/mob-app/components/router-shell/router-shell.mjs +1 -1
  140. package/es/mob-app/guard/auth-guard/auth-guard.mjs +2 -2
  141. package/es/mob-app/guard/auth-guard/dyna-auth-guard.mjs +3 -3
  142. package/es/mob-app/main.mjs +3 -1
  143. package/es/mob-app/router/index.mjs +131 -76
  144. package/es/mob-app/util/unauthorized-handler/unauthorized-handler.mjs +5 -5
  145. package/es/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.mjs +1 -1
  146. package/es/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.mjs +1 -1
  147. package/es/panel-component/async-action/async-action/async-action.mjs +2 -2
  148. package/es/panel-component/async-action/async-action-preview/async-action-preview.mjs +3 -3
  149. package/es/panel-component/async-action/async-action-result/async-action-result.mjs +1 -1
  150. package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +2 -2
  151. package/es/panel-component/panel-app-title/panel-app-title.mjs +2 -2
  152. package/es/panel-component/panel-button/panel-button.css +1 -1
  153. package/es/panel-component/panel-carousel/panel-carousel.controller.mjs +1 -1
  154. package/es/panel-component/panel-video-player/panel-video-player.controller.mjs +2 -2
  155. package/es/panel-component/split-container/split-container.controller.mjs +1 -1
  156. package/es/panel-component/user-message/common/internal-message-default/internal-message-default.provider.mjs +1 -1
  157. package/es/panel-component/user-message/user-message.mjs +1 -1
  158. package/es/panel-component/user-message/user-message.util.mjs +1 -1
  159. package/es/panel-component/view-content-panel-container/view-content-panel-container.css +1 -1
  160. package/es/panel-component/view-content-panel-container/view-content-panel-container.mjs +12 -12
  161. package/es/platform/ios-platform-provider.mjs +2 -2
  162. package/es/platform/wechat-official-platform-provider.mjs +1 -1
  163. package/es/util/ai-chat-util/ai-chat-util.mjs +204 -41
  164. package/es/util/app-drawer/app-drawer-component.mjs +20 -6
  165. package/es/util/app-modal/app-modal-component.mjs +7 -4
  166. package/es/util/app-popover/app-popover-component.mjs +4 -4
  167. package/es/util/app-util/app-util.mjs +38 -3
  168. package/es/util/button-util/button-util.mjs +33 -1
  169. package/es/util/confirm-util/confirm-util.mjs +4 -4
  170. package/es/util/directive/loading.mjs +1 -1
  171. package/es/util/fullscreen/fullscreen-util.mjs +2 -2
  172. package/es/util/index.mjs +2 -1
  173. package/es/util/list-util/list-render-util.mjs +25 -6
  174. package/es/util/loading-util/loading-util.mjs +1 -1
  175. package/es/util/open-view-util/open-view-util.mjs +1 -1
  176. package/es/util/print-preview-util/print-preview-markdown/icon/icon.mjs +46 -0
  177. package/es/util/print-preview-util/print-preview-markdown/print-preview-markdown.css +1 -0
  178. package/es/util/print-preview-util/print-preview-markdown/print-preview-markdown.mjs +62 -0
  179. package/es/util/print-preview-util/print-preview-util.mjs +57 -0
  180. package/es/util/scan-qrcode/scan-qrcode.mjs +1 -1
  181. package/es/util/user-route-util/user-route-util.mjs +4 -4
  182. package/es/util/xlsx-util/xlsx-util.mjs +1 -1
  183. package/es/view/download-view/download-view.mjs +4 -1
  184. package/es/view/login-view/login-view.mjs +1 -0
  185. package/es/view-engine/index.mjs +31 -31
  186. package/es/view-engine/login-view.engine.mjs +1 -1
  187. package/es/view-engine/mob-calendar-view.engine.mjs +8 -1
  188. package/es/view-engine/mob-edit-view.engine.mjs +1 -1
  189. package/es/view-engine/mob-wf-dyna-action-view.engine.mjs +1 -1
  190. package/es/view-engine/mob-wf-dyna-edit-view.engine.mjs +1 -1
  191. package/es/view-engine/mob-wf-dyna-start-view.engine.mjs +1 -1
  192. package/lib/_virtual/index12.cjs +2 -2
  193. package/lib/_virtual/index13.cjs +2 -2
  194. package/lib/common/action-group/action-group.cjs +42 -41
  195. package/lib/common/action-group/action-group.css +1 -1
  196. package/lib/common/button-list/button-list.cjs +14 -23
  197. package/lib/common/button-list/button-list.css +1 -1
  198. package/lib/common/col/col.cjs +1 -1
  199. package/lib/common/cropping/cropping.cjs +5 -5
  200. package/lib/common/date-range-picker/components/range-picker/range-picker.cjs +2 -4
  201. package/lib/common/date-range-picker/components/single-picker/single-picker.cjs +2 -4
  202. package/lib/common/date-range-picker/date-range-picker.cjs +2 -2
  203. package/lib/common/emoji-select/components/emoji-item/emoji-item.cjs +4 -4
  204. package/lib/common/emoji-select/components/emoji-list/emoji-list.cjs +1 -1
  205. package/lib/common/emoji-select/icons/categories.cjs +9 -57
  206. package/lib/common/float-button/float-button.cjs +11 -6
  207. package/lib/common/float-button/float-button.css +1 -1
  208. package/lib/common/fullscreen-header/fullscreen-header.css +1 -1
  209. package/lib/common/keep-alive/keep-alive.cjs +2 -2
  210. package/lib/common/keep-alive/scheduler.cjs +1 -1
  211. package/lib/common/preview-image/preview-image.cjs +4 -4
  212. package/lib/common/rawitem/rawitem.cjs +2 -2
  213. package/lib/common/row/row.cjs +1 -1
  214. package/lib/common/split/split.cjs +9 -9
  215. package/lib/common/split-trigger/split-trigger.cjs +1 -1
  216. package/lib/common/tab-layout/tab-dropdown/tab-dropdown.cjs +1 -1
  217. package/lib/control/app-menu/app-menu.cjs +2 -2
  218. package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +29 -85
  219. package/lib/control/app-menu/custom-menu-design/custom-menu-design.css +1 -1
  220. package/lib/control/app-menu/custom-menu-design/menu-design-list/menu-design-list.cjs +107 -0
  221. package/lib/control/app-menu/custom-menu-design/menu-design-list/menu-design-list.css +1 -0
  222. package/lib/control/app-menu/custom-menu-design/menu-design-tree/menu-design-tree.cjs +126 -0
  223. package/lib/control/app-menu/custom-menu-design/menu-design-tree/menu-design-tree.css +1 -0
  224. package/lib/control/app-menu/menu-render-util.cjs +6 -1
  225. package/lib/control/app-menu-icon-view/app-menu-icon-view.cjs +1 -1
  226. package/lib/control/app-menu-icon-view/index.cjs +1 -1
  227. package/lib/control/app-menu-list-view/app-menu-list-view.cjs +1 -1
  228. package/lib/control/app-menu-list-view/index.cjs +1 -1
  229. package/lib/control/calendar/calendar.cjs +6 -6
  230. package/lib/control/caption-bar/caption-bar.cjs +1 -1
  231. package/lib/control/chart/chart.cjs +1 -1
  232. package/lib/control/dashboard/dashboard.cjs +3 -1
  233. package/lib/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.cjs +1 -1
  234. package/lib/control/dashboard/portlet/chart-portlet/chart-portlet.cjs +1 -1
  235. package/lib/control/dashboard/portlet/container-portlet/container-portlet.cjs +1 -1
  236. package/lib/control/dashboard/portlet/html-portlet/html-portlet.cjs +1 -1
  237. package/lib/control/dashboard/portlet/list-portlet/list-portlet.cjs +1 -1
  238. package/lib/control/dashboard/portlet/menu-portlet/menu-portlet.cjs +1 -1
  239. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +4 -4
  240. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  241. package/lib/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.cjs +1 -1
  242. package/lib/control/dashboard/portlet/view-portlet/view-portlet.cjs +1 -1
  243. package/lib/control/data-view/data-view.cjs +7 -7
  244. package/lib/control/data-view/data-view.css +1 -1
  245. package/lib/control/drbar/drbar.cjs +1 -1
  246. package/lib/control/drtab/drtab.cjs +1 -1
  247. package/lib/control/drtab/drtab.controller.cjs +1 -1
  248. package/lib/control/form/edit-form/edit-form.cjs +1 -1
  249. package/lib/control/form/form/form.cjs +2 -2
  250. package/lib/control/form/form-detail/form-button/form-button.cjs +4 -4
  251. package/lib/control/form/form-detail/form-button/form-button.css +1 -1
  252. package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +1 -1
  253. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +1 -1
  254. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +6 -6
  255. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.provider.cjs +2 -2
  256. package/lib/control/form/search-form/search-form.cjs +1 -1
  257. package/lib/control/list/list/list.cjs +1 -1
  258. package/lib/control/list/md-ctrl/md-ctrl.cjs +2 -2
  259. package/lib/control/list/md-ctrl/md-ctrl.css +1 -1
  260. package/lib/control/pickup-view-panel/pickup-view-panel.cjs +1 -1
  261. package/lib/control/search-bar/filter-field-select/filter-field-select.cjs +1 -1
  262. package/lib/control/search-bar/filter-mode-select/filter-mode-select.cjs +1 -1
  263. package/lib/control/search-bar/filter-tree/filter-tree.cjs +1 -1
  264. package/lib/control/search-bar/filter-tree/filter-tree.css +1 -1
  265. package/lib/control/search-bar/search-bar.cjs +10 -6
  266. package/lib/control/tab-exp-panel/tab-exp-panel.cjs +1 -1
  267. package/lib/control/toolbar/float-toolbar/float-toolbar.cjs +19 -8
  268. package/lib/control/toolbar/float-toolbar/float-toolbar.css +1 -1
  269. package/lib/control/toolbar/toolbar-group-list/toolbar-group-list.cjs +25 -11
  270. package/lib/control/toolbar/toolbar-group-list/toolbar-group-list.css +1 -1
  271. package/lib/control/toolbar/toolbar-render-util.cjs +120 -46
  272. package/lib/control/toolbar/toolbar.cjs +4 -1
  273. package/lib/control/toolbar/toolbar.css +1 -1
  274. package/lib/control/tree/tree.cjs +9 -9
  275. package/lib/control/tree-exp-bar/tree-exp-bar.cjs +1 -1
  276. package/lib/control/wizard-panel/wizard-panel.cjs +6 -6
  277. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +2 -2
  278. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +1 -1
  279. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +2 -2
  280. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +2 -2
  281. package/lib/editor/data-picker/picker-editor.controller.cjs +1 -1
  282. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -1
  283. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +7 -7
  284. package/lib/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.cjs +1 -1
  285. package/lib/editor/html/html-editor.controller.cjs +26 -9
  286. package/lib/editor/html/quill-editor/quill-editor.cjs +12 -3
  287. package/lib/editor/html/quill-editor-preview/quill-editor-preview.cjs +4 -4
  288. package/lib/editor/html/quill-editor-preview/quill-editor-preview.css +1 -1
  289. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +12 -3
  290. package/lib/editor/markdown/markdown-editor.controller.cjs +23 -3
  291. package/lib/editor/qrcode/ibiz-qrcode/ibiz-qrcode.cjs +1 -1
  292. package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +2 -2
  293. package/lib/editor/span/span/span.cjs +7 -7
  294. package/lib/editor/span/span-link/span-link.cjs +1 -1
  295. package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.cjs +1 -1
  296. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +1 -1
  297. package/lib/editor/text-box/input/input.cjs +4 -4
  298. package/lib/editor/text-box/signature/signature.cjs +59 -19
  299. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +1 -1
  300. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  301. package/lib/editor/upload/upload-editor.controller.cjs +18 -1
  302. package/lib/editor/upload/use/use-van-upload.cjs +6 -2
  303. package/lib/index.cjs +3 -0
  304. package/lib/locale/en/index.cjs +26 -23
  305. package/lib/locale/zh-CN/index.cjs +3 -0
  306. package/lib/mob-app/App.cjs +9 -0
  307. package/lib/mob-app/components/modal-router-shell/modal-router-shell.cjs +6 -4
  308. package/lib/mob-app/components/router-shell/router-shell.cjs +1 -1
  309. package/lib/mob-app/guard/auth-guard/auth-guard.cjs +2 -2
  310. package/lib/mob-app/guard/auth-guard/dyna-auth-guard.cjs +3 -3
  311. package/lib/mob-app/main.cjs +3 -1
  312. package/lib/mob-app/router/index.cjs +131 -76
  313. package/lib/mob-app/util/unauthorized-handler/unauthorized-handler.cjs +5 -5
  314. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.cjs +1 -1
  315. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.cjs +1 -1
  316. package/lib/panel-component/async-action/async-action/async-action.cjs +2 -2
  317. package/lib/panel-component/async-action/async-action-preview/async-action-preview.cjs +3 -3
  318. package/lib/panel-component/async-action/async-action-result/async-action-result.cjs +1 -1
  319. package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +2 -2
  320. package/lib/panel-component/panel-app-title/panel-app-title.cjs +2 -2
  321. package/lib/panel-component/panel-button/panel-button.css +1 -1
  322. package/lib/panel-component/panel-carousel/panel-carousel.controller.cjs +1 -1
  323. package/lib/panel-component/panel-video-player/panel-video-player.controller.cjs +2 -2
  324. package/lib/panel-component/split-container/split-container.controller.cjs +1 -1
  325. package/lib/panel-component/user-message/common/internal-message-default/internal-message-default.provider.cjs +1 -1
  326. package/lib/panel-component/user-message/user-message.cjs +1 -1
  327. package/lib/panel-component/user-message/user-message.util.cjs +1 -1
  328. package/lib/panel-component/view-content-panel-container/view-content-panel-container.cjs +12 -12
  329. package/lib/panel-component/view-content-panel-container/view-content-panel-container.css +1 -1
  330. package/lib/platform/ios-platform-provider.cjs +2 -2
  331. package/lib/platform/wechat-official-platform-provider.cjs +1 -1
  332. package/lib/util/ai-chat-util/ai-chat-util.cjs +204 -41
  333. package/lib/util/app-drawer/app-drawer-component.cjs +20 -6
  334. package/lib/util/app-modal/app-modal-component.cjs +7 -4
  335. package/lib/util/app-popover/app-popover-component.cjs +4 -4
  336. package/lib/util/app-util/app-util.cjs +38 -3
  337. package/lib/util/button-util/button-util.cjs +34 -0
  338. package/lib/util/confirm-util/confirm-util.cjs +4 -4
  339. package/lib/util/directive/loading.cjs +1 -1
  340. package/lib/util/fullscreen/fullscreen-util.cjs +2 -2
  341. package/lib/util/index.cjs +3 -0
  342. package/lib/util/list-util/list-render-util.cjs +25 -6
  343. package/lib/util/loading-util/loading-util.cjs +1 -1
  344. package/lib/util/open-view-util/open-view-util.cjs +1 -1
  345. package/lib/util/print-preview-util/print-preview-markdown/icon/icon.cjs +52 -0
  346. package/lib/util/print-preview-util/print-preview-markdown/print-preview-markdown.cjs +64 -0
  347. package/lib/util/print-preview-util/print-preview-markdown/print-preview-markdown.css +1 -0
  348. package/lib/util/print-preview-util/print-preview-util.cjs +59 -0
  349. package/lib/util/scan-qrcode/scan-qrcode.cjs +1 -1
  350. package/lib/util/user-route-util/user-route-util.cjs +4 -4
  351. package/lib/util/xlsx-util/xlsx-util.cjs +1 -1
  352. package/lib/view/download-view/download-view.cjs +3 -0
  353. package/lib/view/login-view/login-view.cjs +1 -0
  354. package/lib/view-engine/index.cjs +31 -31
  355. package/lib/view-engine/login-view.engine.cjs +1 -1
  356. package/lib/view-engine/mob-calendar-view.engine.cjs +7 -0
  357. package/lib/view-engine/mob-edit-view.engine.cjs +1 -1
  358. package/lib/view-engine/mob-wf-dyna-action-view.engine.cjs +1 -1
  359. package/lib/view-engine/mob-wf-dyna-edit-view.engine.cjs +1 -1
  360. package/lib/view-engine/mob-wf-dyna-start-view.engine.cjs +1 -1
  361. package/package.json +9 -9
  362. package/dist/chart-j1WkpBhc.js +0 -2
  363. package/dist/ibiz-markdown-editor-COU_MxNu.js +0 -2
  364. package/dist/ibiz-markdown-editor-COU_MxNu.js.map +0 -1
  365. package/dist/index-Bn7VkqJp.js +0 -76
  366. package/dist/index-Bn7VkqJp.js.map +0 -1
  367. package/dist/index-ChdHGLJI.js +0 -2
  368. package/dist/index-Dd7yiMzY.js +0 -2
  369. package/dist/index.es-D0mZvSDS.js +0 -14
  370. package/dist/index.es-D0mZvSDS.js.map +0 -1
  371. package/dist/quill-BOA7ZLOz.js +0 -50
  372. package/dist/quill-editor-DcZd_lqh.js +0 -2
  373. package/dist/quill-editor-DcZd_lqh.js.map +0 -1
  374. package/dist/quill-editor-preview-DghpeKpg.js +0 -2
  375. package/dist/tree-BTa0bMPr.js +0 -2
  376. package/dist/xlsx-util-CQaOn5OK.js +0 -105
  377. package/dist/xlsx-util-CQaOn5OK.js.map +0 -1
  378. package/es/node_modules/.pnpm/@ibiz-template-plugin_ibiz-mob-ai-chat@0.0.1_cherry-markdown@0.8.58_interactjs@1.10.27_qx-uti_xgmgjpxet4ghyc7txs4jkjxilq/node_modules/@ibiz-template-plugin/ibiz-mob-ai-chat/dist/index.es.mjs +0 -4425
  379. package/lib/node_modules/.pnpm/@ibiz-template-plugin_ibiz-mob-ai-chat@0.0.1_cherry-markdown@0.8.58_interactjs@1.10.27_qx-uti_xgmgjpxet4ghyc7txs4jkjxilq/node_modules/@ibiz-template-plugin/ibiz-mob-ai-chat/dist/index.es.cjs +0 -4427
@@ -12,6 +12,7 @@ import { RouterShell } from '../components/router-shell/router-shell.mjs';
12
12
  import { LoginView } from '../../view/login-view/login-view.mjs';
13
13
  import { DownloadView } from '../../view/download-view/download-view.mjs';
14
14
  import { HomeView } from '../components/home-view/home-view.mjs';
15
+ import { splitPathToSegments, validateRouteSegments } from '../../util/user-route-util/user-route-util.mjs';
15
16
  import { useViewStack } from '../../util/store/view-stack/view-stack.mjs';
16
17
 
17
18
  "use strict";
@@ -47,15 +48,7 @@ class AppRouter {
47
48
  }
48
49
  return appContext;
49
50
  }
50
- /**
51
- * 创建vue路由对象
52
- * @author lxm
53
- * @date 2023-06-29 07:56:11
54
- * @protected
55
- * @static
56
- * @return {*}
57
- */
58
- static createRouter() {
51
+ static getRoutes() {
59
52
  const beforeEnter = async (_to, _from, next) => {
60
53
  if (!isNilOrEmpty(ibiz.appData)) {
61
54
  next();
@@ -69,8 +62,8 @@ class AppRouter {
69
62
  }
70
63
  };
71
64
  const placeholder = ibiz.env.routePlaceholder;
72
- const paramReg = `[^/]+=[^/]+|${placeholder}`;
73
- const viewReg = `[^=/]+`;
65
+ const paramReg = "[^/]+=[^/]+|".concat(placeholder);
66
+ const viewReg = "[^=/]+";
74
67
  const children = [
75
68
  {
76
69
  path: "404",
@@ -79,14 +72,17 @@ class AppRouter {
79
72
  component: View404
80
73
  },
81
74
  {
82
- path: `${RouteConst.ROUTE_MODAL_TAG}/:modalView(${viewReg})/:modalParams(${paramReg})`,
75
+ path: "".concat(RouteConst.ROUTE_MODAL_TAG, "/:modalView(").concat(viewReg, ")/:modalParams(").concat(paramReg, ")"),
83
76
  components: {
84
77
  [RouteConst.ROUTE_MODAL_TAG]: ModalRouterShell
85
78
  }
86
79
  },
87
80
  {
88
- path: `:view2(${viewReg})/:params2(${paramReg})`,
81
+ path: ":view2(".concat(viewReg, ")/:params2(").concat(paramReg, ")"),
89
82
  component: RouterShell,
83
+ meta: {
84
+ depth: 2
85
+ },
90
86
  props: getPropsCallback(2),
91
87
  children: [
92
88
  {
@@ -96,14 +92,17 @@ class AppRouter {
96
92
  component: View404
97
93
  },
98
94
  {
99
- path: `${RouteConst.ROUTE_MODAL_TAG}/:modalView(${viewReg})/:modalParams(${paramReg})`,
95
+ path: "".concat(RouteConst.ROUTE_MODAL_TAG, "/:modalView(").concat(viewReg, ")/:modalParams(").concat(paramReg, ")"),
100
96
  components: {
101
97
  [RouteConst.ROUTE_MODAL_TAG]: ModalRouterShell
102
98
  }
103
99
  },
104
100
  {
105
- path: `:view3(${viewReg})/:params3(${paramReg})`,
101
+ path: ":view3(".concat(viewReg, ")/:params3(").concat(paramReg, ")"),
106
102
  component: RouterShell,
103
+ meta: {
104
+ depth: 3
105
+ },
107
106
  props: getPropsCallback(3),
108
107
  children: [
109
108
  {
@@ -113,14 +112,17 @@ class AppRouter {
113
112
  component: View404
114
113
  },
115
114
  {
116
- path: `${RouteConst.ROUTE_MODAL_TAG}/:modalView(${viewReg})/:modalParams(${paramReg})`,
115
+ path: "".concat(RouteConst.ROUTE_MODAL_TAG, "/:modalView(").concat(viewReg, ")/:modalParams(").concat(paramReg, ")"),
117
116
  components: {
118
117
  [RouteConst.ROUTE_MODAL_TAG]: ModalRouterShell
119
118
  }
120
119
  },
121
120
  {
122
- path: `:view4(${viewReg})/:params4(${paramReg})`,
121
+ path: ":view4(".concat(viewReg, ")/:params4(").concat(paramReg, ")"),
123
122
  component: RouterShell,
123
+ meta: {
124
+ depth: 4
125
+ },
124
126
  props: getPropsCallback(4)
125
127
  },
126
128
  {
@@ -140,65 +142,93 @@ class AppRouter {
140
142
  redirect: { name: "404View2" }
141
143
  }
142
144
  ];
143
- return createRouter({
144
- // 4. 内部提供了 history 模式的实现。为了简单起见,我们在这里使用 hash 模式。
145
- history: createWebHashHistory(),
146
- routes: [
147
- {
148
- path: "/",
149
- redirect: {
150
- replace: true,
151
- path: `/${placeholder}/index/${placeholder}`
152
- }
153
- },
154
- {
155
- path: "/login",
156
- name: "loginView",
157
- meta: { preset: true },
158
- beforeEnter: async (_to, _from, next) => {
159
- await this.authGuard(this.getAppContext(_to), false);
160
- next();
161
- },
162
- component: LoginView
163
- },
164
- {
165
- path: "/download",
166
- name: "downloadView",
167
- meta: { preset: true },
168
- component: DownloadView
169
- },
170
- {
171
- path: "/404",
172
- name: "404View1",
173
- meta: { preset: true },
174
- component: View404
175
- },
176
- {
177
- path: "/appredirectview",
178
- name: "appRedirectView",
179
- meta: { preset: true },
180
- beforeEnter,
181
- component: AppRedirectView
182
- },
183
- {
184
- path: `/:appContext(${paramReg})/home/:params1(${paramReg})`,
185
- meta: { home: true },
186
- beforeEnter,
187
- component: HomeView,
188
- children
189
- },
190
- {
191
- path: `/:appContext(${paramReg})/:view1(${viewReg})/:params1(${paramReg})`,
192
- beforeEnter,
193
- component: RouterShell,
194
- children
145
+ const routes = [
146
+ {
147
+ path: "/",
148
+ redirect: {
149
+ replace: true,
150
+ path: "/".concat(placeholder, "/index/").concat(placeholder)
151
+ }
152
+ },
153
+ {
154
+ path: "/login",
155
+ name: "loginView",
156
+ meta: { preset: true },
157
+ beforeEnter: async (_to, from, next) => {
158
+ await this.authGuard(this.getAppContext(_to), false);
159
+ next();
195
160
  },
196
- {
197
- path: "/:pathMatch(.*)*",
198
- redirect: { name: "404View1" }
161
+ component: LoginView
162
+ },
163
+ {
164
+ path: "/download",
165
+ name: "downloadView",
166
+ meta: { preset: true },
167
+ component: DownloadView
168
+ },
169
+ {
170
+ path: "/404",
171
+ name: "404View1",
172
+ meta: { preset: true },
173
+ component: View404
174
+ },
175
+ {
176
+ path: "/appredirectview",
177
+ name: "appRedirectView",
178
+ meta: { preset: true },
179
+ beforeEnter,
180
+ component: AppRedirectView
181
+ },
182
+ {
183
+ path: "/:appContext(".concat(paramReg, ")/home/:params1(").concat(paramReg, ")"),
184
+ meta: { home: true, depth: 1 },
185
+ beforeEnter,
186
+ component: HomeView,
187
+ children
188
+ },
189
+ {
190
+ path: "/:appContext(".concat(paramReg, ")/:view1(").concat(viewReg, ")/:params1(").concat(paramReg, ")"),
191
+ beforeEnter,
192
+ meta: { depth: 1 },
193
+ component: RouterShell,
194
+ children
195
+ },
196
+ {
197
+ path: "/:pathMatch(.*)*",
198
+ redirect: { name: "404View1" }
199
+ }
200
+ ];
201
+ return routes;
202
+ }
203
+ /**
204
+ * 添加路由
205
+ * @param parentDepth 父路由层级
206
+ * @param userRoute
207
+ * @param routes
208
+ * @returns
209
+ */
210
+ static addRoute(parentDepth, userRoute, routes) {
211
+ if (!parentDepth)
212
+ return;
213
+ const findAndAdd = (routeList) => {
214
+ for (const route of routeList) {
215
+ if (route && route.meta && route.meta.depth === parentDepth) {
216
+ if (route.children && route.children.length > 0) {
217
+ route.children.push(userRoute);
218
+ } else {
219
+ route.children = [userRoute];
220
+ }
221
+ return true;
199
222
  }
200
- ]
201
- });
223
+ if (route.children && route.children.length > 0) {
224
+ if (findAndAdd(route.children)) {
225
+ return true;
226
+ }
227
+ }
228
+ }
229
+ return false;
230
+ };
231
+ findAndAdd(routes);
202
232
  }
203
233
  /**
204
234
  * 获取路由对象
@@ -207,9 +237,34 @@ class AppRouter {
207
237
  * @static
208
238
  * @return {*}
209
239
  */
210
- static getRouter() {
240
+ static getRouter(userRoutes = []) {
211
241
  if (!this.router) {
212
- this.router = this.createRouter();
242
+ const routes = this.getRoutes();
243
+ if (userRoutes && userRoutes.length > 0) {
244
+ for (let i = 0; i < userRoutes.length; i++) {
245
+ const route = userRoutes[i];
246
+ const paginationathSegments = splitPathToSegments(route.path);
247
+ const validateResult = validateRouteSegments(paginationathSegments);
248
+ if (!validateResult) {
249
+ ibiz.log.warn(
250
+ "\u8DEF\u7531\u914D\u7F6E\u9519\u8BEF\uFF1A\u8DEF\u7531\u8DEF\u5F84\u6709\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u8DEF\u7531\u914D\u7F6E\uFF0C\u8BE6\u60C5\u53C2\u89C1\uFF1Ahttps://open.ibizlab.cn/apphub/zh/guide/router.html"
251
+ );
252
+ continue;
253
+ }
254
+ const pathDeepth = (paginationathSegments.length - 1) / 2;
255
+ if (pathDeepth > 1) {
256
+ const segmentLength = paginationathSegments.length;
257
+ route.path = "".concat(paginationathSegments[segmentLength - 2], "/").concat(paginationathSegments[segmentLength - 1]);
258
+ this.addRoute(pathDeepth - 1, route, routes);
259
+ } else {
260
+ routes.push(route);
261
+ }
262
+ }
263
+ }
264
+ this.router = createRouter({
265
+ history: createWebHashHistory(),
266
+ routes
267
+ });
213
268
  const { init } = useViewStack();
214
269
  init(this.router);
215
270
  }
@@ -36,14 +36,14 @@ class UnauthorizedHandler {
36
36
  );
37
37
  }
38
38
  const { origin } = window.location;
39
- const baseUrl = `${origin}${ibiz.env.baseUrl}`;
40
- const backUrl = `${baseUrl}/cas/v7/login${qs.stringify(
39
+ const baseUrl = "".concat(origin).concat(ibiz.env.baseUrl);
40
+ const backUrl = "".concat(baseUrl, "/cas/v7/login").concat(qs.stringify(
41
41
  {
42
42
  RU: UrlHelper.fullPath,
43
43
  base: baseUrl
44
44
  },
45
45
  { addQueryPrefix: true }
46
- )}`;
46
+ ));
47
47
  const hasQueryPrefix = ibiz.env.casLoginUrl.indexOf("?") !== -1;
48
48
  const targetUrl = ibiz.env.casLoginUrl + (hasQueryPrefix ? "&" : "?") + qs.stringify(
49
49
  {
@@ -85,9 +85,9 @@ class UnauthorizedHandler {
85
85
  if (ru.startsWith("/login")) {
86
86
  return;
87
87
  }
88
- const targetUrl = `${UrlHelper.routeBase}/login?ru=${encodeURIComponent(
88
+ const targetUrl = "".concat(UrlHelper.routeBase, "/login?ru=").concat(encodeURIComponent(
89
89
  ru
90
- )}`;
90
+ ));
91
91
  document.body.style.display = "none";
92
92
  window.location.href = targetUrl;
93
93
  window.location.reload();
@@ -1,5 +1,5 @@
1
1
  import { commonjsGlobal } from '../../../../../../../../_virtual/_commonjsHelpers.mjs';
2
- import { __module as frameTalkClientPc$1 } from '../../../../../../../../_virtual/index12.mjs';
2
+ import { __module as frameTalkClientPc$1 } from '../../../../../../../../_virtual/index13.mjs';
3
3
 
4
4
  var frameTalkClientPc = frameTalkClientPc$1.exports;
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { commonjsGlobal } from '../../../../../../../../_virtual/_commonjsHelpers.mjs';
2
- import { __exports as middlewares } from '../../../../../../../../_virtual/index13.mjs';
2
+ import { __exports as middlewares } from '../../../../../../../../_virtual/index12.mjs';
3
3
  import '../../../../../../../../_virtual/bridge.mjs';
4
4
  import { __require as requireRetry } from './retry.mjs';
5
5
  import '../../../../../../../../_virtual/dealParamsAndResult.mjs';
@@ -55,7 +55,7 @@ const AsyncAction = /* @__PURE__ */ defineComponent({
55
55
  return props.action.actionstate;
56
56
  });
57
57
  const progressText = computed(() => {
58
- return !props.action.completionrate ? "" : `(${props.action.completionrate}%)`;
58
+ return !props.action.completionrate ? "" : "(".concat(props.action.completionrate, "%)");
59
59
  });
60
60
  const onClick = async (event) => {
61
61
  if (props.provider.onClick) {
@@ -108,7 +108,7 @@ const AsyncAction = /* @__PURE__ */ defineComponent({
108
108
  "class": this.ns.b("loading-warp")
109
109
  }, [createVNode("div", {
110
110
  "class": this.ns.be("loading-warp", "inner"),
111
- "style": `width:${this.action.completionrate}%;`
111
+ "style": "width:".concat(this.action.completionrate, "%;")
112
112
  }, null)])]);
113
113
  }
114
114
  });
@@ -22,7 +22,7 @@ function fileDownload(file) {
22
22
  if (filename.startsWith('"') && filename.endsWith('"')) {
23
23
  filename = filename.substring(1, filename.length - 1);
24
24
  }
25
- file.name += `.${filename.split(".")[1]}`;
25
+ file.name += ".".concat(filename.split(".")[1]);
26
26
  }
27
27
  if (response.status !== 200) {
28
28
  throw new RuntimeError(ibiz.i18n.t("panelComponent.userMessage.asyncActionPreview.downloadFailedErr"));
@@ -93,7 +93,7 @@ const AsyncActionPreview = /* @__PURE__ */ defineComponent({
93
93
  info.errorDetails = [];
94
94
  }
95
95
  if (actionResult.errorfile) {
96
- info.errorFileUrl = `${ibiz.env.baseUrl}/${ibiz.env.appId}${ibiz.env.downloadFileUrl}/${actionResult.errorfile.folder}/${actionResult.errorfile.fileid}`.replace("/{cat}", "");
96
+ info.errorFileUrl = "".concat(ibiz.env.baseUrl, "/").concat(ibiz.env.appId).concat(ibiz.env.downloadFileUrl, "/").concat(actionResult.errorfile.folder, "/").concat(actionResult.errorfile.fileid).replace("/{cat}", "");
97
97
  }
98
98
  }
99
99
  const onDownLoad = () => {
@@ -131,7 +131,7 @@ const AsyncActionPreview = /* @__PURE__ */ defineComponent({
131
131
  }, null)])]), createVNode("div", {
132
132
  "class": this.ns.b("time")
133
133
  }, [createVNode(resolveComponent("van-field"), {
134
- "model-value": `${this.info.beginTime} ~ ${this.info.endTime}`,
134
+ "model-value": "".concat(this.info.beginTime, " ~ ").concat(this.info.endTime),
135
135
  "label": ibiz.i18n.t("panelComponent.userMessage.asyncActionPreview.importTime"),
136
136
  "readonly": true,
137
137
  "label-align": "top"
@@ -21,7 +21,7 @@ const AsyncActionResult = /* @__PURE__ */ defineComponent({
21
21
  if (isObject(props.asyncAction.actionresult)) {
22
22
  return JSON.stringify(props.asyncAction.actionresult);
23
23
  }
24
- return `${props.asyncAction.actionresult}`;
24
+ return "".concat(props.asyncAction.actionresult);
25
25
  });
26
26
  return {
27
27
  ns,
@@ -211,9 +211,9 @@ class NavPosIndexController extends PanelItemController {
211
211
  } else {
212
212
  const route = this.router.currentRoute.value;
213
213
  const { appContext } = route.params;
214
- let indexPath = `/${appContext}`;
214
+ let indexPath = "/".concat(appContext);
215
215
  for (let index = 1; index <= this.routeDepth; index++) {
216
- indexPath += `/${route.params[`view${index}`]}/${ibiz.env.routePlaceholder}`;
216
+ indexPath += "/".concat(route.params["view".concat(index)], "/").concat(ibiz.env.routePlaceholder);
217
217
  }
218
218
  this.router.push(indexPath);
219
219
  ibiz.util.setBrowserTitle("");
@@ -133,7 +133,7 @@ const PanelAppTitle = /* @__PURE__ */ defineComponent({
133
133
  }, [tempIcon, createVNode("svg", {
134
134
  "width": "166px",
135
135
  "height": "80px",
136
- "viewBox": `0 0 166 90`,
136
+ "viewBox": "0 0 166 90",
137
137
  "version": "1.1"
138
138
  }, [createVNode("g", {
139
139
  "id": "app-caption-panel",
@@ -163,7 +163,7 @@ const PanelAppTitle = /* @__PURE__ */ defineComponent({
163
163
  }, [createVNode("svg", {
164
164
  "width": "256px",
165
165
  "height": "80px",
166
- "viewBox": `0 0 256 80`,
166
+ "viewBox": "0 0 256 80",
167
167
  "version": "1.1"
168
168
  }, [createVNode("g", {
169
169
  "id": "app-caption-panel",
@@ -1 +1 @@
1
- .ibiz-panel-button{--ibiz-panel-button-color-login-btn-bg:var(--ibiz-color-primary);--ibiz-panel-button-color-login-btn-color:var(--ibiz-color-fill-1);--ibiz-panel-button-spacing-content-gap:var(--ibiz-spacing-extra-tight);--ibiz-panel-button-font-login-btn-fontSize:var(--ibiz-font-size-header-4);--ibiz-panel-button-width-content-icon-size:var(--ibiz-width-icon-medium);width:100%}.ibiz-panel-button.is-login-btn{background-color:var(--ibiz-panel-button-color-login-btn-bg);color:var(--ibiz-panel-button-color-login-btn-color);font-size:var(--ibiz-panel-button-font-login-btn-fontSize)}.ibiz-panel-button .ibiz-panel-button-content{display:flex;align-items:center;justify-content:flex-start;gap:var(--ibiz-panel-button-spacing-content-gap)}.ibiz-panel-button .ibiz-panel-button-content i,.ibiz-panel-button .ibiz-panel-button-content img{display:inline-block;max-width:var(--ibiz-panel-button-width-content-icon-size);max-height:var(--ibiz-panel-button-width-content-icon-size)}
1
+ .ibiz-panel-button{--ibiz-panel-button-color-login-btn-bg:var(--ibiz-color-primary);--ibiz-panel-button-color-login-btn-color:var(--ibiz-color-default);--ibiz-panel-button-spacing-content-gap:var(--ibiz-spacing-extra-tight);--ibiz-panel-button-font-login-btn-fontSize:var(--ibiz-font-size-header-4);--ibiz-panel-button-width-content-icon-size:var(--ibiz-width-icon-medium);width:100%}.ibiz-panel-button.is-login-btn{background-color:var(--ibiz-panel-button-color-login-btn-bg);color:var(--ibiz-panel-button-color-login-btn-color);font-size:var(--ibiz-panel-button-font-login-btn-fontSize)}.ibiz-panel-button .ibiz-panel-button-content{display:flex;align-items:center;justify-content:flex-start;gap:var(--ibiz-panel-button-spacing-content-gap)}.ibiz-panel-button .ibiz-panel-button-content i,.ibiz-panel-button .ibiz-panel-button-content img{display:inline-block;max-width:var(--ibiz-panel-button-width-content-icon-size);max-height:var(--ibiz-panel-button-width-content-icon-size)}
@@ -59,7 +59,7 @@ class PanelCarouselController extends PanelItemController {
59
59
  let value;
60
60
  const params = this.model.rawItem.rawItemParams;
61
61
  if (!params) {
62
- ibiz.log.error(`\u672A\u914D\u7F6E\u8F6E\u64AD\u56FE\u53C2\u6570:${key}}`);
62
+ ibiz.log.error("\u672A\u914D\u7F6E\u8F6E\u64AD\u56FE\u53C2\u6570:".concat(key, "}"));
63
63
  return void 0;
64
64
  }
65
65
  params.forEach((item) => {
@@ -43,7 +43,7 @@ class PanelVideoPlayerController extends PanelItemController {
43
43
  let value;
44
44
  const params = this.model.rawItem.rawItemParams;
45
45
  if (!params) {
46
- ibiz.log.error(`\u672A\u914D\u7F6E\u89C6\u9891\u64AD\u653E\u53C2\u6570:${key}}`);
46
+ ibiz.log.error("\u672A\u914D\u7F6E\u89C6\u9891\u64AD\u653E\u53C2\u6570:".concat(key, "}"));
47
47
  return void 0;
48
48
  }
49
49
  params.forEach((item) => {
@@ -64,7 +64,7 @@ class PanelVideoPlayerController extends PanelItemController {
64
64
  initRawItemParams() {
65
65
  const arrayParams = this.model.rawItem.rawItemParams;
66
66
  if (!arrayParams) {
67
- ibiz.log.error(`\u672A\u914D\u7F6E\u89C6\u9891\u64AD\u653E\u53C2\u6570`);
67
+ ibiz.log.error("\u672A\u914D\u7F6E\u89C6\u9891\u64AD\u653E\u53C2\u6570");
68
68
  return;
69
69
  }
70
70
  const rawItemParams = {};
@@ -44,7 +44,7 @@ class SplitContainerController extends PanelContainerController {
44
44
  */
45
45
  initSplitValue(value, mode) {
46
46
  if (mode === "PX") {
47
- this.splitValue = `${value}px`;
47
+ this.splitValue = "".concat(value, "px");
48
48
  }
49
49
  if (mode === "PERCENTAGE") {
50
50
  this.splitValue = value / 100;
@@ -57,7 +57,7 @@ class InternalMessageDefaultProvider {
57
57
  params
58
58
  );
59
59
  } else if (redirectUrl.startsWith("route://")) {
60
- const routeUrl = `/${redirectUrl.split("route://")[1]}`;
60
+ const routeUrl = "/".concat(redirectUrl.split("route://")[1]);
61
61
  this.router.push(routeUrl);
62
62
  }
63
63
  return true;
@@ -18,7 +18,7 @@ const MobUserMessage = /* @__PURE__ */ defineComponent({
18
18
  noticeController.internalMessage.provider = new InternalMessageDefaultProvider();
19
19
  const c = noticeController.internalMessage;
20
20
  const activeTab = ref("");
21
- const unreadOnlyTag = `${(_a = ibiz.appData) == null ? void 0 : _a.context.srfsystemid}-unreadOnly`;
21
+ const unreadOnlyTag = "".concat((_a = ibiz.appData) == null ? void 0 : _a.context.srfsystemid, "-unreadOnly");
22
22
  const isActive = ref(true);
23
23
  const hasNotice = ref(false);
24
24
  const refresh = () => {
@@ -8,7 +8,7 @@ function parseHtml(str) {
8
8
  const tempVal = decodeURIComponent(atob(emoji));
9
9
  result = result.replace(
10
10
  match[0],
11
- `<span data-w-e-type="emoji" class='emoji'>${tempVal}</span>`
11
+ "<span data-w-e-type=\"emoji\" class='emoji'>".concat(tempVal, "</span>")
12
12
  );
13
13
  }
14
14
  return result;
@@ -1 +1 @@
1
- :root{--ibiz-control-overflow:hidden auto}.ibiz-view .ibiz-view-header{z-index:1}.ibiz-view .ibiz-panel-container--view_top{position:relative;z-index:1}.ibiz-view-content{--ibiz-panel-component-view-content-spacing-margin:0;--ibiz-panel-component-view-content-color-background-color:var(--ibiz-view-bg-color);height:100%;margin-top:var(--ibiz-panel-component-view-content-spacing-margin);overflow:auto;background-color:var(--ibiz-panel-component-view-content-color-background-color)}.ibiz-view-content.is-refresh{overflow-y:auto;--ibiz-control-overflow:unset unset}.ibiz-view-content-refresh{height:100%}.ibiz-view-content-refresh.van-pull-refresh{overflow:visible}
1
+ :root{--ibiz-control-overflow:hidden auto}.ibiz-view .ibiz-view-header{z-index:1}.ibiz-view .ibiz-panel-container--view_top{position:relative;z-index:1}.ibiz-view-content{--ibiz-panel-component-view-content-spacing-margin:0;--ibiz-panel-component-view-content-color-background-color:var(--ibiz-view-bg-color);height:100%;margin-top:var(--ibiz-panel-component-view-content-spacing-margin);overflow:auto;background-color:var(--ibiz-panel-component-view-content-color-background-color)}.ibiz-view-content.is-refresh{overflow-y:auto;--ibiz-control-overflow:unset unset}.ibiz-view-content.is-back-top{overflow-y:auto;--ibiz-control-overflow:unset unset}.ibiz-view-content-refresh{height:100%}.ibiz-view-content-refresh.van-pull-refresh{overflow:visible}
@@ -47,6 +47,17 @@ const ViewContentPanelContainer = /* @__PURE__ */ defineComponent({
47
47
  } else if (view.modal.viewUsage === 2) {
48
48
  isScrollable = true;
49
49
  }
50
+ const contentRef = ref();
51
+ const showBackTop = computed(() => {
52
+ var _a2, _b2, _c;
53
+ if (((_a2 = props.controller) == null ? void 0 : _a2.panel.params) && Object.prototype.hasOwnProperty.call(props.controller.panel.params, "srfshowbacktop")) {
54
+ return ((_b2 = props.controller) == null ? void 0 : _b2.panel.params.srfshowbacktop) === true || ((_c = props.controller) == null ? void 0 : _c.panel.params.srfshowbacktop) === "true";
55
+ }
56
+ if (ibiz.config.mob.mobShowBackTop) {
57
+ return isScrollable;
58
+ }
59
+ return false;
60
+ });
50
61
  const refresh = async () => {
51
62
  try {
52
63
  isRefreshing.value = true;
@@ -64,24 +75,13 @@ const ViewContentPanelContainer = /* @__PURE__ */ defineComponent({
64
75
  ...result,
65
76
  ...props.controller.containerClass,
66
77
  // 只有这个scroll 样式才出滚动条
67
- ns.is("scroll", isScrollable),
78
+ ns.is("back-top", showBackTop.value),
68
79
  ns.is("embed", view.modal.viewUsage === 4),
69
80
  ns.is("hidden", !props.controller.state.visible),
70
81
  ns.is("refresh", viewModel.enablePullDownRefresh === true)
71
82
  ];
72
83
  return result;
73
84
  });
74
- const contentRef = ref();
75
- const showBackTop = computed(() => {
76
- var _a2, _b2, _c;
77
- if (((_a2 = props.controller) == null ? void 0 : _a2.panel.params) && Object.prototype.hasOwnProperty.call(props.controller.panel.params, "srfshowbacktop")) {
78
- return ((_b2 = props.controller) == null ? void 0 : _b2.panel.params.srfshowbacktop) === true || ((_c = props.controller) == null ? void 0 : _c.panel.params.srfshowbacktop) === "true";
79
- }
80
- if (ibiz.config.mob.mobShowBackTop) {
81
- return isScrollable;
82
- }
83
- return false;
84
- });
85
85
  const onScroll = () => {
86
86
  if (contentRef.value) {
87
87
  refreshDisabled.value = contentRef.value.$el.scrollTop > 0;
@@ -19,9 +19,9 @@ class IosPlatformProvider extends PlatformProviderBase {
19
19
  if (root) {
20
20
  root.style.setProperty(
21
21
  "--safe-area-inset-bottom",
22
- `${safeAreaBottom}px`
22
+ "".concat(safeAreaBottom, "px")
23
23
  );
24
- root.style.setProperty("--van-back-top-bottom", `80px`);
24
+ root.style.setProperty("--van-back-top-bottom", "80px");
25
25
  }
26
26
  }
27
27
  document.addEventListener(
@@ -19,7 +19,7 @@ class WeChatOfficialPlatformProvider extends PlatformProviderBase {
19
19
  filename: encodeURIComponent(name),
20
20
  token: getToken() || ""
21
21
  });
22
- window.open(`${UrlHelper.routeBase}/download?${search}`, "_self");
22
+ window.open("".concat(UrlHelper.routeBase, "/download?").concat(search), "_self");
23
23
  return Promise.resolve(true);
24
24
  }
25
25
  return super.download(url, name);