@ibiz-template/vue3-components 0.7.38-alpha.21 → 0.7.38-alpha.43

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 (351) hide show
  1. package/dist/chart-NHocZH22.js +1 -0
  2. package/dist/ibiz-markdown-editor-BZ8j-yda.js +1 -0
  3. package/dist/index-BLHbMaxB.js +1 -0
  4. package/dist/index-D22WGUVe.js +1 -0
  5. package/dist/index-b76YR_Js.js +4 -0
  6. package/dist/index.min.css +1 -1
  7. package/dist/index.system.min.js +1 -1
  8. package/dist/wang-editor-Btv6GIhJ.js +1 -0
  9. package/dist/{xlsx-util-BlkeQIMu.js → xlsx-util-BoMFhSd9.js} +1 -1
  10. package/es/common/action-toolbar/action-toolbar.css +1 -1
  11. package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
  12. package/es/common/button-list/button-list.css +1 -1
  13. package/es/common/custom-filter-condition/custom-filter-condition.d.ts +5 -0
  14. package/es/common/custom-theme/custom-theme-model.mjs +168 -47
  15. package/es/common/custom-theme/custom-theme.controller.d.ts +87 -1
  16. package/es/common/custom-theme/custom-theme.controller.mjs +235 -5
  17. package/es/common/custom-theme/custom-theme.css +1 -1
  18. package/es/common/custom-theme/custom-theme.d.ts +5 -3
  19. package/es/common/custom-theme/custom-theme.mjs +190 -26
  20. package/es/common/data-import2/data-import2.mjs +1 -1
  21. package/es/common/gantt-setting/gantt-setting.css +1 -1
  22. package/es/common/gantt-setting/gantt-setting.d.ts +10 -0
  23. package/es/common/gantt-setting/gantt-setting.mjs +23 -3
  24. package/es/common/grid-setting/grid-setting.d.ts +1 -0
  25. package/es/common/grid-setting/grid-setting.mjs +1 -1
  26. package/es/common/nav-split/nav-split.mjs +0 -1
  27. package/es/common/no-data/no-data.css +1 -1
  28. package/es/common/no-data/no-data.d.ts +3 -3
  29. package/es/common/no-data/no-data.mjs +2 -2
  30. package/es/common/view-message/view-message.d.ts +7 -0
  31. package/es/control/app-menu/app-menu.css +1 -1
  32. package/es/control/app-menu/app-menu.mjs +8 -6
  33. package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +1 -0
  34. package/es/control/calendar/calendar-util.d.ts +24 -0
  35. package/es/control/calendar/calendar-util.mjs +21 -0
  36. package/es/control/calendar/calendar.css +1 -1
  37. package/es/control/calendar/calendar.d.ts +2 -0
  38. package/es/control/calendar/calendar.mjs +94 -25
  39. package/es/control/calendar/components/calendar-user/calendar-user.css +1 -0
  40. package/es/control/calendar/components/calendar-user/calendar-user.d.ts +15 -0
  41. package/es/control/calendar/components/calendar-user/calendar-user.mjs +133 -0
  42. package/es/control/calendar/components/calendar-user/index.d.ts +15 -0
  43. package/es/control/calendar/components/calendar-user/index.mjs +9 -0
  44. package/es/control/calendar/components/calendar-user/use-calendar-user.d.ts +17 -0
  45. package/es/control/calendar/components/calendar-user/use-calendar-user.mjs +59 -0
  46. package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
  47. package/es/control/calendar/components/calendar-week/calendar-week.mjs +3 -2
  48. package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +11 -0
  49. package/es/control/calendar/components/interface/calendar-user.d.ts +10 -0
  50. package/es/control/calendar/components/interface/calendar-user.mjs +20 -0
  51. package/es/control/calendar/components/interface/index.d.ts +1 -0
  52. package/es/control/calendar/components/interface/index.mjs +1 -0
  53. package/es/control/calendar/index.d.ts +2 -0
  54. package/es/control/caption-bar/caption-bar.css +1 -1
  55. package/es/control/chart/chart.css +1 -1
  56. package/es/control/chart/chart.d.ts +1 -0
  57. package/es/control/chart/chart.mjs +12 -5
  58. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +136 -0
  59. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +10 -3
  60. package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +1 -0
  61. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +38 -17
  62. package/es/control/dashboard/dashboard-design/dashboard-design.util.d.ts +10 -0
  63. package/es/control/dashboard/dashboard-design/dashboard-design.util.mjs +246 -0
  64. package/es/control/dashboard/dashboard.mjs +13 -1
  65. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
  66. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +7 -3
  67. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
  68. package/es/control/data-view/data-view.css +1 -1
  69. package/es/control/data-view/data-view.mjs +8 -1
  70. package/es/control/drbar/drbar.controller.mjs +1 -1
  71. package/es/control/drtab/drtab-control.util.mjs +1 -1
  72. package/es/control/drtab/drtab.controller.d.ts +19 -7
  73. package/es/control/drtab/drtab.controller.mjs +36 -9
  74. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
  75. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +35 -0
  76. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +93 -0
  77. package/es/control/form/form-detail/form-item/form-item.css +1 -1
  78. package/es/control/form/form-detail/form-item/form-item.d.ts +1 -0
  79. package/es/control/form/form-detail/form-item/form-item.mjs +68 -33
  80. package/es/control/form/form-detail/form-item/index.d.ts +1 -0
  81. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +171 -0
  82. package/es/control/form/search-form/index.d.ts +9 -0
  83. package/es/control/form/search-form/search-form.d.ts +9 -0
  84. package/es/control/form/search-form/search-form.mjs +4 -0
  85. package/es/control/gantt/gantt.css +1 -1
  86. package/es/control/gantt/gantt.d.ts +1 -0
  87. package/es/control/gantt/gantt.mjs +79 -30
  88. package/es/control/gantt/index.d.ts +1 -0
  89. package/es/control/grid/grid/grid-control.util.d.ts +2 -0
  90. package/es/control/grid/grid/grid-control.util.mjs +38 -2
  91. package/es/control/grid/grid/grid.css +1 -1
  92. package/es/control/grid/grid/grid.mjs +14 -4
  93. package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  94. package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
  95. package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +21 -1
  96. package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
  97. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  98. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  99. package/es/control/list/list.css +1 -1
  100. package/es/control/list/list.mjs +9 -2
  101. package/es/control/tab-exp-panel/tab-exp-panel.css +1 -1
  102. package/es/control/toolbar/toolbar.css +1 -1
  103. package/es/control/toolbar/toolbar.d.ts +2 -2
  104. package/es/control/toolbar/toolbar.mjs +24 -11
  105. package/es/control/tree/index.d.ts +2 -0
  106. package/es/control/tree/tree.css +1 -1
  107. package/es/control/tree/tree.d.ts +2 -0
  108. package/es/control/tree/tree.mjs +87 -6
  109. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +17 -1
  110. package/es/control/wizard-panel/wizard-panel.mjs +3 -1
  111. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +3 -0
  112. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
  113. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +66 -0
  114. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +139 -0
  115. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
  116. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +56 -0
  117. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +178 -0
  118. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +10 -1
  119. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +48 -4
  120. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +10 -0
  121. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +9 -2
  122. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +12 -3
  123. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
  124. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +3 -1
  125. package/es/editor/data-picker/picker-editor.provider.mjs +0 -1
  126. package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +6 -0
  127. package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +13 -2
  128. package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
  129. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  130. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +11 -2
  131. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
  132. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +83 -0
  133. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +382 -0
  134. package/es/editor/dropdown-list/index.d.ts +1 -0
  135. package/es/editor/dropdown-list/index.mjs +1 -0
  136. package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
  137. package/es/editor/index.mjs +10 -0
  138. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
  139. package/es/editor/span/span/span.mjs +8 -2
  140. package/es/editor/span/span-editor.controller.d.ts +7 -0
  141. package/es/editor/span/span-editor.controller.mjs +10 -0
  142. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
  143. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +24 -6
  144. package/es/editor/text-box/input/input.css +1 -1
  145. package/es/editor/text-box/input/input.mjs +32 -5
  146. package/es/editor/text-box/text-box-editor.controller.d.ts +7 -0
  147. package/es/editor/text-box/text-box-editor.controller.mjs +10 -0
  148. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +2 -0
  149. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +18 -5
  150. package/es/editor/upload/use/use-iview-upload.mjs +1 -1
  151. package/es/locale/en/index.d.ts +102 -26
  152. package/es/locale/en/index.mjs +79 -30
  153. package/es/locale/zh-CN/index.d.ts +103 -26
  154. package/es/locale/zh-CN/index.mjs +79 -30
  155. package/es/panel-component/auth-sso/auth-sso.css +1 -0
  156. package/es/panel-component/auth-sso/auth-sso.d.ts +26 -0
  157. package/es/panel-component/auth-sso/auth-sso.mjs +100 -0
  158. package/es/panel-component/auth-sso/auth-sso.provider.d.ts +6 -0
  159. package/es/panel-component/auth-sso/auth-sso.provider.mjs +21 -0
  160. package/es/panel-component/auth-sso/index.d.ts +23 -0
  161. package/es/panel-component/auth-sso/index.mjs +12 -0
  162. package/es/panel-component/coop-pos/coop-pos.controller.d.ts +46 -1
  163. package/es/panel-component/coop-pos/coop-pos.controller.mjs +92 -1
  164. package/es/panel-component/coop-pos/coop-pos.css +1 -1
  165. package/es/panel-component/coop-pos/coop-pos.d.ts +4 -1
  166. package/es/panel-component/coop-pos/coop-pos.mjs +23 -3
  167. package/es/panel-component/coop-pos/index.d.ts +3 -0
  168. package/es/panel-component/index.mjs +4 -1
  169. package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +1 -1
  170. package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +3 -3
  171. package/es/panel-component/panel-app-header/panel-app-header.css +1 -1
  172. package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +2 -1
  173. package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
  174. package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
  175. package/es/panel-component/user-action/user-action.css +1 -1
  176. package/es/panel-component/user-action/user-action.mjs +1 -5
  177. package/es/util/app-popover/app-popover-component.mjs +1 -1
  178. package/es/util/fullscreen/fullscreen-util.mjs +2 -2
  179. package/es/util/notification-util/upload-manager/upload-manager.mjs +1 -1
  180. package/es/view/login-view/login-view.mjs +28 -3
  181. package/es/view/share-view/share-view.mjs +1 -6
  182. package/es/view-engine/custom-view.engine.d.ts +9 -0
  183. package/es/view-engine/custom-view.engine.mjs +17 -1
  184. package/es/view-engine/edit-view.engine.d.ts +6 -14
  185. package/es/view-engine/edit-view.engine.mjs +75 -148
  186. package/es/view-engine/index-view.engine.d.ts +7 -0
  187. package/es/view-engine/index-view.engine.mjs +17 -1
  188. package/es/view-engine/login-view.engine.mjs +11 -1
  189. package/es/view-engine/opt-view.engine.d.ts +1 -0
  190. package/es/view-engine/opt-view.engine.mjs +41 -1
  191. package/es/view-engine/portal-view-engine.d.ts +31 -3
  192. package/es/view-engine/portal-view-engine.mjs +94 -2
  193. package/es/view-engine/tab-search-view.engine.d.ts +9 -1
  194. package/es/view-engine/tab-search-view.engine.mjs +52 -2
  195. package/es/view-engine/tree-exp-view.engine.d.ts +14 -0
  196. package/es/view-engine/tree-exp-view.engine.mjs +24 -1
  197. package/es/web-app/attach-environment-config.mjs +5 -1
  198. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +4 -0
  199. package/es/web-app/guard/auth-guard/auth-guard.d.ts +25 -17
  200. package/es/web-app/guard/auth-guard/auth-guard.mjs +52 -27
  201. package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +1 -1
  202. package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +2 -1
  203. package/es/web-app/main.mjs +3 -1
  204. package/es/web-app/router/index.d.ts +3 -2
  205. package/es/web-app/router/index.mjs +15 -4
  206. package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +9 -0
  207. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +21 -0
  208. package/lib/common/action-toolbar/action-toolbar.css +1 -1
  209. package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
  210. package/lib/common/button-list/button-list.css +1 -1
  211. package/lib/common/custom-theme/custom-theme-model.cjs +168 -47
  212. package/lib/common/custom-theme/custom-theme.cjs +188 -24
  213. package/lib/common/custom-theme/custom-theme.controller.cjs +235 -5
  214. package/lib/common/custom-theme/custom-theme.css +1 -1
  215. package/lib/common/data-import2/data-import2.cjs +1 -1
  216. package/lib/common/gantt-setting/gantt-setting.cjs +23 -3
  217. package/lib/common/gantt-setting/gantt-setting.css +1 -1
  218. package/lib/common/grid-setting/grid-setting.cjs +1 -1
  219. package/lib/common/nav-split/nav-split.cjs +0 -1
  220. package/lib/common/no-data/no-data.cjs +2 -2
  221. package/lib/common/no-data/no-data.css +1 -1
  222. package/lib/control/app-menu/app-menu.cjs +8 -6
  223. package/lib/control/app-menu/app-menu.css +1 -1
  224. package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +1 -0
  225. package/lib/control/calendar/calendar-util.cjs +24 -0
  226. package/lib/control/calendar/calendar.cjs +94 -25
  227. package/lib/control/calendar/calendar.css +1 -1
  228. package/lib/control/calendar/components/calendar-user/calendar-user.cjs +135 -0
  229. package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -0
  230. package/lib/control/calendar/components/calendar-user/index.cjs +14 -0
  231. package/lib/control/calendar/components/calendar-user/use-calendar-user.cjs +63 -0
  232. package/lib/control/calendar/components/calendar-week/calendar-week.cjs +3 -2
  233. package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
  234. package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +11 -0
  235. package/lib/control/calendar/components/interface/calendar-user.cjs +23 -0
  236. package/lib/control/calendar/components/interface/index.cjs +3 -0
  237. package/lib/control/caption-bar/caption-bar.css +1 -1
  238. package/lib/control/chart/chart.cjs +12 -5
  239. package/lib/control/chart/chart.css +1 -1
  240. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +10 -3
  241. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +37 -16
  242. package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +248 -0
  243. package/lib/control/dashboard/dashboard.cjs +13 -1
  244. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +7 -3
  245. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
  246. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +1 -1
  247. package/lib/control/data-view/data-view.cjs +8 -1
  248. package/lib/control/data-view/data-view.css +1 -1
  249. package/lib/control/drbar/drbar.controller.cjs +1 -1
  250. package/lib/control/drtab/drtab-control.util.cjs +1 -1
  251. package/lib/control/drtab/drtab.controller.cjs +36 -9
  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/composite-form-item/composite-form-item.cjs +98 -0
  254. package/lib/control/form/form-detail/form-item/form-item.cjs +67 -32
  255. package/lib/control/form/form-detail/form-item/form-item.css +1 -1
  256. package/lib/control/form/search-form/search-form.cjs +4 -0
  257. package/lib/control/gantt/gantt.cjs +78 -29
  258. package/lib/control/gantt/gantt.css +1 -1
  259. package/lib/control/grid/grid/grid-control.util.cjs +37 -1
  260. package/lib/control/grid/grid/grid.cjs +14 -4
  261. package/lib/control/grid/grid/grid.css +1 -1
  262. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +21 -1
  263. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  264. package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  265. package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  266. package/lib/control/list/list.cjs +9 -2
  267. package/lib/control/list/list.css +1 -1
  268. package/lib/control/tab-exp-panel/tab-exp-panel.css +1 -1
  269. package/lib/control/toolbar/toolbar.cjs +24 -11
  270. package/lib/control/toolbar/toolbar.css +1 -1
  271. package/lib/control/tree/tree.cjs +87 -6
  272. package/lib/control/tree/tree.css +1 -1
  273. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +17 -1
  274. package/lib/control/wizard-panel/wizard-panel.cjs +3 -1
  275. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +3 -0
  276. package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.cjs +141 -0
  277. package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
  278. package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.cjs +180 -0
  279. package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
  280. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +48 -4
  281. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +10 -0
  282. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +9 -2
  283. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +12 -3
  284. package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
  285. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +3 -1
  286. package/lib/editor/data-picker/picker-editor.provider.cjs +0 -1
  287. package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +13 -2
  288. package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
  289. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +11 -2
  290. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  291. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +384 -0
  292. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
  293. package/lib/editor/dropdown-list/index.cjs +2 -0
  294. package/lib/editor/html/wang-editor/wang-editor.cjs +1 -1
  295. package/lib/editor/index.cjs +10 -0
  296. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +1 -1
  297. package/lib/editor/span/span/span.cjs +8 -2
  298. package/lib/editor/span/span-editor.controller.cjs +10 -0
  299. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +24 -6
  300. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
  301. package/lib/editor/text-box/input/input.cjs +32 -5
  302. package/lib/editor/text-box/input/input.css +1 -1
  303. package/lib/editor/text-box/text-box-editor.controller.cjs +10 -0
  304. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +18 -5
  305. package/lib/editor/upload/use/use-iview-upload.cjs +1 -1
  306. package/lib/locale/en/index.cjs +79 -30
  307. package/lib/locale/zh-CN/index.cjs +79 -30
  308. package/lib/panel-component/auth-sso/auth-sso.cjs +102 -0
  309. package/lib/panel-component/auth-sso/auth-sso.css +1 -0
  310. package/lib/panel-component/auth-sso/auth-sso.provider.cjs +23 -0
  311. package/lib/panel-component/auth-sso/index.cjs +17 -0
  312. package/lib/panel-component/coop-pos/coop-pos.cjs +22 -2
  313. package/lib/panel-component/coop-pos/coop-pos.controller.cjs +91 -0
  314. package/lib/panel-component/coop-pos/coop-pos.css +1 -1
  315. package/lib/panel-component/index.cjs +39 -36
  316. package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +3 -3
  317. package/lib/panel-component/panel-app-header/panel-app-header.css +1 -1
  318. package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +2 -1
  319. package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
  320. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +1 -1
  321. package/lib/panel-component/user-action/user-action.cjs +1 -5
  322. package/lib/panel-component/user-action/user-action.css +1 -1
  323. package/lib/util/app-popover/app-popover-component.cjs +1 -1
  324. package/lib/util/fullscreen/fullscreen-util.cjs +2 -2
  325. package/lib/util/notification-util/upload-manager/upload-manager.cjs +1 -1
  326. package/lib/view/login-view/login-view.cjs +26 -1
  327. package/lib/view/share-view/share-view.cjs +0 -5
  328. package/lib/view-engine/custom-view.engine.cjs +16 -0
  329. package/lib/view-engine/edit-view.engine.cjs +74 -147
  330. package/lib/view-engine/index-view.engine.cjs +17 -1
  331. package/lib/view-engine/login-view.engine.cjs +11 -1
  332. package/lib/view-engine/opt-view.engine.cjs +40 -0
  333. package/lib/view-engine/portal-view-engine.cjs +93 -1
  334. package/lib/view-engine/tab-search-view.engine.cjs +52 -2
  335. package/lib/view-engine/tree-exp-view.engine.cjs +23 -0
  336. package/lib/web-app/attach-environment-config.cjs +5 -1
  337. package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -0
  338. package/lib/web-app/guard/auth-guard/auth-guard.cjs +52 -27
  339. package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +2 -1
  340. package/lib/web-app/main.cjs +3 -1
  341. package/lib/web-app/router/index.cjs +15 -4
  342. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +21 -0
  343. package/package.json +10 -10
  344. package/dist/chart-DPS_XpZp.js +0 -1
  345. package/dist/ibiz-markdown-editor-B4c6yGAW.js +0 -1
  346. package/dist/index-3cxXHoLs.js +0 -4
  347. package/dist/index-CiEIUSX9.js +0 -1
  348. package/dist/index-HW5stxcy.js +0 -1
  349. package/dist/wang-editor-BUIAd4uJ.js +0 -1
  350. /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
  351. /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
@@ -60,6 +60,8 @@ declare const _default: {
60
60
  cannotEmpty: string;
61
61
  unadaptedLayout: string;
62
62
  placeholderIdentifier: string;
63
+ refresh: string;
64
+ wxQrcodeCaption: string;
63
65
  };
64
66
  plugin: {
65
67
  failureConfigurationLoad: string;
@@ -314,6 +316,19 @@ declare const _default: {
314
316
  unconfigured: string;
315
317
  unconfiguredEntities: string;
316
318
  };
319
+ voiceUtil: {
320
+ textToSpeechError: string;
321
+ };
322
+ encyptionUtil: {
323
+ encryptionError: string;
324
+ publicKeyPemError: string;
325
+ };
326
+ customThemeUtil: {
327
+ saveSuccess: string;
328
+ saveError: string;
329
+ resetSuccess: string;
330
+ resetError: string;
331
+ };
317
332
  };
318
333
  };
319
334
  deLogic: {
@@ -452,6 +467,7 @@ declare const _default: {
452
467
  editorStyleType: string;
453
468
  editorTypePredefinedType: string;
454
469
  editorType: string;
470
+ formMemberPlugin: string;
455
471
  formMemberType: string;
456
472
  tableColumnPlugin: string;
457
473
  tableColumnType: string;
@@ -525,6 +541,15 @@ declare const _default: {
525
541
  processedWithout: string;
526
542
  noExistProcessed: string;
527
543
  missingDetreeColumnId: string;
544
+ thirdAuth: {
545
+ noSupported: string;
546
+ corpidError: string;
547
+ dingTalkCodeErrir: string;
548
+ dingTalkAuthError: string;
549
+ appIdError: string;
550
+ oauthOpenAccessIdError: string;
551
+ noImplemented: string;
552
+ };
528
553
  };
529
554
  uiAction: {
530
555
  noEntityOrBehavior: string;
@@ -613,6 +638,9 @@ declare const _default: {
613
638
  noLogicalNodesConfigured: string;
614
639
  };
615
640
  utils: {
641
+ encryptionUitl: {
642
+ failed: string;
643
+ };
616
644
  anime: {
617
645
  noExistEndpointElement: string;
618
646
  noExistAnimationElement: string;
@@ -728,6 +756,7 @@ declare const _default: {
728
756
  loginView: {
729
757
  passwordLength: string;
730
758
  login: string;
759
+ thirdAuthFail: string;
731
760
  };
732
761
  subAppRefView: {
733
762
  jump: string;
@@ -787,7 +816,19 @@ declare const _default: {
787
816
  customTheme: {
788
817
  themeColor: string;
789
818
  light: string;
790
- studio_dark: string;
819
+ dark: string;
820
+ blue: string;
821
+ user1: string;
822
+ user2: string;
823
+ user3: string;
824
+ saveAndShare: string;
825
+ resetAndShare: string;
826
+ resetConfirmation: string;
827
+ resetConfirmationDesc: string;
828
+ resetConfirmationGlobalDesc: string;
829
+ closeModelEdit: string;
830
+ modelEdit: string;
831
+ adminOperation: string;
791
832
  confirmCopyLink: string;
792
833
  preview: string;
793
834
  save: string;
@@ -828,15 +869,15 @@ declare const _default: {
828
869
  primaryLightHoverColorDesc: string;
829
870
  primaryLightActiveColor: string;
830
871
  primaryLightActiveColorDesc: string;
831
- textIcon: string;
832
- mainTextIconColor: string;
833
- mianTextIconColorDesc: string;
834
- minorTextIconColor: string;
835
- minorTextIconColorDesc: string;
836
- secondaryTextIconColor: string;
837
- secondaryTextIconColorDesc: string;
838
- lastTextIconColor: string;
839
- lastTextIconColorDesc: string;
872
+ text: string;
873
+ mainTextColor: string;
874
+ mianTextColorDesc: string;
875
+ minorTextColor: string;
876
+ minorTextColorDesc: string;
877
+ secondaryTextColor: string;
878
+ secondaryTextColorDesc: string;
879
+ lastTextColor: string;
880
+ lastTextColorDesc: string;
840
881
  linkColor: string;
841
882
  textLinkColor: string;
842
883
  textLinkColorDesc: string;
@@ -877,23 +918,29 @@ declare const _default: {
877
918
  disabledFill: string;
878
919
  disabledFillDesc: string;
879
920
  sidebar: string;
880
- sidebarBg: string;
881
- sidebarBgDesc: string;
882
- sidebarHoverBgColor: string;
883
- sidebarHoverBgColorDesc: string;
884
- sidebarSelectBgColor: string;
885
- sidebarSelectBgColorDesc: string;
886
- sidebarColor: string;
887
- sidebarColorDesc: string;
888
921
  top: string;
889
- topBgColor: string;
890
- topBgColorDesc: string;
891
- topColor: string;
892
- topColorDesc: string;
893
- topHoverBgColor: string;
894
- topHoverBgColorDesc: string;
895
- topSelectBgColor: string;
896
- topSelectBgColorDesc: string;
922
+ mainColor: string;
923
+ mainColorDesc: string;
924
+ secondaryColor: string;
925
+ secondaryColorDesc: string;
926
+ mainBgColor: string;
927
+ mainBgColorDesc: string;
928
+ secondaryBgColor: string;
929
+ secondaryBgColorDesc: string;
930
+ iconMainColor: string;
931
+ iconMainColorDesc: string;
932
+ iconSecondaryColor: string;
933
+ iconSecondaryColorDesc: string;
934
+ appMenuColor: string;
935
+ appMenuColorDesc: string;
936
+ appMenuHoverColor: string;
937
+ appMenuHoverColorDesc: string;
938
+ appMenuHoverBgColor: string;
939
+ appMenuHoverBgColorDesc: string;
940
+ appMenuActiveColor: string;
941
+ appMenuActiveColorDesc: string;
942
+ appMenuActiveBgColor: string;
943
+ appMenuActiveBgColorDesc: string;
897
944
  ctrl: string;
898
945
  grid: string;
899
946
  gridHeaderBg: string;
@@ -989,6 +1036,17 @@ declare const _default: {
989
1036
  saturday: string;
990
1037
  };
991
1038
  };
1039
+ calendarUser: {
1040
+ weeks: {
1041
+ monday: string;
1042
+ tuesday: string;
1043
+ wednesday: string;
1044
+ thursday: string;
1045
+ friday: string;
1046
+ saturday: string;
1047
+ sunday: string;
1048
+ };
1049
+ };
992
1050
  };
993
1051
  chart: {
994
1052
  chartPlaceholder: string;
@@ -1016,6 +1074,7 @@ declare const _default: {
1016
1074
  checkTitle: string;
1017
1075
  baseSet: string;
1018
1076
  filterTitle: string;
1077
+ selectAll: string;
1019
1078
  };
1020
1079
  };
1021
1080
  form: {
@@ -1176,6 +1235,8 @@ declare const _default: {
1176
1235
  headerCaption: string;
1177
1236
  optionalAttribute: string;
1178
1237
  selectedAttribute: string;
1238
+ limitsize: string;
1239
+ reachedMaximum: string;
1179
1240
  };
1180
1241
  actionToolbar: {
1181
1242
  more: string;
@@ -1282,11 +1343,27 @@ declare const _default: {
1282
1343
  emojiPicker: {
1283
1344
  addEmoji: string;
1284
1345
  };
1346
+ colorPicker: {
1347
+ systemColor: string;
1348
+ templateColor: string;
1349
+ simpleBlue: string;
1350
+ autumnOrange: string;
1351
+ Macaroon: string;
1352
+ mintGreen: string;
1353
+ selector: string;
1354
+ textValue: string;
1355
+ add: string;
1356
+ };
1285
1357
  };
1286
1358
  panelComponent: {
1287
1359
  authUserinfo: {
1288
1360
  visitor: string;
1289
1361
  };
1362
+ authSsO: {
1363
+ noSupported: string;
1364
+ dingLogin: string;
1365
+ wechatLogin: string;
1366
+ };
1290
1367
  coopPos: {
1291
1368
  view: string;
1292
1369
  edit: string;
@@ -50,7 +50,8 @@ var index = {
50
50
  },
51
51
  loginView: {
52
52
  passwordLength: "\u5BC6\u7801\u957F\u5EA6\u4E0D\u80FD\u5C11\u4E8E6\u4F4D",
53
- login: "\u767B\u5F55"
53
+ login: "\u767B\u5F55",
54
+ thirdAuthFail: "\u7B2C\u4E09\u65B9\u767B\u5F55\u6388\u6743\u65F6\u5931\u8D25"
54
55
  },
55
56
  subAppRefView: {
56
57
  jump: "\u8DF3\u8F6C"
@@ -111,10 +112,22 @@ var index = {
111
112
  customTheme: {
112
113
  themeColor: "\u4E3B\u9898\u8272",
113
114
  light: "\u4EAE\u8272",
114
- studio_dark: "\u6697\u8272",
115
+ dark: "\u6697\u8272",
116
+ blue: "\u84DD\u8272",
117
+ user1: "\u81EA\u5B9A\u4E491",
118
+ user2: "\u81EA\u5B9A\u4E492",
119
+ user3: "\u81EA\u5B9A\u4E493",
120
+ saveAndShare: "\u5E94\u7528\u81F3\u5168\u5C40",
121
+ resetAndShare: "\u91CD\u7F6E\u81F3\u5168\u5C40",
122
+ resetConfirmation: "\u91CD\u7F6E\u786E\u8BA4",
123
+ resetConfirmationDesc: "\u8BF7\u786E\u5B9A\u662F\u5426\u9700\u8981\u91CD\u7F6E\u5F53\u524D\u9009\u4E2D\u4E3B\u9898\u5E76\u52A0\u8F7D\u5168\u5C40\u9ED8\u8BA4\u6570\u636E?",
124
+ resetConfirmationGlobalDesc: "\u8BF7\u786E\u5B9A\u662F\u5426\u9700\u8981\u91CD\u7F6E\u5168\u5C40\u9ED8\u8BA4\u6570\u636E?",
125
+ closeModelEdit: "\u5173\u95EDjson\u6A21\u578B\u7F16\u8F91",
126
+ modelEdit: "json\u6A21\u578B\u7F16\u8F91",
127
+ adminOperation: "\u7BA1\u7406\u5458\u64CD\u4F5C",
115
128
  confirmCopyLink: "\u786E\u8BA4\u62F7\u8D1D\u94FE\u63A5",
116
129
  preview: "\u9884\u89C8",
117
- save: "\u4FDD\u5B58",
130
+ save: "\u5E94\u7528",
118
131
  reset: "\u91CD\u7F6E",
119
132
  share: "\u5206\u4EAB",
120
133
  app: "\u5E94\u7528",
@@ -152,15 +165,15 @@ var index = {
152
165
  primaryLightHoverColorDesc: "\u6D45\u7248\u4E3B\u8981\u989C\u8272\u60AC\u6D6E\u6001",
153
166
  primaryLightActiveColor: "\u4E3B\u8981\u6D45\u7248\u6FC0\u6D3B\u8272",
154
167
  primaryLightActiveColorDesc: "\u6D45\u7248\u4E3B\u8981\u989C\u8272\u6FC0\u6D3B\u6001",
155
- textIcon: "\u6587\u672C/\u56FE\u6807\u989C\u8272",
156
- mainTextIconColor: "\u6587\u672C\u56FE\u6807\u4E3B\u8272",
157
- mianTextIconColorDesc: "\u6587\u672C/\u56FE\u6807\u989C\u8272 - \u6700\u4E3B\u8981",
158
- minorTextIconColor: "\u6587\u672C\u56FE\u6807\u7A0D\u6B21\u8272",
159
- minorTextIconColorDesc: "\u6587\u672C/\u56FE\u6807\u989C\u8272 - \u7A0D\u6B21\u8981",
160
- secondaryTextIconColor: "\u6587\u672C\u56FE\u6807\u6B21\u8272",
161
- secondaryTextIconColorDesc: "\u6587\u672C/\u56FE\u6807\u989C\u8272 - \u6B21\u8981",
162
- lastTextIconColor: "\u6587\u672C\u56FE\u6807\u6700\u6B21\u8272",
163
- lastTextIconColorDesc: "\u6587\u672C/\u56FE\u6807\u989C\u8272 - \u6700\u6B21\u8981",
168
+ text: "\u6587\u672C\u989C\u8272",
169
+ mainTextColor: "\u6587\u672C\u4E3B\u8272",
170
+ mianTextColorDesc: "\u6587\u672C\u989C\u8272 - \u6700\u4E3B\u8981",
171
+ minorTextColor: "\u6587\u672C\u7A0D\u6B21\u8272",
172
+ minorTextColorDesc: "\u6587\u672C\u989C\u8272 - \u7A0D\u6B21\u8981",
173
+ secondaryTextColor: "\u6587\u672C\u6B21\u8272",
174
+ secondaryTextColorDesc: "\u6587\u672C\u989C\u8272 - \u6B21\u8981",
175
+ lastTextColor: "\u6587\u672C\u6700\u6B21\u8272",
176
+ lastTextColorDesc: "\u6587\u672C\u989C\u8272 - \u6700\u6B21\u8981",
164
177
  linkColor: "\u94FE\u63A5\u989C\u8272",
165
178
  textLinkColor: "\u6587\u672C\u94FE\u63A5\u8272",
166
179
  textLinkColorDesc: "\u94FE\u63A5\u989C\u8272 - \u6700\u4E3B\u8981",
@@ -201,23 +214,29 @@ var index = {
201
214
  disabledFill: "\u7981\u7528\u586B\u5145\u8272",
202
215
  disabledFillDesc: "\u7981\u7528\u6001 - \u586B\u5145",
203
216
  sidebar: "\u4FA7\u8FB9\u5BFC\u822A\u680F",
204
- sidebarBg: "\u80CC\u666F",
205
- sidebarBgDesc: "\u4FA7\u8FB9\u5BFC\u822A\u680F\u80CC\u666F\u8272",
206
- sidebarHoverBgColor: "\u60AC\u6D6E\u8272",
207
- sidebarHoverBgColorDesc: "\u4FA7\u8FB9\u5BFC\u822A\u680F\u83DC\u5355\u60AC\u6D6E\u8272",
208
- sidebarSelectBgColor: "\u9009\u4E2D\u8272",
209
- sidebarSelectBgColorDesc: "\u4FA7\u8FB9\u5BFC\u822A\u680F\u83DC\u5355\u9009\u4E2D\u8272",
210
- sidebarColor: "\u5B57\u4F53\u989C\u8272",
211
- sidebarColorDesc: "\u4FA7\u8FB9\u5BFC\u822A\u680F\u5B57\u4F53\u8272",
212
217
  top: "\u9876\u90E8\u5BFC\u822A\u680F",
213
- topBgColor: "\u80CC\u666F",
214
- topBgColorDesc: "\u9876\u90E8\u5BFC\u822A\u680F\u80CC\u666F\u8272",
215
- topColor: "\u989C\u8272",
216
- topColorDesc: "\u9876\u90E8\u5BFC\u822A\u680F\u5B57\u4F53\u8272",
217
- topHoverBgColor: "\u60AC\u6D6E\u8272",
218
- topHoverBgColorDesc: "\u9876\u90E8\u5BFC\u822A\u680F\u60AC\u6D6E\u8272",
219
- topSelectBgColor: "\u9009\u4E2D\u8272",
220
- topSelectBgColorDesc: "\u9876\u90E8\u5BFC\u822A\u680F\u9009\u4E2D\u8272",
218
+ mainColor: "\u5B57\u4F53\u4E3B\u8981\u989C\u8272",
219
+ mainColorDesc: "\u5BFC\u822A\u680F\u5B57\u4F53\u4E3B\u8981\u989C\u8272",
220
+ secondaryColor: "\u5B57\u4F53\u6B21\u8981\u989C\u8272",
221
+ secondaryColorDesc: "\u5BFC\u822A\u680F\u5B57\u4F53\u6B21\u8981\u989C\u8272",
222
+ mainBgColor: "\u80CC\u666F\u4E3B\u8981\u989C\u8272",
223
+ mainBgColorDesc: "\u5BFC\u822A\u680F\u80CC\u666F\u4E3B\u8981\u989C\u8272",
224
+ secondaryBgColor: "\u80CC\u666F\u6B21\u8981\u989C\u8272",
225
+ secondaryBgColorDesc: "\u5BFC\u822A\u680F\u80CC\u666F\u6B21\u8981\u989C\u8272",
226
+ iconMainColor: "\u56FE\u6807\u4E3B\u8981\u989C\u8272",
227
+ iconMainColorDesc: "\u5BFC\u822A\u680F\u56FE\u6807\u4E3B\u8981\u989C\u8272",
228
+ iconSecondaryColor: "\u56FE\u6807\u6B21\u8981\u989C\u8272",
229
+ iconSecondaryColorDesc: "\u5BFC\u822A\u680F\u56FE\u6807\u6B21\u8981\u989C\u8272",
230
+ appMenuColor: "\u83DC\u5355\u5B57\u4F53\u989C\u8272",
231
+ appMenuColorDesc: "\u5BFC\u822A\u680F\u5E94\u7528\u83DC\u5355\u5B57\u4F53\u989C\u8272",
232
+ appMenuHoverColor: "\u83DC\u5355\u60AC\u6D6E\u5B57\u4F53\u8272",
233
+ appMenuHoverColorDesc: "\u5BFC\u822A\u680F\u5E94\u7528\u83DC\u5355\u5B57\u4F53\u60AC\u6D6E\u8272",
234
+ appMenuHoverBgColor: "\u83DC\u5355\u60AC\u6D6E\u80CC\u666F\u8272",
235
+ appMenuHoverBgColorDesc: "\u5BFC\u822A\u680F\u5E94\u7528\u83DC\u5355\u60AC\u6D6E\u80CC\u666F\u8272",
236
+ appMenuActiveColor: "\u83DC\u5355\u9009\u4E2D\u5B57\u4F53\u8272",
237
+ appMenuActiveColorDesc: "\u5BFC\u822A\u680F\u5E94\u7528\u83DC\u5355\u9009\u4E2D\u5B57\u4F53\u8272",
238
+ appMenuActiveBgColor: "\u83DC\u5355\u9009\u4E2D\u80CC\u666F\u8272",
239
+ appMenuActiveBgColorDesc: "\u5BFC\u822A\u680F\u5E94\u7528\u83DC\u5355\u9009\u4E2D\u80CC\u666F\u8272",
221
240
  ctrl: "\u63A7\u4EF6",
222
241
  grid: "\u8868\u683C",
223
242
  gridHeaderBg: "\u8868\u683C\u5934\u80CC\u666F\u8272",
@@ -312,6 +331,17 @@ var index = {
312
331
  friday: "\u4E94",
313
332
  saturday: "\u516D"
314
333
  }
334
+ },
335
+ calendarUser: {
336
+ weeks: {
337
+ monday: "\u5468\u4E00",
338
+ tuesday: "\u5468\u4E8C",
339
+ wednesday: "\u5468\u4E09",
340
+ thursday: "\u5468\u56DB",
341
+ friday: "\u5468\u4E94",
342
+ saturday: "\u5468\u516D",
343
+ sunday: "\u5468\u65E5"
344
+ }
315
345
  }
316
346
  },
317
347
  chart: {
@@ -339,7 +369,8 @@ var index = {
339
369
  ctrlPlaceholder: "\u8BF7\u8F93\u5165\u90E8\u4EF6\u540D\u79F0",
340
370
  checkTitle: "\u5BF9\u6570\u636E\u96C6\u4E0B\u6240\u6709\u62A5\u8868\u751F\u6548",
341
371
  baseSet: "\u57FA\u672C\u8BBE\u7F6E",
342
- filterTitle: "\u7B5B\u9009\u90E8\u4EF6"
372
+ filterTitle: "\u7B5B\u9009\u90E8\u4EF6",
373
+ selectAll: "\u5168\u9009"
343
374
  }
344
375
  },
345
376
  form: {
@@ -500,7 +531,9 @@ var index = {
500
531
  resultDefault: "\u6062\u590D\u9ED8\u8BA4\u503C",
501
532
  headerCaption: "\u8868\u5934\u663E\u793A\u5C5E\u6027",
502
533
  optionalAttribute: "\u53EF\u9009\u62E9\u5C5E\u6027",
503
- selectedAttribute: "\u5DF2\u9009\u62E9\u5C5E\u6027"
534
+ selectedAttribute: "\u5DF2\u9009\u62E9\u5C5E\u6027",
535
+ limitsize: "\u4E0A\u9650{max}\u4E2A",
536
+ reachedMaximum: "\u5DF2\u8FBE\u6700\u5927\u503C"
504
537
  },
505
538
  actionToolbar: {
506
539
  more: "\u66F4\u591A"
@@ -607,12 +640,28 @@ var index = {
607
640
  },
608
641
  emojiPicker: {
609
642
  addEmoji: "\u6DFB\u52A0\u8868\u60C5"
643
+ },
644
+ colorPicker: {
645
+ systemColor: "\u7CFB\u7EDF\u914D\u8272",
646
+ templateColor: "\u6A21\u677F\u914D\u8272",
647
+ simpleBlue: "\u7B80\u7EA6\u84DD",
648
+ autumnOrange: "\u79CB\u65E5\u6A59",
649
+ Macaroon: "\u9A6C\u5361\u9F99",
650
+ mintGreen: "\u8584\u8377\u7EFF",
651
+ selector: "\u9009\u62E9\u5668",
652
+ textValue: "\u6587\u672C\u503C",
653
+ add: "\u6DFB\u52A0"
610
654
  }
611
655
  },
612
656
  panelComponent: {
613
657
  authUserinfo: {
614
658
  visitor: "\u6E38\u5BA2"
615
659
  },
660
+ authSsO: {
661
+ noSupported: "\u6682\u4E0D\u652F\u6301{type}\u767B\u5F55",
662
+ dingLogin: "\u9489\u9489\u767B\u5F55",
663
+ wechatLogin: "\u5FAE\u4FE1\u767B\u5F55"
664
+ },
616
665
  coopPos: {
617
666
  view: "{username} \u6B63\u5728\u6D4F\u89C8",
618
667
  edit: "{username} \u6B63\u5728\u7F16\u8F91",
@@ -0,0 +1 @@
1
+ .ibiz-auth-sso{--ibiz-auth-sso-icon-width:var(--ibiz-editor-default-line-height);--ibiz-auth-sso-icon-height:var(--ibiz-editor-default-line-height);--ibiz-auth-sso-gap:var(--ibiz-spacing-base);display:flex;gap:var(--ibiz-auth-sso-gap);justify-content:center;width:100%}.ibiz-auth-sso__sign-btn{width:var(--ibiz-auth-sso-icon-width);height:var(--ibiz-auth-sso-icon-height);cursor:pointer}.ibiz-auth-sso__sign-btn svg{width:100%;height:100%}
@@ -0,0 +1,26 @@
1
+ import { PropType } from 'vue';
2
+ import { PanelItemController } from '@ibiz-template/runtime';
3
+ import { IPanelRawItem } from '@ibiz/model-core';
4
+ import './auth-sso.scss';
5
+ export declare const AuthSso: import("vue").DefineComponent<{
6
+ modelData: {
7
+ type: PropType<IPanelRawItem>;
8
+ required: true;
9
+ };
10
+ controller: {
11
+ type: typeof PanelItemController;
12
+ required: true;
13
+ };
14
+ }, {
15
+ ns: import("@ibiz-template/core").Namespace;
16
+ handleThridLogin: (type: string) => void;
17
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
+ modelData: {
19
+ type: PropType<IPanelRawItem>;
20
+ required: true;
21
+ };
22
+ controller: {
23
+ type: typeof PanelItemController;
24
+ required: true;
25
+ };
26
+ }>>, {}, {}>;
@@ -0,0 +1,100 @@
1
+ import { defineComponent, createVNode } from 'vue';
2
+ import { PanelItemController } from '@ibiz-template/runtime';
3
+ import { useNamespace } from '@ibiz-template/vue3-util';
4
+ import './auth-sso.css';
5
+
6
+ "use strict";
7
+ const AuthSso = /* @__PURE__ */ defineComponent({
8
+ name: "IBizAuthSsO",
9
+ props: {
10
+ modelData: {
11
+ type: Object,
12
+ required: true
13
+ },
14
+ controller: {
15
+ type: PanelItemController,
16
+ required: true
17
+ }
18
+ },
19
+ setup() {
20
+ const ns = useNamespace("auth-sso");
21
+ const dingtalkHandleClick = async () => {
22
+ ibiz.thirdAuth.auth("DINGTALK", "THIRD");
23
+ };
24
+ const wxWorkHandleClick = async () => {
25
+ ibiz.thirdAuth.auth("WXWORK", "THIRD");
26
+ };
27
+ const handleThridLogin = (type) => {
28
+ if (!type)
29
+ return;
30
+ switch (type) {
31
+ case "DINGDING":
32
+ dingtalkHandleClick();
33
+ break;
34
+ case "WXWORK":
35
+ wxWorkHandleClick();
36
+ break;
37
+ default:
38
+ console.log(ibiz.i18n.t("panelComponent.authSsO.noSupported", {
39
+ type
40
+ }));
41
+ break;
42
+ }
43
+ };
44
+ return {
45
+ ns,
46
+ handleThridLogin
47
+ };
48
+ },
49
+ render() {
50
+ return createVNode("div", {
51
+ "class": this.ns.b()
52
+ }, [createVNode("div", {
53
+ "class": [this.ns.e("sign-btn"), this.ns.m("dingding")],
54
+ "onClick": () => this.handleThridLogin("DINGDING"),
55
+ "title": ibiz.i18n.t("panelComponent.authSsO.dingLogin")
56
+ }, [createVNode("svg", {
57
+ "class": "icon",
58
+ "viewBox": "0 0 1024 1024",
59
+ "version": "1.1",
60
+ "xmlns": "http://www.w3.org/2000/svg",
61
+ "p-id": "651",
62
+ "width": "48",
63
+ "height": "48"
64
+ }, [createVNode("defs", null, [createVNode("style", {
65
+ "type": "text/css"
66
+ }, null)]), createVNode("path", {
67
+ "d": "M512 2C230.2 2 2 230.2 2 512s228.2 510 510 510 510-228.2 510-510S793.3 2 512 2z m235.9 442c-1 4.6-3.6 10.8-7.2 19.1l-0.5 0.5c-21.6 45.8-77.3 135.5-77.3 135.5l-0.5-0.5-16.5 28.3h78.8L574.3 826.8l34-136h-61.8l21.6-90.2c-17.5 4.1-38.1 9.8-62.3 18 0 0-33 19.1-94.8-37.1 0 0-41.7-37.1-17.5-45.8 10.3-4.1 50-8.8 81.4-12.9 42.2-5.7 68.5-8.8 68.5-8.8s-130.3 2.1-161.2-3.1c-30.9-4.6-70.1-56.7-78.3-102 0 0-12.9-24.7 27.8-12.9 40.2 11.8 209.2 45.8 209.2 45.8S321.4 375 307 358.5c-14.4-16.5-42.8-89.6-39.2-134.5 0 0 1.5-11.3 12.9-8.2 0 0 161.8 74.2 272.5 114.4C664.5 371.4 760.8 392 747.9 444z",
68
+ "fill": "#3296FA",
69
+ "p-id": "652"
70
+ }, null)])]), createVNode("div", {
71
+ "class": [this.ns.e("sign-btn"), this.ns.m("wx")],
72
+ "onClick": () => this.handleThridLogin("WXWORK"),
73
+ "title": ibiz.i18n.t("panelComponent.authSsO.wechatLogin")
74
+ }, [createVNode("svg", {
75
+ "class": "icon",
76
+ "width": "200px",
77
+ "height": "200.00px",
78
+ "viewBox": "0 0 1024 1024",
79
+ "version": "1.1",
80
+ "xmlns": "http://www.w3.org/2000/svg"
81
+ }, [createVNode("path", {
82
+ "fill": "#36ab60",
83
+ "d": "M352.814545 385.396364m-33.512727 0a33.512727 33.512727 0 1 0 67.025455 0 33.512727 33.512727 0 1 0-67.025455 0Z"
84
+ }, null), createVNode("path", {
85
+ "fill": "#36ab60",
86
+ "d": "M502.690909 384.465455m-33.512727 0a33.512727 33.512727 0 1 0 67.025454 0 33.512727 33.512727 0 1 0-67.025454 0Z"
87
+ }, null), createVNode("path", {
88
+ "fill": "#36ab60",
89
+ "d": "M576.232727 534.341818m-23.272727 0a23.272727 23.272727 0 1 0 46.545455 0 23.272727 23.272727 0 1 0-46.545455 0Z"
90
+ }, null), createVNode("path", {
91
+ "fill": "#36ab60",
92
+ "d": "M694.458182 536.203636m-23.272727 0a23.272727 23.272727 0 1 0 46.545454 0 23.272727 23.272727 0 1 0-46.545454 0Z"
93
+ }, null), createVNode("path", {
94
+ "fill": "#36ab60",
95
+ "d": "M512 0C229.003636 0 0 229.003636 0 512s229.003636 512 512 512 512-229.003636 512-512S794.996364 0 512 0z m-87.505455 630.225455c-26.996364 0-48.407273-5.585455-75.403636-11.17091l-75.403636 37.236364 21.410909-64.232727c-53.992727-37.236364-85.643636-85.643636-85.643637-145.221818 0-102.4 96.814545-182.458182 215.04-182.458182 105.192727 0 198.283636 64.232727 216.901819 150.807273-6.516364-0.930909-13.963636-0.930909-20.48-0.93091-102.4 0-182.458182 76.334545-182.458182 170.356364 0 15.825455 2.792727 30.72 6.516363 44.683636-7.447273 0-13.963636 0.930909-20.48 0.93091z m314.647273 75.403636l15.825455 53.992727-58.647273-32.581818c-21.410909 5.585455-42.821818 11.170909-64.232727 11.170909-102.4 0-182.458182-69.818182-182.458182-155.461818s80.058182-155.461818 182.458182-155.461818c96.814545 0 182.458182 69.818182 182.458182 155.461818 0 47.476364-31.650909 90.298182-75.403637 122.88z"
96
+ }, null)])])]);
97
+ }
98
+ });
99
+
100
+ export { AuthSso };
@@ -0,0 +1,6 @@
1
+ import { IPanelItem } from '@ibiz/model-core';
2
+ import { IPanelItemProvider, PanelController, PanelItemController } from '@ibiz-template/runtime';
3
+ export declare class AuthSsoProvider implements IPanelItemProvider {
4
+ component: string;
5
+ createController(panelItem: IPanelItem, panel: PanelController, parent: PanelItemController | undefined): Promise<PanelItemController>;
6
+ }
@@ -0,0 +1,21 @@
1
+ import { PanelItemController } from '@ibiz-template/runtime';
2
+
3
+ "use strict";
4
+ var __defProp = Object.defineProperty;
5
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
+ var __publicField = (obj, key, value) => {
7
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
8
+ return value;
9
+ };
10
+ class AuthSsoProvider {
11
+ constructor() {
12
+ __publicField(this, "component", "IBizAuthSsO");
13
+ }
14
+ async createController(panelItem, panel, parent) {
15
+ const c = new PanelItemController(panelItem, panel, parent);
16
+ await c.init();
17
+ return c;
18
+ }
19
+ }
20
+
21
+ export { AuthSsoProvider };
@@ -0,0 +1,23 @@
1
+ export declare const IBizAuthSso: import("@ibiz-template/vue3-util").TypeWithInstall<import("vue").DefineComponent<{
2
+ modelData: {
3
+ type: import("vue").PropType<import("@ibiz/model-core").IPanelRawItem>;
4
+ required: true;
5
+ };
6
+ controller: {
7
+ type: typeof import("@ibiz-template/runtime").PanelItemController;
8
+ required: true;
9
+ };
10
+ }, {
11
+ ns: import("@ibiz-template/core").Namespace;
12
+ handleThridLogin: (type: string) => void;
13
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ modelData: {
15
+ type: import("vue").PropType<import("@ibiz/model-core").IPanelRawItem>;
16
+ required: true;
17
+ };
18
+ controller: {
19
+ type: typeof import("@ibiz-template/runtime").PanelItemController;
20
+ required: true;
21
+ };
22
+ }>>, {}, {}>>;
23
+ export default IBizAuthSso;
@@ -0,0 +1,12 @@
1
+ import { registerPanelItemProvider } from '@ibiz-template/runtime';
2
+ import { withInstall } from '@ibiz-template/vue3-util';
3
+ import { AuthSso } from './auth-sso.mjs';
4
+ import { AuthSsoProvider } from './auth-sso.provider.mjs';
5
+
6
+ "use strict";
7
+ const IBizAuthSso = withInstall(AuthSso, function(v) {
8
+ v.component(AuthSso.name, AuthSso);
9
+ registerPanelItemProvider("RAWITEM_AUTH_SSO", () => new AuthSsoProvider());
10
+ });
11
+
12
+ export { IBizAuthSso, IBizAuthSso as default };
@@ -1,9 +1,34 @@
1
- import { IAlertParams, PanelItemController } from '@ibiz-template/runtime';
1
+ import { CodeListItem, IAlertParams, PanelItemController } from '@ibiz-template/runtime';
2
2
  import { IPanelRawItem } from '@ibiz/model-core';
3
3
  import { CoopPosState } from './coop-pos.state';
4
4
  export declare class CoopPosController extends PanelItemController<IPanelRawItem> {
5
5
  state: CoopPosState;
6
+ /**
7
+ *云系统操作者
8
+ *
9
+ * @memberof CoopPosController
10
+ */
11
+ operator: readonly CodeListItem[];
12
+ /**
13
+ * @description 自定义补充参数
14
+ * @type {IData}
15
+ * @memberof CoopPosController
16
+ */
17
+ rawItemParams: IData;
18
+ /**
19
+ * @description 显示模式
20
+ * @type {('avatar' | 'default')}
21
+ * @memberof CoopPosController
22
+ */
23
+ showMode: 'avatar' | 'default';
6
24
  protected createState(): CoopPosState;
25
+ protected onInit(): Promise<void>;
26
+ /**
27
+ * @description 处理自定义补充参数
28
+ * @protected
29
+ * @memberof CoopPosController
30
+ */
31
+ protected handleRawItemParams(): void;
7
32
  /**
8
33
  * 消息模式映射
9
34
  * - 视图打开数据模式映射消息类型
@@ -25,4 +50,24 @@ export declare class CoopPosController extends PanelItemController<IPanelRawItem
25
50
  * @memberof CoopPosController
26
51
  */
27
52
  updateMessage(params: IAlertParams): void;
53
+ /**
54
+ * @description 获取云系统操作者代码表
55
+ * @return {*} {Promise<void>}
56
+ * @memberof CoopPosController
57
+ */
58
+ getOperator(): Promise<void>;
59
+ /**
60
+ * @description 根据名称获取图标
61
+ * @param {string} name
62
+ * @return {*} {string}
63
+ * @memberof CoopPosController
64
+ */
65
+ getIconUrlByName(name: string): string;
66
+ /**
67
+ * @description 获取头像下载地址
68
+ * @param {string} url
69
+ * @return {*} {string}
70
+ * @memberof CoopPosController
71
+ */
72
+ getDownloadUrl(url: string): string;
28
73
  }