@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,998 @@
1
+ import { PropType } from 'vue';
2
+ import { IEditor } from '@ibiz/model-core';
3
+ import { IEditorContainerController } from '@ibiz-template/runtime';
4
+ import { IField, IFilterCondition } from '../../interface';
5
+ import './custom-filter-condition.scss';
6
+ export declare const IBizCustomFilterCondition: import("vue").DefineComponent<{
7
+ value: {
8
+ type: PropType<IData>;
9
+ };
10
+ context: {
11
+ type: PropType<IContext>;
12
+ required: true;
13
+ };
14
+ params: {
15
+ type: PropType<IParams>;
16
+ };
17
+ schemaFields: {
18
+ type: PropType<IData[]>;
19
+ default: () => never[];
20
+ };
21
+ }, {
22
+ ns: import("@ibiz-template/core").Namespace;
23
+ fields: import("vue").Ref<{
24
+ type?: string | undefined;
25
+ originalType?: string | undefined;
26
+ appDEFieldId: string;
27
+ caption?: string | undefined;
28
+ valueOPs?: {
29
+ valueOP: string;
30
+ label: string;
31
+ sqlOP: string;
32
+ }[] | undefined;
33
+ appCodeListId?: string | undefined;
34
+ appDataEntityId?: string | undefined;
35
+ }[]>;
36
+ fieldMap: import("vue").Ref<Map<string, IField>>;
37
+ items: import("vue").Ref<{
38
+ key: string;
39
+ field: string;
40
+ valueOP: string;
41
+ value?: unknown;
42
+ editorProvider?: {
43
+ formEditor: any;
44
+ gridEditor: any;
45
+ createController: (editorModel: IEditor, parentController: IEditorContainerController) => Promise<import("@ibiz-template/runtime").IEditorController<IEditor>>;
46
+ } | undefined;
47
+ editor?: {
48
+ readonly model: {
49
+ cssStyle?: string | undefined;
50
+ dynaClass?: string | undefined;
51
+ editorHeight?: number | undefined;
52
+ editorParams?: {
53
+ [x: string]: any;
54
+ [x: symbol]: any;
55
+ constructor: Function;
56
+ toString: () => string;
57
+ toLocaleString: () => string;
58
+ valueOf: () => Object;
59
+ hasOwnProperty: (v: PropertyKey) => boolean;
60
+ isPrototypeOf: (v: Object) => boolean;
61
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
62
+ } | undefined;
63
+ editorStyle?: string | undefined;
64
+ editorType?: string | undefined;
65
+ editorWidth?: number | undefined;
66
+ objectIdField?: string | undefined;
67
+ objectNameField?: string | undefined;
68
+ objectValueField?: string | undefined;
69
+ controlAttributes?: {
70
+ attrName?: string | undefined;
71
+ attrValue?: string | undefined;
72
+ appId: string;
73
+ id?: string | undefined;
74
+ name?: string | undefined;
75
+ codeName?: string | undefined;
76
+ userParam?: Record<string, string> | undefined;
77
+ modelId?: string | undefined;
78
+ modelType?: string | undefined;
79
+ }[] | undefined;
80
+ controlLogics?: {
81
+ attrName?: string | undefined;
82
+ eventArg?: string | undefined;
83
+ eventArg2?: string | undefined;
84
+ eventNames?: string | undefined;
85
+ itemName?: string | undefined;
86
+ logicTag?: string | undefined;
87
+ logicType?: string | undefined;
88
+ appDEUIActionId?: string | undefined;
89
+ appDEUILogicId?: string | undefined;
90
+ appDataEntityId?: string | undefined;
91
+ appUILogicId?: string | undefined;
92
+ appViewEngineId?: string | undefined;
93
+ appViewLogicId?: string | undefined;
94
+ scriptCode?: string | undefined;
95
+ timer?: number | undefined;
96
+ triggerType?: string | undefined;
97
+ appId: string;
98
+ id?: string | undefined;
99
+ name?: string | undefined;
100
+ codeName?: string | undefined;
101
+ userParam?: Record<string, string> | undefined;
102
+ modelId?: string | undefined;
103
+ modelType?: string | undefined;
104
+ }[] | undefined;
105
+ controlRenders?: {
106
+ layoutPanelModel?: string | undefined;
107
+ layoutPanel?: {
108
+ codeName?: string | undefined;
109
+ dataMode?: number | undefined;
110
+ dataName?: string | undefined;
111
+ dataTimer?: number | undefined;
112
+ getControlAction?: {
113
+ adappDELogicId?: string | undefined;
114
+ actionDesc?: string | undefined;
115
+ appDEMethodId?: string | undefined;
116
+ appDataEntityId?: string | undefined;
117
+ timeout?: number | undefined;
118
+ appId: string;
119
+ id?: string | undefined;
120
+ name?: string | undefined;
121
+ codeName?: string | undefined;
122
+ userParam?: Record<string, string> | undefined;
123
+ modelId?: string | undefined;
124
+ modelType?: string | undefined;
125
+ } | undefined;
126
+ layoutMode?: string | undefined;
127
+ panelStyle?: string | undefined;
128
+ panelWidth?: number | undefined;
129
+ rootPanelItems?: {
130
+ capLanguageRes?: {
131
+ defaultContent?: string | undefined;
132
+ lanResTag?: string | undefined;
133
+ lanResType?: string | undefined;
134
+ refFlag?: boolean | undefined;
135
+ appId: string;
136
+ id?: string | undefined;
137
+ name?: string | undefined;
138
+ codeName?: string | undefined;
139
+ userParam?: Record<string, string> | undefined;
140
+ modelId?: string | undefined;
141
+ modelType?: string | undefined;
142
+ } | undefined;
143
+ caption?: string | undefined;
144
+ contentHeight?: number | undefined;
145
+ contentWidth?: number | undefined;
146
+ cssStyle?: string | undefined;
147
+ dynaClass?: string | undefined;
148
+ height?: number | undefined;
149
+ itemStyle?: string | undefined;
150
+ itemType?: string | undefined;
151
+ labelCssStyle?: string | undefined;
152
+ labelDynaClass?: string | undefined;
153
+ labelSysCss?: {
154
+ codeName?: string | undefined;
155
+ cssName?: string | undefined;
156
+ cssStyle?: string | undefined;
157
+ designCssStyle?: string | undefined;
158
+ appId: string;
159
+ id?: string | undefined;
160
+ name?: string | undefined;
161
+ userParam?: Record<string, string> | undefined;
162
+ modelId?: string | undefined;
163
+ modelType?: string | undefined;
164
+ } | undefined;
165
+ layout?: {
166
+ layout?: string | undefined;
167
+ appId: string;
168
+ id?: string | undefined;
169
+ name?: string | undefined;
170
+ codeName?: string | undefined;
171
+ userParam?: Record<string, string> | undefined;
172
+ modelId?: string | undefined;
173
+ modelType?: string | undefined;
174
+ } | undefined;
175
+ layoutPos?: {
176
+ halignSelf?: string | undefined;
177
+ height?: number | undefined;
178
+ heightMode?: string | undefined;
179
+ layout?: string | undefined;
180
+ spacingBottom?: string | undefined;
181
+ spacingLeft?: string | undefined;
182
+ spacingRight?: string | undefined;
183
+ spacingTop?: string | undefined;
184
+ valignSelf?: string | undefined;
185
+ width?: number | undefined;
186
+ widthMode?: string | undefined;
187
+ appId: string;
188
+ id?: string | undefined;
189
+ name?: string | undefined;
190
+ codeName?: string | undefined;
191
+ userParam?: Record<string, string> | undefined;
192
+ modelId?: string | undefined;
193
+ modelType?: string | undefined;
194
+ } | undefined;
195
+ panelItemGroupLogics?: {
196
+ logicCat?: string | undefined;
197
+ relatedItemNames?: string[] | undefined;
198
+ groupOP?: string | undefined;
199
+ panelItemLogics?: {
200
+ logicCat?: string | undefined;
201
+ logicType?: string | undefined;
202
+ appId: string;
203
+ id?: string | undefined;
204
+ name?: string | undefined;
205
+ codeName?: string | undefined;
206
+ userParam?: Record<string, string> | undefined;
207
+ modelId?: string | undefined;
208
+ modelType?: string | undefined;
209
+ }[] | undefined;
210
+ notMode?: boolean | undefined;
211
+ logicType?: string | undefined;
212
+ appId: string;
213
+ id?: string | undefined;
214
+ name?: string | undefined;
215
+ codeName?: string | undefined;
216
+ userParam?: Record<string, string> | undefined;
217
+ modelId?: string | undefined;
218
+ modelType?: string | undefined;
219
+ }[] | undefined;
220
+ sysCss?: {
221
+ codeName?: string | undefined;
222
+ cssName?: string | undefined;
223
+ cssStyle?: string | undefined;
224
+ designCssStyle?: string | undefined;
225
+ appId: string;
226
+ id?: string | undefined;
227
+ name?: string | undefined;
228
+ userParam?: Record<string, string> | undefined;
229
+ modelId?: string | undefined;
230
+ modelType?: string | undefined;
231
+ } | undefined;
232
+ sysImage?: {
233
+ codeName?: string | undefined;
234
+ cssClass?: string | undefined;
235
+ cssClassX?: string | undefined;
236
+ glyph?: string | undefined;
237
+ height?: number | undefined;
238
+ imagePath?: string | undefined;
239
+ imagePathX?: string | undefined;
240
+ rawContent?: string | undefined;
241
+ width?: number | undefined;
242
+ appId: string;
243
+ id?: string | undefined;
244
+ name?: string | undefined;
245
+ userParam?: Record<string, string> | undefined;
246
+ modelId?: string | undefined;
247
+ modelType?: string | undefined;
248
+ } | undefined;
249
+ sysPFPluginId?: string | undefined;
250
+ width?: number | undefined;
251
+ showCaption?: boolean | undefined;
252
+ controlAttributes?: {
253
+ attrName?: string | undefined;
254
+ attrValue?: string | undefined;
255
+ appId: string;
256
+ id?: string | undefined;
257
+ name?: string | undefined;
258
+ codeName?: string | undefined;
259
+ userParam?: Record<string, string> | undefined;
260
+ modelId?: string | undefined;
261
+ modelType?: string | undefined;
262
+ }[] | undefined;
263
+ controlLogics?: {
264
+ attrName?: string | undefined;
265
+ eventArg?: string | undefined;
266
+ eventArg2?: string | undefined;
267
+ eventNames?: string | undefined;
268
+ itemName?: string | undefined;
269
+ logicTag?: string | undefined;
270
+ logicType?: string | undefined;
271
+ appDEUIActionId?: string | undefined;
272
+ appDEUILogicId?: string | undefined;
273
+ appDataEntityId?: string | undefined;
274
+ appUILogicId?: string | undefined;
275
+ appViewEngineId?: string | undefined;
276
+ appViewLogicId?: string | undefined;
277
+ scriptCode?: string | undefined;
278
+ timer?: number | undefined;
279
+ triggerType?: string | undefined;
280
+ appId: string;
281
+ id?: string | undefined;
282
+ name?: string | undefined;
283
+ codeName?: string | undefined;
284
+ userParam?: Record<string, string> | undefined;
285
+ modelId?: string | undefined;
286
+ modelType?: string | undefined;
287
+ }[] | undefined;
288
+ controlRenders?: any[] | undefined;
289
+ appId: string;
290
+ id?: string | undefined;
291
+ name?: string | undefined;
292
+ codeName?: string | undefined;
293
+ userParam?: Record<string, string> | undefined;
294
+ modelId?: string | undefined;
295
+ modelType?: string | undefined;
296
+ }[] | undefined;
297
+ layoutPanel?: boolean | undefined;
298
+ mobilePanel?: boolean | undefined;
299
+ controlStyle?: string | undefined;
300
+ controlType?: string | undefined;
301
+ height?: number | undefined;
302
+ logicName?: string | undefined;
303
+ appDataEntityId?: string | undefined;
304
+ controlAttributes?: {
305
+ attrName?: string | undefined;
306
+ attrValue?: string | undefined;
307
+ appId: string;
308
+ id?: string | undefined;
309
+ name?: string | undefined;
310
+ codeName?: string | undefined;
311
+ userParam?: Record<string, string> | undefined;
312
+ modelId?: string | undefined;
313
+ modelType?: string | undefined;
314
+ }[] | undefined;
315
+ controlLogics?: {
316
+ attrName?: string | undefined;
317
+ eventArg?: string | undefined;
318
+ eventArg2?: string | undefined;
319
+ eventNames?: string | undefined;
320
+ itemName?: string | undefined;
321
+ logicTag?: string | undefined;
322
+ logicType?: string | undefined;
323
+ appDEUIActionId?: string | undefined;
324
+ appDEUILogicId?: string | undefined;
325
+ appDataEntityId?: string | undefined;
326
+ appUILogicId?: string | undefined;
327
+ appViewEngineId?: string | undefined;
328
+ appViewLogicId?: string | undefined;
329
+ scriptCode?: string | undefined;
330
+ timer?: number | undefined;
331
+ triggerType?: string | undefined;
332
+ appId: string;
333
+ id?: string | undefined;
334
+ name?: string | undefined;
335
+ codeName?: string | undefined;
336
+ userParam?: Record<string, string> | undefined;
337
+ modelId?: string | undefined;
338
+ modelType?: string | undefined;
339
+ }[] | undefined;
340
+ controlParam?: {
341
+ ctrlParams?: {
342
+ [x: string]: any;
343
+ [x: symbol]: any;
344
+ constructor: Function;
345
+ toString: () => string;
346
+ toLocaleString: () => string;
347
+ valueOf: () => Object;
348
+ hasOwnProperty: (v: PropertyKey) => boolean;
349
+ isPrototypeOf: (v: Object) => boolean;
350
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
351
+ } | undefined;
352
+ appId: string;
353
+ id?: string | undefined;
354
+ name?: string | undefined;
355
+ codeName?: string | undefined;
356
+ userParam?: Record<string, string> | undefined;
357
+ modelId?: string | undefined;
358
+ modelType?: string | undefined;
359
+ } | undefined;
360
+ controlRenders?: any[] | undefined;
361
+ ctrlMsg?: {
362
+ codeName?: string | undefined;
363
+ msgModel?: string | undefined;
364
+ ctrlMsgItems?: {
365
+ content?: string | undefined;
366
+ contentLanguageRes?: {
367
+ defaultContent?: string | undefined;
368
+ lanResTag?: string | undefined;
369
+ lanResType?: string | undefined;
370
+ refFlag?: boolean | undefined;
371
+ appId: string;
372
+ id?: string | undefined;
373
+ name?: string | undefined;
374
+ codeName?: string | undefined;
375
+ userParam?: Record<string, string> | undefined;
376
+ modelId?: string | undefined;
377
+ modelType?: string | undefined;
378
+ } | undefined;
379
+ timeout?: number | undefined;
380
+ appId: string;
381
+ id?: string | undefined;
382
+ name?: string | undefined;
383
+ codeName?: string | undefined;
384
+ userParam?: Record<string, string> | undefined;
385
+ modelId?: string | undefined;
386
+ modelType?: string | undefined;
387
+ }[] | undefined;
388
+ appId: string;
389
+ id?: string | undefined;
390
+ name?: string | undefined;
391
+ userParam?: Record<string, string> | undefined;
392
+ modelId?: string | undefined;
393
+ modelType?: string | undefined;
394
+ } | undefined;
395
+ sysCss?: {
396
+ codeName?: string | undefined;
397
+ cssName?: string | undefined;
398
+ cssStyle?: string | undefined;
399
+ designCssStyle?: string | undefined;
400
+ appId: string;
401
+ id?: string | undefined;
402
+ name?: string | undefined;
403
+ userParam?: Record<string, string> | undefined;
404
+ modelId?: string | undefined;
405
+ modelType?: string | undefined;
406
+ } | undefined;
407
+ sysPFPluginId?: string | undefined;
408
+ priority?: number | undefined;
409
+ user2ControlAction?: {
410
+ adappDELogicId?: string | undefined;
411
+ actionDesc?: string | undefined;
412
+ appDEMethodId?: string | undefined;
413
+ appDataEntityId?: string | undefined;
414
+ timeout?: number | undefined;
415
+ appId: string;
416
+ id?: string | undefined;
417
+ name?: string | undefined;
418
+ codeName?: string | undefined;
419
+ userParam?: Record<string, string> | undefined;
420
+ modelId?: string | undefined;
421
+ modelType?: string | undefined;
422
+ } | undefined;
423
+ userControlAction?: {
424
+ adappDELogicId?: string | undefined;
425
+ actionDesc?: string | undefined;
426
+ appDEMethodId?: string | undefined;
427
+ appDataEntityId?: string | undefined;
428
+ timeout?: number | undefined;
429
+ appId: string;
430
+ id?: string | undefined;
431
+ name?: string | undefined;
432
+ codeName?: string | undefined;
433
+ userParam?: Record<string, string> | undefined;
434
+ modelId?: string | undefined;
435
+ modelType?: string | undefined;
436
+ } | undefined;
437
+ width?: number | undefined;
438
+ appId: string;
439
+ id?: string | undefined;
440
+ name?: string | undefined;
441
+ userParam?: Record<string, string> | undefined;
442
+ modelId?: string | undefined;
443
+ modelType?: string | undefined;
444
+ appCounterRefs?: {
445
+ appCounter?: {
446
+ getAppDEActionId?: string | undefined;
447
+ getAppDEDataSetId?: string | undefined;
448
+ appDataEntityId?: string | undefined;
449
+ codeName?: string | undefined;
450
+ counterData?: string | undefined;
451
+ counterData2?: string | undefined;
452
+ counterType?: string | undefined;
453
+ customCond?: string | undefined;
454
+ counterId?: string | undefined;
455
+ sysPFPluginId?: string | undefined;
456
+ timer?: number | undefined;
457
+ uniqueTag?: string | undefined;
458
+ navigateContexts?: {
459
+ desc?: string | undefined;
460
+ key?: string | undefined;
461
+ value?: string | undefined;
462
+ rawValue?: boolean | undefined;
463
+ appId: string;
464
+ id?: string | undefined;
465
+ name?: string | undefined;
466
+ codeName?: string | undefined;
467
+ userParam?: Record<string, string> | undefined;
468
+ modelId?: string | undefined;
469
+ modelType?: string | undefined;
470
+ }[] | undefined;
471
+ navigateParams?: {
472
+ desc?: string | undefined;
473
+ key?: string | undefined;
474
+ value?: string | undefined;
475
+ rawValue?: boolean | undefined;
476
+ appId: string;
477
+ id?: string | undefined;
478
+ name?: string | undefined;
479
+ codeName?: string | undefined;
480
+ userParam?: Record<string, string> | undefined;
481
+ modelId?: string | undefined;
482
+ modelType?: string | undefined;
483
+ }[] | undefined;
484
+ appId: string;
485
+ id?: string | undefined;
486
+ name?: string | undefined;
487
+ userParam?: Record<string, string> | undefined;
488
+ modelId?: string | undefined;
489
+ modelType?: string | undefined;
490
+ } | undefined;
491
+ refMode?: {
492
+ [x: string]: any;
493
+ [x: symbol]: any;
494
+ constructor: Function;
495
+ toString: () => string;
496
+ toLocaleString: () => string;
497
+ valueOf: () => Object;
498
+ hasOwnProperty: (v: PropertyKey) => boolean;
499
+ isPrototypeOf: (v: Object) => boolean;
500
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
501
+ } | undefined;
502
+ tag?: string | undefined;
503
+ uniqueTag?: string | undefined;
504
+ appId: string;
505
+ id?: string | undefined;
506
+ name?: string | undefined;
507
+ codeName?: string | undefined;
508
+ userParam?: Record<string, string> | undefined;
509
+ modelId?: string | undefined;
510
+ modelType?: string | undefined;
511
+ }[] | undefined;
512
+ appViewEngines?: {
513
+ engineCat?: string | undefined;
514
+ engineType?: string | undefined;
515
+ params?: {
516
+ paramType?: string | undefined;
517
+ value?: {
518
+ [x: string]: any;
519
+ [x: symbol]: any;
520
+ constructor: Function;
521
+ toString: () => string;
522
+ toLocaleString: () => string;
523
+ valueOf: () => Object;
524
+ hasOwnProperty: (v: PropertyKey) => boolean;
525
+ isPrototypeOf: (v: Object) => boolean;
526
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
527
+ } | undefined;
528
+ appId: string;
529
+ id?: string | undefined;
530
+ name?: string | undefined;
531
+ codeName?: string | undefined;
532
+ userParam?: Record<string, string> | undefined;
533
+ modelId?: string | undefined;
534
+ modelType?: string | undefined;
535
+ }[] | undefined;
536
+ appId: string;
537
+ id?: string | undefined;
538
+ name?: string | undefined;
539
+ codeName?: string | undefined;
540
+ userParam?: Record<string, string> | undefined;
541
+ modelId?: string | undefined;
542
+ modelType?: string | undefined;
543
+ }[] | undefined;
544
+ appViewLogics?: {
545
+ builtinAppUILogic?: {
546
+ appDEUILogicId?: string | undefined;
547
+ appDataEntityId?: string | undefined;
548
+ appUILogicRefViews?: {
549
+ openMode?: string | undefined;
550
+ refMode?: string | undefined;
551
+ refAppViewId?: string | undefined;
552
+ navigateContexts?: {
553
+ desc?: string | undefined;
554
+ key?: string | undefined;
555
+ value?: string | undefined;
556
+ rawValue?: boolean | undefined;
557
+ appId: string;
558
+ id?: string | undefined;
559
+ name?: string | undefined;
560
+ codeName?: string | undefined;
561
+ userParam?: Record<string, string> | undefined;
562
+ modelId?: string | undefined;
563
+ modelType?: string | undefined;
564
+ }[] | undefined;
565
+ navigateParams?: {
566
+ desc?: string | undefined;
567
+ key?: string | undefined;
568
+ value?: string | undefined;
569
+ rawValue?: boolean | undefined;
570
+ appId: string;
571
+ id?: string | undefined;
572
+ name?: string | undefined;
573
+ codeName?: string | undefined;
574
+ userParam?: Record<string, string> | undefined;
575
+ modelId?: string | undefined;
576
+ modelType?: string | undefined;
577
+ }[] | undefined;
578
+ appId: string;
579
+ id?: string | undefined;
580
+ name?: string | undefined;
581
+ codeName?: string | undefined;
582
+ userParam?: Record<string, string> | undefined;
583
+ modelId?: string | undefined;
584
+ modelType?: string | undefined;
585
+ }[] | undefined;
586
+ viewLogicType?: string | undefined;
587
+ builtinLogic?: boolean | undefined;
588
+ codeName?: string | undefined;
589
+ logicType?: string | undefined;
590
+ viewLogicStyle?: string | undefined;
591
+ appId: string;
592
+ id?: string | undefined;
593
+ name?: string | undefined;
594
+ userParam?: Record<string, string> | undefined;
595
+ modelId?: string | undefined;
596
+ modelType?: string | undefined;
597
+ } | undefined;
598
+ attrName?: string | undefined;
599
+ eventArg?: string | undefined;
600
+ eventArg2?: string | undefined;
601
+ eventNames?: string | undefined;
602
+ itemName?: string | undefined;
603
+ logicParam?: string | undefined;
604
+ logicParam2?: string | undefined;
605
+ logicTrigger?: string | undefined;
606
+ logicType?: string | undefined;
607
+ owner?: {
608
+ [x: string]: any;
609
+ [x: symbol]: any;
610
+ constructor: Function;
611
+ toString: () => string;
612
+ toLocaleString: () => string;
613
+ valueOf: () => Object;
614
+ hasOwnProperty: (v: PropertyKey) => boolean;
615
+ isPrototypeOf: (v: Object) => boolean;
616
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
617
+ } | undefined;
618
+ appDEUIActionId?: string | undefined;
619
+ appDEUILogicId?: string | undefined;
620
+ appDataEntityId?: string | undefined;
621
+ appUILogicId?: string | undefined;
622
+ appViewEngineId?: string | undefined;
623
+ appViewLogicId?: string | undefined;
624
+ ctrlName?: string | undefined;
625
+ scriptCode?: string | undefined;
626
+ timer?: number | undefined;
627
+ builtinLogic?: boolean | undefined;
628
+ appId: string;
629
+ id?: string | undefined;
630
+ name?: string | undefined;
631
+ codeName?: string | undefined;
632
+ userParam?: Record<string, string> | undefined;
633
+ modelId?: string | undefined;
634
+ modelType?: string | undefined;
635
+ }[] | undefined;
636
+ appViewRefs?: {
637
+ height?: number | undefined;
638
+ openMode?: string | undefined;
639
+ owner?: {
640
+ [x: string]: any;
641
+ [x: symbol]: any;
642
+ constructor: Function;
643
+ toString: () => string;
644
+ toLocaleString: () => string;
645
+ valueOf: () => Object;
646
+ hasOwnProperty: (v: PropertyKey) => boolean;
647
+ isPrototypeOf: (v: Object) => boolean;
648
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
649
+ } | undefined;
650
+ parentDataJO?: {
651
+ [x: string]: any;
652
+ [x: symbol]: any;
653
+ constructor: Function;
654
+ toString: () => string;
655
+ toLocaleString: () => string;
656
+ valueOf: () => Object;
657
+ hasOwnProperty: (v: PropertyKey) => boolean;
658
+ isPrototypeOf: (v: Object) => boolean;
659
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
660
+ } | undefined;
661
+ realOpenMode?: string | undefined;
662
+ realTitle?: string | undefined;
663
+ realTitleLanguageRes?: {
664
+ defaultContent?: string | undefined;
665
+ lanResTag?: string | undefined;
666
+ lanResType?: string | undefined;
667
+ refFlag?: boolean | undefined;
668
+ appId: string;
669
+ id?: string | undefined;
670
+ name?: string | undefined;
671
+ codeName?: string | undefined;
672
+ userParam?: Record<string, string> | undefined;
673
+ modelId?: string | undefined;
674
+ modelType?: string | undefined;
675
+ } | undefined;
676
+ refAppViewId?: string | undefined;
677
+ viewParamJO?: {
678
+ [x: string]: any;
679
+ [x: symbol]: any;
680
+ constructor: Function;
681
+ toString: () => string;
682
+ toLocaleString: () => string;
683
+ valueOf: () => Object;
684
+ hasOwnProperty: (v: PropertyKey) => boolean;
685
+ isPrototypeOf: (v: Object) => boolean;
686
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
687
+ } | undefined;
688
+ width?: number | undefined;
689
+ navigateContexts?: {
690
+ desc?: string | undefined;
691
+ key?: string | undefined;
692
+ value?: string | undefined;
693
+ rawValue?: boolean | undefined;
694
+ appId: string;
695
+ id?: string | undefined;
696
+ name?: string | undefined;
697
+ codeName?: string | undefined;
698
+ userParam?: Record<string, string> | undefined;
699
+ modelId?: string | undefined;
700
+ modelType?: string | undefined;
701
+ }[] | undefined;
702
+ navigateParams?: {
703
+ desc?: string | undefined;
704
+ key?: string | undefined;
705
+ value?: string | undefined;
706
+ rawValue?: boolean | undefined;
707
+ appId: string;
708
+ id?: string | undefined;
709
+ name?: string | undefined;
710
+ codeName?: string | undefined;
711
+ userParam?: Record<string, string> | undefined;
712
+ modelId?: string | undefined;
713
+ modelType?: string | undefined;
714
+ }[] | undefined;
715
+ appId: string;
716
+ id?: string | undefined;
717
+ name?: string | undefined;
718
+ codeName?: string | undefined;
719
+ userParam?: Record<string, string> | undefined;
720
+ modelId?: string | undefined;
721
+ modelType?: string | undefined;
722
+ }[] | undefined;
723
+ controls?: {
724
+ codeName?: string | undefined;
725
+ controlStyle?: string | undefined;
726
+ controlType?: string | undefined;
727
+ height?: number | undefined;
728
+ logicName?: string | undefined;
729
+ appDataEntityId?: string | undefined;
730
+ controlAttributes?: {
731
+ attrName?: string | undefined;
732
+ attrValue?: string | undefined;
733
+ appId: string;
734
+ id?: string | undefined;
735
+ name?: string | undefined;
736
+ codeName?: string | undefined;
737
+ userParam?: Record<string, string> | undefined;
738
+ modelId?: string | undefined;
739
+ modelType?: string | undefined;
740
+ }[] | undefined;
741
+ controlLogics?: {
742
+ attrName?: string | undefined;
743
+ eventArg?: string | undefined;
744
+ eventArg2?: string | undefined;
745
+ eventNames?: string | undefined;
746
+ itemName?: string | undefined;
747
+ logicTag?: string | undefined;
748
+ logicType?: string | undefined;
749
+ appDEUIActionId?: string | undefined;
750
+ appDEUILogicId?: string | undefined;
751
+ appDataEntityId?: string | undefined;
752
+ appUILogicId?: string | undefined;
753
+ appViewEngineId?: string | undefined;
754
+ appViewLogicId?: string | undefined;
755
+ scriptCode?: string | undefined;
756
+ timer?: number | undefined;
757
+ triggerType?: string | undefined;
758
+ appId: string;
759
+ id?: string | undefined;
760
+ name?: string | undefined;
761
+ codeName?: string | undefined;
762
+ userParam?: Record<string, string> | undefined;
763
+ modelId?: string | undefined;
764
+ modelType?: string | undefined;
765
+ }[] | undefined;
766
+ controlParam?: {
767
+ ctrlParams?: {
768
+ [x: string]: any;
769
+ [x: symbol]: any;
770
+ constructor: Function;
771
+ toString: () => string;
772
+ toLocaleString: () => string;
773
+ valueOf: () => Object;
774
+ hasOwnProperty: (v: PropertyKey) => boolean;
775
+ isPrototypeOf: (v: Object) => boolean;
776
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
777
+ } | undefined;
778
+ appId: string;
779
+ id?: string | undefined;
780
+ name?: string | undefined;
781
+ codeName?: string | undefined;
782
+ userParam?: Record<string, string> | undefined;
783
+ modelId?: string | undefined;
784
+ modelType?: string | undefined;
785
+ } | undefined;
786
+ controlRenders?: any[] | undefined;
787
+ ctrlMsg?: {
788
+ codeName?: string | undefined;
789
+ msgModel?: string | undefined;
790
+ ctrlMsgItems?: {
791
+ content?: string | undefined;
792
+ contentLanguageRes?: {
793
+ defaultContent?: string | undefined;
794
+ lanResTag?: string | undefined;
795
+ lanResType?: string | undefined;
796
+ refFlag?: boolean | undefined;
797
+ appId: string;
798
+ id?: string | undefined;
799
+ name?: string | undefined;
800
+ codeName?: string | undefined;
801
+ userParam?: Record<string, string> | undefined;
802
+ modelId?: string | undefined;
803
+ modelType?: string | undefined;
804
+ } | undefined;
805
+ timeout?: number | undefined;
806
+ appId: string;
807
+ id?: string | undefined;
808
+ name?: string | undefined;
809
+ codeName?: string | undefined;
810
+ userParam?: Record<string, string> | undefined;
811
+ modelId?: string | undefined;
812
+ modelType?: string | undefined;
813
+ }[] | undefined;
814
+ appId: string;
815
+ id?: string | undefined;
816
+ name?: string | undefined;
817
+ userParam?: Record<string, string> | undefined;
818
+ modelId?: string | undefined;
819
+ modelType?: string | undefined;
820
+ } | undefined;
821
+ sysCss?: {
822
+ codeName?: string | undefined;
823
+ cssName?: string | undefined;
824
+ cssStyle?: string | undefined;
825
+ designCssStyle?: string | undefined;
826
+ appId: string;
827
+ id?: string | undefined;
828
+ name?: string | undefined;
829
+ userParam?: Record<string, string> | undefined;
830
+ modelId?: string | undefined;
831
+ modelType?: string | undefined;
832
+ } | undefined;
833
+ sysPFPluginId?: string | undefined;
834
+ priority?: number | undefined;
835
+ user2ControlAction?: {
836
+ adappDELogicId?: string | undefined;
837
+ actionDesc?: string | undefined;
838
+ appDEMethodId?: string | undefined;
839
+ appDataEntityId?: string | undefined;
840
+ timeout?: number | undefined;
841
+ appId: string;
842
+ id?: string | undefined;
843
+ name?: string | undefined;
844
+ codeName?: string | undefined;
845
+ userParam?: Record<string, string> | undefined;
846
+ modelId?: string | undefined;
847
+ modelType?: string | undefined;
848
+ } | undefined;
849
+ userControlAction?: {
850
+ adappDELogicId?: string | undefined;
851
+ actionDesc?: string | undefined;
852
+ appDEMethodId?: string | undefined;
853
+ appDataEntityId?: string | undefined;
854
+ timeout?: number | undefined;
855
+ appId: string;
856
+ id?: string | undefined;
857
+ name?: string | undefined;
858
+ codeName?: string | undefined;
859
+ userParam?: Record<string, string> | undefined;
860
+ modelId?: string | undefined;
861
+ modelType?: string | undefined;
862
+ } | undefined;
863
+ width?: number | undefined;
864
+ appId: string;
865
+ id?: string | undefined;
866
+ name?: string | undefined;
867
+ userParam?: Record<string, string> | undefined;
868
+ modelId?: string | undefined;
869
+ modelType?: string | undefined;
870
+ }[] | undefined;
871
+ layout?: {
872
+ layout?: string | undefined;
873
+ appId: string;
874
+ id?: string | undefined;
875
+ name?: string | undefined;
876
+ codeName?: string | undefined;
877
+ userParam?: Record<string, string> | undefined;
878
+ modelId?: string | undefined;
879
+ modelType?: string | undefined;
880
+ } | undefined;
881
+ } | undefined;
882
+ renderName?: string | undefined;
883
+ renderType?: string | undefined;
884
+ appId: string;
885
+ id?: string | undefined;
886
+ name?: string | undefined;
887
+ codeName?: string | undefined;
888
+ userParam?: Record<string, string> | undefined;
889
+ modelId?: string | undefined;
890
+ modelType?: string | undefined;
891
+ }[] | undefined;
892
+ editorItems?: {
893
+ appDEACModeId?: string | undefined;
894
+ appDEDataSetId?: string | undefined;
895
+ appDataEntityId?: string | undefined;
896
+ appId: string;
897
+ id?: string | undefined;
898
+ name?: string | undefined;
899
+ codeName?: string | undefined;
900
+ userParam?: Record<string, string> | undefined;
901
+ modelId?: string | undefined;
902
+ modelType?: string | undefined;
903
+ }[] | undefined;
904
+ sysCss?: {
905
+ codeName?: string | undefined;
906
+ cssName?: string | undefined;
907
+ cssStyle?: string | undefined;
908
+ designCssStyle?: string | undefined;
909
+ appId: string;
910
+ id?: string | undefined;
911
+ name?: string | undefined;
912
+ userParam?: Record<string, string> | undefined;
913
+ modelId?: string | undefined;
914
+ modelType?: string | undefined;
915
+ } | undefined;
916
+ sysDictCat?: {
917
+ codeName?: string | undefined;
918
+ dictCatTag?: string | undefined;
919
+ dictCatTag2?: string | undefined;
920
+ userDictCat?: boolean | undefined;
921
+ appId: string;
922
+ id?: string | undefined;
923
+ name?: string | undefined;
924
+ userParam?: Record<string, string> | undefined;
925
+ modelId?: string | undefined;
926
+ modelType?: string | undefined;
927
+ } | undefined;
928
+ sysPFPluginId?: string | undefined;
929
+ placeHolder?: string | undefined;
930
+ predefinedType?: string | undefined;
931
+ textSeparator?: string | undefined;
932
+ valueSeparator?: string | undefined;
933
+ valueType?: string | undefined;
934
+ disabled?: boolean | undefined;
935
+ editable?: boolean | undefined;
936
+ readOnly?: boolean | undefined;
937
+ appId: string;
938
+ id?: string | undefined;
939
+ name?: string | undefined;
940
+ codeName?: string | undefined;
941
+ userParam?: Record<string, string> | undefined;
942
+ modelId?: string | undefined;
943
+ modelType?: string | undefined;
944
+ };
945
+ readonly style: IData;
946
+ readonly context: {
947
+ [x: string]: any;
948
+ [x: symbol]: any;
949
+ srfsessionid: string;
950
+ srfappid: string;
951
+ srfsimple?: boolean | undefined;
952
+ srfnavctrlid?: string | undefined;
953
+ };
954
+ readonly params: IParams;
955
+ readonly parent: {
956
+ unitName: string | undefined;
957
+ valueFormat: string | undefined;
958
+ context: {
959
+ [x: string]: any;
960
+ [x: symbol]: any;
961
+ srfsessionid: string;
962
+ srfappid: string;
963
+ srfsimple?: boolean | undefined;
964
+ srfnavctrlid?: string | undefined;
965
+ };
966
+ params: IParams;
967
+ dataType: number | undefined;
968
+ };
969
+ init: () => Promise<void>;
970
+ } | undefined;
971
+ }[]>;
972
+ handleAdd: () => Promise<void>;
973
+ handleRemove: (index: number) => void;
974
+ renderEditor: (item: IFilterCondition) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
975
+ [key: string]: any;
976
+ }> | null | undefined;
977
+ handleFieldChange: (item: IFilterCondition) => Promise<void>;
978
+ handleValueOPChange: (item: IFilterCondition) => Promise<void>;
979
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
980
+ value: {
981
+ type: PropType<IData>;
982
+ };
983
+ context: {
984
+ type: PropType<IContext>;
985
+ required: true;
986
+ };
987
+ params: {
988
+ type: PropType<IParams>;
989
+ };
990
+ schemaFields: {
991
+ type: PropType<IData[]>;
992
+ default: () => never[];
993
+ };
994
+ }>> & {
995
+ onChange?: ((...args: any[]) => any) | undefined;
996
+ }, {
997
+ schemaFields: IData[];
998
+ }, {}>;