@ibiz-template/vue3-components 0.7.41-alpha.97 → 0.7.41-alpha.99

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 (287) hide show
  1. package/dist/ibiz-markdown-editor-BxT3t2N6.js +1 -0
  2. package/dist/index-DY8xatG5.js +339 -0
  3. package/dist/{index.es-Bx7ry_G4.js → index.es-BxDgOess.js} +1 -1
  4. package/dist/index.min.css +1 -1
  5. package/dist/index.system.min.js +1 -1
  6. package/dist/map-chart-DbBbP4qh.js +1 -0
  7. package/dist/map-chart-user-CfTAGaU5.js +1 -0
  8. package/dist/wang-editor-Ct_jRlrK.js +1 -0
  9. package/dist/{xlsx-util-DXx8himL.js → xlsx-util-Bi2h7Kj8.js} +2 -2
  10. package/es/common/high-light-code/high-light-code-util.mjs +0 -1
  11. package/es/common/map-chart/map-chart.css +1 -1
  12. package/es/common/map-chart/map-chart.mjs +9 -2
  13. package/es/common/map-chart-user/map-chart-user.css +1 -1
  14. package/es/common/map-chart-user/map-chart-user.mjs +13 -5
  15. package/es/common/pagination/pagination.css +1 -1
  16. package/es/common/pagination/pagination.mjs +42 -2
  17. package/es/common/rawitem/rawitem.css +1 -1
  18. package/es/common/rawitem/rawitem.mjs +2 -0
  19. package/es/common/sort-bar/sort-bar.css +1 -1
  20. package/es/common/sort-bar/sort-bar.mjs +9 -1
  21. package/es/control/app-menu/app-menu.css +1 -1
  22. package/es/control/app-menu/app-menu.mjs +42 -20
  23. package/es/control/calendar/calendar-util.mjs +1 -1
  24. package/es/control/calendar/calendar.css +1 -1
  25. package/es/control/calendar/calendar.mjs +86 -51
  26. package/es/control/calendar/components/calendar-daily/calendar-daily.css +1 -1
  27. package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +13 -8
  28. package/es/control/calendar/components/calendar-user/calendar-user.css +1 -1
  29. package/es/control/calendar/components/calendar-user/calendar-user.mjs +16 -8
  30. package/es/control/calendar/components/calendar-user2/calendar-user2.css +1 -0
  31. package/es/control/calendar/components/calendar-user2/calendar-user2.mjs +214 -0
  32. package/es/control/calendar/components/calendar-user2/index.mjs +9 -0
  33. package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
  34. package/es/control/calendar/components/calendar-week/calendar-week.mjs +10 -5
  35. package/es/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
  36. package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +26 -16
  37. package/es/control/calendar/components/custom-calendar/use-custom-calendar.mjs +2 -2
  38. package/es/control/calendar/components/interface/calendar-daily.mjs +8 -0
  39. package/es/control/calendar/components/interface/calendar-user.mjs +8 -0
  40. package/es/control/calendar/components/interface/calendar-week.mjs +8 -0
  41. package/es/control/calendar/components/interface/custom-calendar.mjs +8 -0
  42. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +10 -3
  43. package/es/control/dashboard/dashboard.mjs +10 -3
  44. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +10 -2
  45. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +11 -3
  46. package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +11 -3
  47. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.css +1 -1
  48. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +12 -3
  49. package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +10 -2
  50. package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +10 -2
  51. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +10 -2
  52. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  53. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +20 -8
  54. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +10 -2
  55. package/es/control/dashboard/portlet/report-portlet/report-portlet.mjs +10 -2
  56. package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +10 -2
  57. package/es/control/data-view/data-view.css +1 -1
  58. package/es/control/data-view/data-view.mjs +42 -22
  59. package/es/control/drbar/drbar.css +1 -1
  60. package/es/control/drbar/drbar.mjs +24 -14
  61. package/es/control/drtab/drtab.css +1 -1
  62. package/es/control/drtab/drtab.mjs +36 -18
  63. package/es/control/drtab/flow-drtab.css +1 -1
  64. package/es/control/drtab/flow-drtab.mjs +21 -10
  65. package/es/control/form/edit-form/edit-form.css +1 -1
  66. package/es/control/form/form/form.mjs +12 -6
  67. package/es/control/form/form-detail/form-button/form-button.css +1 -1
  68. package/es/control/form/form-detail/form-button/form-button.mjs +11 -3
  69. package/es/control/form/form-detail/form-button-list/form-button-list.mjs +10 -3
  70. package/es/control/form/form-detail/form-druipart/form-druipart.mjs +11 -3
  71. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +18 -9
  72. package/es/control/form/form-detail/form-iframe/form-iframe.mjs +10 -3
  73. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  74. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +16 -6
  75. package/es/control/form/form-detail/form-item/form-item.css +1 -1
  76. package/es/control/form/form-detail/form-item/form-item.mjs +12 -5
  77. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.css +1 -1
  78. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +19 -6
  79. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -1
  80. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +18 -7
  81. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +16 -4
  82. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
  83. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +24 -7
  84. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.mjs +16 -6
  85. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +1 -0
  86. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.css +1 -1
  87. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -1
  88. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +14 -5
  89. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  90. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +22 -7
  91. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +12 -4
  92. package/es/control/form/form-detail/form-page/form-page.mjs +16 -6
  93. package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +13 -4
  94. package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +10 -3
  95. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +16 -6
  96. package/es/control/form/search-form/advance-search/advance-search.mjs +2 -3
  97. package/es/control/form/search-form/search-form.css +1 -1
  98. package/es/control/grid/grid/grid-control.util.mjs +1 -1
  99. package/es/control/grid/grid/grid.css +1 -1
  100. package/es/control/grid/grid/grid.mjs +44 -18
  101. package/es/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -1
  102. package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  103. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  104. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  105. package/es/control/grid/row-edit-popover/row-edit-popover.css +1 -1
  106. package/es/control/kanban/kanban.css +1 -1
  107. package/es/control/kanban/kanban.mjs +46 -24
  108. package/es/control/list/list.css +1 -1
  109. package/es/control/list/list.mjs +35 -18
  110. package/es/control/map/map.css +1 -1
  111. package/es/control/map/map.mjs +23 -13
  112. package/es/control/medit-view-panel/medit-view-panel.css +1 -1
  113. package/es/control/medit-view-panel/medit-view-panel.mjs +32 -17
  114. package/es/control/search-bar/search-bar.css +1 -1
  115. package/es/control/search-bar/search-bar.mjs +22 -10
  116. package/es/control/search-bar/search-groups/search-groups.css +1 -1
  117. package/es/control/search-bar/search-groups/search-groups.mjs +16 -6
  118. package/es/control/toolbar/toolbar.css +1 -1
  119. package/es/control/toolbar/toolbar.mjs +94 -61
  120. package/es/control/tree/tree.css +1 -1
  121. package/es/control/tree/tree.mjs +27 -11
  122. package/es/control/tree-grid/tree-grid.mjs +44 -12
  123. package/es/control/tree-grid-ex/tree-grid-ex.css +1 -1
  124. package/es/control/tree-grid-ex/tree-grid-ex.mjs +24 -7
  125. package/es/control/wizard-panel/wizard-panel.css +1 -1
  126. package/es/control/wizard-panel/wizard-panel.mjs +29 -10
  127. package/es/editor/code/monaco-editor/monaco-editor.mjs +19 -5
  128. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +10 -6
  129. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
  130. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +14 -2
  131. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +6 -4
  132. package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.mjs +1 -1
  133. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +1 -1
  134. package/es/editor/upload/upload-editor.controller.mjs +9 -1
  135. package/es/editor/upload/use/use-custom-upload.mjs +62 -13
  136. package/es/editor/upload/use/use-iview-upload.mjs +45 -2
  137. package/es/index.mjs +1 -0
  138. package/es/locale/index.mjs +29 -1
  139. package/es/panel-component/panel-button/panel-button.css +1 -1
  140. package/es/panel-component/panel-view-header/panel-view-header.css +1 -1
  141. package/es/panel-component/searchform-buttons/searchform-buttons.css +1 -1
  142. package/es/panel-component/searchform-buttons/searchform-buttons.mjs +10 -3
  143. package/es/util/index.mjs +1 -0
  144. package/es/util/pagination/use-pagination.mjs +33 -1
  145. package/es/util/path-util/path-util.mjs +14 -0
  146. package/lib/common/high-light-code/high-light-code-util.cjs +0 -1
  147. package/lib/common/map-chart/map-chart.cjs +8 -1
  148. package/lib/common/map-chart/map-chart.css +1 -1
  149. package/lib/common/map-chart-user/map-chart-user.cjs +12 -4
  150. package/lib/common/map-chart-user/map-chart-user.css +1 -1
  151. package/lib/common/pagination/pagination.cjs +42 -2
  152. package/lib/common/pagination/pagination.css +1 -1
  153. package/lib/common/rawitem/rawitem.cjs +2 -0
  154. package/lib/common/rawitem/rawitem.css +1 -1
  155. package/lib/common/sort-bar/sort-bar.cjs +9 -1
  156. package/lib/common/sort-bar/sort-bar.css +1 -1
  157. package/lib/control/app-menu/app-menu.cjs +40 -18
  158. package/lib/control/app-menu/app-menu.css +1 -1
  159. package/lib/control/calendar/calendar-util.cjs +1 -1
  160. package/lib/control/calendar/calendar.cjs +85 -50
  161. package/lib/control/calendar/calendar.css +1 -1
  162. package/lib/control/calendar/components/calendar-daily/calendar-daily.cjs +13 -8
  163. package/lib/control/calendar/components/calendar-daily/calendar-daily.css +1 -1
  164. package/lib/control/calendar/components/calendar-user/calendar-user.cjs +16 -8
  165. package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -1
  166. package/lib/control/calendar/components/calendar-user2/calendar-user2.cjs +216 -0
  167. package/lib/control/calendar/components/calendar-user2/calendar-user2.css +1 -0
  168. package/lib/control/calendar/components/calendar-user2/index.cjs +14 -0
  169. package/lib/control/calendar/components/calendar-week/calendar-week.cjs +10 -5
  170. package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
  171. package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +26 -16
  172. package/lib/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
  173. package/lib/control/calendar/components/custom-calendar/use-custom-calendar.cjs +2 -2
  174. package/lib/control/calendar/components/interface/calendar-daily.cjs +8 -0
  175. package/lib/control/calendar/components/interface/calendar-user.cjs +8 -0
  176. package/lib/control/calendar/components/interface/calendar-week.cjs +8 -0
  177. package/lib/control/calendar/components/interface/custom-calendar.cjs +8 -0
  178. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +9 -2
  179. package/lib/control/dashboard/dashboard.cjs +9 -2
  180. package/lib/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.cjs +9 -1
  181. package/lib/control/dashboard/portlet/chart-portlet/chart-portlet.cjs +10 -2
  182. package/lib/control/dashboard/portlet/container-portlet/container-portlet.cjs +10 -2
  183. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.cjs +11 -2
  184. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.css +1 -1
  185. package/lib/control/dashboard/portlet/html-portlet/html-portlet.cjs +9 -1
  186. package/lib/control/dashboard/portlet/list-portlet/list-portlet.cjs +9 -1
  187. package/lib/control/dashboard/portlet/menu-portlet/menu-portlet.cjs +9 -1
  188. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +19 -7
  189. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  190. package/lib/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.cjs +9 -1
  191. package/lib/control/dashboard/portlet/report-portlet/report-portlet.cjs +9 -1
  192. package/lib/control/dashboard/portlet/view-portlet/view-portlet.cjs +9 -1
  193. package/lib/control/data-view/data-view.cjs +40 -20
  194. package/lib/control/data-view/data-view.css +1 -1
  195. package/lib/control/drbar/drbar.cjs +23 -13
  196. package/lib/control/drbar/drbar.css +1 -1
  197. package/lib/control/drtab/drtab.cjs +34 -16
  198. package/lib/control/drtab/drtab.css +1 -1
  199. package/lib/control/drtab/flow-drtab.cjs +20 -9
  200. package/lib/control/drtab/flow-drtab.css +1 -1
  201. package/lib/control/form/edit-form/edit-form.css +1 -1
  202. package/lib/control/form/form/form.cjs +10 -4
  203. package/lib/control/form/form-detail/form-button/form-button.cjs +10 -2
  204. package/lib/control/form/form-detail/form-button/form-button.css +1 -1
  205. package/lib/control/form/form-detail/form-button-list/form-button-list.cjs +9 -2
  206. package/lib/control/form/form-detail/form-druipart/form-druipart.cjs +10 -2
  207. package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +17 -8
  208. package/lib/control/form/form-detail/form-iframe/form-iframe.cjs +9 -2
  209. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +15 -5
  210. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  211. package/lib/control/form/form-detail/form-item/form-item.cjs +11 -4
  212. package/lib/control/form/form-detail/form-item/form-item.css +1 -1
  213. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +18 -5
  214. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.css +1 -1
  215. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.cjs +17 -6
  216. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -1
  217. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +15 -3
  218. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +23 -6
  219. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
  220. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.cjs +15 -5
  221. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +1 -0
  222. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.css +1 -1
  223. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +13 -4
  224. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -1
  225. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +21 -6
  226. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  227. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.cjs +11 -3
  228. package/lib/control/form/form-detail/form-page/form-page.cjs +15 -5
  229. package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +12 -3
  230. package/lib/control/form/form-detail/form-tab-page/form-tab-page.cjs +9 -2
  231. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +15 -5
  232. package/lib/control/form/search-form/advance-search/advance-search.cjs +1 -2
  233. package/lib/control/form/search-form/search-form.css +1 -1
  234. package/lib/control/grid/grid/grid-control.util.cjs +1 -1
  235. package/lib/control/grid/grid/grid.cjs +42 -16
  236. package/lib/control/grid/grid/grid.css +1 -1
  237. package/lib/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -1
  238. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  239. package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  240. package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  241. package/lib/control/grid/row-edit-popover/row-edit-popover.css +1 -1
  242. package/lib/control/kanban/kanban.cjs +45 -23
  243. package/lib/control/kanban/kanban.css +1 -1
  244. package/lib/control/list/list.cjs +34 -17
  245. package/lib/control/list/list.css +1 -1
  246. package/lib/control/map/map.cjs +21 -11
  247. package/lib/control/map/map.css +1 -1
  248. package/lib/control/medit-view-panel/medit-view-panel.cjs +31 -16
  249. package/lib/control/medit-view-panel/medit-view-panel.css +1 -1
  250. package/lib/control/search-bar/search-bar.cjs +21 -9
  251. package/lib/control/search-bar/search-bar.css +1 -1
  252. package/lib/control/search-bar/search-groups/search-groups.cjs +15 -5
  253. package/lib/control/search-bar/search-groups/search-groups.css +1 -1
  254. package/lib/control/toolbar/toolbar.cjs +92 -59
  255. package/lib/control/toolbar/toolbar.css +1 -1
  256. package/lib/control/tree/tree.cjs +26 -10
  257. package/lib/control/tree/tree.css +1 -1
  258. package/lib/control/tree-grid/tree-grid.cjs +42 -10
  259. package/lib/control/tree-grid-ex/tree-grid-ex.cjs +22 -5
  260. package/lib/control/tree-grid-ex/tree-grid-ex.css +1 -1
  261. package/lib/control/wizard-panel/wizard-panel.cjs +28 -9
  262. package/lib/control/wizard-panel/wizard-panel.css +1 -1
  263. package/lib/editor/code/monaco-editor/monaco-editor.cjs +19 -5
  264. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +10 -6
  265. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +14 -2
  266. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
  267. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +6 -4
  268. package/lib/editor/upload/ibiz-image-cropping/ibiz-image-cropping.cjs +1 -1
  269. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +1 -1
  270. package/lib/editor/upload/upload-editor.controller.cjs +9 -1
  271. package/lib/editor/upload/use/use-custom-upload.cjs +62 -13
  272. package/lib/editor/upload/use/use-iview-upload.cjs +45 -2
  273. package/lib/index.cjs +2 -0
  274. package/lib/locale/index.cjs +29 -1
  275. package/lib/panel-component/panel-button/panel-button.css +1 -1
  276. package/lib/panel-component/panel-view-header/panel-view-header.css +1 -1
  277. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +9 -2
  278. package/lib/panel-component/searchform-buttons/searchform-buttons.css +1 -1
  279. package/lib/util/index.cjs +2 -0
  280. package/lib/util/pagination/use-pagination.cjs +33 -1
  281. package/lib/util/path-util/path-util.cjs +16 -0
  282. package/package.json +5 -5
  283. package/dist/ibiz-markdown-editor-CQRvKzXG.js +0 -1
  284. package/dist/index-YyzbGEva.js +0 -339
  285. package/dist/map-chart-nwkjjlMK.js +0 -1
  286. package/dist/map-chart-user-D2lgUtGX.js +0 -1
  287. package/dist/wang-editor-BnRUlcfv.js +0 -1
@@ -38,6 +38,10 @@ const RepeaterGrid = /* @__PURE__ */ vue.defineComponent({
38
38
  loadMore,
39
39
  updateTotalItems
40
40
  } = formMdctrlRepeater_util.useLoadMore(props.controller.value, chunkSize);
41
+ const {
42
+ semanticClass,
43
+ semanticStyle
44
+ } = vue3Util.useSemanticNode(props.controller.form);
41
45
  core.recursiveIterate(props.controller.repeatedForm, (item) => {
42
46
  var _a2;
43
47
  if (item.detailType === "FORMITEM") {
@@ -142,7 +146,8 @@ const RepeaterGrid = /* @__PURE__ */ vue.defineComponent({
142
146
  return vue.createVNode(vue.resolveComponent("el-button"), {
143
147
  "text": true,
144
148
  "type": "danger",
145
- "class": [ns.be("index", "remove")]
149
+ "style": semanticStyle("button", props.controller, "remove"),
150
+ "class": [ns.be("index", "remove"), semanticClass("button", props.controller, "remove")]
146
151
  }, _isSlot(_slot = ibiz.i18n.t("app.delete")) ? _slot : {
147
152
  default: () => [_slot]
148
153
  });
@@ -152,7 +157,8 @@ const RepeaterGrid = /* @__PURE__ */ vue.defineComponent({
152
157
  return vue.createVNode(vue.resolveComponent("el-button"), {
153
158
  "text": true,
154
159
  "type": "danger",
155
- "class": [ns.be("index", "remove")],
160
+ "class": [ns.be("index", "remove"), semanticClass("repeater.button", props.controller, "remove")],
161
+ "style": semanticStyle("repeater.button", props.controller, "remove"),
156
162
  "onClick": () => props.controller.remove(index)
157
163
  }, _isSlot(_slot2 = ibiz.i18n.t("app.delete")) ? _slot2 : {
158
164
  default: () => [_slot2]
@@ -166,20 +172,30 @@ const RepeaterGrid = /* @__PURE__ */ vue.defineComponent({
166
172
  renderItems,
167
173
  formControllers,
168
174
  renderRemoveBtn,
169
- loadMore
175
+ loadMore,
176
+ semanticClass,
177
+ semanticStyle
170
178
  };
171
179
  },
172
180
  render() {
173
181
  var _a;
174
182
  let _slot3;
175
- const tableHeight = (_a = this.controller.model.layoutPos) == null ? void 0 : _a.height;
183
+ let tableHeight = (_a = this.controller.model.layoutPos) == null ? void 0 : _a.height;
184
+ if (tableHeight) {
185
+ if (tableHeight > 0 && tableHeight <= 1) {
186
+ tableHeight = "".concat(tableHeight * 100, "%");
187
+ } else {
188
+ tableHeight = "".concat(tableHeight, "px");
189
+ }
190
+ }
176
191
  const heightObject = tableHeight ? {
177
192
  height: tableHeight
178
193
  } : {};
179
194
  return vue.createVNode("div", {
180
195
  "class": this.ns.b()
181
196
  }, [this.controller.enableCreate && vue.createVNode(vue.resolveComponent("el-button"), {
182
- "class": this.ns.e("add-btn"),
197
+ "class": [this.ns.e("add-btn"), this.semanticClass("repeater.button", this.controller, "create")],
198
+ "style": this.semanticStyle("repeater.button", this.controller, "create"),
183
199
  "onClick": () => {
184
200
  this.controller.create();
185
201
  }
@@ -189,7 +205,8 @@ const RepeaterGrid = /* @__PURE__ */ vue.defineComponent({
189
205
  "ref": "tableRef",
190
206
  "key": this.tableKey,
191
207
  "show-header": true,
192
- "class": this.ns.e("table"),
208
+ "class": [this.ns.e("table"), this.semanticClass("repeater.grid", this.controller)],
209
+ "style": this.semanticStyle("repeater.grid", this.controller),
193
210
  "data": this.renderItems,
194
211
  "cell-class-name": ({
195
212
  columnIndex
@@ -1 +1 @@
1
- .ibiz-repeater-grid{position:relative;width:100%;--ibiz-grid-column-justify-content:center}.ibiz-repeater-grid__add-btn{position:absolute;top:0;right:0;z-index:2}.ibiz-repeater-grid__drag-icon{cursor:move}.ibiz-repeater-grid__sortable-ghost{opacity:.5}.ibiz-repeater-grid .el-table__row{height:57px}.ibiz-repeater-grid .el-table__cell:has(.is-editor-content-fixed){z-index:calc(var(--el-table-index) + 1)}.ibiz-repeater-grid .el-table__row:hover .ibiz-repeater-grid-index__text:last-child{display:none}.ibiz-repeater-grid .el-table__row:hover .ibiz-repeater-grid-index__remove{display:inline}.ibiz-repeater-grid .ibiz-repeater-grid-index__remove.el-button.el-button--danger{--el-button-text-color:var(--ibiz-color-danger)}.ibiz-repeater-grid-index .cell{padding:var(--ibiz-spacing-extra-tight)}.ibiz-repeater-grid-index__remove{display:none}
1
+ .ibiz-repeater-grid{--ibiz-repeater-grid-remove-color:var(--ibiz-color-danger);--ibiz-repeater-grid-cell-padding:var(--ibiz-spacing-extra-tight);--ibiz-repeater-grid-row-height:57px;position:relative;width:100%;--ibiz-grid-column-justify-content:center}.ibiz-repeater-grid__add-btn{position:absolute;top:0;right:0;z-index:2}.ibiz-repeater-grid__drag-icon{cursor:move}.ibiz-repeater-grid__sortable-ghost{opacity:.5}.ibiz-repeater-grid .el-table__row{height:var(--ibiz-repeater-grid-row-height)}.ibiz-repeater-grid .el-table__cell:has(.is-editor-content-fixed){z-index:calc(var(--el-table-index) + 1)}.ibiz-repeater-grid .el-table__row:hover .ibiz-repeater-grid-index__text:last-child{display:none}.ibiz-repeater-grid .el-table__row:hover .ibiz-repeater-grid-index__remove{display:inline}.ibiz-repeater-grid .ibiz-repeater-grid-index__remove.el-button.el-button--danger{--el-button-text-color:var(--ibiz-repeater-grid-remove-color)}.ibiz-repeater-grid-index .cell{padding:var(--ibiz-repeater-grid-cell-padding)}.ibiz-repeater-grid-index__remove{display:none}
@@ -38,6 +38,10 @@ const RepeaterGrid2 = /* @__PURE__ */ vue.defineComponent({
38
38
  loadMore,
39
39
  updateTotalItems
40
40
  } = formMdctrlRepeater_util.useLoadMore(props.controller.value, chunkSize);
41
+ const {
42
+ semanticClass,
43
+ semanticStyle
44
+ } = vue3Util.useSemanticNode(props.controller.form);
41
45
  core.recursiveIterate(props.controller.repeatedForm, (item) => {
42
46
  var _a2;
43
47
  if (item.detailType === "FORMITEM") {
@@ -133,7 +137,8 @@ const RepeaterGrid2 = /* @__PURE__ */ vue.defineComponent({
133
137
  return vue.createVNode("ion-icon", {
134
138
  "name": "remove-outline",
135
139
  "title": ibiz.i18n.t("app.delete"),
136
- "class": ns.b("remove-btn")
140
+ "class": [ns.b("remove-btn"), semanticClass("repeater.button", props.controller, "remove")],
141
+ "style": semanticStyle("repeater.button", props.controller, "remove")
137
142
  }, null);
138
143
  }
139
144
  });
@@ -141,7 +146,8 @@ const RepeaterGrid2 = /* @__PURE__ */ vue.defineComponent({
141
146
  return vue.createVNode("ion-icon", {
142
147
  "name": "remove-outline",
143
148
  "title": ibiz.i18n.t("app.delete"),
144
- "class": ns.b("remove-btn"),
149
+ "class": [ns.b("remove-btn"), semanticClass("repeater.button", props.controller, "remove")],
150
+ "style": semanticStyle("repeater.button", props.controller, "remove"),
145
151
  "onClick": () => {
146
152
  props.controller.remove(index);
147
153
  formControllers.splice(index, 1);
@@ -156,7 +162,9 @@ const RepeaterGrid2 = /* @__PURE__ */ vue.defineComponent({
156
162
  renderItems,
157
163
  formControllers,
158
164
  renderRemoveBtn,
159
- loadMore
165
+ loadMore,
166
+ semanticClass,
167
+ semanticStyle
160
168
  };
161
169
  },
162
170
  render() {
@@ -172,7 +180,8 @@ const RepeaterGrid2 = /* @__PURE__ */ vue.defineComponent({
172
180
  "ref": "tableRef",
173
181
  "key": this.tableKey,
174
182
  "show-header": true,
175
- "class": this.ns.e("table"),
183
+ "class": [this.ns.e("table"), this.semanticClass("repeater.grid", this.controller)],
184
+ "style": this.semanticStyle("repeater.grid", this.controller),
176
185
  "data": isEmpty && this.controller.enableCreate ? [{}] : this.renderItems,
177
186
  "cell-class-name": ({
178
187
  columnIndex
@@ -291,7 +300,8 @@ const RepeaterGrid2 = /* @__PURE__ */ vue.defineComponent({
291
300
  }, [this.controller.enableCreate && vue.createVNode("ion-icon", {
292
301
  "name": "add-outline",
293
302
  "title": ibiz.i18n.t("app.add"),
294
- "class": this.ns.b("add-btn"),
303
+ "class": [this.ns.b("add-btn"), this.semanticClass("repeater.button", this.controller, "create")],
304
+ "style": this.semanticStyle("repeater.button", this.controller, "create"),
295
305
  "onClick": () => {
296
306
  this.controller.create(isEmpty ? 0 : $index + 1);
297
307
  }
@@ -45,6 +45,7 @@ const RepeaterMultiForm = /* @__PURE__ */ vue.defineComponent({
45
45
  "class": this.ns.b(),
46
46
  "userStyle": userStyle,
47
47
  "items": items,
48
+ "controller": this.controller,
48
49
  "enableCreate": this.controller.enableCreate,
49
50
  "enableDelete": this.controller.enableDelete,
50
51
  "enableSort": this.controller.enableSort,
@@ -1 +1 @@
1
- .ibiz-repeater-single-form{--ibiz-repeater-single-form-header-height:32px;width:100%}.ibiz-repeater-single-form__content{width:100%}.ibiz-repeater-single-form-header{height:var(--ibiz-repeater-single-form-header-height)}
1
+ .ibiz-repeater-single-form{--ibiz-repeater-form-header-height:32px;width:100%}.ibiz-repeater-single-form__content{width:100%}.ibiz-repeater-single-form-header{height:var(--ibiz-repeater-form-header-height)}
@@ -24,6 +24,10 @@ const FormMDCtrl = /* @__PURE__ */ vue.defineComponent({
24
24
  var _a;
25
25
  const ns = vue3Util.useNamespace("form-mdctrl");
26
26
  vue3Util.useController(props.controller);
27
+ const {
28
+ semanticClass,
29
+ semanticStyle
30
+ } = vue3Util.useSemanticNode(props.controller.form);
27
31
  const c = props.controller;
28
32
  const zIndex = props.controller.form.state.zIndex;
29
33
  const hasCaption = c.model.showCaption && !!c.model.caption;
@@ -39,7 +43,9 @@ const FormMDCtrl = /* @__PURE__ */ vue.defineComponent({
39
43
  hasHeader,
40
44
  hasCaption,
41
45
  isDesignPreview,
42
- onActionClick
46
+ onActionClick,
47
+ semanticClass,
48
+ semanticStyle
43
49
  };
44
50
  },
45
51
  render() {
@@ -79,12 +85,15 @@ const FormMDCtrl = /* @__PURE__ */ vue.defineComponent({
79
85
  return vue.createVNode("div", {
80
86
  "class": [this.ns.b(), this.ns.m(this.modelData.codeName), ...this.controller.containerClass, this.hasCaption ? this.ns.m("show-caption") : ""]
81
87
  }, [this.hasHeader && vue.createVNode("div", {
82
- "class": this.ns.b("header")
88
+ "class": [this.ns.b("header"), this.semanticClass("mdctrl.header", this.controller)],
89
+ "style": this.semanticStyle("mdctrl.header", this.controller)
83
90
  }, [vue.createVNode("div", {
84
- "class": this.ns.e("title")
91
+ "class": [this.ns.b("title"), this.semanticClass("mdctrl.title", this.controller)],
92
+ "style": this.semanticStyle("mdctrl.title", this.controller)
85
93
  }, [this.hasCaption ? this.c.model.caption : ""]), model.uiactionGroup && vue.createVNode(vue.resolveComponent("iBizActionToolbar"), {
86
94
  "zIndex": this.zIndex,
87
- "class": this.ns.e("toolbar"),
95
+ "class": [this.ns.b("toolbar"), this.semanticClass("mdctrl.toolbar", this.controller)],
96
+ "style": this.semanticStyle("mdctrl.toolbar", this.controller),
88
97
  "action-details": model.uiactionGroup.uiactionGroupDetails,
89
98
  "actions-state": this.controller.state.actionGroupState,
90
99
  "onActionClick": this.onActionClick
@@ -1 +1 @@
1
- .ibiz-form-mdctrl{--ibiz-form-mdctrl-header-height:49px}.ibiz-form-mdctrl__toolbar{display:flex;justify-content:flex-end;width:50%}.ibiz-form-mdctrl__title{width:50%;font-size:var(--ibiz-font-size-header-5);font-weight:var(--ibiz-font-weight-bold)}.ibiz-form-mdctrl-header{display:flex;place-content:center space-between;align-items:center;height:var(--ibiz-form-mdctrl-header-height);padding:var(--ibiz-spacing-base-tight) 0;margin:calc(var(--ibiz-spacing-base-tight)/ 2) var(--ibiz-spacing-base-tight);line-height:var(--ibiz-form-mdctrl-header-height);border-bottom:1px solid var(--ibiz-color-border)}.ibiz-form-mdctrl-preview-content{display:flex;align-items:center;justify-content:center;min-height:100px;margin:var(--ibiz-spacing-tight);box-shadow:0 0 0 1px var(--ibiz-color-border) inset}
1
+ .ibiz-form-mdctrl{--ibiz-form-mdctrl-font-size:var(--ibiz-font-size-header-5);--ibiz-form-mdctrl-font-weight:var(--ibiz-font-weight-bold);--ibiz-form-mdctrl-button-gap:var(--ibiz-spacing-tight);--ibiz-form-mdctrl-button-width:80px}.ibiz-form-mdctrl__toolbar{display:flex;justify-content:flex-end;width:50%}.ibiz-form-mdctrl__title{width:50%;font-size:var(--ibiz-form-mdctrl-font-size);font-weight:var(--ibiz-form-mdctrl-font-weight)}.ibiz-form-mdctrl-header{--ibiz-form-mdctrl-header-height:49px;--ibiz-form-mdctrl-header-padding:var(--ibiz-spacing-base-tight) 0;--ibiz-form-mdctrl-header-margin:calc(var(--ibiz-spacing-base-tight) / 2) var(--ibiz-spacing-base-tight);--ibiz-form-mdctrl-header-border-color:var(--ibiz-color-border);display:flex;place-content:center space-between;align-items:center;height:var(--ibiz-form-mdctrl-header-height);padding:var(--ibiz-form-mdctrl-header-padding);margin:var(--ibiz-form-mdctrl-header-margin);line-height:var(--ibiz-form-mdctrl-header-height);border-bottom:1px solid var(--ibiz-form-mdctrl-header-border-color)}.ibiz-form-mdctrl-preview-content{display:flex;align-items:center;justify-content:center;min-height:100px;margin:var(--ibiz-spacing-tight);box-shadow:0 0 0 1px var(--ibiz-color-border) inset}
@@ -5,6 +5,7 @@ var draggable = require('vuedraggable');
5
5
  var vue3Util = require('@ibiz-template/vue3-util');
6
6
  require('./mdctrl-container.css');
7
7
  var core = require('@ibiz-template/core');
8
+ var runtime = require('@ibiz-template/runtime');
8
9
 
9
10
  "use strict";
10
11
  function _isSlot(s) {
@@ -34,6 +35,10 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
34
35
  enableSort: {
35
36
  type: Boolean,
36
37
  required: false
38
+ },
39
+ controller: {
40
+ type: runtime.FormMDCtrlController,
41
+ required: true
37
42
  }
38
43
  },
39
44
  emits: {
@@ -46,6 +51,10 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
46
51
  slots
47
52
  }) {
48
53
  const ns = vue3Util.useNamespace("mdctrl-container");
54
+ const {
55
+ semanticClass,
56
+ semanticStyle
57
+ } = vue3Util.useSemanticNode(props.controller.form);
49
58
  const dragClssName = ns.be("item", "icon-drag");
50
59
  const showActions = vue.computed(() => {
51
60
  return props.enableCreate || props.enableDelete;
@@ -82,7 +91,8 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
82
91
  const renderAddBtn = () => {
83
92
  let _slot;
84
93
  return vue.createVNode(vue.resolveComponent("el-button"), {
85
- "class": [ns.be("item-actions", "create"), ns.be("item-actions", "btn")],
94
+ "class": [ns.be("item-actions", "create"), ns.be("item-actions", "btn"), semanticClass("mdctrl.button", props.controller, "create")],
95
+ "style": semanticStyle("mdctrl.button", props.controller, "create"),
86
96
  "onClick": () => emit("addClick")
87
97
  }, _isSlot(_slot = ibiz.i18n.t("app.add")) ? _slot : {
88
98
  default: () => [_slot]
@@ -103,7 +113,8 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
103
113
  let _slot2;
104
114
  return vue.createVNode(vue.resolveComponent("el-button"), {
105
115
  "type": "danger",
106
- "class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn")]
116
+ "class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn"), semanticClass("mdctrl.button", props.controller, "remove")],
117
+ "style": semanticStyle("mdctrl.button", props.controller, "remove")
107
118
  }, _isSlot(_slot2 = ibiz.i18n.t("app.delete")) ? _slot2 : {
108
119
  default: () => [_slot2]
109
120
  });
@@ -112,7 +123,8 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
112
123
  }
113
124
  return vue.createVNode(vue.resolveComponent("el-button"), {
114
125
  "type": "danger",
115
- "class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn")],
126
+ "class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn"), semanticClass("mdctrl.button", props.controller, "remove")],
127
+ "style": semanticStyle("mdctrl.button", props.controller, "remove"),
116
128
  "onClick": () => emit("removeClick", item, index)
117
129
  }, _isSlot(_slot3 = ibiz.i18n.t("app.delete")) ? _slot3 : {
118
130
  default: () => [_slot3]
@@ -120,7 +132,8 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
120
132
  };
121
133
  const renderStyle2AddBtn = () => {
122
134
  return vue.createVNode(vue.resolveComponent("el-button"), {
123
- "class": [ns.be("style2-item-actions", "create"), ns.be("style2-item-actions", "btn")],
135
+ "class": [ns.be("style2-item-actions", "create"), ns.be("style2-item-actions", "btn"), semanticClass("mdctrl.button", props.controller, "create")],
136
+ "style": semanticStyle("mdctrl.button", props.controller, "create"),
124
137
  "title": ibiz.i18n.t("app.add"),
125
138
  "onClick": () => emit("addClick")
126
139
  }, {
@@ -143,7 +156,8 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
143
156
  reference: () => {
144
157
  return vue.createVNode(vue.resolveComponent("el-button"), {
145
158
  "type": "danger",
146
- "class": [ns.be("style2-item-actions", "remove"), ns.be("style2-item-actions", "btn")],
159
+ "class": [ns.be("style2-item-actions", "remove"), ns.be("style2-item-actions", "btn"), semanticClass("mdctrl.button", props.controller, "remove")],
160
+ "style": semanticStyle("mdctrl.button", props.controller, "remove"),
147
161
  "title": ibiz.i18n.t("app.delete")
148
162
  }, {
149
163
  default: () => [vue.createVNode("ion-icon", {
@@ -155,7 +169,8 @@ const MDCtrlContainer = /* @__PURE__ */ vue.defineComponent({
155
169
  }
156
170
  return vue.createVNode(vue.resolveComponent("el-button"), {
157
171
  "type": "danger",
158
- "class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn")],
172
+ "class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn"), semanticClass("button", props.controller, "remove")],
173
+ "style": semanticStyle("button", props.controller, "remove"),
159
174
  "onClick": () => emit("removeClick", item, index)
160
175
  }, _isSlot(_slot4 = ibiz.i18n.t("app.delete")) ? _slot4 : {
161
176
  default: () => [_slot4]
@@ -1 +1 @@
1
- .ibiz-mdctrl-container-item{--ibiz-mdctrl-container-item-drag-chosen-color:rgba(var(--ibiz-grey-1), 1);display:flex}.ibiz-mdctrl-container-item__form{flex-grow:1}.ibiz-mdctrl-container-item__left{flex-shrink:0}.ibiz-mdctrl-container-item__right{flex-shrink:0;width:60px;margin-left:var(--ibiz-spacing-tight)}.ibiz-mdctrl-container-item__icon-drag{display:flex;align-items:center;min-height:var(--ibiz-height-control-default);max-height:var(--ibiz-height-control-default);margin-top:var(--ibiz-spacing-tight);cursor:move}.ibiz-mdctrl-container-item__icon-drag>svg{display:flex;align-items:center;justify-content:center;width:var(--ibiz-spacing-base);height:var(--ibiz-spacing-base);fill:var(--ibiz-color-text-3)}.ibiz-mdctrl-container-item.is-drag-chosen{background-color:var(--ibiz-mdctrl-container-item-drag-chosen-color)}.ibiz-mdctrl-container-item-actions{flex-shrink:0;width:80px;text-align:center}.ibiz-mdctrl-container-item-actions .el-button+.el-button{margin-left:var(--ibiz-spacing-none)}.ibiz-mdctrl-container-item-actions__btn{margin-top:var(--ibiz-spacing-tight)}.ibiz-mdctrl-container-no-data{width:100%;display:flex;justify-content:flex-end}.ibiz-mdctrl-container-style2-item-actions{flex:1;width:100%}.ibiz-mdctrl-container-style2-item-actions .el-button+.el-button{margin-left:var(--ibiz-spacing-none)}.ibiz-mdctrl-container-style2-item-actions__btn{margin-top:var(--ibiz-spacing-tight)}.ibiz-mdctrl-container-style2-item-actions__create{width:100%;color:var(--ibiz-color-primary);background-color:transparent;border:1px dashed var(--ibiz-color-border);border-width:1px!important}.ibiz-mdctrl-container-style2-item-actions__create ion-icon{margin-right:var(--ibiz-spacing-extra-tight)}.ibiz-mdctrl-container-style2-item-actions__create:focus{color:var(--ibiz-color-primary-hover);background-color:transparent;border:1px dashed var(--ibiz-color-primary-hover)}.ibiz-mdctrl-container-style2-item-actions__create:hover{color:var(--ibiz-color-primary-hover);background-color:transparent;border:1px dashed var(--ibiz-color-primary-hover)}.ibiz-mdctrl-container-style2-item-actions__remove{font-size:var(--ibiz-font-size-heder-6)}
1
+ .ibiz-mdctrl-container-item{--ibiz-mdctrl-item-drag-chosen-color:rgba(var(--ibiz-grey-1), 1);--ibiz-mdctrl-button-width:60px;--ibiz-mdctrl-button-gap:var(--ibiz-spacing-tight);display:flex}.ibiz-mdctrl-container-item__form{flex-grow:1}.ibiz-mdctrl-container-item__left{flex-shrink:0}.ibiz-mdctrl-container-item__right{flex-shrink:0;width:var(--ibiz-mdctrl-button-width);margin-left:var(--ibiz-mdctrl-button-gap)}.ibiz-mdctrl-container-item__icon-drag{display:flex;align-items:center;min-height:var(--ibiz-height-control-default);max-height:var(--ibiz-height-control-default);margin-top:var(--ibiz-spacing-tight);cursor:move}.ibiz-mdctrl-container-item__icon-drag>svg{display:flex;align-items:center;justify-content:center;width:var(--ibiz-spacing-base);height:var(--ibiz-spacing-base);fill:var(--ibiz-color-text-3)}.ibiz-mdctrl-container-item.is-drag-chosen{background-color:var(--ibiz-mdctrl-item-drag-chosen-color)}.ibiz-mdctrl-container-item-actions{flex-shrink:0;width:80px;text-align:center}.ibiz-mdctrl-container-item-actions .el-button+.el-button{margin-left:var(--ibiz-spacing-none)}.ibiz-mdctrl-container-item-actions__btn{margin-top:var(--ibiz-spacing-tight)}.ibiz-mdctrl-container-no-data{width:100%;display:flex;justify-content:flex-end}.ibiz-mdctrl-container-style2-item-actions{flex:1;width:100%}.ibiz-mdctrl-container-style2-item-actions .el-button+.el-button{margin-left:var(--ibiz-spacing-none)}.ibiz-mdctrl-container-style2-item-actions__btn{margin-top:var(--ibiz-spacing-tight)}.ibiz-mdctrl-container-style2-item-actions__create{width:100%;color:var(--ibiz-color-primary);background-color:transparent;border:1px dashed var(--ibiz-color-border);border-width:1px!important}.ibiz-mdctrl-container-style2-item-actions__create ion-icon{margin-right:var(--ibiz-spacing-extra-tight)}.ibiz-mdctrl-container-style2-item-actions__create:focus{color:var(--ibiz-color-primary-hover);background-color:transparent;border:1px dashed var(--ibiz-color-primary-hover)}.ibiz-mdctrl-container-style2-item-actions__create:hover{color:var(--ibiz-color-primary-hover);background-color:transparent;border:1px dashed var(--ibiz-color-primary-hover)}.ibiz-mdctrl-container-style2-item-actions__remove{font-size:var(--ibiz-font-size-heder-6)}
@@ -26,6 +26,10 @@ const MDCtrlContainer2 = /* @__PURE__ */ vue.defineComponent({
26
26
  },
27
27
  setup(props) {
28
28
  const ns = vue3Util.useNamespace("mdctrl-container2");
29
+ const {
30
+ semanticClass,
31
+ semanticStyle
32
+ } = vue3Util.useSemanticNode(props.controller.form);
29
33
  const currentItem = vue.ref("");
30
34
  vue.watch(() => props.items, () => {
31
35
  var _a;
@@ -126,7 +130,9 @@ const MDCtrlContainer2 = /* @__PURE__ */ vue.defineComponent({
126
130
  handleRemove,
127
131
  handleArrowClick,
128
132
  handleDragStart,
129
- handleDragEnd
133
+ handleDragEnd,
134
+ semanticClass,
135
+ semanticStyle
130
136
  };
131
137
  },
132
138
  render() {
@@ -160,7 +166,8 @@ const MDCtrlContainer2 = /* @__PURE__ */ vue.defineComponent({
160
166
  }, [index.dragIcon()]), vue.createVNode("div", {
161
167
  "class": this.ns.be("header-item", "text")
162
168
  }, [element.title]), this.controller.enableDelete && vue.createVNode("div", {
163
- "class": this.ns.be("header-item", "btn"),
169
+ "class": [this.ns.be("header-item", "btn"), this.semanticClass("mdctrl.button", this.controller, "remove")],
170
+ "style": this.semanticStyle("mdctrl.button", this.controller, "remove"),
164
171
  "title": core.showTitle(ibiz.i18n.t("app.delete")),
165
172
  "onClick": (e) => {
166
173
  this.handleRemove(e, element);
@@ -169,7 +176,8 @@ const MDCtrlContainer2 = /* @__PURE__ */ vue.defineComponent({
169
176
  },
170
177
  footer: () => {
171
178
  return [this.controller.enableCreate && vue.createVNode("div", {
172
- "class": [this.ns.b("header-item"), !this.isShowBorder && this.ns.bm("header-item", "hidden-border")],
179
+ "class": [this.ns.b("header-item"), this.semanticClass("mdctrl.button", this.controller, "create"), !this.isShowBorder && this.ns.bm("header-item", "hidden-border")],
180
+ "style": this.semanticStyle("mdctrl.button", this.controller, "create"),
173
181
  "onClick": (e) => {
174
182
  this.handleAdd(e);
175
183
  }
@@ -24,6 +24,10 @@ const FormPage = /* @__PURE__ */ vue.defineComponent({
24
24
  },
25
25
  setup(props) {
26
26
  const ns = vue3Util.useNamespace("form-page");
27
+ const {
28
+ semanticClass,
29
+ semanticStyle
30
+ } = vue3Util.useSemanticNode(props.controller);
27
31
  let position = "top";
28
32
  if (props.modelData.tabHeaderPos) {
29
33
  position = props.modelData.tabHeaderPos.toLowerCase();
@@ -34,7 +38,9 @@ const FormPage = /* @__PURE__ */ vue.defineComponent({
34
38
  return {
35
39
  ns,
36
40
  position,
37
- onTabChange
41
+ onTabChange,
42
+ semanticClass,
43
+ semanticStyle
38
44
  };
39
45
  },
40
46
  render() {
@@ -46,11 +52,13 @@ const FormPage = /* @__PURE__ */ vue.defineComponent({
46
52
  const defaultSlots = ((_c = (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)[0]) == null ? void 0 : _c.children) || [];
47
53
  if (defaultSlots.length === 1 || noTabHeader) {
48
54
  return vue.createVNode("div", {
49
- "class": [this.ns.b(), this.ns.m("no-tab-header")]
55
+ "class": [this.ns.b(), this.semanticClass("page"), this.ns.m("no-tab-header")],
56
+ "style": this.semanticStyle("page")
50
57
  }, [defaultSlots]);
51
58
  }
52
59
  return vue.createVNode(vue.resolveComponent("el-tabs"), {
53
- "class": [this.ns.b(), this.ns.b("tab"), this.ns.e(this.position)],
60
+ "class": [this.ns.b(), this.ns.b("tab"), this.semanticClass("page", this.controller), this.ns.e(this.position)],
61
+ "style": this.semanticStyle("page", this.controller),
54
62
  "model-value": (_d = defaultSlots[0]) == null ? void 0 : _d.key,
55
63
  "tab-position": this.position,
56
64
  "onTabChange": this.onTabChange
@@ -64,14 +72,16 @@ const FormPage = /* @__PURE__ */ vue.defineComponent({
64
72
  return null;
65
73
  }
66
74
  return vue.createVNode(vue.resolveComponent("el-tab-pane"), {
67
- "class": this.ns.b("tab-item"),
75
+ "class": [this.ns.b("tab-item"), this.semanticClass("page.item", this.controller)],
68
76
  "name": c.model.id,
77
+ "style": this.semanticStyle("page.item", this.controller),
69
78
  "lazy": true
70
79
  }, {
71
80
  default: () => slot,
72
81
  label: () => {
73
82
  return vue.createVNode("span", {
74
- "class": c.labelClass
83
+ "class": [c.labelClass, this.ns.b("tab-label"), this.semanticClass("page.label", this.controller)],
84
+ "style": this.semanticStyle("page.label", this.controller)
75
85
  }, [c.model.sysImage ? vue.createVNode(vue.resolveComponent("iBizIcon"), {
76
86
  "icon": c.model.sysImage
77
87
  }, null) : null, c.model.caption]);
@@ -27,6 +27,10 @@ const FormRawItem = /* @__PURE__ */ vue.defineComponent({
27
27
  var _a;
28
28
  const ns = vue3Util.useNamespace("form-raw-item");
29
29
  const c = props.controller;
30
+ const {
31
+ semanticClass,
32
+ semanticStyle
33
+ } = vue3Util.useSemanticNode(c.form);
30
34
  const content = vue.ref("");
31
35
  const showFormDefaultContent = vue.computed(() => {
32
36
  if (props.controller.form.controlParams && props.controller.form.controlParams.editmode === "hover") {
@@ -187,11 +191,13 @@ const FormRawItem = /* @__PURE__ */ vue.defineComponent({
187
191
  content,
188
192
  showFormDefaultContent,
189
193
  isDesignPreview,
190
- renderPreviewContent
194
+ renderPreviewContent,
195
+ semanticClass,
196
+ semanticStyle
191
197
  };
192
198
  },
193
199
  render() {
194
- var _a;
200
+ var _a, _b, _c, _d, _e;
195
201
  if (!this.controller.state.visible) {
196
202
  return null;
197
203
  }
@@ -205,11 +211,14 @@ const FormRawItem = /* @__PURE__ */ vue.defineComponent({
205
211
  return vue.createVNode(vue.resolveComponent("iBizRawItem"), {
206
212
  "class": [
207
213
  this.ns.b(),
214
+ this.semanticClass("rawitem", this.controller),
215
+ this.semanticClass("rawitem.".concat((_b = (_a = this.modelData.rawItem) == null ? void 0 : _a.contentType) == null ? void 0 : _b.toLowerCase()), this.controller),
208
216
  ...this.controller.containerClass,
209
217
  this.ns.is("show-default", this.showFormDefaultContent),
210
218
  // 表单直接内容文本类型与直接内容类型应具备与标签相同样式
211
- this.ns.is("form-text", ["TEXT", "RAW"].includes(((_a = this.modelData.rawItem) == null ? void 0 : _a.contentType) || ""))
219
+ this.ns.is("form-text", ["TEXT", "RAW"].includes(((_c = this.modelData.rawItem) == null ? void 0 : _c.contentType) || ""))
212
220
  ],
221
+ "style": [this.semanticStyle("rawitem", this.controller), this.semanticStyle("rawitem.".concat((_e = (_d = this.modelData.rawItem) == null ? void 0 : _d.contentType) == null ? void 0 : _e.toLowerCase()), this.controller)],
213
222
  "rawItem": this.modelData,
214
223
  "content": this.content,
215
224
  "onClick": (event) => this.controller.onClick(event)
@@ -25,9 +25,15 @@ const FormTabPage = /* @__PURE__ */ vue.defineComponent({
25
25
  },
26
26
  setup(props) {
27
27
  const ns = vue3Util.useNamespace("form-tab-page");
28
+ const {
29
+ semanticClass,
30
+ semanticStyle
31
+ } = vue3Util.useSemanticNode(props.controller.form);
28
32
  vue3Util.useController(props.controller);
29
33
  return {
30
- ns
34
+ ns,
35
+ semanticClass,
36
+ semanticStyle
31
37
  };
32
38
  },
33
39
  render() {
@@ -35,7 +41,8 @@ const FormTabPage = /* @__PURE__ */ vue.defineComponent({
35
41
  let _slot;
36
42
  const defaultSlots = ((_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)) || [];
37
43
  return vue.withDirectives(vue.createVNode(vue.resolveComponent("iBizRow"), {
38
- "class": [this.ns.b(), this.ns.m(this.modelData.codeName), ...this.controller.containerClass],
44
+ "class": [this.ns.b(), this.semanticClass("tabpage", this.controller), this.ns.m(this.modelData.codeName), ...this.controller.containerClass],
45
+ "style": this.semanticStyle("tabpage", this.controller),
39
46
  "layout": this.modelData.layout,
40
47
  "element-loading-text": this.controller.state.loadingText,
41
48
  "onClick": (event) => this.controller.onClick(event)
@@ -26,6 +26,10 @@ const FormTabPanel = /* @__PURE__ */ vue.defineComponent({
26
26
  setup(props) {
27
27
  const ns = vue3Util.useNamespace("form-tab-panel");
28
28
  vue3Util.useController(props.controller);
29
+ const {
30
+ semanticClass,
31
+ semanticStyle
32
+ } = vue3Util.useSemanticNode(props.controller.form);
29
33
  const popoverVisible = vue.ref(false);
30
34
  const triggerClick = (key, event) => {
31
35
  const pageC = props.controller.form.details[key];
@@ -58,7 +62,9 @@ const FormTabPanel = /* @__PURE__ */ vue.defineComponent({
58
62
  ns,
59
63
  popoverVisible,
60
64
  onTabClick,
61
- renderAllTabContent
65
+ renderAllTabContent,
66
+ semanticClass,
67
+ semanticStyle
62
68
  };
63
69
  },
64
70
  render() {
@@ -68,13 +74,15 @@ const FormTabPanel = /* @__PURE__ */ vue.defineComponent({
68
74
  const defaultSlots = ((_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)) || [];
69
75
  const renderItemText = (c) => {
70
76
  return vue.createVNode("span", {
71
- "class": [this.ns.b("tab-item-content"), ...c.labelClass]
77
+ "class": [this.ns.b("tab-item-content"), this.semanticClass("tabpanel.label", this.controller), ...c.labelClass],
78
+ "style": this.semanticStyle("tabpanel.label", this.controller)
72
79
  }, [c.model.sysImage && vue.createVNode(vue.resolveComponent("iBizIcon"), {
73
80
  "icon": c.model.sysImage
74
81
  }, null), c.model.showCaption && c.model.caption]);
75
82
  };
76
83
  const tabContent = vue.withDirectives(vue.createVNode(vue.resolveComponent("el-tabs"), {
77
- "class": [this.ns.b(), this.ns.m(this.modelData.codeName), this.modelData.detailStyle ? this.ns.m(this.modelData.detailStyle.toLowerCase()) : "", ...this.controller.containerClass],
84
+ "class": [this.ns.b(), this.semanticClass("tabpanel", this.controller), this.ns.m(this.modelData.codeName), this.modelData.detailStyle ? this.ns.m(this.modelData.detailStyle.toLowerCase()) : "", ...this.controller.containerClass],
85
+ "style": this.semanticStyle("tabpanel", this.controller),
78
86
  "model-value": this.controller.state.activeTab,
79
87
  "element-loading-text": this.controller.state.loadingText,
80
88
  "onTabClick": this.onTabClick
@@ -88,7 +96,8 @@ const FormTabPanel = /* @__PURE__ */ vue.defineComponent({
88
96
  return null;
89
97
  }
90
98
  return vue.createVNode(vue.resolveComponent("el-tab-pane"), {
91
- "class": this.ns.b("tab-item"),
99
+ "class": [this.ns.b("tab-item"), this.semanticClass("tabpanel.item", this.controller)],
100
+ "style": this.semanticStyle("tabpanel.item", this.controller),
92
101
  "label": c.model.caption,
93
102
  "name": c.model.id,
94
103
  "lazy": true
@@ -113,7 +122,8 @@ const FormTabPanel = /* @__PURE__ */ vue.defineComponent({
113
122
  }), [[vue.resolveDirective("loading"), this.controller.state.loading && !isStyle2]]);
114
123
  if (this.modelData.detailStyle === "STYLE2") {
115
124
  return vue.withDirectives(vue.createVNode("div", {
116
- "class": this.ns.b("tab-panel-container-style2"),
125
+ "class": [this.ns.b("tab-panel-container-style2"), this.semanticClass("tabpanel", this.controller)],
126
+ "style": this.semanticStyle("tabpanel", this.controller),
117
127
  "element-loading-text": this.controller.state.loadingText
118
128
  }, [tabContent, vue.createVNode(vue.resolveComponent("el-popover"), {
119
129
  "trigger": "click",
@@ -24,9 +24,8 @@ const AdvanceSearch = /* @__PURE__ */ vue.defineComponent({
24
24
  const ns = vue3Util.useNamespace("advance-search");
25
25
  const c = props.controller;
26
26
  const renderAttrs = (model) => {
27
- var _a;
28
27
  const attrs = {};
29
- (_a = model.controlAttributes) == null ? void 0 : _a.forEach((item) => {
28
+ runtime.filterPresetAttrs(model.controlAttributes).forEach((item) => {
30
29
  if (item.attrName && item.attrValue) {
31
30
  attrs[item.attrName] = runtime.ScriptFactory.execSingleLine(item.attrValue, {
32
31
  ...c.getEventArgs(),
@@ -1 +1 @@
1
- @charset "UTF-8";.ibiz-control-searchform-buttons{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;height:100%;margin-top:var(--ibiz-spacing-tight);margin-left:var(--ibiz-spacing-tight);text-align:right}.ibiz-control-searchform{--ibiz-control-searchform-bg-color:transparent;--ibiz-control-searchform-padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-base);display:flex;padding:var(--ibiz-control-searchform-padding);background-color:var(--ibiz-control-searchform-bg-color)}.ibiz-control-searchform>.ibiz-form-page{flex-grow:1}
1
+ .ibiz-control-searchform{--ibiz-control-searchform-bg-color:transparent;--ibiz-control-searchform-padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-base);display:flex;padding:var(--ibiz-control-searchform-padding);background-color:var(--ibiz-control-searchform-bg-color)}.ibiz-control-searchform>.ibiz-form-page{flex-grow:1}
@@ -731,7 +731,7 @@ function useGridHeaderStyle(tableRef, ns) {
731
731
  const height = entries[0].contentRect.height;
732
732
  if (height !== lastGridHeaderHeight) {
733
733
  const tempCssVars = {
734
- "now-header-height": "".concat(height, "px")
734
+ "setting-height": "".concat(height, "px")
735
735
  };
736
736
  headerCssVars.value = ns.cssVarBlock(tempCssVars);
737
737
  lastGridHeaderHeight = height;