@ibiz-template/vue3-components 0.7.31-alpha.0 → 0.7.37-alpha.5

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 (301) hide show
  1. package/dist/chart-IZpj2cdX.js +1 -0
  2. package/dist/index-2J-iBLG-.js +1 -0
  3. package/dist/index-Yhyr5LJS.js +1 -0
  4. package/dist/index-p59-xI3J.js +4 -0
  5. package/dist/index.min.css +1 -1
  6. package/dist/index.system.min.js +1 -1
  7. package/dist/{xlsx-util-OUxT4A8O.js → xlsx-util-rAKH_Qlc.js} +1 -1
  8. package/es/_virtual/_dayjs.mjs +1 -0
  9. package/es/_virtual/zh-cn.mjs +3 -0
  10. package/es/common/action-toolbar/action-toolbar.css +1 -1
  11. package/es/common/action-toolbar/action-toolbar.mjs +2 -2
  12. package/es/common/coop-alert/coop-alert.d.ts +3 -3
  13. package/es/common/custom-filter-condition/custom-filter-condition.css +1 -0
  14. package/es/common/custom-filter-condition/custom-filter-condition.d.ts +998 -0
  15. package/es/common/custom-filter-condition/custom-filter-condition.mjs +286 -0
  16. package/es/common/custom-theme/custom-theme-model.mjs +62 -0
  17. package/es/common/custom-theme/custom-theme.controller.mjs +6 -5
  18. package/es/common/custom-theme/custom-theme.css +1 -1
  19. package/es/common/emoji-select/emoji-select.d.ts +1 -1
  20. package/es/common/index.mjs +2 -0
  21. package/es/common/pagination/pagination.css +1 -1
  22. package/es/common/pagination/pagination.mjs +1 -1
  23. package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.css +1 -1
  24. package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.mjs +4 -1
  25. package/es/common/pql-editor/pql-editor.d.ts +6 -0
  26. package/es/common/pql-editor/pql-editor.mjs +229 -130
  27. package/es/common/pql-editor/utils/index.d.ts +8 -4
  28. package/es/common/pql-editor/utils/index.mjs +193 -69
  29. package/es/common/rawitem/rawitem.mjs +16 -0
  30. package/es/common/split/split.d.ts +1 -1
  31. package/es/control/app-menu/app-menu.css +1 -1
  32. package/es/control/app-menu/app-menu.mjs +3 -2
  33. package/es/control/caption-bar/caption-bar.css +1 -1
  34. package/es/control/caption-bar/caption-bar.d.ts +1 -0
  35. package/es/control/caption-bar/caption-bar.mjs +12 -3
  36. package/es/control/caption-bar/index.d.ts +1 -0
  37. package/es/control/chart/chart.mjs +1 -1
  38. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +21 -3
  39. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +35 -10
  40. package/es/control/dashboard/dashboard-design/dashboard-design.css +1 -1
  41. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +2 -2
  42. package/es/control/dashboard/dashboard.d.ts +2 -2
  43. package/es/control/dashboard/dashboard.mjs +41 -7
  44. package/es/control/dashboard/index.d.ts +1 -1
  45. package/es/control/dashboard/index.mjs +4 -1
  46. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -0
  47. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.d.ts +64 -0
  48. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +341 -0
  49. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.d.ts +0 -0
  50. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.mjs +1 -0
  51. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.css +1 -0
  52. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.d.ts +41 -0
  53. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +130 -0
  54. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.css +1 -0
  55. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.d.ts +30 -0
  56. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +87 -0
  57. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.provider.d.ts +15 -0
  58. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.provider.mjs +21 -0
  59. package/es/control/dashboard/portlet/filter-portlet/index.d.ts +28 -0
  60. package/es/control/dashboard/portlet/filter-portlet/index.mjs +14 -0
  61. package/es/control/dashboard/portlet/index.d.ts +1 -0
  62. package/es/control/dashboard/portlet/index.mjs +2 -0
  63. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  64. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
  65. package/es/control/drtab/drtab-control.util.mjs +1 -1
  66. package/es/control/form/form-detail/form-druipart/form-druipart.css +1 -1
  67. package/es/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
  68. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +6 -2
  69. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  70. package/es/control/form/form-detail/form-item/form-item.mjs +8 -3
  71. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +6 -0
  72. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +4 -3
  73. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +6 -12
  74. package/es/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
  75. package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +8 -1
  76. package/es/control/grid/grid/grid-control.util.mjs +1 -1
  77. package/es/control/grid/grid/grid.css +1 -1
  78. package/es/control/grid/grid/grid.mjs +5 -1
  79. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +2 -2
  80. package/es/control/index.mjs +2 -0
  81. package/es/control/search-bar/filter-tree/filter-tree.d.ts +16 -1
  82. package/es/control/search-bar/filter-tree/filter-tree.mjs +12 -4
  83. package/es/control/search-bar/quick-search-select/quick-search-select.css +1 -1
  84. package/es/control/search-bar/quick-search-select/quick-search-select.mjs +1 -0
  85. package/es/control/search-bar/search-bar.css +1 -1
  86. package/es/control/search-bar/search-bar.mjs +2 -0
  87. package/es/control/search-bar/search-groups/search-groups.mjs +8 -5
  88. package/es/control/toolbar/export-excel/export-excel.css +1 -1
  89. package/es/control/toolbar/toolbar.css +1 -1
  90. package/es/control/tree/tree.css +1 -1
  91. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +2 -2
  92. package/es/control/tree-grid-ex/tree-grid-ex.mjs +1 -1
  93. package/es/control/wizard-panel/wizard-panel.css +1 -1
  94. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +1 -1
  95. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +35 -1
  96. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +26 -55
  97. package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.css +1 -0
  98. package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.d.ts +51 -0
  99. package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.mjs +335 -0
  100. package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.css +1 -0
  101. package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.d.ts +65 -0
  102. package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.mjs +260 -0
  103. package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.css +1 -0
  104. package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.d.ts +52 -0
  105. package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.mjs +258 -0
  106. package/es/editor/date-range-select/date-range-select-picker/date-range-select.css +1 -0
  107. package/es/editor/date-range-select/date-range-select-picker/date-range-select.d.ts +64 -0
  108. package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +339 -0
  109. package/es/editor/date-range-select/date-range-select.controller.d.ts +328 -0
  110. package/es/editor/date-range-select/date-range-select.controller.mjs +859 -0
  111. package/es/editor/date-range-select/date-range-select.provider.d.ts +8 -0
  112. package/es/editor/date-range-select/date-range-select.provider.mjs +25 -0
  113. package/es/editor/date-range-select/index.d.ts +3 -0
  114. package/es/editor/date-range-select/index.mjs +5 -0
  115. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +3 -0
  116. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +48 -22
  117. package/es/editor/index.mjs +8 -0
  118. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +32 -32
  119. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  120. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +17 -2
  121. package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +6 -7
  122. package/es/editor/span/span/span.css +1 -1
  123. package/es/editor/span/span/span.mjs +2 -0
  124. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -0
  125. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -0
  126. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +4 -2
  127. package/es/editor/upload/use/use-iview-upload.d.ts +1 -0
  128. package/es/editor/upload/use/use-iview-upload.mjs +37 -0
  129. package/es/index.mjs +2 -0
  130. package/es/interface/i-field.d.ts +66 -0
  131. package/es/interface/i-field.mjs +1 -0
  132. package/es/interface/i-filter-condition.d.ts +52 -0
  133. package/es/interface/i-filter-condition.mjs +1 -0
  134. package/es/interface/i-pql-item.d.ts +1 -0
  135. package/es/interface/i-pql-node-item.d.ts +35 -0
  136. package/es/interface/i-pql-node-item.mjs +1 -0
  137. package/es/interface/index.d.ts +3 -0
  138. package/es/interface/index.mjs +3 -0
  139. package/es/locale/en/index.d.ts +78 -1
  140. package/es/locale/en/index.mjs +74 -3
  141. package/es/locale/zh-CN/index.d.ts +78 -1
  142. package/es/locale/zh-CN/index.mjs +74 -3
  143. package/es/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs +15 -0
  144. package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  145. package/es/panel-component/coop-pos/coop-pos.controller.d.ts +17 -4
  146. package/es/panel-component/coop-pos/coop-pos.controller.mjs +48 -4
  147. package/es/panel-component/coop-pos/coop-pos.css +1 -1
  148. package/es/panel-component/coop-pos/coop-pos.d.ts +12 -0
  149. package/es/panel-component/coop-pos/coop-pos.mjs +20 -4
  150. package/es/panel-component/coop-pos/coop-pos.state.d.ts +14 -0
  151. package/es/panel-component/coop-pos/coop-pos.state.mjs +14 -0
  152. package/es/panel-component/coop-pos/index.d.ts +1 -0
  153. package/es/panel-component/nav-tabs/nav-tabs.css +1 -1
  154. package/es/panel-component/panel-app-login-view/panel-app-login-view.css +1 -1
  155. package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +18 -3
  156. package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +28 -0
  157. package/es/panel-component/panel-app-title/panel-app-title.css +1 -1
  158. package/es/panel-component/panel-app-title/panel-app-title.mjs +46 -3
  159. package/es/panel-component/panel-button/index.d.ts +1 -1
  160. package/es/panel-component/panel-button/panel-button.d.ts +1 -1
  161. package/es/panel-component/panel-exp-header/panel-exp-header.css +1 -1
  162. package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
  163. package/es/panel-component/short-cut/short-cut.css +1 -1
  164. package/es/util/app-modal/app-modal-component.css +1 -1
  165. package/es/util/fullscreen/fullscreen-util.d.ts +7 -0
  166. package/es/util/fullscreen/fullscreen-util.mjs +9 -0
  167. package/es/util/open-view-util/open-view-util.d.ts +11 -0
  168. package/es/util/open-view-util/open-view-util.mjs +21 -0
  169. package/es/util/wang-editor-util/wang-editor-util.d.ts +1 -0
  170. package/es/util/wang-editor-util/wang-editor-util.mjs +12 -7
  171. package/es/view/login-view/login-view.css +1 -1
  172. package/es/view/share-view/share-view.css +1 -1
  173. package/es/view-engine/edit-view.engine.d.ts +17 -0
  174. package/es/view-engine/edit-view.engine.mjs +73 -36
  175. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
  176. package/es/web-app/create-vue-app.mjs +8 -0
  177. package/lib/_virtual/_dayjs.cjs +9 -0
  178. package/lib/_virtual/zh-cn.cjs +5 -0
  179. package/lib/common/action-toolbar/action-toolbar.cjs +2 -2
  180. package/lib/common/action-toolbar/action-toolbar.css +1 -1
  181. package/lib/common/custom-filter-condition/custom-filter-condition.cjs +288 -0
  182. package/lib/common/custom-filter-condition/custom-filter-condition.css +1 -0
  183. package/lib/common/custom-theme/custom-theme-model.cjs +62 -0
  184. package/lib/common/custom-theme/custom-theme.controller.cjs +6 -5
  185. package/lib/common/custom-theme/custom-theme.css +1 -1
  186. package/lib/common/index.cjs +2 -0
  187. package/lib/common/pagination/pagination.cjs +1 -1
  188. package/lib/common/pagination/pagination.css +1 -1
  189. package/lib/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.cjs +4 -1
  190. package/lib/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.css +1 -1
  191. package/lib/common/pql-editor/pql-editor.cjs +228 -129
  192. package/lib/common/pql-editor/utils/index.cjs +195 -68
  193. package/lib/common/rawitem/rawitem.cjs +16 -0
  194. package/lib/control/app-menu/app-menu.cjs +3 -2
  195. package/lib/control/app-menu/app-menu.css +1 -1
  196. package/lib/control/caption-bar/caption-bar.cjs +11 -2
  197. package/lib/control/caption-bar/caption-bar.css +1 -1
  198. package/lib/control/chart/chart.cjs +1 -1
  199. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +34 -9
  200. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +2 -2
  201. package/lib/control/dashboard/dashboard-design/dashboard-design.css +1 -1
  202. package/lib/control/dashboard/dashboard.cjs +40 -6
  203. package/lib/control/dashboard/index.cjs +5 -0
  204. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +343 -0
  205. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -0
  206. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.cjs +3 -0
  207. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.cjs +132 -0
  208. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.css +1 -0
  209. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.cjs +89 -0
  210. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.css +1 -0
  211. package/lib/control/dashboard/portlet/filter-portlet/filter-portlet.provider.cjs +23 -0
  212. package/lib/control/dashboard/portlet/filter-portlet/index.cjs +20 -0
  213. package/lib/control/dashboard/portlet/index.cjs +4 -0
  214. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +1 -1
  215. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  216. package/lib/control/drtab/drtab-control.util.cjs +1 -1
  217. package/lib/control/form/form-detail/form-druipart/form-druipart.css +1 -1
  218. package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +6 -2
  219. package/lib/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
  220. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  221. package/lib/control/form/form-detail/form-item/form-item.cjs +8 -3
  222. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +3 -2
  223. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +5 -11
  224. package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +8 -1
  225. package/lib/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
  226. package/lib/control/grid/grid/grid-control.util.cjs +1 -1
  227. package/lib/control/grid/grid/grid.cjs +5 -1
  228. package/lib/control/grid/grid/grid.css +1 -1
  229. package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +2 -2
  230. package/lib/control/index.cjs +22 -18
  231. package/lib/control/search-bar/filter-tree/filter-tree.cjs +12 -4
  232. package/lib/control/search-bar/quick-search-select/quick-search-select.cjs +1 -0
  233. package/lib/control/search-bar/quick-search-select/quick-search-select.css +1 -1
  234. package/lib/control/search-bar/search-bar.cjs +2 -0
  235. package/lib/control/search-bar/search-bar.css +1 -1
  236. package/lib/control/search-bar/search-groups/search-groups.cjs +8 -5
  237. package/lib/control/toolbar/export-excel/export-excel.css +1 -1
  238. package/lib/control/toolbar/toolbar.css +1 -1
  239. package/lib/control/tree/tree.css +1 -1
  240. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.cjs +2 -2
  241. package/lib/control/tree-grid-ex/tree-grid-ex.cjs +1 -1
  242. package/lib/control/wizard-panel/wizard-panel.css +1 -1
  243. package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs +26 -55
  244. package/lib/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.cjs +339 -0
  245. package/lib/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.css +1 -0
  246. package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +264 -0
  247. package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.css +1 -0
  248. package/lib/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.cjs +262 -0
  249. package/lib/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.css +1 -0
  250. package/lib/editor/date-range-select/date-range-select-picker/date-range-select.cjs +341 -0
  251. package/lib/editor/date-range-select/date-range-select-picker/date-range-select.css +1 -0
  252. package/lib/editor/date-range-select/date-range-select.controller.cjs +861 -0
  253. package/lib/editor/date-range-select/date-range-select.provider.cjs +27 -0
  254. package/lib/editor/date-range-select/index.cjs +11 -0
  255. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +47 -21
  256. package/lib/editor/index.cjs +8 -0
  257. package/lib/editor/list-box/ibiz-list-box/ibiz-list-box.cjs +32 -32
  258. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +17 -2
  259. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  260. package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +6 -7
  261. package/lib/editor/span/span/span.cjs +2 -0
  262. package/lib/editor/span/span/span.css +1 -1
  263. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +4 -2
  264. package/lib/editor/upload/use/use-iview-upload.cjs +37 -0
  265. package/lib/index.cjs +52 -48
  266. package/lib/interface/i-field.cjs +3 -0
  267. package/lib/interface/i-filter-condition.cjs +3 -0
  268. package/lib/interface/i-pql-node-item.cjs +3 -0
  269. package/lib/interface/index.cjs +3 -0
  270. package/lib/locale/en/index.cjs +74 -3
  271. package/lib/locale/zh-CN/index.cjs +74 -3
  272. package/lib/node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.cjs +19 -0
  273. package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  274. package/lib/panel-component/coop-pos/coop-pos.cjs +19 -3
  275. package/lib/panel-component/coop-pos/coop-pos.controller.cjs +48 -4
  276. package/lib/panel-component/coop-pos/coop-pos.css +1 -1
  277. package/lib/panel-component/coop-pos/coop-pos.state.cjs +14 -0
  278. package/lib/panel-component/nav-tabs/nav-tabs.css +1 -1
  279. package/lib/panel-component/panel-app-login-view/panel-app-login-view.css +1 -1
  280. package/lib/panel-component/panel-app-title/panel-app-title.cjs +46 -3
  281. package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +28 -0
  282. package/lib/panel-component/panel-app-title/panel-app-title.css +1 -1
  283. package/lib/panel-component/panel-exp-header/panel-exp-header.css +1 -1
  284. package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
  285. package/lib/panel-component/short-cut/short-cut.css +1 -1
  286. package/lib/util/app-modal/app-modal-component.css +1 -1
  287. package/lib/util/fullscreen/fullscreen-util.cjs +9 -0
  288. package/lib/util/open-view-util/open-view-util.cjs +21 -0
  289. package/lib/util/wang-editor-util/wang-editor-util.cjs +12 -7
  290. package/lib/view/login-view/login-view.css +1 -1
  291. package/lib/view/share-view/share-view.css +1 -1
  292. package/lib/view-engine/edit-view.engine.cjs +72 -35
  293. package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +1 -1
  294. package/lib/web-app/create-vue-app.cjs +8 -0
  295. package/package.json +9 -8
  296. package/dist/chart-0UV2FAN6.js +0 -1
  297. package/dist/index-YQyitjSg.js +0 -1
  298. package/dist/index-maJGu4b8.js +0 -4
  299. package/dist/index-trS6uS3E.js +0 -1
  300. /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.30_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.35-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
  301. /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.30_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.35-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,52 @@
1
+ import { IEditorController, IEditorProvider } from '@ibiz-template/runtime';
2
+ import { IEditor } from '@ibiz/model-core';
3
+ export interface IFilterCondition {
4
+ /**
5
+ * 标识
6
+ *
7
+ * @author zhanghengfeng
8
+ * @date 2024-07-25 15:07:07
9
+ * @type {string}
10
+ */
11
+ key: string;
12
+ /**
13
+ * 属性字段
14
+ *
15
+ * @author zhanghengfeng
16
+ * @date 2024-07-25 15:07:18
17
+ * @type {string}
18
+ */
19
+ field: string;
20
+ /**
21
+ * 操作符
22
+ *
23
+ * @author zhanghengfeng
24
+ * @date 2024-07-25 15:07:26
25
+ * @type {string}
26
+ */
27
+ valueOP: string;
28
+ /**
29
+ * 值
30
+ *
31
+ * @author zhanghengfeng
32
+ * @date 2024-07-25 15:07:37
33
+ * @type {unknown}
34
+ */
35
+ value?: unknown;
36
+ /**
37
+ * 编辑器适配器
38
+ *
39
+ * @author zhanghengfeng
40
+ * @date 2024-07-25 15:07:46
41
+ * @type {IEditorProvider}
42
+ */
43
+ editorProvider?: IEditorProvider;
44
+ /**
45
+ * 编辑器
46
+ *
47
+ * @author zhanghengfeng
48
+ * @date 2024-07-25 15:07:58
49
+ * @type {IEditorController<IEditor>}
50
+ */
51
+ editor?: IEditorController<IEditor>;
52
+ }
@@ -0,0 +1 @@
1
+ "use strict";
@@ -48,5 +48,6 @@ export interface IPqlItem {
48
48
  value?: {
49
49
  value?: string;
50
50
  label?: string;
51
+ type?: string;
51
52
  };
52
53
  }
@@ -0,0 +1,35 @@
1
+ import { IPqlNode } from './i-pql-node';
2
+ export interface IPqlNodeItem {
3
+ /**
4
+ * 类型
5
+ *
6
+ * @author zhanghengfeng
7
+ * @date 2024-07-30 19:07:38
8
+ * @type {('connection' | 'condition')}
9
+ */
10
+ type?: 'connection' | 'condition';
11
+ /**
12
+ * 属性
13
+ *
14
+ * @author zhanghengfeng
15
+ * @date 2024-07-30 19:07:50
16
+ * @type {IPqlNode}
17
+ */
18
+ key?: IPqlNode;
19
+ /**
20
+ * 操作符
21
+ *
22
+ * @author zhanghengfeng
23
+ * @date 2024-07-30 19:07:59
24
+ * @type {IPqlNode}
25
+ */
26
+ operator?: IPqlNode;
27
+ /**
28
+ * 值
29
+ *
30
+ * @author zhanghengfeng
31
+ * @date 2024-07-30 19:07:08
32
+ * @type {IPqlNode[]}
33
+ */
34
+ value?: IPqlNode[];
35
+ }
@@ -0,0 +1 @@
1
+ "use strict";
@@ -1,3 +1,6 @@
1
1
  export * from './i-schema-field';
2
2
  export * from './i-pql-node';
3
3
  export * from './i-pql-item';
4
+ export * from './i-field';
5
+ export * from './i-filter-condition';
6
+ export * from './i-pql-node-item';
@@ -1,5 +1,8 @@
1
1
  import './i-schema-field.mjs';
2
2
  import './i-pql-node.mjs';
3
3
  import './i-pql-item.mjs';
4
+ import './i-field.mjs';
5
+ import './i-filter-condition.mjs';
6
+ import './i-pql-node-item.mjs';
4
7
 
5
8
  "use strict";
@@ -131,6 +131,7 @@ declare const _default: {
131
131
  };
132
132
  editor: {
133
133
  editorNoConfigured: string;
134
+ itemsText: string;
134
135
  };
135
136
  view: {
136
137
  viewActivation: string;
@@ -202,7 +203,6 @@ declare const _default: {
202
203
  grid: {
203
204
  unsupported: string;
204
205
  attributeColumns: string;
205
- noCodeTable: string;
206
206
  configureFirstColumn: string;
207
207
  requiresCodeTable: string;
208
208
  noMatchCodeTable: string;
@@ -280,6 +280,9 @@ declare const _default: {
280
280
  nextStep: string;
281
281
  nextForm: string;
282
282
  };
283
+ dashboard: {
284
+ unGroup: string;
285
+ };
283
286
  };
284
287
  utils: {
285
288
  buttonState: {
@@ -654,6 +657,9 @@ declare const _default: {
654
657
  uiDomainManager: {
655
658
  invalidInterfaceDomain: string;
656
659
  };
660
+ collaborateManager: {
661
+ invalidCollaborateRoom: string;
662
+ };
657
663
  verify: {
658
664
  contentConform: string;
659
665
  scopeRules: string;
@@ -780,6 +786,7 @@ declare const _default: {
780
786
  customTheme: {
781
787
  themeColor: string;
782
788
  light: string;
789
+ studio_dark: string;
783
790
  confirmCopyLink: string;
784
791
  preview: string;
785
792
  save: string;
@@ -902,6 +909,21 @@ declare const _default: {
902
909
  gridRowHoverDesc: string;
903
910
  gridRowSelect: string;
904
911
  gridRowSelectDesc: string;
912
+ tree: string;
913
+ treeTextColor: string;
914
+ treeTextColorDesc: string;
915
+ treeBgColor: string;
916
+ treeBgColorDesc: string;
917
+ treeDisabledColor: string;
918
+ treeDisabledColorDesc: string;
919
+ treeHoverColor: string;
920
+ treeHoverColorDesc: string;
921
+ treeHoverBgColor: string;
922
+ treeHoverBgColorDesc: string;
923
+ treeSelectColor: string;
924
+ treeSelectColorDesc: string;
925
+ treeSelectBgColor: string;
926
+ treeSelectBgColorDesc: string;
905
927
  };
906
928
  loadMore: string;
907
929
  };
@@ -976,6 +998,7 @@ declare const _default: {
976
998
  dashboard: {
977
999
  customDashboardContainer: {
978
1000
  portalCustomPrompt: string;
1001
+ newFilter: string;
979
1002
  };
980
1003
  dashboardDesign: {
981
1004
  global: string;
@@ -985,6 +1008,15 @@ declare const _default: {
985
1008
  cellHeight: string;
986
1009
  restoreDefault: string;
987
1010
  save: string;
1011
+ unGroup: string;
1012
+ };
1013
+ filterPortletDesign: {
1014
+ ctrlTitleError: string;
1015
+ ctrlTitle: string;
1016
+ ctrlPlaceholder: string;
1017
+ checkTitle: string;
1018
+ baseSet: string;
1019
+ filterTitle: string;
988
1020
  };
989
1021
  };
990
1022
  form: {
@@ -1015,6 +1047,10 @@ declare const _default: {
1015
1047
  formMDctrl: {
1016
1048
  errorMessage: string;
1017
1049
  };
1050
+ formGroup: {
1051
+ fold: string;
1052
+ unfold: string;
1053
+ };
1018
1054
  };
1019
1055
  gantt: {
1020
1056
  complete: string;
@@ -1055,6 +1091,9 @@ declare const _default: {
1055
1091
  dialogCancel: string;
1056
1092
  dialogDetermine: string;
1057
1093
  };
1094
+ quickSearchSelect: {
1095
+ searchField: string;
1096
+ };
1058
1097
  };
1059
1098
  toolbar: {
1060
1099
  exportExcel: {
@@ -1072,6 +1111,9 @@ declare const _default: {
1072
1111
  treeGridEx: {
1073
1112
  noFoundMessage: string;
1074
1113
  };
1114
+ captionBar: {
1115
+ total: string;
1116
+ };
1075
1117
  };
1076
1118
  component: {
1077
1119
  indexSearch: {
@@ -1146,6 +1188,16 @@ declare const _default: {
1146
1188
  formItemContainer: {
1147
1189
  more: string;
1148
1190
  };
1191
+ pqlEditor: {
1192
+ noExpression: string;
1193
+ noConnection: string;
1194
+ noKey: string;
1195
+ noOperator: string;
1196
+ noValue: string;
1197
+ noDelimiter: string;
1198
+ errorCombination: string;
1199
+ errorDelimiter: string;
1200
+ };
1149
1201
  };
1150
1202
  editor: {
1151
1203
  common: {
@@ -1167,6 +1219,26 @@ declare const _default: {
1167
1219
  dateRange: {
1168
1220
  rangeSeparator: string;
1169
1221
  };
1222
+ dateRangeSelect: {
1223
+ day: string;
1224
+ week: string;
1225
+ month: string;
1226
+ quarter: string;
1227
+ year: string;
1228
+ static: string;
1229
+ dynamic: string;
1230
+ dateunit: string;
1231
+ daterange: string;
1232
+ today: string;
1233
+ recently: string;
1234
+ pastTime: string;
1235
+ future: string;
1236
+ currentWeek: string;
1237
+ currentMonth: string;
1238
+ currentYear: string;
1239
+ currentQuarter: string;
1240
+ recentlySixMonth: string;
1241
+ };
1170
1242
  html: {
1171
1243
  wangEditor: {
1172
1244
  customTips: string;
@@ -1205,6 +1277,11 @@ declare const _default: {
1205
1277
  authUserinfo: {
1206
1278
  visitor: string;
1207
1279
  };
1280
+ coopPos: {
1281
+ view: string;
1282
+ edit: string;
1283
+ update: string;
1284
+ };
1208
1285
  navPosIndex: {
1209
1286
  noSupportPrompt: string;
1210
1287
  };
@@ -109,6 +109,7 @@ var index = {
109
109
  customTheme: {
110
110
  themeColor: "Theme color",
111
111
  light: "Bright color",
112
+ studio_dark: "Dark",
112
113
  confirmCopyLink: "Confirm copy link",
113
114
  preview: "Preview",
114
115
  save: "Save",
@@ -230,7 +231,22 @@ var index = {
230
231
  gridRowHover: "Table row hover color",
231
232
  gridRowHoverDesc: "Table row suspension color, background color when a row is hover",
232
233
  gridRowSelect: "Select color for table row",
233
- gridRowSelectDesc: "Table row selected color, background color when a row is selected"
234
+ gridRowSelectDesc: "Table row selected color, background color when a row is selected",
235
+ tree: "Tree",
236
+ treeTextColor: "Tree view text color",
237
+ treeTextColorDesc: "Tree view text color, tree node base text color",
238
+ treeBgColor: "Tree view background color",
239
+ treeBgColorDesc: "Background color of the tree view, the overall background color of the tree view component",
240
+ treeDisabledColor: "Tree view disable color",
241
+ treeDisabledColorDesc: "Disable color in the tree view and text color in the tree node",
242
+ treeHoverColor: "Tree view hover color",
243
+ treeHoverColorDesc: "Tree view hover color, tree node hover text color",
244
+ treeHoverBgColor: "Tree view suspension background color",
245
+ treeHoverBgColorDesc: "Tree view suspension background color, tree node suspension background color",
246
+ treeSelectColor: "Tree view Selected color",
247
+ treeSelectColorDesc: "In the tree view, select a color, and select a natural color for tree nodes",
248
+ treeSelectBgColor: "Tree View Select the background color",
249
+ treeSelectBgColorDesc: "Select the background color for the tree view and the background color for the tree node"
234
250
  },
235
251
  loadMore: "Load more"
236
252
  },
@@ -304,7 +320,8 @@ var index = {
304
320
  },
305
321
  dashboard: {
306
322
  customDashboardContainer: {
307
- portalCustomPrompt: "Portal customization"
323
+ portalCustomPrompt: "Portal customization",
324
+ newFilter: "New filter porlet"
308
325
  },
309
326
  dashboardDesign: {
310
327
  global: "Global level",
@@ -313,7 +330,16 @@ var index = {
313
330
  colNum: "Column number",
314
331
  cellHeight: "Cell height",
315
332
  restoreDefault: "Restore default",
316
- save: "Save"
333
+ save: "Save",
334
+ unGroup: "Ungroup"
335
+ },
336
+ filterPortletDesign: {
337
+ ctrlTitleError: "Control name cannot be empty",
338
+ ctrlTitle: "Control name",
339
+ ctrlPlaceholder: "Please enter a control name",
340
+ checkTitle: "This parameter is valid for all reports in the data set",
341
+ baseSet: "Basic setup",
342
+ filterTitle: "Filter porlet"
317
343
  }
318
344
  },
319
345
  form: {
@@ -343,6 +369,10 @@ var index = {
343
369
  },
344
370
  formMDctrl: {
345
371
  errorMessage: "The content type is currently not supported as {contentType}"
372
+ },
373
+ formGroup: {
374
+ fold: "Fold",
375
+ unfold: "Unfold"
346
376
  }
347
377
  },
348
378
  gantt: {
@@ -383,6 +413,9 @@ var index = {
383
413
  operate: "Operate",
384
414
  dialogCancel: "Cancel",
385
415
  dialogDetermine: "Determine"
416
+ },
417
+ quickSearchSelect: {
418
+ searchField: "Selective search field"
386
419
  }
387
420
  },
388
421
  toolbar: {
@@ -400,6 +433,9 @@ var index = {
400
433
  },
401
434
  treeGridEx: {
402
435
  noFoundMessage: "Unable to find row data object for {id}"
436
+ },
437
+ captionBar: {
438
+ total: "{total} bar data {invisibleNum} bar is not visible"
403
439
  }
404
440
  },
405
441
  // 组件
@@ -475,6 +511,16 @@ var index = {
475
511
  },
476
512
  formItemContainer: {
477
513
  more: "More"
514
+ },
515
+ pqlEditor: {
516
+ noExpression: "Wrong expressions. Missing expressions for connectors.",
517
+ noConnection: "Wrong expressions. The expression is missing a connector.",
518
+ noKey: "Wrong expressions. The expression is missing a key.",
519
+ noOperator: "Wrong expressions. The expression is missing an operator.",
520
+ noValue: "Wrong expressions. The expression is missing a value.",
521
+ noDelimiter: "Wrong expressions. The expression is missing a delimiter.",
522
+ errorCombination: "Wrong expressions. Wrong combination of parentheses.",
523
+ errorDelimiter: "Wrong expressions. Wrong splitter."
478
524
  }
479
525
  },
480
526
  // 编辑器
@@ -498,6 +544,26 @@ var index = {
498
544
  dateRange: {
499
545
  rangeSeparator: "To"
500
546
  },
547
+ dateRangeSelect: {
548
+ day: "Day",
549
+ week: "Week",
550
+ month: "Month",
551
+ quarter: "Quarter",
552
+ year: "Year",
553
+ static: "Fixed time",
554
+ dynamic: "Dynamic time",
555
+ dateunit: "Time Unit",
556
+ daterange: "Time range",
557
+ today: "Today",
558
+ recently: "Recently",
559
+ pastTime: "In the past",
560
+ future: "The future",
561
+ currentWeek: "This week",
562
+ currentMonth: "This month",
563
+ currentYear: "This year",
564
+ currentQuarter: "This quarter",
565
+ recentlySixMonth: "Last 6 months"
566
+ },
501
567
  html: {
502
568
  wangEditor: {
503
569
  customTips: "Custom tip",
@@ -536,6 +602,11 @@ var index = {
536
602
  authUserinfo: {
537
603
  visitor: "Visitor"
538
604
  },
605
+ coopPos: {
606
+ view: "{username} is browsing",
607
+ edit: "{username} is editing",
608
+ update: "{username} is being updated"
609
+ },
539
610
  navPosIndex: {
540
611
  noSupportPrompt: "Non-routing mode navigation placeholder is not supported"
541
612
  },
@@ -131,6 +131,7 @@ declare const _default: {
131
131
  };
132
132
  editor: {
133
133
  editorNoConfigured: string;
134
+ itemsText: string;
134
135
  };
135
136
  view: {
136
137
  viewActivation: string;
@@ -202,7 +203,6 @@ declare const _default: {
202
203
  grid: {
203
204
  unsupported: string;
204
205
  attributeColumns: string;
205
- noCodeTable: string;
206
206
  configureFirstColumn: string;
207
207
  requiresCodeTable: string;
208
208
  noMatchCodeTable: string;
@@ -280,6 +280,9 @@ declare const _default: {
280
280
  nextStep: string;
281
281
  nextForm: string;
282
282
  };
283
+ dashboard: {
284
+ unGroup: string;
285
+ };
283
286
  };
284
287
  utils: {
285
288
  buttonState: {
@@ -652,6 +655,9 @@ declare const _default: {
652
655
  uiDomainManager: {
653
656
  invalidInterfaceDomain: string;
654
657
  };
658
+ collaborateManager: {
659
+ invalidCollaborateRoom: string;
660
+ };
655
661
  verify: {
656
662
  contentConform: string;
657
663
  scopeRules: string;
@@ -778,6 +784,7 @@ declare const _default: {
778
784
  customTheme: {
779
785
  themeColor: string;
780
786
  light: string;
787
+ studio_dark: string;
781
788
  confirmCopyLink: string;
782
789
  preview: string;
783
790
  save: string;
@@ -900,6 +907,21 @@ declare const _default: {
900
907
  gridRowHoverDesc: string;
901
908
  gridRowSelect: string;
902
909
  gridRowSelectDesc: string;
910
+ tree: string;
911
+ treeTextColor: string;
912
+ treeTextColorDesc: string;
913
+ treeBgColor: string;
914
+ treeBgColorDesc: string;
915
+ treeDisabledColor: string;
916
+ treeDisabledColorDesc: string;
917
+ treeHoverColor: string;
918
+ treeHoverColorDesc: string;
919
+ treeHoverBgColor: string;
920
+ treeHoverBgColorDesc: string;
921
+ treeSelectColor: string;
922
+ treeSelectColorDesc: string;
923
+ treeSelectBgColor: string;
924
+ treeSelectBgColorDesc: string;
903
925
  };
904
926
  loadMore: string;
905
927
  };
@@ -970,6 +992,7 @@ declare const _default: {
970
992
  dashboard: {
971
993
  customDashboardContainer: {
972
994
  portalCustomPrompt: string;
995
+ newFilter: string;
973
996
  };
974
997
  dashboardDesign: {
975
998
  global: string;
@@ -979,6 +1002,15 @@ declare const _default: {
979
1002
  cellHeight: string;
980
1003
  restoreDefault: string;
981
1004
  save: string;
1005
+ unGroup: string;
1006
+ };
1007
+ filterPortletDesign: {
1008
+ ctrlTitleError: string;
1009
+ ctrlTitle: string;
1010
+ ctrlPlaceholder: string;
1011
+ checkTitle: string;
1012
+ baseSet: string;
1013
+ filterTitle: string;
982
1014
  };
983
1015
  };
984
1016
  form: {
@@ -1009,6 +1041,10 @@ declare const _default: {
1009
1041
  formMDctrl: {
1010
1042
  errorMessage: string;
1011
1043
  };
1044
+ formGroup: {
1045
+ fold: string;
1046
+ unfold: string;
1047
+ };
1012
1048
  };
1013
1049
  gantt: {
1014
1050
  complete: string;
@@ -1049,6 +1085,9 @@ declare const _default: {
1049
1085
  dialogCancel: string;
1050
1086
  dialogDetermine: string;
1051
1087
  };
1088
+ quickSearchSelect: {
1089
+ searchField: string;
1090
+ };
1052
1091
  };
1053
1092
  toolbar: {
1054
1093
  exportExcel: {
@@ -1066,6 +1105,9 @@ declare const _default: {
1066
1105
  treeGridEx: {
1067
1106
  noFoundMessage: string;
1068
1107
  };
1108
+ captionBar: {
1109
+ total: string;
1110
+ };
1069
1111
  };
1070
1112
  component: {
1071
1113
  indexSearch: {
@@ -1140,6 +1182,16 @@ declare const _default: {
1140
1182
  formItemContainer: {
1141
1183
  more: string;
1142
1184
  };
1185
+ pqlEditor: {
1186
+ noExpression: string;
1187
+ noConnection: string;
1188
+ noKey: string;
1189
+ noOperator: string;
1190
+ noValue: string;
1191
+ noDelimiter: string;
1192
+ errorCombination: string;
1193
+ errorDelimiter: string;
1194
+ };
1143
1195
  };
1144
1196
  editor: {
1145
1197
  common: {
@@ -1161,6 +1213,26 @@ declare const _default: {
1161
1213
  dateRange: {
1162
1214
  rangeSeparator: string;
1163
1215
  };
1216
+ dateRangeSelect: {
1217
+ day: string;
1218
+ week: string;
1219
+ month: string;
1220
+ quarter: string;
1221
+ year: string;
1222
+ static: string;
1223
+ dynamic: string;
1224
+ dateUnit: string;
1225
+ daterange: string;
1226
+ today: string;
1227
+ recently: string;
1228
+ pastTime: string;
1229
+ future: string;
1230
+ currentWeek: string;
1231
+ currentMonth: string;
1232
+ currentYear: string;
1233
+ currentQuarter: string;
1234
+ recentlySixMonth: string;
1235
+ };
1164
1236
  html: {
1165
1237
  wangEditor: {
1166
1238
  customTips: string;
@@ -1199,6 +1271,11 @@ declare const _default: {
1199
1271
  authUserinfo: {
1200
1272
  visitor: string;
1201
1273
  };
1274
+ coopPos: {
1275
+ view: string;
1276
+ edit: string;
1277
+ update: string;
1278
+ };
1202
1279
  navPosIndex: {
1203
1280
  noSupportPrompt: string;
1204
1281
  };