@ibiz-template/mob-vue3-components 0.7.41-alpha.18 → 0.7.41-alpha.19-lts.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/dist/index-BVvXyRE6.js +2 -0
  2. package/dist/index-BVvXyRE6.js.map +1 -0
  3. package/dist/index-BwPgclp0.js +2 -0
  4. package/dist/index-BwPgclp0.js.map +1 -0
  5. package/dist/index-CVQ7iBA3.js +76 -0
  6. package/dist/index-CVQ7iBA3.js.map +1 -0
  7. package/dist/index.min.css +4 -4
  8. package/dist/index.system.min.js +1 -1
  9. package/dist/{quill-DKjojHxx.js → quill-D6plcM_s.js} +2 -2
  10. package/dist/{quill-DKjojHxx.js.map → quill-D6plcM_s.js.map} +1 -1
  11. package/dist/{quill-editor-B4FDYSA7.js → quill-editor-CFx5M8uu.js} +2 -2
  12. package/dist/{quill-editor-B4FDYSA7.js.map → quill-editor-CFx5M8uu.js.map} +1 -1
  13. package/dist/{quill-editor-preview-6GV-nd2y.js → quill-editor-preview-CfbC0J-Z.js} +2 -2
  14. package/dist/{quill-editor-preview-6GV-nd2y.js.map → quill-editor-preview-CfbC0J-Z.js.map} +1 -1
  15. package/dist/tree-CGwysqdR.js +2 -0
  16. package/dist/tree-CGwysqdR.js.map +1 -0
  17. package/es/_virtual/index12.mjs +2 -2
  18. package/es/_virtual/index13.mjs +2 -2
  19. package/es/_virtual/index14.mjs +2 -2
  20. package/es/_virtual/index17.mjs +2 -2
  21. package/es/_virtual/index18.mjs +2 -2
  22. package/es/_virtual/index19.mjs +3 -0
  23. package/es/control/calendar/calendar.mjs +2 -0
  24. package/es/control/dashboard/dashboard.css +1 -1
  25. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  26. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +68 -22
  27. package/es/control/drbar/drbar.controller.mjs +24 -1
  28. package/es/control/drtab/drtab.controller.mjs +20 -4
  29. package/es/control/list/list-render-util.mjs +1 -1
  30. package/es/control/list/md-ctrl/md-ctrl.css +1 -1
  31. package/es/control/tab-exp-panel/tab-exp-panel.css +1 -1
  32. package/es/control/tree/tree.mjs +8 -0
  33. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  34. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +5 -0
  35. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +23 -3
  36. package/es/editor/data-picker/picker-editor.controller.mjs +1 -1
  37. package/es/editor/date-picker/date-picker-editor.controller.mjs +16 -0
  38. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +4 -1
  39. package/es/editor/date-range/date-range-editor.controller.mjs +16 -0
  40. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +11 -4
  41. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +2 -2
  42. package/es/editor/html/html-editor.controller.mjs +8 -2
  43. package/es/editor/index.mjs +5 -0
  44. package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -0
  45. package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.mjs +337 -0
  46. package/es/editor/map-picker/index.mjs +5 -0
  47. package/es/editor/map-picker/map-picker-editor.controller.mjs +7 -0
  48. package/es/editor/map-picker/map-picker-editor.provider.mjs +22 -0
  49. package/es/editor/text-box/signature/signature.css +1 -1
  50. package/es/editor/text-box/signature/signature.mjs +2 -0
  51. package/es/index.mjs +1 -0
  52. package/es/locale/en/index.mjs +5 -1
  53. package/es/locale/zh-CN/index.mjs +5 -1
  54. package/es/mob-app/router/index.mjs +6 -5
  55. package/es/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1_patch_hash_73bpcwbs2m5ip4qppmz6a7epsa/node_modules/@amap/amap-jsapi-loader/dist/index.mjs +41 -0
  56. package/es/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.mjs +1 -1
  57. package/es/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.mjs +1 -1
  58. package/es/node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index2.mjs +1 -1
  59. package/es/node_modules/.pnpm/lodash.clonedeep@4.5.0/node_modules/lodash.clonedeep/index.mjs +1 -1
  60. package/es/node_modules/.pnpm/lodash.isequal@4.5.0/node_modules/lodash.isequal/index.mjs +1 -1
  61. package/es/panel-component/wf-step-trace/wf-step-trace.mjs +11 -4
  62. package/es/util/store/view-stack/view-stack.mjs +4 -5
  63. package/es/view-engine/mob-mpickup-view-engine.mjs +6 -1
  64. package/lib/_virtual/index12.cjs +2 -2
  65. package/lib/_virtual/index13.cjs +2 -2
  66. package/lib/_virtual/index14.cjs +2 -2
  67. package/lib/_virtual/index17.cjs +2 -2
  68. package/lib/_virtual/index18.cjs +2 -2
  69. package/lib/_virtual/index19.cjs +5 -0
  70. package/lib/control/calendar/calendar.cjs +2 -0
  71. package/lib/control/dashboard/dashboard.css +1 -1
  72. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +67 -21
  73. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  74. package/lib/control/drbar/drbar.controller.cjs +24 -1
  75. package/lib/control/drtab/drtab.controller.cjs +20 -4
  76. package/lib/control/list/list-render-util.cjs +1 -1
  77. package/lib/control/list/md-ctrl/md-ctrl.css +1 -1
  78. package/lib/control/tab-exp-panel/tab-exp-panel.css +1 -1
  79. package/lib/control/tree/tree.cjs +8 -0
  80. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +5 -0
  81. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  82. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +23 -3
  83. package/lib/editor/data-picker/picker-editor.controller.cjs +1 -1
  84. package/lib/editor/date-picker/date-picker-editor.controller.cjs +16 -0
  85. package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.cjs +3 -0
  86. package/lib/editor/date-range/date-range-editor.controller.cjs +16 -0
  87. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +10 -3
  88. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +2 -2
  89. package/lib/editor/html/html-editor.controller.cjs +8 -2
  90. package/lib/editor/index.cjs +5 -0
  91. package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.cjs +339 -0
  92. package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -0
  93. package/lib/editor/map-picker/index.cjs +11 -0
  94. package/lib/editor/map-picker/map-picker-editor.controller.cjs +9 -0
  95. package/lib/editor/map-picker/map-picker-editor.provider.cjs +24 -0
  96. package/lib/editor/text-box/signature/signature.cjs +2 -0
  97. package/lib/editor/text-box/signature/signature.css +1 -1
  98. package/lib/index.cjs +2 -0
  99. package/lib/locale/en/index.cjs +5 -1
  100. package/lib/locale/zh-CN/index.cjs +5 -1
  101. package/lib/mob-app/router/index.cjs +6 -5
  102. package/lib/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1_patch_hash_73bpcwbs2m5ip4qppmz6a7epsa/node_modules/@amap/amap-jsapi-loader/dist/index.cjs +45 -0
  103. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.cjs +1 -1
  104. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.2.0/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.cjs +1 -1
  105. package/lib/node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index2.cjs +1 -1
  106. package/lib/node_modules/.pnpm/lodash.clonedeep@4.5.0/node_modules/lodash.clonedeep/index.cjs +1 -1
  107. package/lib/node_modules/.pnpm/lodash.isequal@4.5.0/node_modules/lodash.isequal/index.cjs +1 -1
  108. package/lib/panel-component/wf-step-trace/wf-step-trace.cjs +11 -4
  109. package/lib/util/store/view-stack/view-stack.cjs +4 -5
  110. package/lib/view-engine/mob-mpickup-view-engine.cjs +6 -1
  111. package/package.json +14 -8
  112. package/dist/index-BcB2An4e.js +0 -2
  113. package/dist/index-BcB2An4e.js.map +0 -1
  114. package/dist/index-DO9R8HNp.js +0 -76
  115. package/dist/index-DO9R8HNp.js.map +0 -1
  116. package/dist/index-DuVHtH1z.js +0 -2
  117. package/dist/index-DuVHtH1z.js.map +0 -1
  118. package/dist/tree-Db38FIKx.js +0 -2
  119. package/dist/tree-Db38FIKx.js.map +0 -1
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var runtime = require('@ibiz-template/runtime');
4
+
5
+ "use strict";
6
+ class MapPickerEditorController extends runtime.EditorController {
7
+ }
8
+
9
+ exports.MapPickerEditorController = MapPickerEditorController;
@@ -0,0 +1,24 @@
1
+ 'use strict';
2
+
3
+ var mapPickerEditor_controller = require('./map-picker-editor.controller.cjs');
4
+
5
+ "use strict";
6
+ var __defProp = Object.defineProperty;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __publicField = (obj, key, value) => {
9
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
10
+ return value;
11
+ };
12
+ class MapPickerEditorProvider {
13
+ constructor() {
14
+ __publicField(this, "formEditor", "IBizMapPicker");
15
+ __publicField(this, "gridEditor", "IBizMapPicker");
16
+ }
17
+ async createController(editorModel, parentController) {
18
+ const c = new mapPickerEditor_controller.MapPickerEditorController(editorModel, parentController);
19
+ await c.init();
20
+ return c;
21
+ }
22
+ }
23
+
24
+ exports.MapPickerEditorProvider = MapPickerEditorProvider;
@@ -143,6 +143,8 @@ const IBizSignature = /* @__PURE__ */ vue.defineComponent({
143
143
  return fileInfo;
144
144
  };
145
145
  const handleModalClick = () => {
146
+ if ((props.disabled || props.readonly) && !currentDataURL.value)
147
+ return;
146
148
  fullScreen.value = true;
147
149
  restCavans();
148
150
  };
@@ -1 +1 @@
1
- .ibiz-signature{--ibiz-signature-min-height:120px;position:relative;width:100%;height:100%;min-height:var(--ibiz-signature-min-height);overflow:hidden;border:none;border-radius:var(--ibiz-border-radius-large)}.ibiz-signature__modal{position:absolute;z-index:6;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ibiz-signature__modal--background{width:100%;height:100%;background-color:var(--ibiz-color-black);opacity:.1}.ibiz-signature__modal--caption{position:absolute;color:var(--ibiz-color-text-2)}.ibiz-signature__modal--toolbar{position:absolute;top:var(--ibiz-spacing-tight);right:var(--ibiz-spacing-tight)}.ibiz-signature__modal--toolbar .van-button{width:var(--ibiz-spacing-loose);height:auto;height:var(--ibiz-spacing-loose);background-color:var(--van-uploader-delete-background);border:var(--van-uploader-delete-background);opacity:.6}.ibiz-signature__modal--toolbar .van-button+.van-button{margin-left:var(--ibiz-spacing-loose)}.ibiz-signature__content{width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:contain}.ibiz-signature__readonly .ibiz-signature__modal--toolbar{display:none}.ibiz-signature-overlay{--ibiz-signature-overlay-padding-bottom:0px;position:absolute;z-index:1;width:0;height:0;background-color:var(--ibiz-color-bg-1);opacity:0}.ibiz-signature-overlay.is-full-screen{position:fixed;inset:0;z-index:9999;width:100vw;height:100vh;opacity:1}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__container{position:absolute;top:0;left:0;width:calc(100vh - var(--ibiz-signature-overlay-padding-bottom));height:100vw;transform:rotate(90deg) translateY(-100%);transform-origin:top left}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__header{position:absolute;z-index:6;padding:var(--ibiz-spacing-extra-tight);text-align:left}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__footer{position:absolute;right:var(--ibiz-spacing-tight);bottom:var(--ibiz-spacing-base);z-index:6}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__footer .van-button{height:auto;padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-loose);font-size:var(--ibiz-font-size-header-6)}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__footer .van-button+.van-button{margin-left:var(--ibiz-spacing-loose)}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__pad{position:absolute;top:0;left:0;width:100vw;height:calc(100vh - var(--ibiz-signature-overlay-padding-bottom));transform:rotate(-90deg) translateX(-100%);transform-origin:top left}.ibiz-signature-overlay.is-readonly .ibiz-signature-overlay__footer,.ibiz-signature-overlay.is-readonly .ibiz-signature-overlay__header{display:none}.ibiz-signature-overlay.is-readonly .ibiz-signature-pad{pointer-events:none}.ibiz-signature-overlay.is-disabled .ibiz-signature-pad{pointer-events:none}
1
+ .ibiz-signature{--ibiz-signature-min-height:120px;position:relative;width:100%;height:100%;min-height:var(--ibiz-signature-min-height);overflow:hidden;border:none;border-radius:var(--ibiz-border-radius-large)}.ibiz-signature__modal{position:absolute;z-index:6;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ibiz-signature__modal--background{width:100%;height:100%;background-color:var(--ibiz-color-black);opacity:.1}.ibiz-signature__modal--caption{position:absolute;color:var(--ibiz-color-text-2)}.ibiz-signature__modal--toolbar{position:absolute;top:var(--ibiz-spacing-tight);right:var(--ibiz-spacing-tight)}.ibiz-signature__modal--toolbar .van-button{width:var(--ibiz-spacing-loose);height:auto;height:var(--ibiz-spacing-loose);background-color:var(--van-uploader-delete-background);border:var(--van-uploader-delete-background);opacity:.6}.ibiz-signature__modal--toolbar .van-button+.van-button{margin-left:var(--ibiz-spacing-loose)}.ibiz-signature__content{width:100%;height:100%;min-height:var(--ibiz-signature-min-height);background-repeat:no-repeat;background-position:center center;background-size:contain}.ibiz-signature__readonly .ibiz-signature__modal--toolbar{display:none}.ibiz-signature-overlay{--ibiz-signature-overlay-padding-bottom:0px;position:absolute;z-index:1;width:0;height:0;background-color:var(--ibiz-color-bg-1);opacity:0}.ibiz-signature-overlay.is-full-screen{position:fixed;inset:0;z-index:9999;width:100vw;height:100vh;opacity:1}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__container{position:absolute;top:0;left:0;width:calc(100vh - var(--ibiz-signature-overlay-padding-bottom));height:100vw;transform:rotate(90deg) translateY(-100%);transform-origin:top left}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__header{position:absolute;z-index:6;padding:var(--ibiz-spacing-extra-tight);text-align:left}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__footer{position:absolute;right:var(--ibiz-spacing-tight);bottom:var(--ibiz-spacing-base);z-index:6}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__footer .van-button{height:auto;padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-loose);font-size:var(--ibiz-font-size-header-6)}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__footer .van-button+.van-button{margin-left:var(--ibiz-spacing-loose)}.ibiz-signature-overlay.is-full-screen .ibiz-signature-overlay__pad{position:absolute;top:0;left:0;width:100vw;height:calc(100vh - var(--ibiz-signature-overlay-padding-bottom));transform:rotate(-90deg) translateX(-100%);transform-origin:top left}.ibiz-signature-overlay.is-readonly .ibiz-signature-overlay__footer,.ibiz-signature-overlay.is-readonly .ibiz-signature-overlay__header{display:none}.ibiz-signature-overlay.is-readonly .ibiz-signature-pad{pointer-events:none}.ibiz-signature-overlay.is-disabled .ibiz-signature-pad{pointer-events:none}
package/lib/index.cjs CHANGED
@@ -9,6 +9,7 @@ var index$E = require('./view-engine/index.cjs');
9
9
  require('./util/index.cjs');
10
10
  var index = require('./locale/index.cjs');
11
11
  require('./mob-app/index.cjs');
12
+ var ibizVue3 = require('./ibiz-vue3.cjs');
12
13
  var col = require('./common/col/col.cjs');
13
14
  var row = require('./common/row/row.cjs');
14
15
  var keepAlive = require('./common/keep-alive/keep-alive.cjs');
@@ -183,6 +184,7 @@ exports.IBizPanelComponents = index$C.IBizPanelComponents;
183
184
  exports.IBizEditor = index$D.IBizEditor;
184
185
  exports.IBizViewEngine = index$E.IBizViewEngine;
185
186
  exports.i18n = index.i18n;
187
+ exports.IBizVue3 = ibizVue3.default;
186
188
  exports.IBizCol = col.IBizCol;
187
189
  exports.IBizRow = row.IBizRow;
188
190
  exports.IBizKeepAlive = keepAlive.IBizKeepAlive;
@@ -191,6 +191,9 @@ var index = {
191
191
  noSupportTreePicker: "Drop-down tree selection is not supported",
192
192
  confirm: "confirm"
193
193
  },
194
+ mapPicker: {
195
+ searchPlaceholder: "Please enter a keyword to select a location"
196
+ },
194
197
  markdown: {
195
198
  uploadJsonFormatErr: "The configuration of uploadparams did not follow the standard JSON format",
196
199
  exportJsonFormatErr: "The configuration of exportparams did not follow the standard JSON format",
@@ -252,7 +255,8 @@ var index = {
252
255
  processingComplete: "Processing completion time",
253
256
  processingSteps: "Processing steps",
254
257
  processingPersonnel: "Processing personnel",
255
- submissionPath: "Submission path"
258
+ submissionPath: "Submission path",
259
+ processInformation: "Process information"
256
260
  },
257
261
  userMessage: {
258
262
  notice: "Notice",
@@ -176,6 +176,9 @@ var index = {
176
176
  noSupportTreePicker: "\u6682\u672A\u652F\u6301\u6811\u5F62\u4E0B\u62C9\u9009\u62E9",
177
177
  confirm: "\u786E\u5B9A"
178
178
  },
179
+ mapPicker: {
180
+ searchPlaceholder: "\u8BF7\u8F93\u5165\u5173\u952E\u5B57\u9009\u62E9\u5730\u70B9"
181
+ },
179
182
  markdown: {
180
183
  uploadJsonFormatErr: "\u914D\u7F6Euploadparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",
181
184
  exportJsonFormatErr: "\u914D\u7F6Eexportparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",
@@ -252,7 +255,8 @@ var index = {
252
255
  processingComplete: "\u5904\u7406\u5B8C\u6210\u65F6\u95F4",
253
256
  processingSteps: "\u5904\u7406\u73AF\u8282",
254
257
  processingPersonnel: "\u5904\u7406\u4EBA",
255
- submissionPath: "\u63D0\u4EA4\u8DEF\u5F84"
258
+ submissionPath: "\u63D0\u4EA4\u8DEF\u5F84",
259
+ processInformation: "\u5904\u7406\u4FE1\u606F"
256
260
  },
257
261
  userMessage: {
258
262
  notice: "\u901A\u77E5",
@@ -60,12 +60,13 @@ class AppRouter {
60
60
  const beforeEnter = async (_to, _from, next) => {
61
61
  if (!qxUtil.isNilOrEmpty(ibiz.appData)) {
62
62
  next();
63
- }
64
- const authority = await authGuard.AuthGuard(this.getAppContext(_to));
65
- if (authority) {
66
- next();
67
63
  } else {
68
- next(false);
64
+ const authority = await authGuard.AuthGuard(this.getAppContext(_to));
65
+ if (authority) {
66
+ next();
67
+ } else {
68
+ next(false);
69
+ }
69
70
  }
70
71
  };
71
72
  const placeholder = ibiz.env.routePlaceholder;
@@ -0,0 +1,45 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var _commonjsHelpers = require('../../../../../../../_virtual/_commonjsHelpers.cjs');
6
+ var index = require('../../../../../../../_virtual/index12.cjs');
7
+
8
+ /*
9
+ *****************************************************************************
10
+ Copyright (c) Microsoft Corporation.
11
+
12
+ Permission to use, copy, modify, and/or distribute this software for any
13
+ purpose with or without fee is hereby granted.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
16
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
17
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
18
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
19
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
20
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21
+ PERFORMANCE OF THIS SOFTWARE.
22
+ *****************************************************************************/
23
+ var dist = index.__module.exports;
24
+
25
+ (function (module, exports) {
26
+ 'use strict';(function(q,r){"object"==='object'&&"undefined"!=='object'?module.exports=r():"function"===typeof undefined&&undefined.amd?undefined(r):(q=q||self,q.AMapLoader=r());})(_commonjsHelpers.commonjsGlobal,function(){function q(a,e,h,c){function b(a){return a instanceof h?a:new h(function(b){b(a);})}return new (h||(h=Promise))(function(h,g){function f(a){try{d(c.next(a));}catch(u){g(u);}}function k(a){try{d(c["throw"](a));}catch(u){g(u);}}function d(a){a.done?h(a.value):b(a.value).then(f,k);}d((c=c.apply(a,e||[])).next());})}
27
+ function r(a,g){function e(a){return function(f){return c([a,f])}}function c(d){if(m)throw new TypeError("Generator is already executing.");for(;b;)try{if(m=1,k&&(f=d[0]&2?k["return"]:d[0]?k["throw"]||((f=k["return"])&&f.call(k),0):k.next)&&!(f=f.call(k,d[1])).done)return f;if(k=0,f)d=[d[0]&2,f.value];switch(d[0]){case 0:case 1:f=d;break;case 4:return b.label++,{value:d[1],done:!1};case 5:b.label++;k=d[1];d=[0];continue;case 7:d=b.ops.pop();b.trys.pop();continue;default:if(!(f=b.trys,f=0<f.length&&
28
+ f[f.length-1])&&(6===d[0]||2===d[0])){b=0;continue}if(3===d[0]&&(!f||d[1]>f[0]&&d[1]<f[3]))b.label=d[1];else if(6===d[0]&&b.label<f[1])b.label=f[1],f=d;else if(f&&b.label<f[2])b.label=f[2],b.ops.push(d);else {f[2]&&b.ops.pop();b.trys.pop();continue}}d=g.call(a,b);}catch(w){d=[6,w],k=0;}finally{m=f=0;}if(d[0]&5)throw d[1];return {value:d[0]?d[1]:void 0,done:!0}}var b={label:0,sent:function(){if(f[0]&1)throw f[1];return f[1]},trys:[],ops:[]},m,k,f,l;return l={next:e(0),"throw":e(1),"return":e(2)},"function"===
29
+ typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l}function t(a){var e=[];a.AMapUI&&e.push(x(a.AMapUI));a.Loca&&e.push(y(a.Loca));return Promise.all(e)}function x(a){return new Promise(function(p,h){var c=[];if(a.plugins)for(var b=0;b<a.plugins.length;b+=1)-1==g.AMapUI.plugins.indexOf(a.plugins[b])&&c.push(a.plugins[b]);if(l.AMapUI===e.failed)h("\u524d\u6b21\u8bf7\u6c42 AMapUI \u5931\u8d25");else if(l.AMapUI===e.notload){l.AMapUI=e.loading;g.AMapUI.version=a.version||g.AMapUI.version;b=
30
+ g.AMapUI.version;var m=document.body||document.head,k=document.createElement("script");k.type="text/javascript";k.src="https://webapi.amap.com/ui/"+b+"/main.js";k.onerror=function(a){l.AMapUI=e.failed;h("\u8bf7\u6c42 AMapUI \u5931\u8d25");};k.onload=function(){l.AMapUI=e.loaded;if(c.length)window.AMapUI.loadUI(c,function(){for(var a=0,b=c.length;a<b;a++){var d=c[a].split("/").slice(-1)[0];window.AMapUI[d]=arguments[a];}for(p();n.AMapUI.length;)n.AMapUI.splice(0,1)[0]();});else for(p();n.AMapUI.length;)n.AMapUI.splice(0,
31
+ 1)[0]();};m.appendChild(k);}else l.AMapUI===e.loaded?a.version&&a.version!==g.AMapUI.version?h("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c AMapUI \u6df7\u7528"):c.length?window.AMapUI.loadUI(c,function(){for(var a=0,b=c.length;a<b;a++){var d=c[a].split("/").slice(-1)[0];window.AMapUI[d]=arguments[a];}p();}):p():a.version&&a.version!==g.AMapUI.version?h("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c AMapUI \u6df7\u7528"):n.AMapUI.push(function(a){a?h(a):c.length?window.AMapUI.loadUI(c,function(){for(var a=
32
+ 0,b=c.length;a<b;a++){var f=c[a].split("/").slice(-1)[0];window.AMapUI[f]=arguments[a];}p();}):p();});})}function y(a){return new Promise(function(p,h){if(l.Loca===e.failed)h("\u524d\u6b21\u8bf7\u6c42 Loca \u5931\u8d25");else if(l.Loca===e.notload){l.Loca=e.loading;g.Loca.version=a.version||g.Loca.version;var c=g.Loca.version,b=g.AMap.version.startsWith("2"),m=c.startsWith("2");if(b&&!m||!b&&m)h("JSAPI \u4e0e Loca \u7248\u672c\u4e0d\u5bf9\u5e94\uff01\uff01");else {b=g.key;m=document.body||document.head;
33
+ var k=document.createElement("script");k.type="text/javascript";k.src="https://webapi.amap.com/loca?v="+c+"&key="+b;k.onerror=function(a){l.Loca=e.failed;h("\u8bf7\u6c42 AMapUI \u5931\u8d25");};k.onload=function(){l.Loca=e.loaded;for(p();n.Loca.length;)n.Loca.splice(0,1)[0]();};m.appendChild(k);}}else l.Loca===e.loaded?a.version&&a.version!==g.Loca.version?h("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c Loca \u6df7\u7528"):p():a.version&&a.version!==g.Loca.version?h("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c Loca \u6df7\u7528"):
34
+ n.Loca.push(function(a){a?h(a):h();});})}if(!window)throw Error("AMap JSAPI can only be used in Browser.");var e;(function(a){a.notload="notload";a.loading="loading";a.loaded="loaded";a.failed="failed";})(e||(e={}));var g={key:"",AMap:{version:"1.4.15",plugins:[]},AMapUI:{version:"1.1",plugins:[]},Loca:{version:"1.3.2"}},l={AMap:e.notload,AMapUI:e.notload,Loca:e.notload},n={AMap:[],AMapUI:[],Loca:[]},v=[],z=function(a){"function"==typeof a&&(l.AMap===e.loaded?a(window.AMap):v.push(a));};return {load:function(a){var p=
35
+ this;return new Promise(function(h,c){if(l.AMap==e.failed)c("");else if(l.AMap==e.notload){var b=a.key,m=a.version,k=a.plugins;if(b){window.AMap&&"lbs.amap.com"!==location.host&&c("\u7981\u6b62\u591a\u79cdAPI\u52a0\u8f7d\u65b9\u5f0f\u6df7\u7528");g.key=b;g.AMap.version=m||g.AMap.version;g.AMap.plugins=k||g.AMap.plugins;l.AMap=e.loading;var f=document.body||document.head;window.___onAPILoaded=function(b){delete window.___onAPILoaded;if(b)l.AMap=e.failed,c(b);else for(l.AMap=e.loaded,t(a).then(function(){h(window.AMap);})["catch"](c);v.length;)v.splice(0,
36
+ 1)[0]();};var n=document.createElement("script");n.type="text/javascript";b="https://webapi.amap.com/maps?callback=___onAPILoaded&v="+g.AMap.version+"&key="+b+"&plugin="+g.AMap.plugins.join(",");fetch(b).then(function(a){return q(p,void 0,void 0,function(){var b;return r(this,function(c){switch(c.label){case 0:return [4,a.text()];case 1:return b=c.sent(),n.textContent=b.replace("define.amd","undefined"),f.appendChild(n),[2]}})})})["catch"](function(a){l.AMap=e.failed;c(a);});}else c("\u8bf7\u586b\u5199key");}else if(l.AMap==
37
+ e.loaded)if(a.key&&a.key!==g.key)c("\u591a\u4e2a\u4e0d\u4e00\u81f4\u7684 key");else if(a.version&&a.version!==g.AMap.version)c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c JSAPI \u6df7\u7528");else {b=[];if(a.plugins)for(m=0;m<a.plugins.length;m+=1)-1==g.AMap.plugins.indexOf(a.plugins[m])&&b.push(a.plugins[m]);if(b.length)window.AMap.plugin(b,function(){t(a).then(function(){h(window.AMap);})["catch"](c);});else t(a).then(function(){h(window.AMap);})["catch"](c);}else if(a.key&&a.key!==g.key)c("\u591a\u4e2a\u4e0d\u4e00\u81f4\u7684 key");
38
+ else if(a.version&&a.version!==g.AMap.version)c("\u4e0d\u5141\u8bb8\u591a\u4e2a\u7248\u672c JSAPI \u6df7\u7528");else {var d=[];if(a.plugins)for(m=0;m<a.plugins.length;m+=1)-1==g.AMap.plugins.indexOf(a.plugins[m])&&d.push(a.plugins[m]);z(function(){if(d.length)window.AMap.plugin(d,function(){t(a).then(function(){h(window.AMap);})["catch"](c);});else t(a).then(function(){h(window.AMap);})["catch"](c);});}})},reset:function(){delete window.AMap;delete window.AMapUI;delete window.Loca;g={key:"",AMap:{version:"1.4.15",
39
+ plugins:[]},AMapUI:{version:"1.1",plugins:[]},Loca:{version:"1.3.2"}};l={AMap:e.notload,AMapUI:e.notload,Loca:e.notload};n={AMap:[],AMapUI:[],Loca:[]};}}});
40
+ } (index.__module, index.__module.exports));
41
+
42
+ var distExports = index.__module.exports;
43
+ var AMapLoader = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(distExports);
44
+
45
+ exports.default = AMapLoader;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var _commonjsHelpers = require('../../../../../../../../_virtual/_commonjsHelpers.cjs');
4
- var index = require('../../../../../../../../_virtual/index13.cjs');
4
+ var index = require('../../../../../../../../_virtual/index14.cjs');
5
5
 
6
6
  var frameTalkClientPc = index.__module.exports;
7
7
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var _commonjsHelpers = require('../../../../../../../../_virtual/_commonjsHelpers.cjs');
4
- var index = require('../../../../../../../../_virtual/index12.cjs');
4
+ var index = require('../../../../../../../../_virtual/index13.cjs');
5
5
  require('../../../../../../../../_virtual/bridge.cjs');
6
6
  var retry = require('./retry.cjs');
7
7
  require('../../../../../../../../_virtual/dealParamsAndResult.cjs');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var _commonjsHelpers = require('../../../../../_virtual/_commonjsHelpers.cjs');
6
- var index = require('../../../../../_virtual/index14.cjs');
6
+ var index = require('../../../../../_virtual/index17.cjs');
7
7
 
8
8
  var eventemitter3 = index.__module.exports;
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var _commonjsHelpers = require('../../../../../_virtual/_commonjsHelpers.cjs');
6
- var index$1 = require('../../../../../_virtual/index17.cjs');
6
+ var index$1 = require('../../../../../_virtual/index18.cjs');
7
7
 
8
8
  /**
9
9
  * lodash (Custom Build) <https://lodash.com/>
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var _commonjsHelpers = require('../../../../../_virtual/_commonjsHelpers.cjs');
6
- var index$1 = require('../../../../../_virtual/index18.cjs');
6
+ var index$1 = require('../../../../../_virtual/index19.cjs');
7
7
 
8
8
  /**
9
9
  * Lodash (Custom Build) <https://lodash.com/>
@@ -53,8 +53,8 @@ const WFStepTrace = /* @__PURE__ */ vue.defineComponent({
53
53
  "class": this.ns.b("task-item")
54
54
  }, [vue.createVNode(vue.resolveComponent("van-field"), {
55
55
  "readonly": true,
56
- "modelValue": task.type,
57
- "onUpdate:modelValue": ($event) => task.type = $event,
56
+ "modelValue": task.taskName,
57
+ "onUpdate:modelValue": ($event) => task.taskName = $event,
58
58
  "label": ibiz.i18n.t("panelComponent.wfStepTrace.processingSteps")
59
59
  }, null)]), vue.createVNode("div", {
60
60
  "class": this.ns.b("task-item")
@@ -66,10 +66,17 @@ const WFStepTrace = /* @__PURE__ */ vue.defineComponent({
66
66
  }, null)]), vue.createVNode("div", {
67
67
  "class": this.ns.b("task-item")
68
68
  }, [vue.createVNode(vue.resolveComponent("van-field"), {
69
- "modelValue": task.taskName,
70
- "onUpdate:modelValue": ($event) => task.taskName = $event,
69
+ "modelValue": task.type,
70
+ "onUpdate:modelValue": ($event) => task.type = $event,
71
71
  "readonly": true,
72
72
  "label": ibiz.i18n.t("panelComponent.wfStepTrace.submissionPath")
73
+ }, null)]), task.fullmessage && vue.createVNode("div", {
74
+ "class": this.ns.b("task-item")
75
+ }, [vue.createVNode(vue.resolveComponent("van-field"), {
76
+ "modelValue": task.fullmessage,
77
+ "onUpdate:modelValue": ($event) => task.fullmessage = $event,
78
+ "readonly": true,
79
+ "label": ibiz.i18n.t("panelComponent.wfStepTrace.processInformation")
73
80
  }, null)])])]
74
81
  });
75
82
  })) ? _slot : {
@@ -56,6 +56,10 @@ const useViewStack = pinia.defineStore("viewStack", () => {
56
56
  const popKey = viewStack.cacheKeys.pop();
57
57
  viewInfoMap.delete(popKey);
58
58
  viewStack.currentKey = viewStack.cacheKeys[viewStack.cacheKeys.length - 1];
59
+ console.log("pop", window.history);
60
+ };
61
+ const goBack = () => {
62
+ router.back();
59
63
  };
60
64
  const init = (_router) => {
61
65
  router = _router;
@@ -81,11 +85,6 @@ const useViewStack = pinia.defineStore("viewStack", () => {
81
85
  viewStack.currentKey = key;
82
86
  });
83
87
  };
84
- const goBack = () => {
85
- const previousKey = viewStack.cacheKeys[viewStack.cacheKeys.length - 2];
86
- const previousPath = viewInfoMap.get(previousKey).fullPath;
87
- router.push(previousPath);
88
- };
89
88
  return { viewStack, init, on, off, goBack };
90
89
  });
91
90
 
@@ -1,6 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var runtime = require('@ibiz-template/runtime');
4
+ var ramda = require('ramda');
4
5
  var mobPickupView_engine = require('./mob-pickup-view.engine.cjs');
5
6
 
6
7
  "use strict";
@@ -42,6 +43,10 @@ class MobMPickupViewEngine extends mobPickupView_engine.MobPickupViewEngine {
42
43
  this.selectedData = JSON.parse(this.view.params.selectedData);
43
44
  delete this.view.params.selectedData;
44
45
  }
46
+ if (this.view.params.selecteddata) {
47
+ this.selectedData = JSON.parse(this.view.params.selecteddata);
48
+ delete this.view.params.selecteddata;
49
+ }
45
50
  if (!this.view.slotProps.simplelist) {
46
51
  this.view.slotProps.simplelist = {};
47
52
  }
@@ -66,7 +71,7 @@ class MobMPickupViewEngine extends mobPickupView_engine.MobPickupViewEngine {
66
71
  async onMounted() {
67
72
  await super.onMounted();
68
73
  this.pickupViewPanel.evt.on("onSelectionChange", (event) => {
69
- this.pickupViewPanelSelectionChange(event.data);
74
+ this.pickupViewPanelSelectionChange(ramda.clone(event.data));
70
75
  });
71
76
  this.simpleList.evt.on("onActive", (event) => {
72
77
  this.removeSelection(event.data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/mob-vue3-components",
3
- "version": "0.7.41-alpha.18",
3
+ "version": "0.7.41-alpha.19-lts.1",
4
4
  "description": "移动端组件库(vue3)",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.mjs",
@@ -25,16 +25,17 @@
25
25
  "publish:local": "npm run build && npm publish --access public --registry=http://172.16.240.221:8081/repository/local/"
26
26
  },
27
27
  "dependencies": {
28
+ "@amap/amap-jsapi-loader": "^1.0.1",
28
29
  "@floating-ui/dom": "^1.5.3",
29
30
  "@ibiz-template-package/vs-tree-ex": "^0.1.1",
30
31
  "@ibiz-template/core": "0.7.41-alpha.28",
31
- "@ibiz-template/model-helper": "0.7.41-alpha.29",
32
- "@ibiz-template/runtime": "0.7.41-alpha.29",
32
+ "@ibiz-template/model-helper": "0.7.41-alpha.32",
33
+ "@ibiz-template/runtime": "0.7.41-alpha.32",
33
34
  "@ibiz-template/theme": "0.7.39",
34
- "@ibiz-template/vue3-util": "0.7.41-alpha.29",
35
+ "@ibiz-template/vue3-util": "0.7.41-alpha.32",
35
36
  "@ibiz-template/devtool": "0.0.12",
36
- "@ibiz/model-core": "^0.1.82",
37
- "@ibiz-template/mob-theme": "3.1.1",
37
+ "@ibiz/model-core": "^0.1.83",
38
+ "@ibiz-template/mob-theme": "3.1.2-lts.1",
38
39
  "async-validator": "^4.2.5",
39
40
  "cherry-markdown": "^0.8.26",
40
41
  "dingtalk-jsapi": "^3.0.38",
@@ -76,7 +77,7 @@
76
77
  "@ibiz-template/runtime": "^0.7.0",
77
78
  "@ibiz-template/theme": "^0.7.0",
78
79
  "@ibiz-template/vue3-util": "^0.7.0",
79
- "@ibiz/model-core": "^0.1.81",
80
+ "@ibiz/model-core": "^0.1.83",
80
81
  "async-validator": "^4.2.5",
81
82
  "dayjs": "^1.11.9",
82
83
  "echarts": "^5.4.3",
@@ -94,5 +95,10 @@
94
95
  "lint-staged": {
95
96
  "*.ts": "eslint --fix",
96
97
  "*.scss": "stylelint --custom-syntax=postcss-scss"
98
+ },
99
+ "pnpm": {
100
+ "patchedDependencies": {
101
+ "@amap/amap-jsapi-loader@1.0.1": "patches/@amap__amap-jsapi-loader@1.0.1.patch"
102
+ }
97
103
  }
98
- }
104
+ }
@@ -1,2 +0,0 @@
1
- System.register(["@ibiz-template/runtime","@ibiz-template/vue3-util","@ibiz-template/model-helper","@ibiz-template/core"],function(E){"use strict";var e,F,o,r;return{setters:[function(u){e=u.zhCn},function(u){F=u.zhCn},function(u){o=u.zhCn},function(u){r=u.zhCn}],execute:function(){var u=E("default",{app:{noSupport:"\u6682\u672A\u652F\u6301",add:"\u6DFB\u52A0",delete:"\u5220\u9664",retract:"\u6536\u8D77",close:"\u5173\u95ED",search:"\u641C\u7D22"},component:{actionToolbar:{noSupportDropDown:"\u4E0B\u62C9\u6A21\u5F0F\u6682\u4E0D\u652F\u6301"},rawItem:{errorConfig:"{type} \u7C7B\u578B\u81EA\u5B9A\u4E49\u53C2\u6570\u914D\u7F6E\u9519\u8BEF",noSupportVideo:"\u4F60\u7684\u6D4F\u89C8\u5668\u4E0D\u652F\u6301video\u6807\u7B7E"},emojiSelect:{frequently:"\u5E38\u7528",peoples:"\u60C5\u7EEA",nature:"\u81EA\u7136",foods:"\u98DF\u7269\u4E0E\u996E\u6599",activity:"\u6D3B\u52A8",objects:"\u5BF9\u8C61",places:"\u65C5\u884C\u4E0E\u5730\u65B9",symbols:"\u7B26\u53F7",flags:"\u65D7\u5E1C"},mdCtrlSetting:{confirm:"\u786E\u5B9A",sort:"\u6392\u5E8F",asc:"\u5347\u5E8F",desc:"\u964D\u5E8F"},dateRangePicker:{headerPlaceholder:"\u8BF7\u9009\u62E9\u65E5\u671F\u8303\u56F4",confirm:"\u786E\u8BA4",today:"\u4ECA\u5929",startDate:"\u5F00\u59CB\u65F6\u95F4",endDate:"\u7ED3\u675F\u65F6\u95F4",scopeIsInvalid:"\u8303\u56F4\u65E0\u6548\u3002",overLimit:"\u4E0D\u5728\u5141\u8BB8\u7684\u8303\u56F4\u5185",year:"\u5E74",month:"\u6708",day:"\u65E5",formatIsInvalid:"\u683C\u5F0F\u65E0\u6548",use:"\u4F7F\u7528",example:"\u793A\u4F8B",selectDate:"\u8BF7\u9009\u62E9\u65E5\u671F",noSelect:"\u6682\u65E0\u9009\u4E2D"},formItemContainer:{more:"\u66F4\u591A"}},control:{common:{loadMore:"\u52A0\u8F7D\u66F4\u591A"},dataView:{end:"\u6211\u5DF2\u7ECF\u5230\u5E95\u5566~"},appmenu:{more:"\u66F4\u591A",bottomNav:"\u5E95\u90E8\u5BFC\u822A",customNav:"\u81EA\u5B9A\u4E49\u5BFC\u822A",save:"\u4FDD\u5B58"},form:{noSupportDetailType:"\u6682\u672A\u652F\u6301\u7684\u8868\u5355\u9879\u7C7B\u578B: {detailType} \u6216\u627E\u4E0D\u5230\u5BF9\u5E94\u9002\u914D\u5668",formGroupPanel:{showMore:"\u663E\u793A\u66F4\u591A"},formMDctrlForm:{noFindProvider:"\u672A\u627E\u5230\u8868\u5355\u7684\u9002\u914D\u5668"},repeaterMultiForm:{confirmTitle:"\u5220\u9664\u63D0\u9192",confirmDesc:"\u662F\u5426\u5220\u9664\u9009\u4E2D\u9879?"},repeaterSingleForm:{errorMessage:"\u6CA1\u6709repeatedForm"},formMDctrlRepeater:{noSupportStyle:"\u6682\u672A\u652F\u6301\u91CD\u590D\u5668\u6837\u5F0F{repeaterStyle}"},mdCtrlContainer:{noSlot:"\u672A\u63D0\u4F9Bitem\u63D2\u69FD"},formMDctrl:{errorMessage:"\u6682\u672A\u652F\u6301\u5185\u5BB9\u7C7B\u578B\u4E3A{contentType}"},searchForm:{search:"\u67E5\u8BE2",reset:"\u91CD\u7F6E"}},list:{expand:"\u5C55\u5F00",selectedData:"\u9009\u4E2D\u6570\u636E",end:"\u6211\u5DF2\u7ECF\u5230\u5E95\u5566~"},searchBar:{confirm:"\u786E\u8BA4",reset:"\u91CD\u7F6E",filter:"\u7B5B\u9009",add:"\u6DFB\u52A0",remove:"\u5220\u9664",addCond:"\u6DFB\u52A0\u7B5B\u9009\u6761\u4EF6",value:"\u503C",when:"\u5F53",operate:"\u64CD\u4F5C",property:"\u5C5E\u6027",and:"\u4E14",or:"\u6216"},toolbar:{noSupportType:"\u5DE5\u5177\u680F\u9879\u7C7B\u578B\uFF1A{itemType}\u6682\u4E0D\u652F\u6301"},tree:{subordinate:"\u4E0B\u7EA7"},wizardPanel:{prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65",finish:"\u5B8C\u6210"},calendar:{today:"\u4ECA\u5929",pickerDate:"\u9009\u62E9\u65E5\u671F",customPicker:"\u8BF7\u9009\u62E9\u65E5\u671F"}},editor:{common:{entityConfigErr:"\u8BF7\u914D\u7F6E\u5B9E\u4F53\u548C\u5B9E\u4F53\u6570\u636E\u96C6",selectViewConfigErr:"\u8BF7\u914D\u7F6E\u6570\u636E\u9009\u62E9\u89C6\u56FE",linkViewConfigErr:"\u8BF7\u914D\u7F6E\u6570\u636E\u94FE\u63A5\u89C6\u56FE",cancel:"\u53D6\u6D88",confirm:"\u786E\u5B9A"},html:{expand:"\u5C55\u5F00",collapse:"\u6536\u8D77"},cascader:{ibizCascader:{title:"\u6807\u9898{index}"}},datePicker:{title:"\u9009\u62E9\u65E5\u671F",cancel:"\u53D6\u6D88",confirm:"\u786E\u8BA4",year:"\u5E74",month:"\u6708",day:"\u65E5",hour:"\u65F6",min:"\u5206",sec:"\u79D2",clear:"\u6E05\u9664"},dropdownList:{noSupportTreePicker:"\u6682\u672A\u652F\u6301\u6811\u5F62\u4E0B\u62C9\u9009\u62E9",confirm:"\u786E\u5B9A"},markdown:{uploadJsonFormatErr:"\u914D\u7F6Euploadparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",exportJsonFormatErr:"\u914D\u7F6Eexportparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",downloadFailedErr:"\u4E0B\u8F7D\u6587\u4EF6\u5931\u8D25",noExistentErr:"\u6587\u4EF6\u6D41\u6570\u636E\u4E0D\u5B58\u5728"},notSupportedEditor:{unsupportedType:"\u672A\u652F\u6301\u7684\u7F16\u8F91\u5668\u7C7B\u578B - {type}"},stepper:{pleaseEnter:"\u8BF7\u8F93\u5165"},upload:{uploadJsonFormatErr:"\u914D\u7F6Euploadparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",exportJsonFormatErr:"\u914D\u7F6Eexportparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",cancelUpload:"\u53D6\u6D88\u4E0A\u4F20",compressError:"\u56FE\u7247\u538B\u7F29\u5931\u8D25"},emojiPicker:{addEmoji:"\u6DFB\u52A0\u8868\u60C5"},dropdown:{pleaseSelect:"\u8BF7\u9009\u62E9",clear:"\u6E05\u9664",searchPlaceholder:"\u641C\u7D22"},dateRangePicker:{selectRange:"\u8BF7\u9009\u62E9\u65E5\u671F\u8303\u56F4"},mpicker:{simpleErr:"SIMPLE\u7C7B\u578B\u5730\u5740\u680F\u503C\u683C\u5F0F{props.value}\u4E0D\u7B26\u5408JSON\u5B57\u7B26\u4E32\u8981\u6C42"},signature:{undo:"\u64A4\u9500",rewrite:"\u91CD\u5199",confirm:"\u786E\u8BA4",addSignature:"\u70B9\u51FB\u6B64\u5904\u6DFB\u52A0\u7B7E\u540D",signaturePrompt:"\u8BF7\u5728\u7A7A\u767D\u533A\u57DF\u5185\u6A2A\u5411\u4E66\u5199"}},locale:{prompt:"\u63D0\u793A",switchLanguagePrompt:"\u5207\u6362\u8BED\u8A00\u9700\u8981\u5237\u65B0\u9875\u9762\uFF0C\u786E\u8BA4\u5207\u6362?"},mobApp:{authGuard:{loginFailed:"\u533F\u540D\u7528\u6237\u767B\u5F55\u5931\u8D25",noPermission:"\u65E0\u6743\u9650\u8BBF\u95EE\uFF01"},unauthorizedHandler:{noFoundEnvParams:"\u627E\u4E0D\u5230\u73AF\u5883\u53C2\u6570casLoginUrl",prohibitAccessPrompt:"\u5F53\u524D\u8D26\u6237\u88AB\u7981\u6B62\u8BBF\u95EE",exitPrompt:"\u662F\u5426\u8981\u9000\u51FA\u5F53\u524D\u8D26\u6237\uFF1F"}},panelComponent:{authUserinfo:{visitor:"\u6E38\u5BA2"},authSsO:{noSupported:"\u6682\u4E0D\u652F\u6301{type}\u767B\u5F55",dingLogin:"\u9489\u9489\u767B\u5F55",wechatLogin:"\u5FAE\u4FE1\u767B\u5F55"},navPosIndex:{noSupportPrompt:"\u975E\u8DEF\u7531\u6A21\u5F0F\u5BFC\u822A\u5360\u4F4D\u6682\u672A\u652F\u6301"},panelVideoPlayer:{noSupportPrompt:"\u60A8\u7684\u8BBE\u5907\u4E0D\u652F\u6301video\u6807\u7B7E"},wfStepTrace:{processingComplete:"\u5904\u7406\u5B8C\u6210\u65F6\u95F4",processingSteps:"\u5904\u7406\u73AF\u8282",processingPersonnel:"\u5904\u7406\u4EBA",submissionPath:"\u63D0\u4EA4\u8DEF\u5F84"},userMessage:{notice:"\u901A\u77E5",backendTasks:"\u540E\u53F0\u4F5C\u4E1A",allRead:"\u5168\u90E8\u5DF2\u8BFB",all:"\u5168\u90E8",unread:"\u672A\u8BFB",asyncActionPreview:{downloadFailedErr:"\u4E0B\u8F7D\u6587\u4EF6\u5931\u8D25",noExistentErr:"\u6587\u4EF6\u6D41\u6570\u636E\u4E0D\u5B58\u5728",importDetailPrompt:"\u5BFC\u5165\u6570\u636E\u8BE6\u60C5-{name}",parseImportInfoErr:"\u89E3\u6790\u5BFC\u5165\u4FE1\u606F\u5F02\u5E38",downloadErrFile:"\u4E0B\u8F7D\u9519\u8BEF\u6587\u4EF6",importTime:"\u5BFC\u5165\u65F6\u95F4: ",importTotal:"\u5BFC\u5165\u603B\u6761\u6570: ",successImport:"\u6210\u529F\u5BFC\u5165\u6570: ",ImportFailed:"\u5BFC\u5165\u5931\u8D25\u6570: "},asyncActionTab:{noSupportType:"\u5F02\u6B65\u64CD\u4F5C\u7C7B\u578B{type}\u6682\u672A\u652F\u6301",noAsyncAction:"\u6682\u65E0\u5F02\u6B65\u64CD\u4F5C"},internalMessageContainer:{markAsRead:"\u6807\u8BB0\u4E3A\u5DF2\u8BFB"},internalMessageJson:{jumpToView:"\u8DF3\u8F6C\u5230\u89C6\u56FE",missingHtml:"\u6570\u636E\u7684content\u91CC\u7F3A\u5C11html"},internalMessageTab:{noSupportType:"\u7AD9\u5185\u6D88\u606F\u7C7B\u578B{type}\u6682\u672A\u652F\u6301",notificationYet:"\u6682\u65E0\u901A\u77E5",loadMore:"\u52A0\u8F7D\u66F4\u591A({length})",onlyShowUnread:"\u53EA\u663E\u793A\u672A\u8BFB"}}},util:{loading:"\u52A0\u8F7D\u4E2D",notAchieved:"\u6CA1\u6709\u5B9E\u73B0",unrealized:"\u672A\u5B9E\u73B0",cacheWarningPrompt:"\u5806\u6808\u53EA\u6709\u4E00\u4E2A\u7F13\u5B58\u4E0D\u80FD\u540E\u9000\u4E86",scanQrcode:{notAllowedError:"\u60A8\u9700\u8981\u6388\u4E88\u76F8\u673A\u8BBF\u95EE\u6743\u9650",notFoundError:"\u6B64\u8BBE\u5907\u4E0A\u6CA1\u6709\u6444\u50CF\u5934",notSupportedError:"\u9700\u8981\u5B89\u5168\u4E0A\u4E0B\u6587\uFF08HTTPS\uFF0Clocalhost\uFF09",notReadableError:"\u76F8\u673A\u662F\u5426\u5DF2\u5728\u4F7F\u7528\u4E2D\uFF1F",overconstrainedError:"\u5B89\u88C5\u7684\u6444\u50CF\u5934\u4E0D\u5408\u9002",streamApiNotSupportedError:"\u6B64\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u6D41API",insecureContextError:"\u53EA\u6709\u5728\u5B89\u5168\u7684\u60C5\u51B5\u4E0B\u624D\u5141\u8BB8\u8BBF\u95EE\u6444\u50CF\u5934\u3002\u4F7F\u7528HTTPS\u6216localhost\u800C\u4E0D\u662FHTTP\u3002"}},view:{fillInUserName:"\u8BF7\u586B\u5199\u7528\u6237\u540D",fillInPassword:"\u8BF7\u586B\u5199\u5BC6\u7801",loginFailed:"\u767B\u5F55\u5931\u8D25",enterUserName:"\u8BF7\u8F93\u5165\u7528\u6237\u540D",enterPassword:"\u8BF7\u8F93\u5165\u5BC6\u7801",userName:"\u7528\u6237\u540D",password:"\u5BC6\u7801",login:"\u767B\u5F55",thirdAuthFail:"\u7B2C\u4E09\u65B9\u6388\u6743\u767B\u5F55\u5931\u8D25",downloading:"\u4E0B\u8F7D\u4E2D...",downloadSuccess:"\u4E0B\u8F7D\u6210\u529F\uFF01",downloadFailed:"\u4E0B\u8F7D\u5931\u8D25\uFF01",noSupportDownload:"\u4E0D\u652F\u6301\u4E0B\u8F7D\u8BE5\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u53F3\u4E0A\u89D2\u4F7F\u7528\u6D4F\u89C8\u5668\u6253\u5F00\u4E0B\u8F7D\uFF01",immediatelyDownload:"\u7ACB\u5373\u4E0B\u8F7D",reDownload:"\u91CD\u65B0\u4E0B\u8F7D"},viewEngine:{closeRemind:"\u5173\u95ED\u63D0\u9192",confirmClosePrompt:"\u8868\u5355\u6570\u636E\u5DF2\u7ECF\u4FEE\u6539\uFF0C\u786E\u5B9A\u8981\u5173\u95ED\uFF1F",noExistVersionErr:"\u5F53\u524D\u5DE5\u4F5C\u6D41\u7248\u672C\u4E0D\u5B58\u5728",noFoundFormModel:"\u627E\u4E0D\u5230\u8868\u5355{name}\u7684\u6A21\u578B",missingToolbarModel:"\u7F3A\u5C11\u5DE5\u5177\u680F\u90E8\u4EF6\u6A21\u578B",notReceivedPrompt:"\u6CA1\u6709\u63A5\u6536\u5230appDataEntityId"},...e,...F,...r,...o})}}});
2
- //# sourceMappingURL=index-BcB2An4e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-BcB2An4e.js","sources":["../src/locale/zh-CN/index.ts"],"sourcesContent":["import { zhCn as runTimeZhCN } from '@ibiz-template/runtime';\nimport { zhCn as vue3UtilZhCN } from '@ibiz-template/vue3-util';\nimport { zhCn as modelHelperZhCN } from '@ibiz-template/model-helper';\nimport { zhCn as coreZhCN } from '@ibiz-template/core';\n\nexport default {\n // 应用级\n app: {\n noSupport: '暂未支持',\n add: '添加',\n delete: '删除',\n retract: '收起',\n close: '关闭',\n search: '搜索',\n },\n // 组件\n component: {\n actionToolbar: {\n noSupportDropDown: '下拉模式暂不支持',\n },\n rawItem: {\n errorConfig: '{type} 类型自定义参数配置错误',\n noSupportVideo: '你的浏览器不支持video标签',\n },\n emojiSelect: {\n frequently: '常用',\n peoples: '情绪',\n nature: '自然',\n foods: '食物与饮料',\n activity: '活动',\n objects: '对象',\n places: '旅行与地方',\n symbols: '符号',\n flags: '旗帜',\n },\n mdCtrlSetting: {\n confirm: '确定',\n sort: '排序',\n asc: '升序',\n desc: '降序',\n },\n dateRangePicker: {\n headerPlaceholder: '请选择日期范围',\n confirm: '确认',\n today: '今天',\n startDate: '开始时间',\n endDate: '结束时间',\n scopeIsInvalid: '范围无效。',\n overLimit: '不在允许的范围内',\n year: '年',\n month: '月',\n day: '日',\n formatIsInvalid: '格式无效',\n use: '使用',\n example: '示例',\n selectDate: '请选择日期',\n noSelect: '暂无选中',\n },\n formItemContainer: {\n more: '更多',\n },\n },\n // 部件\n control: {\n common: {\n loadMore: '加载更多',\n },\n dataView: { end: '我已经到底啦~' },\n appmenu: {\n more: '更多',\n bottomNav: '底部导航',\n customNav: '自定义导航',\n save: '保存',\n },\n form: {\n noSupportDetailType:\n '暂未支持的表单项类型: {detailType} 或找不到对应适配器',\n formGroupPanel: {\n showMore: '显示更多',\n },\n formMDctrlForm: {\n noFindProvider: '未找到表单的适配器',\n },\n repeaterMultiForm: {\n confirmTitle: '删除提醒',\n confirmDesc: '是否删除选中项?',\n },\n repeaterSingleForm: {\n errorMessage: '没有repeatedForm',\n },\n formMDctrlRepeater: {\n noSupportStyle: '暂未支持重复器样式{repeaterStyle}',\n },\n mdCtrlContainer: {\n noSlot: '未提供item插槽',\n },\n formMDctrl: {\n errorMessage: '暂未支持内容类型为{contentType}',\n },\n searchForm: {\n search: '查询',\n reset: '重置',\n },\n },\n list: {\n expand: '展开',\n selectedData: '选中数据',\n end: '我已经到底啦~',\n },\n searchBar: {\n confirm: '确认',\n reset: '重置',\n filter: '筛选',\n add: '添加',\n remove: '删除',\n addCond: '添加筛选条件',\n value: '值',\n when: '当',\n operate: '操作',\n property: '属性',\n and: '且',\n or: '或',\n },\n toolbar: {\n noSupportType: '工具栏项类型:{itemType}暂不支持',\n },\n tree: {\n subordinate: '下级',\n },\n wizardPanel: {\n prev: '上一步',\n next: '下一步',\n finish: '完成',\n },\n calendar: {\n today: '今天',\n pickerDate: '选择日期',\n customPicker: '请选择日期',\n },\n },\n // 编辑器\n editor: {\n common: {\n entityConfigErr: '请配置实体和实体数据集',\n selectViewConfigErr: '请配置数据选择视图',\n linkViewConfigErr: '请配置数据链接视图',\n cancel: '取消',\n confirm: '确定',\n },\n html: {\n expand: '展开',\n collapse: '收起',\n },\n cascader: {\n ibizCascader: {\n title: '标题{index}',\n },\n },\n datePicker: {\n title: '选择日期',\n cancel: '取消',\n confirm: '确认',\n year: '年',\n month: '月',\n day: '日',\n hour: '时',\n min: '分',\n sec: '秒',\n clear: '清除',\n },\n dropdownList: {\n noSupportTreePicker: '暂未支持树形下拉选择',\n confirm: '确定',\n },\n markdown: {\n uploadJsonFormatErr: '配置uploadparams没有按标准JSON格式',\n exportJsonFormatErr: '配置exportparams没有按标准JSON格式',\n downloadFailedErr: '下载文件失败',\n noExistentErr: '文件流数据不存在',\n },\n notSupportedEditor: {\n unsupportedType: '未支持的编辑器类型 - {type}',\n },\n stepper: {\n pleaseEnter: '请输入',\n },\n upload: {\n uploadJsonFormatErr: '配置uploadparams没有按标准JSON格式',\n exportJsonFormatErr: '配置exportparams没有按标准JSON格式',\n cancelUpload: '取消上传',\n compressError: '图片压缩失败',\n },\n emojiPicker: {\n addEmoji: '添加表情',\n },\n dropdown: {\n pleaseSelect: '请选择',\n clear: '清除',\n searchPlaceholder: '搜索',\n },\n dateRangePicker: {\n selectRange: '请选择日期范围',\n },\n mpicker: {\n simpleErr: 'SIMPLE类型地址栏值格式{props.value}不符合JSON字符串要求',\n },\n signature: {\n undo: '撤销',\n rewrite: '重写',\n confirm: '确认',\n addSignature: '点击此处添加签名',\n signaturePrompt: '请在空白区域内横向书写',\n },\n },\n // 多语言\n locale: {\n prompt: '提示',\n switchLanguagePrompt: '切换语言需要刷新页面,确认切换?',\n },\n mobApp: {\n authGuard: {\n loginFailed: '匿名用户登录失败',\n noPermission: '无权限访问!',\n },\n unauthorizedHandler: {\n noFoundEnvParams: '找不到环境参数casLoginUrl',\n prohibitAccessPrompt: '当前账户被禁止访问',\n exitPrompt: '是否要退出当前账户?',\n },\n },\n // 面板组件\n panelComponent: {\n authUserinfo: {\n visitor: '游客',\n },\n authSsO: {\n noSupported: '暂不支持{type}登录',\n dingLogin: '钉钉登录',\n wechatLogin: '微信登录',\n },\n navPosIndex: {\n noSupportPrompt: '非路由模式导航占位暂未支持',\n },\n panelVideoPlayer: {\n noSupportPrompt: '您的设备不支持video标签',\n },\n wfStepTrace: {\n processingComplete: '处理完成时间',\n processingSteps: '处理环节',\n processingPersonnel: '处理人',\n submissionPath: '提交路径',\n },\n userMessage: {\n notice: '通知',\n backendTasks: '后台作业',\n allRead: '全部已读',\n all: '全部',\n unread: '未读',\n asyncActionPreview: {\n downloadFailedErr: '下载文件失败',\n noExistentErr: '文件流数据不存在',\n importDetailPrompt: '导入数据详情-{name}',\n parseImportInfoErr: '解析导入信息异常',\n downloadErrFile: '下载错误文件',\n importTime: '导入时间: ',\n importTotal: '导入总条数: ',\n successImport: '成功导入数: ',\n ImportFailed: '导入失败数: ',\n },\n asyncActionTab: {\n noSupportType: '异步操作类型{type}暂未支持',\n noAsyncAction: '暂无异步操作',\n },\n internalMessageContainer: {\n markAsRead: '标记为已读',\n },\n internalMessageJson: {\n jumpToView: '跳转到视图',\n missingHtml: '数据的content里缺少html',\n },\n internalMessageTab: {\n noSupportType: '站内消息类型{type}暂未支持',\n notificationYet: '暂无通知',\n loadMore: '加载更多({length})',\n onlyShowUnread: '只显示未读',\n },\n },\n },\n // 工具\n util: {\n loading: '加载中',\n notAchieved: '没有实现',\n unrealized: '未实现',\n cacheWarningPrompt: '堆栈只有一个缓存不能后退了',\n scanQrcode: {\n notAllowedError: '您需要授予相机访问权限',\n notFoundError: '此设备上没有摄像头',\n notSupportedError: '需要安全上下文(HTTPS,localhost)',\n notReadableError: '相机是否已在使用中?',\n overconstrainedError: '安装的摄像头不合适',\n streamApiNotSupportedError: '此浏览器不支持流API',\n insecureContextError:\n '只有在安全的情况下才允许访问摄像头。使用HTTPS或localhost而不是HTTP。',\n },\n },\n // 视图\n view: {\n fillInUserName: '请填写用户名',\n fillInPassword: '请填写密码',\n loginFailed: '登录失败',\n enterUserName: '请输入用户名',\n enterPassword: '请输入密码',\n userName: '用户名',\n password: '密码',\n login: '登录',\n thirdAuthFail: '第三方授权登录失败',\n downloading: '下载中...',\n downloadSuccess: '下载成功!',\n downloadFailed: '下载失败!',\n noSupportDownload: '不支持下载该文件,请点击右上角使用浏览器打开下载!',\n immediatelyDownload: '立即下载',\n reDownload: '重新下载',\n },\n // 视图引擎\n viewEngine: {\n closeRemind: '关闭提醒',\n confirmClosePrompt: '表单数据已经修改,确定要关闭?',\n noExistVersionErr: '当前工作流版本不存在',\n noFoundFormModel: '找不到表单{name}的模型',\n missingToolbarModel: '缺少工具栏部件模型',\n notReceivedPrompt: '没有接收到appDataEntityId',\n },\n // runTime\n ...runTimeZhCN,\n // vue3Util\n ...vue3UtilZhCN,\n // core\n ...coreZhCN,\n // modelHelper\n ...modelHelperZhCN,\n};\n"],"names":["index","exports","runTimeZhCN","vue3UtilZhCN","coreZhCN","modelHelperZhCN"],"mappings":"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"}