@ibiz-template/vue3-components 0.7.26 → 0.7.27

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 (94) hide show
  1. package/dist/{index-RwYoggQd.js → index-0TO7mjm5.js} +1 -1
  2. package/dist/index-Dq21zXhV.js +4 -0
  3. package/dist/{index-s7g1-ymW.js → index-g6o3vQXo.js} +1 -1
  4. package/dist/index.min.css +1 -1
  5. package/dist/index.system.min.js +1 -1
  6. package/dist/{xlsx-util-Rf5FMxyR.js → xlsx-util-qdXxbg2A.js} +1 -1
  7. package/es/common/action-toolbar/action-toolbar.mjs +1 -1
  8. package/es/common/custom-theme/custom-theme.mjs +1 -1
  9. package/es/common/data-import2/data-import2.mjs +4 -1
  10. package/es/control/context-menu/context-menu.mjs +2 -2
  11. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
  12. package/es/control/drtab/drtab-control.util.mjs +7 -11
  13. package/es/control/form/form-detail/form-button/form-button.mjs +1 -1
  14. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  15. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +28 -0
  16. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +52 -7
  17. package/es/control/form/form-detail/form-item/form-item.mjs +4 -0
  18. package/es/control/grid/grid/grid-control.util.mjs +15 -11
  19. package/es/control/search-bar/search-bar.mjs +2 -2
  20. package/es/control/toolbar/export-excel/export-excel.mjs +2 -2
  21. package/es/control/toolbar/short-cut-button/short-cut-button.mjs +4 -1
  22. package/es/control/toolbar/toolbar.mjs +2 -2
  23. package/es/control/tree/index.d.ts +9 -0
  24. package/es/control/tree/tree.d.ts +9 -0
  25. package/es/control/tree/tree.mjs +5 -1
  26. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  27. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +2 -2
  28. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
  29. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +4 -0
  30. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.mjs +48 -3
  31. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +2 -2
  32. package/es/editor/data-picker/picker-editor.controller.d.ts +2 -2
  33. package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +6 -0
  34. package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +10 -1
  35. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +1 -1
  36. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +17 -4
  37. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.css +1 -1
  38. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +2 -0
  39. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +33 -12
  40. package/es/editor/span/span/span.mjs +3 -1
  41. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +12 -10
  42. package/es/editor/text-box/input/input.mjs +3 -0
  43. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +1 -1
  44. package/es/locale/en/index.d.ts +3 -0
  45. package/es/locale/en/index.mjs +3 -0
  46. package/es/locale/zh-CN/index.d.ts +3 -0
  47. package/es/locale/zh-CN/index.mjs +3 -0
  48. package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +3 -2
  49. package/es/panel-component/panel-button/panel-button.mjs +1 -1
  50. package/es/view-engine/edit-view.engine.mjs +3 -2
  51. package/es/view-engine/opt-view.engine.mjs +2 -1
  52. package/es/view-engine/pickup-tree-view.engine.mjs +1 -0
  53. package/es/web-app/attach-environment-config.mjs +2 -1
  54. package/lib/common/action-toolbar/action-toolbar.cjs +1 -1
  55. package/lib/common/custom-theme/custom-theme.cjs +1 -1
  56. package/lib/common/data-import2/data-import2.cjs +4 -1
  57. package/lib/control/context-menu/context-menu.cjs +2 -2
  58. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +1 -1
  59. package/lib/control/drtab/drtab-control.util.cjs +7 -11
  60. package/lib/control/form/form-detail/form-button/form-button.cjs +1 -1
  61. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +51 -6
  62. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  63. package/lib/control/form/form-detail/form-item/form-item.cjs +4 -0
  64. package/lib/control/grid/grid/grid-control.util.cjs +15 -11
  65. package/lib/control/search-bar/search-bar.cjs +2 -2
  66. package/lib/control/toolbar/export-excel/export-excel.cjs +2 -2
  67. package/lib/control/toolbar/short-cut-button/short-cut-button.cjs +4 -1
  68. package/lib/control/toolbar/toolbar.cjs +2 -2
  69. package/lib/control/tree/tree.cjs +5 -1
  70. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  71. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +2 -2
  72. package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.cjs +48 -3
  73. package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
  74. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +2 -2
  75. package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +10 -1
  76. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +17 -4
  77. package/lib/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.cjs +31 -10
  78. package/lib/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.css +1 -1
  79. package/lib/editor/span/span/span.cjs +2 -0
  80. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +12 -10
  81. package/lib/editor/text-box/input/input.cjs +3 -0
  82. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +1 -1
  83. package/lib/locale/en/index.cjs +3 -0
  84. package/lib/locale/zh-CN/index.cjs +3 -0
  85. package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +3 -2
  86. package/lib/panel-component/panel-button/panel-button.cjs +1 -1
  87. package/lib/view-engine/edit-view.engine.cjs +3 -2
  88. package/lib/view-engine/opt-view.engine.cjs +2 -1
  89. package/lib/view-engine/pickup-tree-view.engine.cjs +1 -0
  90. package/lib/web-app/attach-environment-config.cjs +2 -1
  91. package/package.json +7 -7
  92. package/dist/index-28jZm-aB.js +0 -4
  93. /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.26_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.27_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
  94. /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.26_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.27_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
@@ -32,8 +32,9 @@ class OptViewEngine extends runtime.ViewEngineBase {
32
32
  }
33
33
  this.view.slotProps.toolbar.manualCalcButtonState = true;
34
34
  modal.hooks.shouldDismiss.tapPromise(async (context) => {
35
+ var _a;
35
36
  const uiDomain = ibiz.uiDomainManager.get(this.view.context.srfsessionid);
36
- const isChange = (this.form.state.modified || uiDomain.dataModification) && this.view.model.enableDirtyChecking === true;
37
+ const isChange = (((_a = this.form) == null ? void 0 : _a.state.modified) || uiDomain.dataModification) && this.view.model.enableDirtyChecking === true;
37
38
  if (isChange && context.allowClose == null) {
38
39
  const isAllow = await ibiz.confirm.error({
39
40
  title: ibiz.i18n.t("viewEngine.closeRemind"),
@@ -41,6 +41,7 @@ class PickupTreeViewEngine extends treeView_engine.TreeViewEngine {
41
41
  this.view.slotProps.tree = {};
42
42
  }
43
43
  this.view.slotProps.tree.singleSelect = this.view.state.singleSelect;
44
+ this.view.slotProps.tree.checkStrictly = this.view.state.checkStrictly;
44
45
  if (this.view.state.selectedData) {
45
46
  this.selectData = this.view.state.selectedData.map((item) => {
46
47
  return {
@@ -8,7 +8,8 @@ const envMap = /* @__PURE__ */ new Map([
8
8
  ["baseUrl", "BaseUrl"],
9
9
  ["remoteModelUrl", "remoteDynaPath"],
10
10
  ["dcSystem", "mockDcSystemId"],
11
- ["enablePermission", "enablePermissionValid"]
11
+ ["enablePermission", "enablePermissionValid"],
12
+ ["enableTitle", "enableTitle"]
12
13
  ]);
13
14
  async function attachEnvironmentConfig() {
14
15
  const env = window.Environment;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/vue3-components",
3
- "version": "0.7.26",
3
+ "version": "0.7.27",
4
4
  "description": "使用 rollup 编译 vue 组件或者 jsx",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.mjs",
@@ -30,15 +30,15 @@
30
30
  "@floating-ui/dom": "^1.5.3",
31
31
  "@ibiz-template-plugin/ai-chat": "^0.0.5",
32
32
  "@ibiz-template-plugin/gantt": "0.1.8-alpha.6",
33
- "@ibiz-template-plugin/bi-report": "0.0.5",
34
- "@ibiz-template/core": "0.7.26",
33
+ "@ibiz-template-plugin/bi-report": "0.0.6",
34
+ "@ibiz-template/core": "0.7.27",
35
35
  "@ibiz-template/devtool": "0.0.1-dev.6",
36
- "@ibiz-template/model-helper": "0.7.26",
37
- "@ibiz-template/runtime": "0.7.26",
36
+ "@ibiz-template/model-helper": "0.7.27",
37
+ "@ibiz-template/runtime": "0.7.27",
38
38
  "@ibiz-template/theme": "^0.7.0",
39
- "@ibiz-template/vue3-util": "0.7.26",
39
+ "@ibiz-template/vue3-util": "0.7.27",
40
40
  "@ibiz-template/web-theme": "^1.1.18",
41
- "@ibiz/model-core": "^0.1.40",
41
+ "@ibiz/model-core": "^0.1.42",
42
42
  "@imengyu/vue3-context-menu": "^1.3.5",
43
43
  "@monaco-editor/loader": "^1.4.0",
44
44
  "@wangeditor/editor": "^5.1.23",