@ibiz-template/mob-vue3-components 0.7.41-alpha.14 → 0.7.41-alpha.16

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 (56) hide show
  1. package/dist/{index-OsiEgFnw.js → index-5DjmQP8W.js} +2 -2
  2. package/dist/index-5DjmQP8W.js.map +1 -0
  3. package/dist/index-fAu1z4L0.js +2 -0
  4. package/dist/index-fAu1z4L0.js.map +1 -0
  5. package/dist/index-yjjy8EQH.js +76 -0
  6. package/dist/index-yjjy8EQH.js.map +1 -0
  7. package/dist/index.min.css +8 -8
  8. package/dist/index.system.min.js +1 -1
  9. package/dist/{quill-editor-x-OFlakL.js → quill-editor-6a0LLTGQ.js} +2 -2
  10. package/dist/{quill-editor-x-OFlakL.js.map → quill-editor-6a0LLTGQ.js.map} +1 -1
  11. package/dist/{quill-editor-preview-0dI65Nu7.js → quill-editor-preview-PFiM-IPE.js} +2 -2
  12. package/dist/{quill-editor-preview-0dI65Nu7.js.map → quill-editor-preview-PFiM-IPE.js.map} +1 -1
  13. package/dist/{quill-QfnovuHC.js → quill-n54HJUg2.js} +2 -2
  14. package/dist/{quill-QfnovuHC.js.map → quill-n54HJUg2.js.map} +1 -1
  15. package/es/_virtual/index12.mjs +2 -2
  16. package/es/_virtual/index13.mjs +2 -2
  17. package/es/common/action-group/action-group.d.ts +1 -0
  18. package/es/common/action-group/action-group.mjs +11 -2
  19. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +5 -7
  20. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +18 -0
  21. package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +2 -1
  22. package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +3 -0
  23. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +4 -3
  24. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +9 -0
  25. package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +1 -0
  26. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +2 -1
  27. package/es/editor/text-box/input/input.d.ts +2 -0
  28. package/es/editor/upload/upload-editor.controller.d.ts +23 -2
  29. package/es/editor/upload/upload-editor.controller.mjs +46 -15
  30. package/es/editor/upload/use/use-van-upload.mjs +16 -2
  31. package/es/locale/en/index.d.ts +2 -0
  32. package/es/locale/en/index.mjs +2 -1
  33. package/es/locale/zh-CN/index.d.ts +2 -0
  34. package/es/locale/zh-CN/index.mjs +2 -1
  35. package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.mjs +1 -1
  36. package/es/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.mjs +1 -1
  37. package/es/util/store/view-stack/view-stack.mjs +11 -1
  38. package/lib/_virtual/index12.cjs +2 -2
  39. package/lib/_virtual/index13.cjs +2 -2
  40. package/lib/common/action-group/action-group.cjs +11 -2
  41. package/lib/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.cjs +18 -0
  42. package/lib/editor/rate/ibiz-rate/ibiz-rate.cjs +3 -0
  43. package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.cjs +9 -0
  44. package/lib/editor/upload/upload-editor.controller.cjs +46 -15
  45. package/lib/editor/upload/use/use-van-upload.cjs +16 -2
  46. package/lib/locale/en/index.cjs +2 -1
  47. package/lib/locale/zh-CN/index.cjs +2 -1
  48. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/packages/frame-talk-client-pc/index.cjs +1 -1
  49. package/lib/node_modules/.pnpm/dingtalk-jsapi@3.0.38/node_modules/dingtalk-jsapi/lib/sdk/middlewares/index.cjs +1 -1
  50. package/lib/util/store/view-stack/view-stack.cjs +11 -1
  51. package/package.json +5 -5
  52. package/dist/index-JSf84k9b.js +0 -2
  53. package/dist/index-JSf84k9b.js.map +0 -1
  54. package/dist/index-OsiEgFnw.js.map +0 -1
  55. package/dist/index-Pq2AnubY.js +0 -76
  56. package/dist/index-Pq2AnubY.js.map +0 -1
@@ -33,10 +33,6 @@ class UploadEditorController extends runtime.EditorController {
33
33
  * 下载参数
34
34
  */
35
35
  __publicField(this, "exportParams");
36
- /**
37
- * 显示加载动画
38
- */
39
- __publicField(this, "showLoading", false);
40
36
  /**
41
37
  * 文件类型
42
38
  *
@@ -88,6 +84,51 @@ class UploadEditorController extends runtime.EditorController {
88
84
  ["tar", "zip"]
89
85
  ]));
90
86
  }
87
+ /**
88
+ * @description 是否显示加载动画
89
+ * @readonly
90
+ * @type {boolean}
91
+ * @memberof UploadEditorController
92
+ */
93
+ get showLoading() {
94
+ if (this.editorParams.showloading) {
95
+ return Boolean(this.editorParams.showloading);
96
+ }
97
+ return ibiz.config.mob.showUploadLoading;
98
+ }
99
+ /**
100
+ * @description 图片压缩范围(超过该范围进行压缩,单位kb)
101
+ * @readonly
102
+ * @memberof UploadEditorController
103
+ */
104
+ get imgCompressLimit() {
105
+ if (this.editorParams.imgcompresslimit) {
106
+ return Number(this.editorParams.imgcompresslimit);
107
+ }
108
+ return ibiz.config.imgCompressConfig.limit;
109
+ }
110
+ /**
111
+ * @description 图片压缩质量(0-1,为0时不压缩,默认为0)
112
+ * @readonly
113
+ * @memberof UploadEditorController
114
+ */
115
+ get imgCompressQuality() {
116
+ if (this.editorParams.imgcompressquality) {
117
+ return Number(this.editorParams.imgcompressquality);
118
+ }
119
+ return ibiz.config.imgCompressConfig.quality;
120
+ }
121
+ /**
122
+ * @description 压缩图片最大宽度,默认为1280px
123
+ * @readonly
124
+ * @memberof UploadEditorController
125
+ */
126
+ get imgCompressMaxWidth() {
127
+ if (this.editorParams.imgcompressmaxwidth) {
128
+ return Number(this.editorParams.imgcompressmaxwidth);
129
+ }
130
+ return ibiz.config.imgCompressConfig.maxWidth;
131
+ }
91
132
  async onInit() {
92
133
  var _a;
93
134
  await super.onInit();
@@ -105,14 +146,7 @@ class UploadEditorController extends runtime.EditorController {
105
146
  this.multiple = false;
106
147
  }
107
148
  if (this.editorParams) {
108
- const {
109
- isDrag,
110
- multiple,
111
- accept,
112
- uploadParams,
113
- exportParams,
114
- showloading
115
- } = this.editorParams;
149
+ const { isDrag, multiple, accept, uploadParams, exportParams } = this.editorParams;
116
150
  if (isDrag) {
117
151
  this.isDrag = Boolean(isDrag);
118
152
  }
@@ -122,9 +156,6 @@ class UploadEditorController extends runtime.EditorController {
122
156
  if (accept) {
123
157
  this.accept = accept;
124
158
  }
125
- if (showloading) {
126
- this.showLoading = Boolean(showloading);
127
- }
128
159
  if (uploadParams) {
129
160
  try {
130
161
  this.uploadParams = JSON.parse(uploadParams);
@@ -112,9 +112,23 @@ function useVanUpload(props, valueChange, c) {
112
112
  }
113
113
  emitValue();
114
114
  };
115
- const uploadFile = (file) => {
115
+ const uploadFile = async (file) => {
116
+ const size = file.file.size;
117
+ const sizeKB = size / 1024;
118
+ let curFile = file.file;
119
+ if (c.imgCompressQuality && c.imgCompressLimit && sizeKB > c.imgCompressLimit) {
120
+ try {
121
+ curFile = await ibiz.util.file.compressImg(
122
+ curFile,
123
+ c.imgCompressMaxWidth,
124
+ c.imgCompressQuality
125
+ );
126
+ } catch (e) {
127
+ ibiz.log.error(ibiz.i18n.t("editor.upload.compressError"));
128
+ }
129
+ }
116
130
  const formData = new FormData();
117
- formData.append("file", file.file);
131
+ formData.append("file", curFile);
118
132
  return new Promise((resolve, reject) => {
119
133
  ibiz.net.axios({
120
134
  url: uploadUrl.value,
@@ -206,7 +206,8 @@ var index = {
206
206
  upload: {
207
207
  uploadJsonFormatErr: "The configuration of uploadparams did not follow the standard JSON format",
208
208
  exportJsonFormatErr: "The configuration of exportparams did not follow the standard JSON format",
209
- cancelUpload: "Cancel Upload"
209
+ cancelUpload: "Cancel Upload",
210
+ compressError: "Image compression failed"
210
211
  },
211
212
  emojiPicker: {
212
213
  addEmoji: "Add emoji"
@@ -191,7 +191,8 @@ var index = {
191
191
  upload: {
192
192
  uploadJsonFormatErr: "\u914D\u7F6Euploadparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",
193
193
  exportJsonFormatErr: "\u914D\u7F6Eexportparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",
194
- cancelUpload: "\u53D6\u6D88\u4E0A\u4F20"
194
+ cancelUpload: "\u53D6\u6D88\u4E0A\u4F20",
195
+ compressError: "\u56FE\u7247\u538B\u7F29\u5931\u8D25"
195
196
  },
196
197
  emojiPicker: {
197
198
  addEmoji: "\u6DFB\u52A0\u8868\u60C5"
@@ -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
 
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/index13.cjs');
4
+ var index = require('../../../../../../../../_virtual/index12.cjs');
5
5
  require('../../../../../../../../_virtual/bridge.cjs');
6
6
  var retry = require('./retry.cjs');
7
7
  require('../../../../../../../../_virtual/dealParamsAndResult.cjs');
@@ -29,6 +29,11 @@ const useViewStack = pinia.defineStore("viewStack", () => {
29
29
  cacheKeys: [],
30
30
  currentKey: ""
31
31
  });
32
+ const clear = () => {
33
+ viewStack.cacheKeys = [];
34
+ viewStack.currentKey = "";
35
+ viewInfoMap.clear();
36
+ };
32
37
  const updateViewInfo = (key, route) => {
33
38
  if (viewInfoMap.has(key)) {
34
39
  const info = viewInfoMap.get(key);
@@ -63,7 +68,12 @@ const useViewStack = pinia.defineStore("viewStack", () => {
63
68
  if (key === viewStack.currentKey) {
64
69
  updateViewInfo(key, to);
65
70
  } else if (viewStack.cacheKeys.includes(key)) {
66
- pop();
71
+ if (key === "/-/index/-") {
72
+ clear();
73
+ push(key, to);
74
+ } else {
75
+ pop();
76
+ }
67
77
  } else {
68
78
  push(key, to);
69
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/mob-vue3-components",
3
- "version": "0.7.41-alpha.14",
3
+ "version": "0.7.41-alpha.16",
4
4
  "description": "移动端组件库(vue3)",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.mjs",
@@ -27,11 +27,11 @@
27
27
  "dependencies": {
28
28
  "@floating-ui/dom": "^1.5.3",
29
29
  "@ibiz-template-package/vs-tree-ex": "^0.1.1",
30
- "@ibiz-template/core": "0.7.41-alpha.23",
31
- "@ibiz-template/model-helper": "0.7.41-alpha.25",
32
- "@ibiz-template/runtime": "0.7.41-alpha.25",
30
+ "@ibiz-template/core": "0.7.41-alpha.26",
31
+ "@ibiz-template/model-helper": "0.7.41-alpha.27",
32
+ "@ibiz-template/runtime": "0.7.41-alpha.27",
33
33
  "@ibiz-template/theme": "0.7.39",
34
- "@ibiz-template/vue3-util": "0.7.41-alpha.25",
34
+ "@ibiz-template/vue3-util": "0.7.41-alpha.27",
35
35
  "@ibiz-template/devtool": "0.0.11",
36
36
  "@ibiz/model-core": "^0.1.81",
37
37
  "@ibiz-template/mob-theme": "3.1.0",
@@ -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,r,o,F;return{setters:[function(u){e=u.zhCn},function(u){r=u.zhCn},function(u){o=u.zhCn},function(u){F=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"},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"},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,...r,...F,...o})}}});
2
- //# sourceMappingURL=index-JSf84k9b.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-JSf84k9b.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 },\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 },\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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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-OsiEgFnw.js","sources":["../src/locale/en/index.ts"],"sourcesContent":["import { en as runTimeEn } from '@ibiz-template/runtime';\nimport { en as vue3UtilEn } from '@ibiz-template/vue3-util';\nimport { en as modelHelperEn } from '@ibiz-template/model-helper';\nimport { en as coreEn } from '@ibiz-template/core';\n\nexport default {\n // 应用级\n app: {\n noSupport: 'Not supported currently',\n add: 'Add',\n delete: 'Delete',\n retract: 'Retract',\n close: 'Close',\n search: 'Search',\n },\n // 组件\n component: {\n actionToolbar: {\n noSupportDropDown: 'The drop-down mode is not supported',\n },\n rawItem: {\n errorConfig: '{type} type custom parameter configuration error',\n noSupportVideo: 'Your browser does not support video tags',\n },\n emojiSelect: {\n frequently: 'Frequently',\n peoples: 'Peoples',\n nature: 'Nature',\n foods: 'Foods',\n activity: 'Activity',\n objects: 'Objects',\n places: 'Places',\n symbols: 'Symbols',\n flags: 'Flags',\n },\n mdCtrlSetting: {\n confirm: 'Confirm',\n sort: 'Sort',\n asc: 'ascend',\n desc: 'descend',\n },\n dropdown: {\n pleaseSelect: 'Please Select',\n clear: 'Clear',\n searchPlaceholder: 'Search',\n },\n dateRangePicker: {\n headerPlaceholder: 'Please select a date range',\n confirm: 'Confirm',\n today: 'Today',\n startDate: 'Start date',\n endDate: 'End date',\n scopeIsInvalid: 'The scope is invalid',\n overLimit: 'Not within the allowed range',\n year: 'Year',\n month: 'Month',\n day: 'Day',\n formatIsInvalid: 'The format is invalid',\n use: 'Use',\n example: 'Example',\n selectDate: 'Please select a date',\n noSelect: 'No Select',\n },\n formItemContainer: {\n more: 'More',\n },\n mpicker: {\n simpleErr:\n 'The value of the SIMPLE type address bar {props.value} does not meet the requirements of a JSON string',\n },\n signature: {\n undo: 'Undo',\n rewrite: 'Rewrite',\n confirm: 'Confirm',\n addSignature: 'Click here to add signature',\n signaturePrompt: 'Please write horizontally in the blank area',\n },\n },\n // 部件\n control: {\n common: {\n loadMore: 'Load more',\n },\n appmenu: {\n more: 'More',\n bottomNav: 'Bottom Navigation',\n customNav: 'Customize Navigation',\n save: 'Save',\n },\n dataView: { end: 'The end~' },\n form: {\n noSupportDetailType:\n 'Form detail type not supported: {detailType} or corresponding provider cannot be found',\n formGroupPanel: {\n showMore: 'Show More',\n },\n formMDctrlForm: {\n noFindProvider: 'Provider not found for form',\n },\n repeaterMultiForm: {\n confirmTitle: 'Tips for deletion',\n confirmDesc: 'Do you want to delete the selection?',\n },\n repeaterSingleForm: {\n errorMessage: 'No repeatedForm',\n },\n formMDctrlRepeater: {\n noSupportStyle:\n 'Repeater style {repeaterStyle} is currently not supported',\n },\n mdCtrlContainer: {\n noSlot: 'Item slot not provided',\n },\n formMDctrl: {\n errorMessage:\n 'The content type is currently not supported as {contentType}',\n },\n searchForm: {\n search: 'Search',\n reset: 'Reset',\n },\n },\n list: {\n expand: 'Expand',\n selectedData: 'Selected data',\n end: 'The end~',\n },\n searchBar: {\n confirm: 'Confirm',\n reset: 'Reset',\n filter: 'Filter',\n add: 'Add',\n remove: 'Remove',\n addCond: 'Add filter',\n value: 'Value',\n when: 'When',\n operate: 'Operation',\n property: 'property',\n and: 'AND',\n or: 'OR',\n },\n toolbar: {\n noSupportType: 'Toolbar item type: {itemType} is not supported',\n },\n tree: {\n subordinate: 'Subordinate',\n },\n wizardPanel: {\n prev: 'Previous',\n next: 'Next',\n finish: 'Finish',\n },\n calendar: {\n today: 'Today',\n pickerDate: 'Picker Date',\n customPicker: 'Please select a date',\n },\n },\n // 编辑器\n editor: {\n common: {\n entityConfigErr: 'Please configure entities and entity datasets',\n selectViewConfigErr: 'Please configure the data selection view',\n linkViewConfigErr: 'Please configure the data link view',\n cancel: 'Cancel',\n confirm: 'Confirm',\n },\n html: {\n expand: 'Expand',\n collapse: 'Collapse',\n },\n cascader: {\n ibizCascader: {\n title: 'Title {index}',\n },\n },\n datePicker: {\n title: 'Select a date',\n cancel: 'Cancel',\n confirm: 'Confirm',\n year: 'Year',\n month: 'Month',\n day: 'Day',\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n clear: 'Clear',\n },\n dropdownList: {\n noSupportTreePicker: 'Drop-down tree selection is not supported',\n confirm: 'confirm',\n },\n markdown: {\n uploadJsonFormatErr:\n 'The configuration of uploadparams did not follow the standard JSON format',\n exportJsonFormatErr:\n 'The configuration of exportparams did not follow the standard JSON format',\n downloadFailedErr: 'Download file failed',\n noExistentErr: 'The file stream data does not exist',\n },\n notSupportedEditor: {\n unsupportedType: 'Unsupported editor types - {editorType}',\n },\n stepper: {\n pleaseEnter: 'Please enter',\n },\n upload: {\n uploadJsonFormatErr:\n 'The configuration of uploadparams did not follow the standard JSON format',\n exportJsonFormatErr:\n 'The configuration of exportparams did not follow the standard JSON format',\n cancelUpload: 'Cancel Upload',\n },\n emojiPicker: {\n addEmoji: 'Add emoji',\n },\n dateRangePicker: {\n selectRange: 'Please select a date range',\n },\n },\n // 多语言\n locale: {\n prompt: 'Prompt',\n switchLanguagePrompt:\n 'Switching languages requires refreshing the page, are you sure to switch?',\n },\n mobApp: {\n authGuard: {\n loginFailed: 'Anonymous user login failed',\n noPermission: 'No permission to access!',\n },\n unauthorizedHandler: {\n noFoundEnvParams: 'Unable to find environment parameter casLoginUrl',\n prohibitAccessPrompt: 'Access to the current account is prohibited',\n exitPrompt: 'Do you want to exit the current account?',\n },\n },\n // 面板组件\n panelComponent: {\n authUserinfo: {\n visitor: 'Visitor',\n },\n authSsO: {\n noSupported: 'Login with {type} is not supported',\n dingLogin: 'DingTalk Login in',\n wechatLogin: 'Wechat Login in',\n },\n navPosIndex: {\n noSupportPrompt:\n 'Non routing mode navigation placeholder is not supported',\n },\n panelVideoPlayer: {\n noSupportPrompt: 'Your device does not support video tags',\n },\n wfStepTrace: {\n processingComplete: 'Processing completion time',\n processingSteps: 'Processing steps',\n processingPersonnel: 'Processing personnel',\n submissionPath: 'Submission path',\n },\n userMessage: {\n notice: 'Notice',\n backendTasks: 'Backend tasks',\n allRead: 'All read',\n all: 'All',\n unread: 'unread',\n asyncActionPreview: {\n downloadFailedErr: 'Download file failed',\n noExistentErr: 'The file stream data does not exist',\n importDetailPrompt: 'Import data details-{name}',\n parseImportInfoErr: 'Abnormal parsing of import information',\n downloadErrFile: 'Download error file',\n importTime: 'Import time: ',\n importTotal: 'Total number of imports: ',\n successImport: 'Number of successful imports: ',\n ImportFailed: 'Number of import failures: ',\n },\n asyncActionTab: {\n noSupportType:\n 'Asynchronous operation type {type} is not supported currently',\n noAsyncAction:\n 'There are currently no asynchronous operations available',\n },\n internalMessageContainer: {\n markAsRead: 'Mark as read',\n },\n internalMessageJson: {\n jumpToView: 'Jump to view',\n missingHtml: 'Missing HTML in the content of the data',\n },\n internalMessageTab: {\n noSupportType:\n 'The message type {type} on the site is not currently supported',\n notificationYet: 'Current no notification',\n loadMore: 'Load more({length})',\n onlyShowUnread: 'Only show unread',\n },\n },\n },\n // 工具\n util: {\n loading: 'Loading',\n notAchieved: 'Not implemented',\n unrealized: 'Unrealized',\n cacheWarningPrompt:\n 'There is only one item in the cache stack and it cannot be navigated back',\n scanQrcode: {\n notAllowedError: 'You need to grant camera access permission',\n notFoundError: 'No camera on this device',\n notSupportedError: 'Secure context required (HTTPS, localhost)',\n notReadableError: 'Is the camera already in use?',\n overconstrainedError: 'Installed cameras are not suitable',\n streamApiNotSupportedError: 'Stream API is not supported in this browser',\n insecureContextError:\n 'Camera access is only permitted in secure context. use HTTPS or localhost rather than HTTP.',\n },\n },\n // 视图\n view: {\n fillInUserName: 'Please fill in user the name',\n fillInPassword: 'Please fill in the password',\n loginFailed: 'Login failed',\n enterUserName: 'Please enter the username',\n enterPassword: 'Please enter the password',\n userName: 'User name',\n password: 'Password',\n login: 'Login',\n thirdAuthFail: 'Third party login authorization failed',\n },\n // 视图引擎\n viewEngine: {\n closeRemind: 'Close reminder',\n confirmClosePrompt:\n 'The form data has been modified, are you sure you want to close it?',\n noExistVersionErr: 'The current workflow version does not exist',\n noFoundFormModel: 'Unable to find the model for form {name}',\n missingToolbarModel: 'Missing toolbar component model',\n notReceivedPrompt: 'No appDataElementId received',\n },\n // runTime\n ...runTimeEn,\n // vue3Util\n ...vue3UtilEn,\n // core\n ...coreEn,\n // modelHelper\n ...modelHelperEn,\n};\n"],"names":["index","exports","runTimeEn","vue3UtilEn","coreEn","modelHelperEn"],"mappings":"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"}