@ibiz-template/vue3-components 0.7.38-alpha.56 → 0.7.40-alpha.9

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 (493) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +321 -0
  3. package/dist/ibiz-markdown-editor-D4ESf3bP.js +1 -0
  4. package/dist/index--C432Qzt.js +4 -0
  5. package/dist/index-CmaF1QyJ.js +1 -0
  6. package/dist/index-frsL8WmS.js +1 -0
  7. package/dist/index.min.css +1 -1
  8. package/dist/index.system.min.js +1 -1
  9. package/dist/map-chart-user-CILGy9I4.js +1 -0
  10. package/dist/wang-editor-ZtYMqlXx.js +1 -0
  11. package/dist/{xlsx-util-BApCDhEk.js → xlsx-util-CKS7oyKo.js} +1 -1
  12. package/es/common/action-toolbar/action-toolbar.d.ts +1 -1
  13. package/es/common/action-toolbar/action-toolbar.mjs +14 -8
  14. package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +9 -9
  15. package/es/common/anchor-container/anchor-container.d.ts +12 -12
  16. package/es/common/button-list/button-list.d.ts +5 -5
  17. package/es/common/button-list/button-list.mjs +53 -41
  18. package/es/common/carousel/carousel.d.ts +1 -1
  19. package/es/common/carousel-card/carousel-card.d.ts +3 -3
  20. package/es/common/control-navigation/control-navigation.mjs +7 -1
  21. package/es/common/control-navigation/provider/navigation-base.provider.mjs +5 -2
  22. package/es/common/cropping/cropping.d.ts +3 -3
  23. package/es/common/custom-filter-condition/custom-filter-condition.d.ts +12 -12
  24. package/es/common/data-import/data-import.d.ts +4 -4
  25. package/es/common/data-import2/data-import2.d.ts +5 -5
  26. package/es/common/data-import2-select/data-import2-select.d.ts +2 -2
  27. package/es/common/data-import2-table/data-import2-table.d.ts +2 -2
  28. package/es/common/emoji-select/components/categories/categories.d.ts +3 -3
  29. package/es/common/emoji-select/components/emoji-item/emoji-item.d.ts +3 -3
  30. package/es/common/emoji-select/components/emoji-list/emoji-list.d.ts +7 -7
  31. package/es/common/emoji-select/emoji-select.d.ts +3 -3
  32. package/es/common/extend-action-timeline/extend-action-timeline.d.ts +3 -3
  33. package/es/common/map-chart-user/map-user-manager.d.ts +1 -1
  34. package/es/common/map-chart-user/map-user-manager.mjs +1 -1
  35. package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.d.ts +4 -4
  36. package/es/common/pql-editor/pql-editor.d.ts +4 -4
  37. package/es/common/quick-edit/quick-edit.d.ts +15 -5
  38. package/es/common/quick-edit/quick-edit.mjs +27 -7
  39. package/es/common/rawitem/rawitem.css +1 -1
  40. package/es/common/rawitem/rawitem.d.ts +2 -2
  41. package/es/common/rawitem/rawitem.mjs +4 -3
  42. package/es/common/view-message/view-message.d.ts +6 -6
  43. package/es/common/view-message/view-message.mjs +6 -4
  44. package/es/control/app-menu/app-menu.css +1 -1
  45. package/es/control/app-menu/app-menu.d.ts +8 -8
  46. package/es/control/app-menu/app-menu.mjs +8 -4
  47. package/es/control/app-menu/custom-menu-design/custom-menu-design.d.ts +3 -3
  48. package/es/control/app-menu/index.d.ts +9 -9
  49. package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +5 -5
  50. package/es/control/app-menu-icon-view/index.d.ts +5 -5
  51. package/es/control/calendar/calendar.d.ts +7 -7
  52. package/es/control/calendar/components/calendar-daily/calendar-daily.d.ts +6 -6
  53. package/es/control/calendar/components/calendar-daily/index.d.ts +6 -6
  54. package/es/control/calendar/components/calendar-daily/use-calendar-daily.d.ts +1 -1
  55. package/es/control/calendar/components/calendar-user/calendar-user.d.ts +6 -6
  56. package/es/control/calendar/components/calendar-user/index.d.ts +6 -6
  57. package/es/control/calendar/components/calendar-week/calendar-week.d.ts +6 -6
  58. package/es/control/calendar/components/calendar-week/index.d.ts +6 -6
  59. package/es/control/calendar/components/calendar-week/use-calendar-week.d.ts +4 -4
  60. package/es/control/calendar/components/custom-calendar/custom-calendar.d.ts +6 -6
  61. package/es/control/calendar/components/custom-calendar/index.d.ts +6 -6
  62. package/es/control/calendar/components/interface/calendar-daily.d.ts +3 -3
  63. package/es/control/calendar/components/interface/calendar-user.d.ts +3 -3
  64. package/es/control/calendar/components/interface/calendar-week.d.ts +3 -3
  65. package/es/control/calendar/components/interface/custom-calendar.d.ts +3 -3
  66. package/es/control/calendar/components/util/util.d.ts +2 -2
  67. package/es/control/calendar/index.d.ts +8 -8
  68. package/es/control/caption-bar/caption-bar.d.ts +5 -5
  69. package/es/control/caption-bar/index.d.ts +5 -5
  70. package/es/control/chart/chart.d.ts +13 -13
  71. package/es/control/context-menu/context-menu.css +1 -1
  72. package/es/control/context-menu/context-menu.d.ts +8 -6
  73. package/es/control/context-menu/context-menu.mjs +24 -9
  74. package/es/control/context-menu/index.d.ts +8 -6
  75. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +2 -21357
  76. package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +2 -2
  77. package/es/control/dashboard/dashboard.d.ts +6 -6
  78. package/es/control/dashboard/index.d.ts +7 -7
  79. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.d.ts +6 -6
  80. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.d.ts +6 -6
  81. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.d.ts +5 -5
  82. package/es/control/data-view/data-view.css +1 -1
  83. package/es/control/data-view/data-view.d.ts +14 -14
  84. package/es/control/data-view/data-view.mjs +73 -87
  85. package/es/control/data-view/index.d.ts +14 -14
  86. package/es/control/drbar/drbar.d.ts +5 -5
  87. package/es/control/drbar/index.d.ts +5 -5
  88. package/es/control/drtab/drtab-control.util.mjs +1 -1
  89. package/es/control/drtab/drtab.d.ts +8 -8
  90. package/es/control/drtab/index.d.ts +8 -8
  91. package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.d.ts +5 -5
  92. package/es/control/exp-bar/calendar-exp-bar/index.d.ts +5 -5
  93. package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.d.ts +5 -5
  94. package/es/control/exp-bar/chart-exp-bar/index.d.ts +5 -5
  95. package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.d.ts +5 -5
  96. package/es/control/exp-bar/data-view-exp-bar/index.d.ts +5 -5
  97. package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.d.ts +5 -5
  98. package/es/control/exp-bar/grid-exp-bar/index.d.ts +5 -5
  99. package/es/control/exp-bar/list-exp-bar/index.d.ts +5 -5
  100. package/es/control/exp-bar/list-exp-bar/list-exp-bar.d.ts +5 -5
  101. package/es/control/exp-bar/tree-exp-bar/index.d.ts +5 -5
  102. package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.d.ts +5 -5
  103. package/es/control/form/edit-form/edit-form.css +1 -0
  104. package/es/control/form/edit-form/edit-form.d.ts +3 -76
  105. package/es/control/form/edit-form/edit-form.mjs +27 -5
  106. package/es/control/form/edit-form/index.d.ts +2 -73
  107. package/es/control/form/form/form.css +1 -1
  108. package/es/control/form/form/form.d.ts +1 -1
  109. package/es/control/form/form/form.mjs +1 -1
  110. package/es/control/form/form/index.d.ts +1 -1
  111. package/es/control/form/form-detail/form-button/form-button.mjs +4 -1
  112. package/es/control/form/form-detail/form-button-list/form-button-list.d.ts +1 -1
  113. package/es/control/form/form-detail/form-button-list/form-button-list.mjs +7 -3
  114. package/es/control/form/form-detail/form-button-list/index.d.ts +1 -1
  115. package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -1
  116. package/es/control/form/form-detail/form-druipart/form-druipart.d.ts +1 -0
  117. package/es/control/form/form-detail/form-druipart/form-druipart.mjs +11 -1
  118. package/es/control/form/form-detail/form-druipart/index.d.ts +1 -0
  119. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +2 -2
  120. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +12 -13
  121. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  122. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +7 -101
  123. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +65 -92
  124. package/es/control/form/form-detail/form-item/form-item.d.ts +5 -5
  125. package/es/control/form/form-detail/form-item/form-item.mjs +32 -44
  126. package/es/control/form/form-detail/form-item/index.d.ts +4 -4
  127. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +12 -14
  128. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +20890 -10610
  129. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +1 -1
  130. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +3 -3
  131. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -1
  132. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.d.ts +1 -0
  133. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +10 -0
  134. package/es/control/form/form-detail/form-mdctrl/index.d.ts +1 -0
  135. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +3 -3
  136. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.d.ts +4 -4
  137. package/es/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
  138. package/es/control/form/form-detail/form-rawitem/form-rawitem.d.ts +2 -0
  139. package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +134 -2
  140. package/es/control/form/form-detail/form-rawitem/index.d.ts +2 -0
  141. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.d.ts +1 -1
  142. package/es/control/form/form-detail/form-tab-panel/index.d.ts +2 -2
  143. package/es/control/form/search-form/index.d.ts +13 -5
  144. package/es/control/form/search-form/search-form.d.ts +13 -5
  145. package/es/control/form/search-form/search-form.mjs +22 -2
  146. package/es/control/gantt/gantt.d.ts +7 -7
  147. package/es/control/gantt/index.d.ts +8 -8
  148. package/es/control/grid/grid/grid-control.util.mjs +18 -11
  149. package/es/control/grid/grid/grid.d.ts +29 -29
  150. package/es/control/grid/grid/grid.mjs +9 -1
  151. package/es/control/grid/grid/index.d.ts +29 -29
  152. package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.d.ts +4 -4
  153. package/es/control/grid/grid-column/auto-grid-field-edit-column/index.d.ts +4 -4
  154. package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  155. package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -1
  156. package/es/control/grid/grid-column/grid-field-column/index.d.ts +2 -2
  157. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.d.ts +1 -1
  158. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.d.ts +4 -4
  159. package/es/control/grid/grid-column/grid-field-edit-column/index.d.ts +4 -4
  160. package/es/control/kanban/index.d.ts +5 -5
  161. package/es/control/kanban/kanban.d.ts +5 -5
  162. package/es/control/list/index.d.ts +14 -14
  163. package/es/control/list/list.css +1 -1
  164. package/es/control/list/list.d.ts +14 -14
  165. package/es/control/list/list.mjs +64 -58
  166. package/es/control/map/map.d.ts +5 -5
  167. package/es/control/medit-view-panel/index.d.ts +5 -5
  168. package/es/control/medit-view-panel/medit-view-panel.d.ts +5 -5
  169. package/es/control/pickup-view-panel/index.d.ts +5 -5
  170. package/es/control/pickup-view-panel/pickup-view-panel.d.ts +5 -5
  171. package/es/control/report-panel/report-panel.d.ts +5 -5
  172. package/es/control/search-bar/filter-tree/filter-tree.d.ts +4 -4
  173. package/es/control/search-bar/index.d.ts +5 -5
  174. package/es/control/search-bar/search-bar.d.ts +5 -5
  175. package/es/control/search-bar/search-groups/search-groups.d.ts +6 -6
  176. package/es/control/tab-exp-panel/index.d.ts +5 -5
  177. package/es/control/tab-exp-panel/tab-exp-panel.d.ts +5 -5
  178. package/es/control/toolbar/export-excel/export-excel.mjs +9 -5
  179. package/es/control/toolbar/index.d.ts +6 -6
  180. package/es/control/toolbar/short-cut-button/short-cut-button.mjs +4 -3
  181. package/es/control/toolbar/toolbar.css +1 -1
  182. package/es/control/toolbar/toolbar.d.ts +5 -5
  183. package/es/control/toolbar/toolbar.mjs +23 -19
  184. package/es/control/tree/index.d.ts +14 -14
  185. package/es/control/tree/tree.css +1 -1
  186. package/es/control/tree/tree.d.ts +26 -26
  187. package/es/control/tree/tree.mjs +5 -0
  188. package/es/control/tree-grid/index.d.ts +24 -24
  189. package/es/control/tree-grid/tree-grid.d.ts +23 -23
  190. package/es/control/tree-grid-ex/index.d.ts +11 -11
  191. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.d.ts +2 -2
  192. package/es/control/tree-grid-ex/tree-grid-ex.d.ts +7 -7
  193. package/es/control/wizard-panel/index.d.ts +5 -5
  194. package/es/control/wizard-panel/wizard-panel.css +1 -1
  195. package/es/control/wizard-panel/wizard-panel.d.ts +5 -5
  196. package/es/editor/array/ibiz-array/ibiz-array.d.ts +9 -9
  197. package/es/editor/autocomplete/autocomplete-editor.controller.mjs +3 -0
  198. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +9 -9
  199. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +1 -0
  200. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +8 -8
  201. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +14 -14
  202. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +1 -2
  203. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +8 -8
  204. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +9 -9
  205. package/es/editor/code/code-editor.controller.d.ts +16 -1
  206. package/es/editor/code/code-editor.controller.mjs +34 -1
  207. package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
  208. package/es/editor/code/monaco-editor/monaco-editor.d.ts +10 -9
  209. package/es/editor/code/monaco-editor/monaco-editor.mjs +310 -13
  210. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +1 -1
  211. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +1 -1
  212. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +14 -10
  213. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +10 -10
  214. package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +9 -9
  215. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +3 -0
  216. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  217. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +10 -9
  218. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +9 -3
  219. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +9 -9
  220. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +8 -8
  221. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +12 -12
  222. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +5 -1
  223. package/es/editor/data-picker/picker-editor.controller.mjs +5 -1
  224. package/es/editor/data-picker/picker-editor.provider.mjs +2 -0
  225. package/es/editor/date-picker/date-picker-editor.controller.mjs +7 -0
  226. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +8 -8
  227. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +7 -0
  228. package/es/editor/date-range/date-range-editor.controller.mjs +2 -0
  229. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +8 -8
  230. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +2 -0
  231. package/es/editor/date-range-select/date-range-select-picker/date-range-select.d.ts +4 -4
  232. package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +1 -1
  233. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +11 -11
  234. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +9 -7
  235. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +8 -8
  236. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +11 -11
  237. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +2 -4
  238. package/es/editor/html/html-editor.controller.mjs +1 -1
  239. package/es/editor/html/wang-editor/wang-editor.d.ts +8 -8
  240. package/es/editor/html/wang-editor/wang-editor.mjs +192 -58
  241. package/es/editor/index.mjs +80 -0
  242. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +9 -9
  243. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
  244. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +132 -16
  245. package/es/editor/not-supported-editor/not-supported-editor.css +1 -1
  246. package/es/editor/not-supported-editor/not-supported-editor.d.ts +7 -0
  247. package/es/editor/not-supported-editor/not-supported-editor.mjs +15 -2
  248. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +8 -8
  249. package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +8 -8
  250. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  251. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +9 -9
  252. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +9 -3
  253. package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +10 -10
  254. package/es/editor/raw/ibiz-raw/ibiz-raw.css +1 -1
  255. package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +9 -8
  256. package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +5 -1
  257. package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +8 -8
  258. package/es/editor/span/span/span.d.ts +3 -3
  259. package/es/editor/span/span-link/span-link.d.ts +8 -8
  260. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +8 -8
  261. package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +9 -9
  262. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +8 -8
  263. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +8 -8
  264. package/es/editor/text-box/input/input.d.ts +10 -10
  265. package/es/editor/text-box/input/input.mjs +194 -61
  266. package/es/editor/text-box/text-box-editor.controller.mjs +2 -2
  267. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +13 -13
  268. package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +15 -15
  269. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +8 -8
  270. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +13 -13
  271. package/es/editor/upload/upload-editor.controller.mjs +7 -3
  272. package/es/editor/upload/upload-editor.provider.mjs +3 -0
  273. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +8 -8
  274. package/es/index.mjs +45 -0
  275. package/es/locale/en/index.d.ts +32 -0
  276. package/es/locale/en/index.mjs +28 -4
  277. package/es/locale/zh-CN/index.d.ts +32 -0
  278. package/es/locale/zh-CN/index.mjs +28 -4
  279. package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.57_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.40-alpha.7_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 +53 -81
  280. package/es/panel-component/coop-pos/coop-pos.d.ts +1 -1
  281. package/es/panel-component/coop-pos/index.d.ts +2 -2
  282. package/es/panel-component/global-search/global-search.controller.d.ts +113 -0
  283. package/es/panel-component/global-search/global-search.controller.mjs +221 -0
  284. package/es/panel-component/global-search/global-search.css +1 -0
  285. package/es/panel-component/global-search/global-search.d.ts +36 -0
  286. package/es/panel-component/global-search/global-search.mjs +194 -0
  287. package/es/panel-component/global-search/global-search.provider.d.ts +14 -0
  288. package/es/panel-component/global-search/global-search.provider.mjs +21 -0
  289. package/es/panel-component/global-search/global-search.state.d.ts +61 -0
  290. package/es/panel-component/global-search/global-search.state.mjs +37 -0
  291. package/es/panel-component/global-search/index.d.ts +33 -0
  292. package/es/panel-component/global-search/index.mjs +15 -0
  293. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.d.ts +54 -0
  294. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.mjs +78 -0
  295. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.css +1 -0
  296. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.d.ts +26 -0
  297. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.mjs +74 -0
  298. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.provider.d.ts +14 -0
  299. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.provider.mjs +21 -0
  300. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.state.d.ts +10 -0
  301. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.state.mjs +7 -0
  302. package/es/panel-component/index-blank-placeholder/index.d.ts +25 -0
  303. package/es/panel-component/index-blank-placeholder/index.mjs +19 -0
  304. package/es/panel-component/index.mjs +4 -0
  305. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +5 -1
  306. package/es/panel-component/panel-app-title/index.d.ts +1 -0
  307. package/es/panel-component/panel-app-title/panel-app-title.css +1 -1
  308. package/es/panel-component/panel-app-title/panel-app-title.d.ts +1 -0
  309. package/es/panel-component/panel-app-title/panel-app-title.mjs +45 -21
  310. package/es/panel-component/panel-button/index.d.ts +1 -1
  311. package/es/panel-component/panel-button/panel-button.d.ts +1 -1
  312. package/es/panel-component/panel-button/panel-button.mjs +7 -20
  313. package/es/panel-component/panel-button-list/index.d.ts +1 -1
  314. package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +13 -4
  315. package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +27 -7
  316. package/es/panel-component/panel-button-list/panel-button-list.d.ts +1 -1
  317. package/es/panel-component/panel-button-list/panel-button-list.mjs +3 -3
  318. package/es/panel-component/panel-tab-panel/index.d.ts +1 -1
  319. package/es/panel-component/searchform-buttons/searchform-buttons.mjs +5 -0
  320. package/es/panel-component/short-cut/index.d.ts +2 -2
  321. package/es/panel-component/short-cut/short-cut.d.ts +1 -1
  322. package/es/panel-component/user-message/addin-changed/addin-changed.d.ts +2 -2
  323. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +1 -1
  324. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +1 -1
  325. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.d.ts +1 -1
  326. package/es/panel-component/user-message/user-message.css +1 -1
  327. package/es/panel-component/user-message/user-message.mjs +3 -1
  328. package/es/util/ai-util/ai-util.d.ts +25 -0
  329. package/es/util/ai-util/ai-util.mjs +44 -0
  330. package/es/util/app-modal/app-modal-component.d.ts +1 -1
  331. package/es/util/app-util/app-util.d.ts +10 -1
  332. package/es/util/app-util/app-util.mjs +281 -0
  333. package/es/util/button-util/button-util.d.ts +7 -0
  334. package/es/util/button-util/button-util.mjs +11 -0
  335. package/es/util/fullscreen/fullscreen-util.mjs +1 -1
  336. package/es/util/index.d.ts +2 -0
  337. package/es/util/index.mjs +2 -0
  338. package/es/util/notice-util/notice-util.mjs +2 -1
  339. package/es/util/notification-util/upload-manager/upload-manager.d.ts +1 -1
  340. package/es/util/open-view-util/open-view-util.d.ts +41 -14
  341. package/es/util/open-view-util/open-view-util.mjs +69 -15
  342. package/es/view/403-view/403-view.css +1 -1
  343. package/es/view/404-view/404-view.css +1 -1
  344. package/es/view/share-view/share-view.d.ts +1 -1
  345. package/es/view/sub-app-ref-view/index.d.ts +7 -7
  346. package/es/view/sub-app-ref-view/sub-app-ref-view.d.ts +7 -7
  347. package/es/view/wf-step-trace-view/index.d.ts +7 -7
  348. package/es/view/wf-step-trace-view/wf-step-trace-view.d.ts +7 -7
  349. package/es/view-engine/custom-view.engine.d.ts +31 -2
  350. package/es/view-engine/custom-view.engine.mjs +75 -1
  351. package/es/view-engine/edit-view.engine.d.ts +1 -2
  352. package/es/view-engine/edit-view.engine.mjs +6 -27
  353. package/es/view-engine/index.d.ts +43 -0
  354. package/es/view-engine/index.mjs +2 -1
  355. package/es/view-engine/portal-view-engine.d.ts +8 -0
  356. package/es/view-engine/portal-view-engine.mjs +14 -26
  357. package/es/web-app/App.mjs +2 -0
  358. package/es/web-app/attach-environment-config.mjs +1 -1
  359. package/es/web-app/components/router-shell/router-shell.d.ts +3 -3
  360. package/es/web-app/guard/auth-guard/auth-guard.mjs +5 -0
  361. package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +3 -0
  362. package/es/web-app/main.mjs +1 -1
  363. package/lib/common/action-toolbar/action-toolbar.cjs +13 -7
  364. package/lib/common/button-list/button-list.cjs +53 -41
  365. package/lib/common/control-navigation/control-navigation.cjs +7 -1
  366. package/lib/common/control-navigation/provider/navigation-base.provider.cjs +5 -2
  367. package/lib/common/map-chart-user/map-user-manager.cjs +1 -1
  368. package/lib/common/quick-edit/quick-edit.cjs +26 -6
  369. package/lib/common/rawitem/rawitem.cjs +4 -3
  370. package/lib/common/rawitem/rawitem.css +1 -1
  371. package/lib/common/view-message/view-message.cjs +6 -4
  372. package/lib/control/app-menu/app-menu.cjs +8 -4
  373. package/lib/control/app-menu/app-menu.css +1 -1
  374. package/lib/control/context-menu/context-menu.cjs +23 -8
  375. package/lib/control/context-menu/context-menu.css +1 -1
  376. package/lib/control/data-view/data-view.cjs +73 -87
  377. package/lib/control/data-view/data-view.css +1 -1
  378. package/lib/control/drtab/drtab-control.util.cjs +1 -1
  379. package/lib/control/form/edit-form/edit-form.cjs +27 -5
  380. package/lib/control/form/edit-form/edit-form.css +1 -0
  381. package/lib/control/form/form/form.cjs +1 -1
  382. package/lib/control/form/form/form.css +1 -1
  383. package/lib/control/form/form-detail/form-button/form-button.cjs +4 -1
  384. package/lib/control/form/form-detail/form-button-list/form-button-list.cjs +7 -3
  385. package/lib/control/form/form-detail/form-druipart/form-druipart.cjs +10 -0
  386. package/lib/control/form/form-detail/form-druipart/form-druipart.css +1 -1
  387. package/lib/control/form/form-detail/form-item/composite-form-item/composite-form-item.cjs +12 -13
  388. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +64 -91
  389. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  390. package/lib/control/form/form-detail/form-item/form-item.cjs +32 -44
  391. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.cjs +12 -14
  392. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +10 -0
  393. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -1
  394. package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +133 -1
  395. package/lib/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
  396. package/lib/control/form/search-form/search-form.cjs +21 -1
  397. package/lib/control/grid/grid/grid-control.util.cjs +18 -11
  398. package/lib/control/grid/grid/grid.cjs +9 -1
  399. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  400. package/lib/control/list/list.cjs +64 -58
  401. package/lib/control/list/list.css +1 -1
  402. package/lib/control/toolbar/export-excel/export-excel.cjs +9 -5
  403. package/lib/control/toolbar/short-cut-button/short-cut-button.cjs +4 -3
  404. package/lib/control/toolbar/toolbar.cjs +23 -19
  405. package/lib/control/toolbar/toolbar.css +1 -1
  406. package/lib/control/tree/tree.cjs +5 -0
  407. package/lib/control/tree/tree.css +1 -1
  408. package/lib/control/wizard-panel/wizard-panel.css +1 -1
  409. package/lib/editor/autocomplete/autocomplete-editor.controller.cjs +3 -0
  410. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +1 -0
  411. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +1 -2
  412. package/lib/editor/code/code-editor.controller.cjs +33 -0
  413. package/lib/editor/code/monaco-editor/monaco-editor.cjs +309 -12
  414. package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
  415. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +3 -0
  416. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +8 -2
  417. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  418. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +5 -1
  419. package/lib/editor/data-picker/picker-editor.controller.cjs +5 -1
  420. package/lib/editor/data-picker/picker-editor.provider.cjs +2 -0
  421. package/lib/editor/date-picker/date-picker-editor.controller.cjs +7 -0
  422. package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.cjs +7 -0
  423. package/lib/editor/date-range/date-range-editor.controller.cjs +2 -0
  424. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +2 -0
  425. package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +1 -1
  426. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +9 -7
  427. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +2 -4
  428. package/lib/editor/html/html-editor.controller.cjs +1 -1
  429. package/lib/editor/html/wang-editor/wang-editor.cjs +190 -56
  430. package/lib/editor/index.cjs +80 -0
  431. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +131 -15
  432. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
  433. package/lib/editor/not-supported-editor/not-supported-editor.cjs +15 -2
  434. package/lib/editor/not-supported-editor/not-supported-editor.css +1 -1
  435. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +9 -3
  436. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  437. package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +5 -1
  438. package/lib/editor/raw/ibiz-raw/ibiz-raw.css +1 -1
  439. package/lib/editor/text-box/input/input.cjs +192 -59
  440. package/lib/editor/text-box/text-box-editor.controller.cjs +2 -2
  441. package/lib/editor/upload/upload-editor.controller.cjs +7 -3
  442. package/lib/editor/upload/upload-editor.provider.cjs +3 -0
  443. package/lib/index.cjs +90 -0
  444. package/lib/locale/en/index.cjs +28 -4
  445. package/lib/locale/zh-CN/index.cjs +28 -4
  446. package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.57_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.40-alpha.7_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 +53 -81
  447. package/lib/panel-component/global-search/global-search.cjs +196 -0
  448. package/lib/panel-component/global-search/global-search.controller.cjs +223 -0
  449. package/lib/panel-component/global-search/global-search.css +1 -0
  450. package/lib/panel-component/global-search/global-search.provider.cjs +23 -0
  451. package/lib/panel-component/global-search/global-search.state.cjs +39 -0
  452. package/lib/panel-component/global-search/index.cjs +20 -0
  453. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.cjs +76 -0
  454. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.controller.cjs +80 -0
  455. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.css +1 -0
  456. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.provider.cjs +23 -0
  457. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.state.cjs +9 -0
  458. package/lib/panel-component/index-blank-placeholder/index.cjs +25 -0
  459. package/lib/panel-component/index.cjs +42 -38
  460. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +5 -1
  461. package/lib/panel-component/panel-app-title/panel-app-title.cjs +45 -21
  462. package/lib/panel-component/panel-app-title/panel-app-title.css +1 -1
  463. package/lib/panel-component/panel-button/panel-button.cjs +7 -20
  464. package/lib/panel-component/panel-button-list/panel-button-list.cjs +3 -3
  465. package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +27 -7
  466. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +5 -0
  467. package/lib/panel-component/user-message/user-message.cjs +3 -1
  468. package/lib/panel-component/user-message/user-message.css +1 -1
  469. package/lib/util/ai-util/ai-util.cjs +46 -0
  470. package/lib/util/app-util/app-util.cjs +281 -0
  471. package/lib/util/button-util/button-util.cjs +13 -0
  472. package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
  473. package/lib/util/index.cjs +4 -0
  474. package/lib/util/notice-util/notice-util.cjs +2 -1
  475. package/lib/util/open-view-util/open-view-util.cjs +69 -15
  476. package/lib/view/403-view/403-view.css +1 -1
  477. package/lib/view/404-view/404-view.css +1 -1
  478. package/lib/view-engine/custom-view.engine.cjs +74 -0
  479. package/lib/view-engine/edit-view.engine.cjs +6 -27
  480. package/lib/view-engine/index.cjs +44 -0
  481. package/lib/view-engine/portal-view-engine.cjs +14 -26
  482. package/lib/web-app/App.cjs +2 -0
  483. package/lib/web-app/attach-environment-config.cjs +1 -1
  484. package/lib/web-app/guard/auth-guard/auth-guard.cjs +5 -0
  485. package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +3 -0
  486. package/lib/web-app/main.cjs +1 -1
  487. package/package.json +16 -16
  488. package/dist/ibiz-markdown-editor-CKuF8KOI.js +0 -1
  489. package/dist/index-B79xJqXz.js +0 -1
  490. package/dist/index-BsxW9vZO.js +0 -1
  491. package/dist/index-CIQ8bnG_.js +0 -4
  492. package/dist/map-chart-user-BaQWHpFu.js +0 -1
  493. package/dist/wang-editor-Vd0LVyWx.js +0 -1
@@ -10,7 +10,7 @@ export declare const IBizPanelButtonList: import("@ibiz-template/vue3-util").Typ
10
10
  };
11
11
  }, {
12
12
  ns: import("@ibiz-template/core").Namespace;
13
- handleClick: (e: MouseEvent, actionId: string) => Promise<void>;
13
+ handleClick: (id: string, e?: MouseEvent | undefined) => Promise<void>;
14
14
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  modelData: {
16
16
  type: import("vue").PropType<import("@ibiz/model-core").IPanelButtonList>;
@@ -57,14 +57,23 @@ export declare class PanelButtonListController extends PanelItemController<IPane
57
57
  */
58
58
  panelStateNotify(_state: PanelNotifyState): Promise<void>;
59
59
  /**
60
- * 执行界面行为
60
+ * 通过项标识获取项模型
61
61
  *
62
- * @param {string} actionId
63
- * @param {MouseEvent} event
62
+ * @private
63
+ * @param {string} id
64
+ * @return {*} {(IPanelButton | IUIActionGroupDetail | undefined)}
65
+ * @memberof PanelButtonListController
66
+ */
67
+ private getModelById;
68
+ /**
69
+ * 处理按钮点击
70
+ *
71
+ * @param {string} id
72
+ * @param {MouseEvent} [event]
64
73
  * @return {*} {Promise<void>}
65
74
  * @memberof PanelButtonListController
66
75
  */
67
- doUIAction(actionId: string, event: MouseEvent): Promise<void>;
76
+ handleClick(id: string, event?: MouseEvent): Promise<void>;
68
77
  calcItemVisible(data: IData): void;
69
78
  calcItemDisabled(data: IData): void;
70
79
  }
@@ -53,7 +53,7 @@ class PanelButtonListController extends PanelItemController {
53
53
  if (detail.uiactionId) {
54
54
  const buttonState = new UIActionButtonState(
55
55
  detail.id,
56
- this.model.appId,
56
+ detail.appId,
57
57
  detail.uiactionId,
58
58
  detail
59
59
  );
@@ -103,16 +103,36 @@ class PanelButtonListController extends PanelItemController {
103
103
  super.panelStateNotify(_state);
104
104
  }
105
105
  /**
106
- * 执行界面行为
106
+ * 通过项标识获取项模型
107
107
  *
108
- * @param {string} actionId
109
- * @param {MouseEvent} event
108
+ * @private
109
+ * @param {string} id
110
+ * @return {*} {(IPanelButton | IUIActionGroupDetail | undefined)}
111
+ * @memberof PanelButtonListController
112
+ */
113
+ getModelById(id) {
114
+ var _a;
115
+ const { buttonListType, uiactionGroup, panelButtons } = this.model;
116
+ if (buttonListType === "UIACTIONGROUP")
117
+ return (_a = uiactionGroup == null ? void 0 : uiactionGroup.uiactionGroupDetails) == null ? void 0 : _a.find(
118
+ (detail) => detail.id === id
119
+ );
120
+ return panelButtons == null ? void 0 : panelButtons.find((button) => button.id === id);
121
+ }
122
+ /**
123
+ * 处理按钮点击
124
+ *
125
+ * @param {string} id
126
+ * @param {MouseEvent} [event]
110
127
  * @return {*} {Promise<void>}
111
128
  * @memberof PanelButtonListController
112
129
  */
113
- async doUIAction(actionId, event) {
130
+ async handleClick(id, event) {
131
+ const action = this.getModelById(id);
132
+ if (!(action == null ? void 0 : action.uiactionId))
133
+ return;
114
134
  await UIActionUtil.execAndResolved(
115
- actionId,
135
+ action.uiactionId,
116
136
  {
117
137
  context: this.panel.context,
118
138
  params: {
@@ -125,7 +145,7 @@ class PanelButtonListController extends PanelItemController {
125
145
  ctrl: this.panel,
126
146
  noWaitRoute: true
127
147
  },
128
- this.model.appId
148
+ action.appId || this.model.appId
129
149
  );
130
150
  }
131
151
  calcItemVisible(data) {
@@ -13,7 +13,7 @@ export declare const PanelButtonList: import("vue").DefineComponent<{
13
13
  };
14
14
  }, {
15
15
  ns: import("@ibiz-template/core").Namespace;
16
- handleClick: (e: MouseEvent, actionId: string) => Promise<void>;
16
+ handleClick: (id: string, e?: MouseEvent) => Promise<void>;
17
17
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  modelData: {
19
19
  type: PropType<IPanelButtonList>;
@@ -19,9 +19,9 @@ const PanelButtonList = /* @__PURE__ */ defineComponent({
19
19
  setup(props) {
20
20
  const ns = useNamespace("panel-button-list");
21
21
  const c = props.controller;
22
- const handleClick = async (e, actionId) => {
23
- e.stopPropagation();
24
- c.doUIAction(actionId, e);
22
+ const handleClick = async (id, e) => {
23
+ e == null ? void 0 : e.stopPropagation();
24
+ c.handleClick(id, e);
25
25
  };
26
26
  return {
27
27
  ns,
@@ -11,7 +11,7 @@ export declare const IBizPanelTabPanel: import("@ibiz-template/vue3-util").TypeW
11
11
  ns: import("@ibiz-template/core").Namespace;
12
12
  state: import("./panel-tab-panel.state").PanelTabPanelState;
13
13
  classArr: import("vue").ComputedRef<(string | false)[]>;
14
- onTabClick: (tabIns: IData, event: MouseEvent) => void;
14
+ onTabClick: (tabIns: import("@ibiz-template/core").IApiData, event: MouseEvent) => void;
15
15
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  modelData: {
17
17
  type: import("vue").PropType<import("@ibiz/model-core").IPanelTabPanel>;
@@ -21,9 +21,14 @@ const SearchFormButtons = /* @__PURE__ */ defineComponent({
21
21
  }
22
22
  },
23
23
  setup(prop) {
24
+ var _a, _b;
24
25
  const ns = useNamespace("searchform-buttons");
25
26
  const c = prop.controller;
27
+ const isDesignPreview = ((_b = (_a = c.panel) == null ? void 0 : _a.context) == null ? void 0 : _b.srfrunmode) === "DESIGN";
26
28
  const onSearchButtonClick = () => {
29
+ if (isDesignPreview) {
30
+ return;
31
+ }
27
32
  c.onSearchButtonClick();
28
33
  };
29
34
  const onResetButtonClick = () => {
@@ -21,7 +21,7 @@ export declare const IBizShortCut: import("@ibiz-template/vue3-util").TypeWithIn
21
21
  srfsimple?: boolean | undefined;
22
22
  srfnavctrlid?: string | undefined;
23
23
  };
24
- params: IParams;
24
+ params: import("@ibiz-template/core").IApiParams;
25
25
  openMode: string;
26
26
  fullPath: string;
27
27
  icon?: {
@@ -43,7 +43,7 @@ export declare const IBizShortCut: import("@ibiz-template/vue3-util").TypeWithIn
43
43
  } | undefined;
44
44
  }[];
45
45
  isShowToolbar: import("vue").Ref<boolean>;
46
- onChange: (evt: IData) => void;
46
+ onChange: (evt: import("@ibiz-template/core").IApiData) => void;
47
47
  renderDraggable: (isVertical: boolean) => JSX.Element;
48
48
  renderMore: () => JSX.Element;
49
49
  renderRecover: () => JSX.Element;
@@ -25,7 +25,7 @@ export declare const ShortCut: import("vue").DefineComponent<{
25
25
  srfsimple?: boolean | undefined;
26
26
  srfnavctrlid?: string | undefined;
27
27
  };
28
- params: IParams;
28
+ params: import("@ibiz-template/core").IApiParams;
29
29
  openMode: string;
30
30
  fullPath: string;
31
31
  icon?: {
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
2
2
  import './addin-changed.scss';
3
3
  export declare const AddinChanged: import("vue").DefineComponent<{
4
4
  msg: {
5
- type: PropType<IData>;
5
+ type: PropType<import("@ibiz-template/core").IApiData>;
6
6
  required: true;
7
7
  };
8
8
  }, {
@@ -12,7 +12,7 @@ export declare const AddinChanged: import("vue").DefineComponent<{
12
12
  close: () => true;
13
13
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  msg: {
15
- type: PropType<IData>;
15
+ type: PropType<import("@ibiz-template/core").IApiData>;
16
16
  required: true;
17
17
  };
18
18
  }>> & {
@@ -13,7 +13,7 @@ export declare const InternalMessageJSON: import("vue").DefineComponent<{
13
13
  };
14
14
  }, {
15
15
  ns: import("@ibiz-template/core").Namespace;
16
- jsonContent: import("vue").ComputedRef<IData | null>;
16
+ jsonContent: import("vue").ComputedRef<import("@ibiz-template/core").IApiData | null>;
17
17
  toolbarItems: import("vue").ComputedRef<{
18
18
  icon: string;
19
19
  key: string;
@@ -12,7 +12,7 @@ export declare class InternalMessageJSONtProvider extends InternalMessageDefault
12
12
  };
13
13
  }, {
14
14
  ns: import("@ibiz-template/core").Namespace;
15
- jsonContent: import("vue").ComputedRef<IData | null>;
15
+ jsonContent: import("vue").ComputedRef<import("@ibiz-template/core").IApiData | null>;
16
16
  toolbarItems: import("vue").ComputedRef<{
17
17
  icon: string;
18
18
  key: string;
@@ -23,7 +23,7 @@ export declare const InternalMessageTab: import("vue").DefineComponent<{
23
23
  content: string;
24
24
  system_tag: string;
25
25
  owner_id: string;
26
- owner_type: "PERSONAL" | "SYSTEM";
26
+ owner_type: "SYSTEM" | "PERSONAL";
27
27
  message_type: string;
28
28
  title: string;
29
29
  receiver: string;
@@ -1 +1 @@
1
- .ibiz-user-message{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ibiz-user-message__image{width:calc(var(--ibiz-width-icon-extra-large) + 4px);height:calc(var(--ibiz-width-icon-extra-large) + 4px);cursor:pointer}.ibiz-user-message__badge .el-badge__content{top:var(--ibiz-spacing-extra-tight);right:var(--ibiz-spacing-base);border-width:var(--ibiz-border-thickness)}.ibiz-user-message-popover{width:500px!important;height:500px!important}.ibiz-user-message-popover.el-popover{padding-top:var(--ibiz-spacing-super-tight);padding-bottom:var(--ibiz-spacing-none)}.ibiz-user-message-popover-content-box{position:relative;height:100%}.ibiz-user-message-popover-icons{position:absolute;top:0;right:0;line-height:var(--ibiz-user-message-header-height);--ibiz-user-message-header-height:var(--ibiz-height-control-large)}.ibiz-user-message-popover-icons .ibiz-user-message-popover-icons-read{cursor:pointer}.ibiz-user-message-popover-icons .ibiz-user-message-popover-icons-read:hover{color:var(--ibiz-color-primary)}.ibiz-user-message-popover-content{display:flex;flex-direction:column;height:100%}.ibiz-user-message-popover-content .el-tabs__content{flex:1}.ibiz-user-message-popover-content .el-tab-pane{height:100%;overflow:auto}.ibiz-user-message-notice{padding:var(--ibiz-spacing-tight);padding-right:var(--ibiz-spacing-base-loose)}.ibiz-user-message-notice .el-notification__group{max-width:100%;margin:var(--ibiz-spacing-none);cursor:pointer}
1
+ .ibiz-user-message{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ibiz-user-message__image{width:calc(var(--ibiz-width-icon-extra-large) + 4px);height:calc(var(--ibiz-width-icon-extra-large) + 4px);cursor:pointer}.ibiz-user-message__badge{display:inline-flex}.ibiz-user-message__badge .el-badge__content{top:var(--ibiz-spacing-extra-tight);right:var(--ibiz-spacing-base);border-width:var(--ibiz-border-thickness)}.ibiz-user-message-popover{width:500px!important;height:500px!important}.ibiz-user-message-popover.el-popover{padding-top:var(--ibiz-spacing-super-tight);padding-bottom:var(--ibiz-spacing-none)}.ibiz-user-message-popover-content-box{position:relative;height:100%}.ibiz-user-message-popover-icons{position:absolute;top:0;right:0;line-height:var(--ibiz-user-message-header-height);--ibiz-user-message-header-height:var(--ibiz-height-control-large)}.ibiz-user-message-popover-icons .ibiz-user-message-popover-icons-read{cursor:pointer}.ibiz-user-message-popover-icons .ibiz-user-message-popover-icons-read:hover{color:var(--ibiz-color-primary)}.ibiz-user-message-popover-content{display:flex;flex-direction:column;height:100%}.ibiz-user-message-popover-content .el-tabs__content{flex:1}.ibiz-user-message-popover-content .el-tab-pane{height:100%;overflow:auto}.ibiz-user-message-notice{padding:var(--ibiz-spacing-tight);padding-right:var(--ibiz-spacing-base-loose)}.ibiz-user-message-notice .el-notification__group{max-width:100%;margin:var(--ibiz-spacing-none);cursor:pointer}
@@ -1,11 +1,12 @@
1
1
  import { defineComponent, ref, onMounted, onUnmounted, createVNode, resolveComponent } from 'vue';
2
2
  import { useNamespace } from '@ibiz-template/vue3-util';
3
3
  import { PresetIdentifier } from '@ibiz-template/runtime';
4
- import './user-message.css';
5
4
  import { showTitle } from '@ibiz-template/core';
5
+ import { updateDevToolConfig } from '@ibiz-template/devtool';
6
6
  import { AsyncActionTab } from './async-action/async-action-tab/async-action-tab.mjs';
7
7
  import './internal-message/index.mjs';
8
8
  import './internal-message/common/index.mjs';
9
+ import './user-message.css';
9
10
  import { InternalMessageDefaultProvider } from './internal-message/common/internal-message-default/internal-message-default.provider.mjs';
10
11
  import { InternalMessageTab } from './internal-message/internal-message-tab/internal-message-tab.mjs';
11
12
 
@@ -50,6 +51,7 @@ const UserMessage = /* @__PURE__ */ defineComponent({
50
51
  const res = await ibiz.net.get("/appdata");
51
52
  if (res.ok) {
52
53
  ibiz.appData = res.data;
54
+ updateDevToolConfig();
53
55
  }
54
56
  };
55
57
  const handleVisibleChange = () => {
@@ -0,0 +1,25 @@
1
+ import { IAppDEACMode } from '@ibiz/model-core';
2
+ export type IAIToolbarItem = {
3
+ appId: string;
4
+ id: string | undefined;
5
+ label: string | undefined;
6
+ title: string | undefined;
7
+ icon: IData;
8
+ };
9
+ /**
10
+ * 通过Ac计算Ai工具栏
11
+ *
12
+ * @export
13
+ * @param {IAppDEACMode} deACMode
14
+ * @param {IAiUIActionParams} args
15
+ * @return {*} {{
16
+ * contentToolbarItems: IData[];
17
+ * footerToolbarItems: IData[];
18
+ * }}
19
+ */
20
+ export declare function calcAiToolbarItemsByAc(deACMode: IAppDEACMode): {
21
+ contentToolbarItems: IAIToolbarItem[];
22
+ footerToolbarItems: IAIToolbarItem[];
23
+ questionToolbarItems: IAIToolbarItem[];
24
+ otherToolbarItems: IAIToolbarItem[];
25
+ };
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ function calcAiToolbarItemsByAc(deACMode) {
3
+ var _a, _b;
4
+ const contentToolbarItems = [];
5
+ const footerToolbarItems = [];
6
+ const questionToolbarItems = [];
7
+ const otherToolbarItems = [];
8
+ (_b = (_a = deACMode.deuiactionGroup) == null ? void 0 : _a.uiactionGroupDetails) == null ? void 0 : _b.forEach(
9
+ (item) => {
10
+ var _a2, _b2, _c, _d, _e;
11
+ const toolbarItem = {
12
+ appId: item.appId,
13
+ id: item.uiactionId,
14
+ label: item.showCaption ? item.caption : "",
15
+ title: item.tooltip,
16
+ icon: {
17
+ showIcon: item.showIcon,
18
+ cssClass: (_a2 = item.sysImage) == null ? void 0 : _a2.cssClass,
19
+ imagePath: (_b2 = item.sysImage) == null ? void 0 : _b2.imagePath
20
+ }
21
+ };
22
+ if (item.sysImage && item.sysImage.imagePath && !item.sysImage.imagePath.startsWith("http")) {
23
+ toolbarItem.icon.imagePath = "".concat(ibiz.env.assetsUrl, "/images/").concat(item.sysImage.imagePath);
24
+ }
25
+ if ((_c = item.uiactionId) == null ? void 0 : _c.startsWith("msg_content_")) {
26
+ contentToolbarItems.push(toolbarItem);
27
+ } else if ((_d = item.uiactionId) == null ? void 0 : _d.startsWith("msg_footer_")) {
28
+ footerToolbarItems.push(toolbarItem);
29
+ } else if ((_e = item.uiactionId) == null ? void 0 : _e.startsWith("question_")) {
30
+ questionToolbarItems.push(toolbarItem);
31
+ } else {
32
+ otherToolbarItems.push(toolbarItem);
33
+ }
34
+ }
35
+ );
36
+ return {
37
+ contentToolbarItems,
38
+ footerToolbarItems,
39
+ questionToolbarItems,
40
+ otherToolbarItems
41
+ };
42
+ }
43
+
44
+ export { calcAiToolbarItemsByAc };
@@ -18,7 +18,7 @@ export declare const AppModalComponent: import("vue").DefineComponent<{
18
18
  isRouteModal?: boolean | undefined;
19
19
  }>;
20
20
  modalZIndex: number;
21
- customStyle: IData;
21
+ customStyle: import("@ibiz-template/core").IApiData;
22
22
  modal: Modal;
23
23
  present: () => void;
24
24
  dismiss: (_data?: IModalData) => void;
@@ -1,5 +1,6 @@
1
1
  import { Router } from 'vue-router';
2
- import { IAppUtil, IAuthResult } from '@ibiz-template/runtime';
2
+ import { IAppUtil, IAuthResult, IAiChatParam } from '@ibiz-template/runtime';
3
+ import { IChatMessage } from '@ibiz-template/core';
3
4
  export declare class AppUtil implements IAppUtil {
4
5
  protected router: Router;
5
6
  /**
@@ -87,4 +88,12 @@ export declare class AppUtil implements IAppUtil {
87
88
  * @return {*} {boolean}
88
89
  */
89
90
  protected validatePwd(oldPwd: string, newPwd: string, opts?: IData): boolean;
91
+ /**
92
+ * 打开AI聊天
93
+ *
94
+ * @param {IAiChatParam} chartParams
95
+ * @return {*} {Promise<IChatMessage[]>}
96
+ * @memberof AppUtil
97
+ */
98
+ openAiChat(chartParams: IAiChatParam): Promise<IChatMessage[]>;
90
99
  }
@@ -1,3 +1,9 @@
1
+ import { getDeACMode, calcDeCodeNameById, ConfigService, UIActionUtil, SysUIActionTag } from '@ibiz-template/runtime';
2
+ import { createUUID } from 'qx-util';
3
+ import { getAppCookie, CoreConst, IBizContext } from '@ibiz-template/core';
4
+ import { useUIStore } from '@ibiz-template/vue3-util';
5
+ import { calcAiToolbarItemsByAc } from '../ai-util/ai-util.mjs';
6
+
1
7
  "use strict";
2
8
  class AppUtil {
3
9
  /**
@@ -148,6 +154,281 @@ class AppUtil {
148
154
  }
149
155
  return true;
150
156
  }
157
+ /**
158
+ * 打开AI聊天
159
+ *
160
+ * @param {IAiChatParam} chartParams
161
+ * @return {*} {Promise<IChatMessage[]>}
162
+ * @memberof AppUtil
163
+ */
164
+ async openAiChat(chartParams) {
165
+ const {
166
+ data,
167
+ view,
168
+ ctrl,
169
+ params,
170
+ context,
171
+ appDEACModeId,
172
+ appDataEntityId
173
+ } = chartParams;
174
+ const deACMode = await getDeACMode(
175
+ appDEACModeId,
176
+ appDataEntityId,
177
+ context.srfappid
178
+ );
179
+ if (!deACMode)
180
+ return Promise.resolve([]);
181
+ const {
182
+ contentToolbarItems,
183
+ footerToolbarItems,
184
+ questionToolbarItems,
185
+ otherToolbarItems
186
+ } = calcAiToolbarItemsByAc(deACMode);
187
+ const module = await import('@ibiz-template-plugin/ai-chat');
188
+ const chatInstance = module.chat || module.default.chat;
189
+ const messages = [];
190
+ const appDataEntityName = calcDeCodeNameById(appDataEntityId);
191
+ let topicId = "".concat(context.srfsystemid, "_").concat(context.srfappid, "_").concat(appDataEntityId, "_").concat(appDEACModeId, "_");
192
+ topicId += context[appDataEntityName] ? context[appDataEntityName] : createUUID();
193
+ const caption = "[".concat(deACMode.logicName, "]").concat((data == null ? void 0 : data.srfmajortext) || "");
194
+ const tempParams = { ...params, ...{ srfactag: deACMode.codeName } };
195
+ const { zIndex } = useUIStore();
196
+ const containerZIndex = zIndex.increment();
197
+ return new Promise((resolve) => {
198
+ let id = "";
199
+ let abortController;
200
+ chatInstance.create({
201
+ mode: "TOPIC",
202
+ containerOptions: {
203
+ zIndex: containerZIndex,
204
+ enableBackFill: false
205
+ },
206
+ topicOptions: {
207
+ appid: ibiz.env.appId,
208
+ id: topicId,
209
+ caption,
210
+ url: window.location.hash.substring(1),
211
+ type: context.srftopicpath || "default",
212
+ beforeDelete: async (...args) => {
213
+ const isBatchRemove = args[4];
214
+ const result = await ibiz.confirm.warning({
215
+ title: ibiz.i18n.t(
216
+ "util.appUtil.".concat(isBatchRemove ? "clearTopic" : "aiTitle")
217
+ ),
218
+ desc: ibiz.i18n.t(
219
+ "util.appUtil.".concat(isBatchRemove ? "clearTopicDesc" : "aiDesc")
220
+ )
221
+ });
222
+ return result;
223
+ },
224
+ action: async (action, context2, params2, data2, event) => {
225
+ if (action === "LINK") {
226
+ await ibiz.openView.push(data2.url);
227
+ }
228
+ return true;
229
+ },
230
+ configService: (appid, storageType, subType) => {
231
+ return new ConfigService(appid, storageType, subType);
232
+ }
233
+ },
234
+ chatOptions: {
235
+ caption: deACMode.logicName,
236
+ context: { ...context },
237
+ params: tempParams,
238
+ // 界面行为导航上下文参数srfaiappendcurdata,是否传入对象参数,用于历史查询传参
239
+ appendCurData: context.srfaiappendcurdata === "true" ? data : void 0,
240
+ appDataEntityId,
241
+ contentToolbarItems,
242
+ footerToolbarItems,
243
+ questionToolbarItems,
244
+ otherToolbarItems,
245
+ question: async (aiChat, ctx, param, other, arr) => {
246
+ id = createUUID();
247
+ abortController = new AbortController();
248
+ const deService = await ibiz.hub.getApp(ctx.srfappid).deService.getService(ctx, other.appDataEntityId);
249
+ try {
250
+ await deService.aiChatSse(
251
+ (msg) => {
252
+ if (msg.actionstate === 20 && msg.actionresult) {
253
+ aiChat.addMessage({
254
+ messageid: id,
255
+ state: msg.actionstate,
256
+ type: "DEFAULT",
257
+ role: "ASSISTANT",
258
+ content: msg.actionresult
259
+ });
260
+ } else if (msg.actionstate === 30 && msg.actionresult) {
261
+ const result = JSON.parse(msg.actionresult);
262
+ const choices = result.choices;
263
+ if (choices && choices.length > 0) {
264
+ aiChat.replaceMessage({
265
+ messageid: id,
266
+ state: msg.actionstate,
267
+ type: "DEFAULT",
268
+ role: "ASSISTANT",
269
+ content: choices[0].content || ""
270
+ });
271
+ }
272
+ } else if (msg.actionstate === 40) {
273
+ aiChat.replaceMessage({
274
+ messageid: id,
275
+ state: msg.actionstate,
276
+ type: "ERROR",
277
+ role: "ASSISTANT",
278
+ content: msg.actionresult
279
+ });
280
+ }
281
+ },
282
+ abortController,
283
+ ctx,
284
+ param,
285
+ {
286
+ messages: arr
287
+ }
288
+ );
289
+ } catch (error) {
290
+ aiChat.replaceMessage({
291
+ messageid: id,
292
+ state: 40,
293
+ type: "ERROR",
294
+ role: "ASSISTANT",
295
+ content: error.message || ibiz.i18n.t("app.aiError")
296
+ });
297
+ abortController == null ? void 0 : abortController.abort();
298
+ } finally {
299
+ aiChat.completeMessage(id, true);
300
+ return true;
301
+ }
302
+ },
303
+ abortQuestion: async (aiChat) => {
304
+ abortController == null ? void 0 : abortController.abort();
305
+ await aiChat.stopMessage({
306
+ messageid: id,
307
+ state: 30,
308
+ type: "DEFAULT",
309
+ role: "ASSISTANT",
310
+ content: ""
311
+ });
312
+ await aiChat.completeMessage(id, true);
313
+ },
314
+ closed: () => {
315
+ resolve(messages);
316
+ },
317
+ history: async (ctx, param, other) => {
318
+ const deService = await ibiz.hub.getApp(ctx.srfappid).deService.getService(ctx, other.appDataEntityId);
319
+ const historyData = other.appendCurData ? other.appendCurData : {};
320
+ const result = await deService.aiChatHistory(
321
+ ctx,
322
+ param,
323
+ historyData
324
+ );
325
+ if (result.data && Array.isArray(result.data)) {
326
+ let preMsg;
327
+ result.data.forEach((item) => {
328
+ if (item.role === "TOOL") {
329
+ if (preMsg && item.content) {
330
+ chatInstance.aiChat.updateRecommendPrompt(
331
+ preMsg,
332
+ item.content
333
+ );
334
+ }
335
+ } else {
336
+ const msg = {
337
+ messageid: createUUID(),
338
+ state: 30,
339
+ type: "DEFAULT",
340
+ role: item.role,
341
+ content: item.content,
342
+ completed: true
343
+ };
344
+ preMsg = msg;
345
+ chatInstance.aiChat.addMessage(msg);
346
+ }
347
+ });
348
+ }
349
+ return true;
350
+ },
351
+ recommendPrompt: async (ctx, param, other) => {
352
+ const deService = await ibiz.hub.getApp(ctx.srfappid).deService.getService(ctx, other.appDataEntityId);
353
+ const result = await deService.aiChatRecommendPrompt(
354
+ ctx,
355
+ param,
356
+ other.message
357
+ );
358
+ if (result.ok && result.data) {
359
+ const choices = result.data.choices;
360
+ if (choices && choices.length > 0) {
361
+ return choices[0];
362
+ }
363
+ return null;
364
+ }
365
+ return null;
366
+ },
367
+ uploader: {
368
+ onUpload: async (file, reportProgress, options) => {
369
+ const { uploadUrl } = ibiz.util.file.calcFileUpDownUrl(
370
+ (options == null ? void 0 : options.context) || context,
371
+ (options == null ? void 0 : options.params) || params,
372
+ {}
373
+ );
374
+ const headers = {};
375
+ const token = getAppCookie(CoreConst.TOKEN);
376
+ if (token) {
377
+ Object.assign(headers, {
378
+ ["".concat(ibiz.env.tokenHeader, "Authorization")]: "".concat(ibiz.env.tokenPrefix, "Bearer ").concat(token)
379
+ });
380
+ }
381
+ const formData = new FormData();
382
+ formData.append("file", file);
383
+ const res = await ibiz.net.axios({
384
+ url: uploadUrl,
385
+ method: "post",
386
+ headers,
387
+ data: formData,
388
+ onUploadProgress: (progressEvent) => {
389
+ const percent = progressEvent.loaded / progressEvent.total * 100;
390
+ reportProgress(percent);
391
+ }
392
+ });
393
+ return res.data;
394
+ }
395
+ },
396
+ extendToolbarClick: async (event, source, context2, params2, data2) => {
397
+ var _a, _b;
398
+ const result = await UIActionUtil.exec(
399
+ source.id,
400
+ {
401
+ view,
402
+ ctrl,
403
+ context: IBizContext.create(context2),
404
+ params: params2,
405
+ data: [data2],
406
+ event
407
+ },
408
+ source.appId
409
+ );
410
+ if (result.closeView) {
411
+ view.closeView({ ok: true });
412
+ } else if (result.refresh) {
413
+ switch (result.refreshMode) {
414
+ case 1:
415
+ view.callUIAction(SysUIActionTag.REFRESH);
416
+ break;
417
+ case 2:
418
+ (_a = view.parentView) == null ? void 0 : _a.callUIAction(SysUIActionTag.REFRESH);
419
+ break;
420
+ case 3:
421
+ (_b = view.getTopView()) == null ? void 0 : _b.callUIAction(SysUIActionTag.REFRESH);
422
+ break;
423
+ default:
424
+ }
425
+ }
426
+ return result;
427
+ }
428
+ }
429
+ });
430
+ });
431
+ }
151
432
  }
152
433
 
153
434
  export { AppUtil };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 将按钮的模型样式类型转换为小写,适配ui框架按钮类型。
3
+ *
4
+ * @param {string | undefined} buttonStyle - 模型按钮样式类型
5
+ * @returns {string}
6
+ */
7
+ export declare function convertBtnType(buttonStyle?: string): string;