@ibiz-template/vue3-components 0.7.27 → 0.7.28-alpha.1

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 (252) hide show
  1. package/dist/chart-4KHwhatb.js +1 -0
  2. package/dist/index-5ZDQNjel.js +4 -0
  3. package/dist/{index-0TO7mjm5.js → index-HNRMy1_g.js} +1 -1
  4. package/dist/{index-g6o3vQXo.js → index-xa8K5AHD.js} +1 -1
  5. package/dist/index.min.css +1 -1
  6. package/dist/index.system.min.js +1 -1
  7. package/dist/wang-editor-YqnK5uQU.js +1 -0
  8. package/dist/{xlsx-util-qdXxbg2A.js → xlsx-util-nDELbrGS.js} +1 -1
  9. package/es/common/action-toolbar/action-toolbar.mjs +4 -3
  10. package/es/common/custom-theme/custom-theme.mjs +3 -2
  11. package/es/common/data-import2/data-import2.mjs +2 -5
  12. package/es/common/emoji-select/components/categories/categories.mjs +2 -1
  13. package/es/common/extend-action-timeline/extend-action-timeline.mjs +3 -2
  14. package/es/common/grid-setting/grid-setting.mjs +2 -1
  15. package/es/common/index.mjs +2 -0
  16. package/es/common/pagination/pagination.mjs +2 -1
  17. package/es/common/quick-edit/quick-edit.css +1 -0
  18. package/es/common/quick-edit/quick-edit.d.ts +38 -0
  19. package/es/common/quick-edit/quick-edit.mjs +116 -0
  20. package/es/common/rawitem/rawitem.mjs +2 -1
  21. package/es/control/app-menu/app-menu.mjs +2 -2
  22. package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +2 -2
  23. package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +3 -2
  24. package/es/control/calendar/calendar.mjs +2 -1
  25. package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +2 -1
  26. package/es/control/calendar/components/calendar-week/calendar-week.mjs +2 -1
  27. package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +3 -2
  28. package/es/control/chart/chart.mjs +8 -0
  29. package/es/control/context-menu/context-menu.mjs +4 -3
  30. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +0 -1
  31. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +2 -1
  32. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +5 -4
  33. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +3 -2
  34. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +2 -1
  35. package/es/control/drtab/drtab-control.util.mjs +1 -1
  36. package/es/control/drtab/drtab.mjs +2 -1
  37. package/es/control/form/form-detail/form-button/form-button.mjs +2 -1
  38. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +3 -2
  39. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +2 -2
  40. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +2 -1
  41. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +2 -1
  42. package/es/control/grid/grid/grid-control.util.d.ts +0 -2
  43. package/es/control/grid/grid/grid-control.util.mjs +9 -72
  44. package/es/control/grid/grid/grid.css +1 -1
  45. package/es/control/grid/grid/grid.d.ts +0 -2
  46. package/es/control/grid/grid/grid.mjs +1 -7
  47. package/es/control/grid/grid/index.d.ts +0 -2
  48. package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +3 -2
  49. package/es/control/grid/row-edit-popover/row-edit-popover.d.ts +1 -1
  50. package/es/control/kanban/kanban.mjs +2 -2
  51. package/es/control/list/list.mjs +2 -1
  52. package/es/control/report-panel/report-panel.mjs +5 -0
  53. package/es/control/search-bar/filter-tree/filter-tree.d.ts +1 -1
  54. package/es/control/search-bar/search-bar.mjs +3 -2
  55. package/es/control/search-bar/search-groups/search-groups.mjs +6 -6
  56. package/es/control/toolbar/export-excel/export-excel.mjs +3 -2
  57. package/es/control/toolbar/short-cut-button/short-cut-button.mjs +2 -4
  58. package/es/control/toolbar/toolbar.css +1 -1
  59. package/es/control/toolbar/toolbar.mjs +150 -13
  60. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +3 -2
  61. package/es/control/wizard-panel/wizard-panel.mjs +2 -1
  62. package/es/editor/array/ibiz-array/ibiz-array.d.ts +1 -0
  63. package/es/editor/array/ibiz-array/ibiz-array.mjs +12 -3
  64. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +2 -1
  65. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +2 -1
  66. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +2 -1
  67. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +2 -1
  68. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +9 -4
  69. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +1 -1
  70. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +2 -9
  71. package/es/editor/html/html-editor.controller.d.ts +88 -0
  72. package/es/editor/html/html-editor.controller.mjs +169 -6
  73. package/es/editor/html/wang-editor/component/emoji/emoji.css +1 -0
  74. package/es/editor/html/wang-editor/component/emoji/emoji.d.ts +17 -0
  75. package/es/editor/html/wang-editor/component/emoji/emoji.mjs +42 -0
  76. package/es/editor/html/wang-editor/component/index.d.ts +1 -0
  77. package/es/editor/html/wang-editor/component/index.mjs +3 -0
  78. package/es/editor/html/wang-editor/element/emoji.d.ts +7 -0
  79. package/es/editor/html/wang-editor/element/emoji.mjs +22 -0
  80. package/es/editor/html/wang-editor/element/index.d.ts +1 -0
  81. package/es/editor/html/wang-editor/element/index.mjs +3 -0
  82. package/es/editor/html/wang-editor/index.d.ts +4 -0
  83. package/es/editor/html/wang-editor/index.mjs +11 -0
  84. package/es/editor/html/wang-editor/module/ai-module.d.ts +67 -0
  85. package/es/editor/html/wang-editor/module/ai-module.mjs +76 -0
  86. package/es/editor/html/wang-editor/module/emoji-module.d.ts +7 -0
  87. package/es/editor/html/wang-editor/module/emoji-module.mjs +125 -0
  88. package/es/editor/html/wang-editor/module/index.d.ts +2 -0
  89. package/es/editor/html/wang-editor/module/index.mjs +4 -0
  90. package/es/editor/html/wang-editor/plugin/index.d.ts +1 -0
  91. package/es/editor/html/wang-editor/plugin/index.mjs +3 -0
  92. package/es/editor/html/wang-editor/plugin/plugin.d.ts +7 -0
  93. package/es/editor/html/wang-editor/plugin/plugin.mjs +23 -0
  94. package/es/editor/html/wang-editor/wang-editor.css +1 -1
  95. package/es/editor/html/wang-editor/wang-editor.mjs +7 -7
  96. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +1 -1
  97. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +10 -3
  98. package/es/editor/span/span/span.mjs +2 -2
  99. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +1 -1
  100. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +5 -2
  101. package/es/editor/text-box/input/input.d.ts +1 -0
  102. package/es/editor/text-box/input/input.mjs +17 -4
  103. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +2 -1
  104. package/es/index.mjs +1 -0
  105. package/es/locale/en/index.d.ts +1 -0
  106. package/es/locale/en/index.mjs +2 -1
  107. package/es/locale/zh-CN/index.d.ts +1 -0
  108. package/es/locale/zh-CN/index.mjs +2 -1
  109. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/h.mjs +89 -0
  110. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/helpers/attachto.mjs +47 -0
  111. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/hooks.mjs +1 -0
  112. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/htmldomapi.mjs +115 -0
  113. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/index.mjs +18 -0
  114. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/init.mjs +376 -0
  115. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/is.mjs +9 -0
  116. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/jsx.mjs +64 -0
  117. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/attributes.mjs +59 -0
  118. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/class.mjs +28 -0
  119. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/dataset.mjs +42 -0
  120. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/eventlisteners.mjs +85 -0
  121. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/props.mjs +24 -0
  122. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/style.mjs +115 -0
  123. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/thunk.mjs +52 -0
  124. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/tovnode.mjs +62 -0
  125. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/vnode.mjs +6 -0
  126. package/es/panel-component/auth-captcha/auth-captcha.mjs +2 -1
  127. package/es/panel-component/panel-button/panel-button.mjs +2 -1
  128. package/es/panel-component/short-cut/short-cut.mjs +2 -2
  129. package/es/panel-component/user-action/user-action.mjs +2 -1
  130. package/es/panel-component/user-message/async-action/async-action/async-action.mjs +2 -1
  131. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +2 -1
  132. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.d.ts +1 -0
  133. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +10 -4
  134. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.d.ts +1 -0
  135. package/es/panel-component/user-message/user-message.mjs +3 -2
  136. package/es/util/index.d.ts +1 -0
  137. package/es/util/index.mjs +1 -0
  138. package/es/util/notification-util/notification-util.mjs +3 -1
  139. package/es/util/wang-editor-util/wang-editor-util.d.ts +11 -0
  140. package/es/util/wang-editor-util/wang-editor-util.mjs +12 -0
  141. package/lib/common/action-toolbar/action-toolbar.cjs +4 -3
  142. package/lib/common/custom-theme/custom-theme.cjs +3 -2
  143. package/lib/common/data-import2/data-import2.cjs +1 -4
  144. package/lib/common/emoji-select/components/categories/categories.cjs +2 -1
  145. package/lib/common/extend-action-timeline/extend-action-timeline.cjs +3 -2
  146. package/lib/common/grid-setting/grid-setting.cjs +2 -1
  147. package/lib/common/index.cjs +2 -0
  148. package/lib/common/pagination/pagination.cjs +2 -1
  149. package/lib/common/quick-edit/quick-edit.cjs +118 -0
  150. package/lib/common/quick-edit/quick-edit.css +1 -0
  151. package/lib/common/rawitem/rawitem.cjs +2 -1
  152. package/lib/control/app-menu/app-menu.cjs +1 -1
  153. package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +1 -1
  154. package/lib/control/app-menu-icon-view/app-menu-icon-view.cjs +3 -2
  155. package/lib/control/calendar/calendar.cjs +2 -1
  156. package/lib/control/calendar/components/calendar-daily/calendar-daily.cjs +2 -1
  157. package/lib/control/calendar/components/calendar-week/calendar-week.cjs +2 -1
  158. package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +3 -2
  159. package/lib/control/chart/chart.cjs +8 -0
  160. package/lib/control/context-menu/context-menu.cjs +4 -3
  161. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +2 -1
  162. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +5 -4
  163. package/lib/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.cjs +3 -2
  164. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +2 -1
  165. package/lib/control/drtab/drtab-control.util.cjs +1 -1
  166. package/lib/control/drtab/drtab.cjs +2 -1
  167. package/lib/control/form/form-detail/form-button/form-button.cjs +2 -1
  168. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +3 -2
  169. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +1 -1
  170. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +2 -1
  171. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.cjs +2 -1
  172. package/lib/control/grid/grid/grid-control.util.cjs +9 -72
  173. package/lib/control/grid/grid/grid.cjs +1 -7
  174. package/lib/control/grid/grid/grid.css +1 -1
  175. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +3 -2
  176. package/lib/control/kanban/kanban.cjs +1 -1
  177. package/lib/control/list/list.cjs +2 -1
  178. package/lib/control/report-panel/report-panel.cjs +5 -0
  179. package/lib/control/search-bar/search-bar.cjs +3 -2
  180. package/lib/control/search-bar/search-groups/search-groups.cjs +5 -5
  181. package/lib/control/toolbar/export-excel/export-excel.cjs +3 -2
  182. package/lib/control/toolbar/short-cut-button/short-cut-button.cjs +2 -4
  183. package/lib/control/toolbar/toolbar.cjs +150 -13
  184. package/lib/control/toolbar/toolbar.css +1 -1
  185. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +3 -2
  186. package/lib/control/wizard-panel/wizard-panel.cjs +2 -1
  187. package/lib/editor/array/ibiz-array/ibiz-array.cjs +12 -3
  188. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +2 -1
  189. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +2 -1
  190. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +2 -1
  191. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +2 -1
  192. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +9 -4
  193. package/lib/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.cjs +1 -8
  194. package/lib/editor/html/html-editor.controller.cjs +169 -6
  195. package/lib/editor/html/wang-editor/component/emoji/emoji.cjs +44 -0
  196. package/lib/editor/html/wang-editor/component/emoji/emoji.css +1 -0
  197. package/lib/editor/html/wang-editor/component/index.cjs +7 -0
  198. package/lib/editor/html/wang-editor/element/emoji.cjs +24 -0
  199. package/lib/editor/html/wang-editor/element/index.cjs +7 -0
  200. package/lib/editor/html/wang-editor/index.cjs +19 -0
  201. package/lib/editor/html/wang-editor/module/ai-module.cjs +78 -0
  202. package/lib/editor/html/wang-editor/module/emoji-module.cjs +127 -0
  203. package/lib/editor/html/wang-editor/module/index.cjs +9 -0
  204. package/lib/editor/html/wang-editor/plugin/index.cjs +7 -0
  205. package/lib/editor/html/wang-editor/plugin/plugin.cjs +25 -0
  206. package/lib/editor/html/wang-editor/wang-editor.cjs +7 -7
  207. package/lib/editor/html/wang-editor/wang-editor.css +1 -1
  208. package/lib/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.cjs +10 -3
  209. package/lib/editor/span/span/span.cjs +1 -1
  210. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +5 -2
  211. package/lib/editor/text-box/input/input.cjs +16 -3
  212. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +2 -1
  213. package/lib/index.cjs +2 -0
  214. package/lib/locale/en/index.cjs +2 -1
  215. package/lib/locale/zh-CN/index.cjs +2 -1
  216. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/h.cjs +93 -0
  217. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/helpers/attachto.cjs +49 -0
  218. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/hooks.cjs +2 -0
  219. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/htmldomapi.cjs +117 -0
  220. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/index.cjs +42 -0
  221. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/init.cjs +378 -0
  222. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/is.cjs +12 -0
  223. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/jsx.cjs +67 -0
  224. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/attributes.cjs +61 -0
  225. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/class.cjs +30 -0
  226. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/dataset.cjs +44 -0
  227. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/eventlisteners.cjs +87 -0
  228. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/props.cjs +26 -0
  229. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/style.cjs +117 -0
  230. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/thunk.cjs +54 -0
  231. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/tovnode.cjs +64 -0
  232. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/vnode.cjs +8 -0
  233. package/lib/panel-component/auth-captcha/auth-captcha.cjs +2 -1
  234. package/lib/panel-component/panel-button/panel-button.cjs +2 -1
  235. package/lib/panel-component/short-cut/short-cut.cjs +1 -1
  236. package/lib/panel-component/user-action/user-action.cjs +2 -1
  237. package/lib/panel-component/user-message/async-action/async-action/async-action.cjs +2 -1
  238. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.cjs +2 -1
  239. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.cjs +9 -3
  240. package/lib/panel-component/user-message/user-message.cjs +3 -2
  241. package/lib/util/index.cjs +2 -0
  242. package/lib/util/notification-util/notification-util.cjs +3 -1
  243. package/lib/util/wang-editor-util/wang-editor-util.cjs +14 -0
  244. package/package.json +7 -6
  245. package/dist/chart-HuCq_rW2.js +0 -1
  246. package/dist/index-Dq21zXhV.js +0 -4
  247. package/dist/wang-editor-XpJH4SXt.js +0 -1
  248. package/es/editor/html/wang-editor/ai/ai-modules.d.ts +0 -10
  249. package/es/editor/html/wang-editor/ai/ai-modules.mjs +0 -32
  250. package/lib/editor/html/wang-editor/ai/ai-modules.cjs +0 -34
  251. /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.27_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.28-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
  252. /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.27_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.28-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
@@ -0,0 +1,118 @@
1
+ 'use strict';
2
+
3
+ var vue = require('vue');
4
+ var vue3Util = require('@ibiz-template/vue3-util');
5
+ var runtime = require('@ibiz-template/runtime');
6
+ require('./quick-edit.css');
7
+
8
+ "use strict";
9
+ function _isSlot(s) {
10
+ return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
11
+ }
12
+ const IBizQuickEdit = /* @__PURE__ */ vue.defineComponent({
13
+ name: "IBizQuickEdit",
14
+ props: {
15
+ context: {
16
+ type: Object,
17
+ required: true
18
+ },
19
+ params: {
20
+ type: Object,
21
+ required: true
22
+ },
23
+ modelData: {
24
+ type: Object
25
+ }
26
+ },
27
+ emits: {
28
+ close: (_modalData) => true
29
+ },
30
+ setup(props, {
31
+ emit
32
+ }) {
33
+ const ns = vue3Util.useNamespace("quick-edit");
34
+ const controller = vue.ref(void 0);
35
+ const editItemModel = [];
36
+ const findEditItem = (detail) => {
37
+ const childern = runtime.findChildFormDetails(detail);
38
+ childern.forEach((child) => {
39
+ if (child.detailType === "FORMITEM" && !child.hidden) {
40
+ editItemModel.push(child);
41
+ }
42
+ findEditItem(child);
43
+ });
44
+ };
45
+ const init = () => {
46
+ var _a;
47
+ if (props.modelData) {
48
+ (_a = props.modelData.deformPages) == null ? void 0 : _a.forEach((child) => {
49
+ findEditItem(child);
50
+ });
51
+ }
52
+ };
53
+ init();
54
+ const onCreated = (event) => {
55
+ controller.value = event.ctrl;
56
+ };
57
+ const getEditItemData = () => {
58
+ const data = {};
59
+ const item = controller.value.getDiffData();
60
+ editItemModel.forEach((formItem) => {
61
+ const uiKey = formItem.id.toLowerCase();
62
+ const deKey = formItem.fieldName || formItem.appDEFieldId;
63
+ if (item[uiKey]) {
64
+ data[deKey] = item[uiKey];
65
+ }
66
+ });
67
+ return data;
68
+ };
69
+ const onConfirm = () => {
70
+ let data;
71
+ if (controller.value) {
72
+ const item = getEditItemData();
73
+ if (Object.keys(item).length > 0) {
74
+ data = [item];
75
+ }
76
+ }
77
+ emit("close", {
78
+ ok: true,
79
+ data
80
+ });
81
+ };
82
+ const onCancel = () => {
83
+ emit("close", {
84
+ ok: false
85
+ });
86
+ };
87
+ return {
88
+ ns,
89
+ onCreated,
90
+ onConfirm,
91
+ onCancel
92
+ };
93
+ },
94
+ render() {
95
+ let _slot, _slot2;
96
+ return vue.createVNode("div", {
97
+ "class": this.ns.b()
98
+ }, [vue.createVNode(vue.resolveComponent("iBizControlShell"), {
99
+ "params": this.params,
100
+ "context": this.context,
101
+ "modelData": this.modelData,
102
+ "onCreated": this.onCreated
103
+ }, null), vue.createVNode("div", {
104
+ "class": this.ns.e("footer")
105
+ }, [vue.createVNode(vue.resolveComponent("el-button"), {
106
+ "text": true,
107
+ "onClick": this.onCancel
108
+ }, _isSlot(_slot = ibiz.i18n.t("app.cancel")) ? _slot : {
109
+ default: () => [_slot]
110
+ }), vue.createVNode(vue.resolveComponent("el-button"), {
111
+ "onClick": this.onConfirm
112
+ }, _isSlot(_slot2 = ibiz.i18n.t("app.confirm")) ? _slot2 : {
113
+ default: () => [_slot2]
114
+ })])]);
115
+ }
116
+ });
117
+
118
+ exports.IBizQuickEdit = IBizQuickEdit;
@@ -0,0 +1 @@
1
+ .ibiz-quick-edit__footer{display:flex;justify-content:end;padding:var(--ibiz-spacing-tight)}
@@ -4,6 +4,7 @@ var vue = require('vue');
4
4
  var vue3Util = require('@ibiz-template/vue3-util');
5
5
  var qxUtil = require('qx-util');
6
6
  require('./rawitem.css');
7
+ var core = require('@ibiz-template/core');
7
8
 
8
9
  "use strict";
9
10
  const IBizRawItem = /* @__PURE__ */ vue.defineComponent({
@@ -229,7 +230,7 @@ const IBizRawItem = /* @__PURE__ */ vue.defineComponent({
229
230
  }
230
231
  if (this.rawItemType === "INFO" || this.rawItemType === "WARNING" || this.rawItemType === "ERROR") {
231
232
  return vue.createVNode(vue.resolveComponent("el-alert"), {
232
- "title": this.alertParams.title,
233
+ "title": core.showTitle(this.alertParams.title),
233
234
  "type": this.alertParams.type,
234
235
  "show-icon": this.alertParams.showIcon,
235
236
  "closable": this.alertParams.closeabled
@@ -103,7 +103,7 @@ function renderMenuItem(isFirst, menu, collapse, ns, c, counterData, saveConfigs
103
103
  "class": ns.e("item"),
104
104
  "index": menu.key,
105
105
  "disabled": menu.disabled,
106
- "title": menu.tooltip
106
+ "title": core.showTitle(menu.tooltip)
107
107
  }, _isSlot(content) ? content : {
108
108
  default: () => [content]
109
109
  }) : vue.createVNode(vue.resolveComponent("el-tooltip"), {
@@ -241,7 +241,7 @@ const MenuDesign = /* @__PURE__ */ vue.defineComponent({
241
241
  return vue.createVNode("div", {
242
242
  "class": this.ns.b()
243
243
  }, [vue.createVNode("div", {
244
- "title": ibiz.i18n.t("control.menu.menuSetting"),
244
+ "title": core.showTitle(ibiz.i18n.t("control.menu.menuSetting")),
245
245
  "onClick": this.openDesign
246
246
  }, [vue.createVNode("svg", {
247
247
  "viewBox": "0 0 16 16",
@@ -4,6 +4,7 @@ var vue = require('vue');
4
4
  var runtime = require('@ibiz-template/runtime');
5
5
  var vue3Util = require('@ibiz-template/vue3-util');
6
6
  require('./app-menu-icon-view.css');
7
+ var core = require('@ibiz-template/core');
7
8
 
8
9
  "use strict";
9
10
  function _isSlot(s) {
@@ -51,7 +52,7 @@ const AppMenuIconViewControl = /* @__PURE__ */ vue.defineComponent({
51
52
  }
52
53
  return vue.createVNode("div", {
53
54
  "class": [ns.b("item"), ns.is("disabled", !item.appFuncId)],
54
- "title": item.tooltip || item.caption,
55
+ "title": core.showTitle(item.tooltip || item.caption),
55
56
  "onClick": (event) => {
56
57
  if (item.appFuncId) {
57
58
  onClick(item.id, event);
@@ -72,7 +73,7 @@ const AppMenuIconViewControl = /* @__PURE__ */ vue.defineComponent({
72
73
  return vue.createVNode(vue.resolveComponent("el-collapse-item"), {
73
74
  "class": ns.b("group"),
74
75
  "name": item.id,
75
- "title": item.caption
76
+ "title": core.showTitle(item.caption)
76
77
  }, {
77
78
  default: () => {
78
79
  var _a2;
@@ -6,6 +6,7 @@ var runtime = require('@ibiz-template/runtime');
6
6
  var dayjs = require('dayjs');
7
7
  var index = require('./components/custom-calendar/index.cjs');
8
8
  require('./calendar.css');
9
+ var core = require('@ibiz-template/core');
9
10
 
10
11
  "use strict";
11
12
  function _isSlot(s) {
@@ -113,7 +114,7 @@ const CalendarControl = /* @__PURE__ */ vue.defineComponent({
113
114
  "class": itemClass,
114
115
  "key": item.deData.srfkey,
115
116
  "style": style,
116
- "title": item.tips || item.text,
117
+ "title": core.showTitle(item.tips || item.text),
117
118
  "onClick": () => this.c.onRowClick(item),
118
119
  "onDblclick": () => this.c.onDbRowClick(item)
119
120
  }, [item.text]);
@@ -6,6 +6,7 @@ require('../interface/index.cjs');
6
6
  require('../util/index.cjs');
7
7
  var useCalendarDaily = require('./use-calendar-daily.cjs');
8
8
  require('./calendar-daily.css');
9
+ var core = require('@ibiz-template/core');
9
10
  var calendarDaily = require('../interface/calendar-daily.cjs');
10
11
  var util = require('../util/util.cjs');
11
12
 
@@ -71,7 +72,7 @@ const CalendarDaily = /* @__PURE__ */ vue.defineComponent({
71
72
  data: event
72
73
  }) : vue.createVNode("div", {
73
74
  "class": [ns.em(classEName, "event-summary"), event.classname],
74
- "title": "".concat(event.text || "", " ").concat(event.timeRange || "")
75
+ "title": core.showTitle("".concat(event.text || "", " ").concat(event.timeRange || ""))
75
76
  }, [event.icon && vue.createVNode("span", {
76
77
  "class": [event.icon, ns.em(classEName, "event-icon")],
77
78
  "style": {
@@ -6,6 +6,7 @@ require('../interface/index.cjs');
6
6
  var useCalendarWeek = require('./use-calendar-week.cjs');
7
7
  require('./calendar-week.css');
8
8
  require('../util/index.cjs');
9
+ var core = require('@ibiz-template/core');
9
10
  var calendarWeek = require('../interface/calendar-week.cjs');
10
11
  var util = require('../util/util.cjs');
11
12
 
@@ -104,7 +105,7 @@ const CalendarWeek = /* @__PURE__ */ vue.defineComponent({
104
105
  data: event
105
106
  }) : vue.createVNode("div", {
106
107
  "class": [ns.em(classEName, "event-summary"), event.classname],
107
- "title": location === "header" ? "".concat(event.text || "", " ").concat(event.timeRange || "") : ""
108
+ "title": core.showTitle(location === "header" ? "".concat(event.text || "", " ").concat(event.timeRange || "") : "")
108
109
  }, [event.icon && vue.createVNode("span", {
109
110
  "class": [event.icon, ns.em(classEName, "event-icon")],
110
111
  "style": {
@@ -8,6 +8,7 @@ var index = require('../calendar-week/index.cjs');
8
8
  var useCustomCalendar = require('./use-custom-calendar.cjs');
9
9
  require('./custom-calendar.css');
10
10
  require('../interface/index.cjs');
11
+ var core = require('@ibiz-template/core');
11
12
  var customCalendar = require('../interface/custom-calendar.cjs');
12
13
 
13
14
  "use strict";
@@ -71,7 +72,7 @@ const CustomCalendar = /* @__PURE__ */ vue.defineComponent({
71
72
  "style": {
72
73
  color: item.isShow ? item.color : "#CCCCCC"
73
74
  },
74
- "title": item.name
75
+ "title": core.showTitle(item.name)
75
76
  }, [item.name])]);
76
77
  })]), vue.createVNode("div", {
77
78
  "class": ns.em("calendar-week", "select-time")
@@ -123,7 +124,7 @@ const CustomCalendar = /* @__PURE__ */ vue.defineComponent({
123
124
  "style": {
124
125
  color: item.isShow ? item.color : "#CCCCCC"
125
126
  },
126
- "title": item.name
127
+ "title": core.showTitle(item.name)
127
128
  }, [item.name])]);
128
129
  })]), vue.createVNode("div", {
129
130
  "class": ns.em("calendar-week", "select-time")
@@ -89,10 +89,17 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
89
89
  const getGridData = () => {
90
90
  return c.state.gridData || [];
91
91
  };
92
+ let resizeObserver;
92
93
  vue.onMounted(() => {
93
94
  const chart = echarts.init(chartRef.value);
94
95
  c.initChart(chart);
95
96
  window.addEventListener("resize", setHeight);
97
+ if (chartRef.value && ResizeObserver) {
98
+ resizeObserver = new ResizeObserver(() => {
99
+ c.resizeChart();
100
+ });
101
+ resizeObserver.observe(chartRef.value);
102
+ }
96
103
  setHeight();
97
104
  });
98
105
  vue.watch(() => c.state.showGrid, () => {
@@ -123,6 +130,7 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
123
130
  };
124
131
  vue.onBeforeUnmount(() => {
125
132
  window.removeEventListener("resize", setHeight);
133
+ resizeObserver == null ? void 0 : resizeObserver.disconnect();
126
134
  });
127
135
  return {
128
136
  c,
@@ -4,6 +4,7 @@ var vue = require('vue');
4
4
  var vue3Util = require('@ibiz-template/vue3-util');
5
5
  require('./context-menu.css');
6
6
  var runtime = require('@ibiz-template/runtime');
7
+ var core = require('@ibiz-template/core');
7
8
 
8
9
  "use strict";
9
10
  function _isSlot(s) {
@@ -141,7 +142,7 @@ const ContextMenuControl = /* @__PURE__ */ vue.defineComponent({
141
142
  "text": true,
142
143
  "size": "small",
143
144
  "onClick": (e) => this.handleClick(detail, e),
144
- "title": ibiz.env.enableTitle ? detail.tooltip : void 0,
145
+ "title": core.showTitle(detail.tooltip),
145
146
  "disabled": this.c.state.buttonsState[detail.id].disabled,
146
147
  "class": this.calcActionItemClass(detail)
147
148
  }, {
@@ -167,7 +168,7 @@ const ContextMenuControl = /* @__PURE__ */ vue.defineComponent({
167
168
  "text": true,
168
169
  "size": "small",
169
170
  "onClick": (e) => this.handleClick(detail, e),
170
- "title": ibiz.env.enableTitle ? detail.tooltip : void 0,
171
+ "title": core.showTitle(detail.tooltip),
171
172
  "disabled": this.c.state.buttonsState[detail.id].disabled,
172
173
  "class": this.calcActionItemClass(detail)
173
174
  }, {
@@ -257,7 +258,7 @@ const ContextMenuControl = /* @__PURE__ */ vue.defineComponent({
257
258
  if ((_a = this.c.state.buttonsState[detail.id]) == null ? void 0 : _a.visible) {
258
259
  return vue.createVNode(vue.resolveComponent("el-dropdown-item"), {
259
260
  "class": [this.ns.e("item"), this.ns.is("disabled", false)],
260
- "title": detail.tooltip,
261
+ "title": core.showTitle(detail.tooltip),
261
262
  "disabled": this.c.state.buttonsState[detail.id].disabled,
262
263
  "command": detail
263
264
  }, {
@@ -4,6 +4,7 @@ var vue = require('vue');
4
4
  var runtime = require('@ibiz-template/runtime');
5
5
  var vue3Util = require('@ibiz-template/vue3-util');
6
6
  require('./custom-dashboard-container.css');
7
+ var core = require('@ibiz-template/core');
7
8
 
8
9
  "use strict";
9
10
  const CustomDashboardContainer = /* @__PURE__ */ vue.defineComponent({
@@ -134,7 +135,7 @@ const CustomDashboardContainer = /* @__PURE__ */ vue.defineComponent({
134
135
  "class": this.ns.b("build-btn")
135
136
  }, [this.showTypeDir ? vue.createVNode("div", null, [vue.createVNode(vue.resolveComponent("el-button"), {
136
137
  "class": this.ns.b("deisgn-btn"),
137
- "title": ibiz.env.enableTitle ? ibiz.i18n.t("control.dashboard.customDashboardContainer.portalCustomPrompt") : void 0,
138
+ "title": core.showTitle(ibiz.i18n.t("control.dashboard.customDashboardContainer.portalCustomPrompt")),
138
139
  "onClick": this.openDesign
139
140
  }, {
140
141
  default: () => [vue.createVNode("ion-icon", {
@@ -5,6 +5,7 @@ var runtime = require('@ibiz-template/runtime');
5
5
  var vue3Util = require('@ibiz-template/vue3-util');
6
6
  var ramda = require('ramda');
7
7
  require('./dashboard-design.css');
8
+ var core = require('@ibiz-template/core');
8
9
 
9
10
  "use strict";
10
11
  function _isSlot(s) {
@@ -111,7 +112,7 @@ const DashboardDesign = /* @__PURE__ */ vue.defineComponent({
111
112
  const prepareData = async () => {
112
113
  const list3 = [];
113
114
  const app = ibiz.hub.getApp(ibiz.env.appId);
114
- if (c.enableDynamic) {
115
+ if (c.model.customizeMode === 2) {
115
116
  const dynamicPortlets = await c.loadAllDynaPortlet();
116
117
  dynamicPortlets == null ? void 0 : dynamicPortlets.forEach((portlet) => {
117
118
  const temp = {
@@ -120,8 +121,8 @@ const DashboardDesign = /* @__PURE__ */ vue.defineComponent({
120
121
  portletId: portlet.psappportletid,
121
122
  portletCodeName: portlet.codename,
122
123
  portletName: portlet.psappportletname,
123
- groupCodeName: "Ungroup",
124
- groupName: "\u672A\u5206\u7C7B",
124
+ groupCodeName: portlet.groupcodename || "Ungroup",
125
+ groupName: portlet.groupname || "\u672A\u5206\u7C7B",
125
126
  appCodeName: app.model.pkgcodeName,
126
127
  appName: app.model.name
127
128
  };
@@ -374,7 +375,7 @@ const DashboardDesign = /* @__PURE__ */ vue.defineComponent({
374
375
  default: () => [vue.createVNode("span", null, [vue.createVNode("ion-icon", {
375
376
  "icon": child.portletImage
376
377
  }, null), child.portletName]), vue.createVNode("ion-icon", {
377
- "title": ibiz.i18n.t("control.dashboard.dashboardDesign.add"),
378
+ "title": core.showTitle(ibiz.i18n.t("control.dashboard.dashboardDesign.add")),
378
379
  "name": "arrow-forward-outline",
379
380
  "onClick": () => this.addLayoutItem(child)
380
381
  }, null)]
@@ -4,6 +4,7 @@ var vue = require('vue');
4
4
  var runtime = require('@ibiz-template/runtime');
5
5
  var vue3Util = require('@ibiz-template/vue3-util');
6
6
  require('./app-menu-portlet.css');
7
+ var core = require('@ibiz-template/core');
7
8
 
8
9
  "use strict";
9
10
  function _isSlot(s) {
@@ -51,7 +52,7 @@ const AppMenuPortletControl = /* @__PURE__ */ vue.defineComponent({
51
52
  }
52
53
  return vue.createVNode("div", {
53
54
  "class": [ns.b("item"), ns.is("disabled", !item.appFuncId)],
54
- "title": item.tooltip || item.caption,
55
+ "title": core.showTitle(item.tooltip || item.caption),
55
56
  "onClick": (event) => {
56
57
  if (item.appFuncId) {
57
58
  onClick(item.id, event);
@@ -75,7 +76,7 @@ const AppMenuPortletControl = /* @__PURE__ */ vue.defineComponent({
75
76
  return vue.createVNode(vue.resolveComponent("el-collapse-item"), {
76
77
  "class": ns.b("group"),
77
78
  "name": item.id,
78
- "title": item.caption
79
+ "title": core.showTitle(item.caption)
79
80
  }, {
80
81
  default: () => {
81
82
  var _a2;
@@ -4,6 +4,7 @@ var vue = require('vue');
4
4
  var vue3Util = require('@ibiz-template/vue3-util');
5
5
  require('./portlet-layout.css');
6
6
  var runtime = require('@ibiz-template/runtime');
7
+ var core = require('@ibiz-template/core');
7
8
 
8
9
  "use strict";
9
10
  const PortletLayout = /* @__PURE__ */ vue.defineComponent({
@@ -62,7 +63,7 @@ const PortletLayout = /* @__PURE__ */ vue.defineComponent({
62
63
  "icon": model.sysImage
63
64
  }, null), vue.createVNode("span", {
64
65
  "class": this.ns.e("caption-text"),
65
- "title": state.title
66
+ "title": core.showTitle(state.title)
66
67
  }, [state.title])])]), vue.createVNode("div", {
67
68
  "class": this.ns.be("header", "right")
68
69
  }, [model.uiactionGroup && vue.createVNode(vue.resolveComponent("iBizActionToolbar"), {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var vue = require('vue');
4
- var namespace = require('../../node_modules/.pnpm/@ibiz-template_core@0.7.27_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs');
4
+ var namespace = require('../../node_modules/.pnpm/@ibiz-template_core@0.7.28-alpha.1_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs');
5
5
 
6
6
  "use strict";
7
7
  function useAppDRTab(c, controlRef, counterData) {
@@ -8,6 +8,7 @@ var ramda = require('ramda');
8
8
  var drtab_controller = require('./drtab.controller.cjs');
9
9
  require('./drtab.css');
10
10
  var drtabControl_util = require('./drtab-control.util.cjs');
11
+ var core = require('@ibiz-template/core');
11
12
 
12
13
  "use strict";
13
14
  const DRTabControl = /* @__PURE__ */ vue.defineComponent({
@@ -142,7 +143,7 @@ const DRTabControl = /* @__PURE__ */ vue.defineComponent({
142
143
  "class": [this.ns.be("more-dropdown-popper", "label")]
143
144
  }, [vue.createVNode("span", {
144
145
  "class": this.ns.bem("more-dropdown-popper", "label", "text"),
145
- "title": item.caption || ""
146
+ "title": core.showTitle(item.caption || "")
146
147
  }, [item.caption || ""]), item.counterId && this.counterData[item.counterId] != null && vue.createVNode(vue.resolveComponent("iBizBadge"), {
147
148
  "class": this.ns.bem("more-dropdown-popper", "label", "counter"),
148
149
  "value": this.counterData[item.counterId],
@@ -6,6 +6,7 @@ var vue = require('vue');
6
6
  var runtime = require('@ibiz-template/runtime');
7
7
  var vue3Util = require('@ibiz-template/vue3-util');
8
8
  require('./form-button.css');
9
+ var core = require('@ibiz-template/core');
9
10
 
10
11
  "use strict";
11
12
  const FormButton = /* @__PURE__ */ vue.defineComponent({
@@ -48,7 +49,7 @@ const FormButton = /* @__PURE__ */ vue.defineComponent({
48
49
  "onClick": this.controller.onClick.bind(this.controller),
49
50
  "loading": this.controller.state.loading,
50
51
  "disabled": this.controller.state.disabled,
51
- "title": ibiz.env.enableTitle ? this.modelData.tooltip : void 0
52
+ "title": core.showTitle(this.modelData.tooltip)
52
53
  }, {
53
54
  default: () => [vue.createVNode("div", {
54
55
  "class": this.ns.b("content")
@@ -3,6 +3,7 @@
3
3
  var vue = require('vue');
4
4
  var vue3Util = require('@ibiz-template/vue3-util');
5
5
  require('./form-item-container.css');
6
+ var core = require('@ibiz-template/core');
6
7
 
7
8
  "use strict";
8
9
  const IBizFormItemContainer = /* @__PURE__ */ vue.defineComponent({
@@ -84,7 +85,7 @@ const IBizFormItemContainer = /* @__PURE__ */ vue.defineComponent({
84
85
  }
85
86
  return vue.createVNode("div", {
86
87
  "class": classList,
87
- "title": props.label
88
+ "title": core.showTitle(props.label)
88
89
  }, [props.label]);
89
90
  };
90
91
  return {
@@ -101,7 +102,7 @@ const IBizFormItemContainer = /* @__PURE__ */ vue.defineComponent({
101
102
  }, [vue.createVNode("div", {
102
103
  "class": [this.ns.e("editor")]
103
104
  }, [(_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)]), this.error ? vue.createVNode("div", {
104
- "title": this.error,
105
+ "title": core.showTitle(this.error),
105
106
  "class": [this.ns.e("error")]
106
107
  }, [this.error]) : null]);
107
108
  return vue.createVNode("div", {
@@ -90,7 +90,7 @@ const RepeaterGrid = /* @__PURE__ */ vue.defineComponent({
90
90
  }
91
91
  if (ibiz.config.form.mdCtrlConfirmBeforeRemove) {
92
92
  return vue.createVNode(vue.resolveComponent("el-popconfirm"), {
93
- "title": ibiz.i18n.t("control.form.repeaterGrid.promptInformation"),
93
+ "title": core.showTitle(ibiz.i18n.t("control.form.repeaterGrid.promptInformation")),
94
94
  "confirm-button-text": ibiz.i18n.t("app.confirm"),
95
95
  "cancel-button-text": ibiz.i18n.t("app.cancel"),
96
96
  "onConfirm": () => props.controller.remove(index)
@@ -3,6 +3,7 @@
3
3
  var vue = require('vue');
4
4
  var vue3Util = require('@ibiz-template/vue3-util');
5
5
  require('./mdctrl-container.css');
6
+ var core = require('@ibiz-template/core');
6
7
 
7
8
  "use strict";
8
9
  function _isSlot(s) {
@@ -51,7 +52,7 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
51
52
  }
52
53
  if (ibiz.config.form.mdCtrlConfirmBeforeRemove) {
53
54
  return vue.createVNode(vue.resolveComponent("el-popconfirm"), {
54
- "title": ibiz.i18n.t("control.form.mdCtrlContainer.promptInformation"),
55
+ "title": core.showTitle(ibiz.i18n.t("control.form.mdCtrlContainer.promptInformation")),
55
56
  "confirm-button-text": ibiz.i18n.t("app.confirm"),
56
57
  "cancel-button-text": ibiz.i18n.t("app.cancel"),
57
58
  "onConfirm": () => emit("removeClick", item, index)
@@ -5,6 +5,7 @@ var runtime = require('@ibiz-template/runtime');
5
5
  var vue3Util = require('@ibiz-template/vue3-util');
6
6
  var draggable = require('vuedraggable');
7
7
  require('./mdctrl-container2.css');
8
+ var core = require('@ibiz-template/core');
8
9
  var index = require('./icon/index.cjs');
9
10
 
10
11
  "use strict";
@@ -160,7 +161,7 @@ const MDCtrlContainer2 = /* @__PURE__ */ vue.defineComponent({
160
161
  "class": this.ns.be("header-item", "text")
161
162
  }, [element.title]), this.controller.enableDelete && vue.createVNode("div", {
162
163
  "class": this.ns.be("header-item", "btn"),
163
- "title": ibiz.i18n.t("app.delete"),
164
+ "title": core.showTitle(ibiz.i18n.t("app.delete")),
164
165
  "onClick": (e) => {
165
166
  this.handleRemove(e, element);
166
167
  }