@skyfox2000/webui 1.6.13 → 1.6.14
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.
- package/lib/assets/modules/{baseLayout-p7VibDY4.js → baseLayout-C3MLMXao.js} +3 -3
- package/lib/assets/modules/{file-upload-D7C_mOmO.js → file-upload-CUtR0hOH.js} +1 -1
- package/lib/assets/modules/{index-CEBo0bZK.js → index-DZBPuIFH.js} +1 -1
- package/lib/assets/modules/{index-CWI8upr0.js → index-DnOFwC7U.js} +2 -2
- package/lib/assets/modules/{index-BQN_a3GE.js → index-hkaalxUK.js} +2 -2
- package/lib/assets/modules/{menuTabs-RYgm30Xy.js → menuTabs-De95t73j.js} +2 -2
- package/lib/assets/modules/{toolIcon-CUIeCTuV.js → toolIcon-N4IrlKKJ.js} +1 -1
- package/lib/assets/modules/{upload-template-Bl7C0exv.js → upload-template-BdldosL5.js} +241 -245
- package/lib/assets/modules/{uploadList-DIvGI7qL.js → uploadList-DbCnFWuZ.js} +4 -4
- package/lib/es/AceEditor/index.js +3 -3
- package/lib/es/BasicLayout/index.js +2 -2
- package/lib/es/Error403/index.js +1 -1
- package/lib/es/Error404/index.js +1 -1
- package/lib/es/ExcelForm/index.js +4 -4
- package/lib/es/MenuLayout/index.js +2 -2
- package/lib/es/TemplateFile/index.js +4 -4
- package/lib/es/UploadForm/index.js +4 -4
- package/lib/locales/default.en-US.d.ts +18 -16
- package/lib/locales/default.zh-CN.d.ts +2 -5
- package/lib/webui.es.js +13 -13
- package/package.json +1 -1
- package/src/locales/default.en-US.ts +19 -19
- package/src/locales/default.zh-CN.ts +2 -10
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as ue, ref as R, computed as I, watch as $, resolveDirective as de, openBlock as d, createElementBlock as m, normalizeClass as z, unref as n, createElementVNode as w, withDirectives as b, createBlock as V, mergeProps as G, withCtx as v, createVNode as p, createTextVNode as E, toDisplayString as U, createCommentVNode as y, Fragment as pe, renderList as me } from "vue";
|
|
2
|
-
import { _ as H } from "./index-
|
|
3
|
-
import { a as B, _ as K } from "./toolIcon-
|
|
2
|
+
import { _ as H } from "./index-DZBPuIFH.js";
|
|
3
|
+
import { a as B, _ as K } from "./toolIcon-N4IrlKKJ.js";
|
|
4
4
|
import { httpPost as N, ResStatus as j } from "@skyfox2000/fapi";
|
|
5
|
-
import { L as X, u as Y, $ as a, v as fe, _ as he } from "./upload-template-
|
|
5
|
+
import { L as X, u as Y, $ as a, v as fe, _ as he } from "./upload-template-BdldosL5.js";
|
|
6
6
|
import F from "vue-m-message";
|
|
7
7
|
import { Upload as J, Tag as we, Popconfirm as ve, Progress as xe } from "ant-design-vue";
|
|
8
|
-
import { U as r, f as be, p as W } from "./file-upload-
|
|
8
|
+
import { U as r, f as be, p as W } from "./file-upload-CUtR0hOH.js";
|
|
9
9
|
import { combineParams as Z } from "@skyfox2000/microbase";
|
|
10
10
|
import "async-validator";
|
|
11
11
|
import "dayjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as V, defineAsyncComponent as J, ref as m, watch as K, onMounted as W, openBlock as p, createElementBlock as x, Fragment as z, createElementVNode as f, toDisplayString as $, unref as l, createVNode as N, createBlock as A, withKeys as v, withModifiers as w, normalizeClass as O, withCtx as L, createCommentVNode as q } from "vue";
|
|
2
2
|
import "ant-design-vue";
|
|
3
|
-
import { _ as D } from "../../assets/modules/toolIcon-
|
|
3
|
+
import { _ as D } from "../../assets/modules/toolIcon-N4IrlKKJ.js";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
|
-
import { $ as b } from "../../assets/modules/upload-template-
|
|
5
|
+
import { $ as b } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
6
6
|
import "vue-m-message";
|
|
7
|
-
import { _ as Q } from "../../assets/modules/index-
|
|
7
|
+
import { _ as Q } from "../../assets/modules/index-DnOFwC7U.js";
|
|
8
8
|
import "@skyfox2000/microbase";
|
|
9
9
|
import "async-validator";
|
|
10
10
|
import "dayjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as f, ref as d, watch as _, onMounted as v, resolveComponent as h, openBlock as o, createBlock as t, withCtx as s, createElementVNode as C, normalizeClass as x, createVNode as w, KeepAlive as y, unref as n, resolveDynamicComponent as I } from "vue";
|
|
2
|
-
import { _ as g } from "../../assets/modules/baseLayout-
|
|
3
|
-
import { an as A, a as S } from "../../assets/modules/upload-template-
|
|
2
|
+
import { _ as g } from "../../assets/modules/baseLayout-C3MLMXao.js";
|
|
3
|
+
import { an as A, a as S } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
4
4
|
import "@skyfox2000/microbase";
|
|
5
5
|
import "@skyfox2000/fapi";
|
|
6
6
|
import b from "vue-m-message";
|
package/lib/es/Error403/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, openBlock as n, createBlock as p, unref as r, withCtx as e, createVNode as m, createTextVNode as c, toDisplayString as a } from "vue";
|
|
2
|
-
import { r as s } from "../../assets/modules/upload-template-
|
|
2
|
+
import { r as s } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
3
3
|
import "@skyfox2000/microbase";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-m-message";
|
package/lib/es/Error404/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, openBlock as n, createBlock as p, unref as e, withCtx as r, createVNode as m, createTextVNode as a, toDisplayString as c } from "vue";
|
|
2
|
-
import { r as u } from "../../assets/modules/upload-template-
|
|
2
|
+
import { r as u } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
3
3
|
import "@skyfox2000/microbase";
|
|
4
4
|
import "@skyfox2000/fapi";
|
|
5
5
|
import "vue-m-message";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as be, ref as p, computed as S, watch as H, onMounted as he, openBlock as f, createBlock as Q, unref as r, withCtx as D, renderSlot as W, createElementBlock as g, createVNode as _, createTextVNode as Z, toDisplayString as E, createCommentVNode as B, createElementVNode as b, normalizeClass as Fe, Fragment as ie, renderList as ne } from "vue";
|
|
2
|
-
import { _ as J } from "../../assets/modules/index-
|
|
2
|
+
import { _ as J } from "../../assets/modules/index-DZBPuIFH.js";
|
|
3
3
|
import { Modal as Ce, Upload as ce, Space as Ue } from "ant-design-vue";
|
|
4
4
|
import { httpGet as _e, ResStatus as de } from "@skyfox2000/fapi";
|
|
5
|
-
import { $ as a, H as Ee, Z as Te, S as Re } from "../../assets/modules/upload-template-
|
|
5
|
+
import { $ as a, H as Ee, Z as Te, S as Re } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
6
6
|
import m from "vue-m-message";
|
|
7
|
-
import { c as pe, _ as Y, a as Se, p as De, i as ke } from "../../assets/modules/index-
|
|
8
|
-
import { A as Pe, p as Le, U as ue } from "../../assets/modules/file-upload-
|
|
7
|
+
import { c as pe, _ as Y, a as Se, p as De, i as ke } from "../../assets/modules/index-hkaalxUK.js";
|
|
8
|
+
import { A as Pe, p as Le, U as ue } from "../../assets/modules/file-upload-CUtR0hOH.js";
|
|
9
9
|
import "@skyfox2000/microbase";
|
|
10
10
|
import "dayjs";
|
|
11
11
|
import "vue-draggable-next";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as f, ref as d, watch as _, onMounted as v, resolveComponent as h, openBlock as o, createBlock as t, withCtx as s, createElementVNode as C, normalizeClass as x, createVNode as w, KeepAlive as I, unref as n, resolveDynamicComponent as g } from "vue";
|
|
2
|
-
import { _ as y } from "../../assets/modules/baseLayout-
|
|
3
|
-
import { an as A, a as S } from "../../assets/modules/upload-template-
|
|
2
|
+
import { _ as y } from "../../assets/modules/baseLayout-C3MLMXao.js";
|
|
3
|
+
import { an as A, a as S } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
4
4
|
import "@skyfox2000/microbase";
|
|
5
5
|
import "@skyfox2000/fapi";
|
|
6
6
|
import k from "vue-m-message";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent as T, ref as l, watch as x, onMounted as F, openBlock as C, createBlock as q, unref as u, withCtx as d, createVNode as f, createTextVNode as L, toDisplayString as b } from "vue";
|
|
2
|
-
import { _ as g } from "../../assets/modules/index-
|
|
2
|
+
import { _ as g } from "../../assets/modules/index-DZBPuIFH.js";
|
|
3
3
|
import { Modal as D, Space as z } from "ant-design-vue";
|
|
4
4
|
import { httpPost as N, ResStatus as O } from "@skyfox2000/fapi";
|
|
5
|
-
import { am as n, $ as w } from "../../assets/modules/upload-template-
|
|
5
|
+
import { am as n, $ as w } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
6
6
|
import "vue-m-message";
|
|
7
|
-
import { U as M } from "../../assets/modules/file-upload-
|
|
7
|
+
import { U as M } from "../../assets/modules/file-upload-CUtR0hOH.js";
|
|
8
8
|
import "@skyfox2000/microbase";
|
|
9
9
|
import "async-validator";
|
|
10
10
|
import "dayjs";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
|
-
import { U as $ } from "../../assets/modules/uploadList-
|
|
12
|
+
import { U as $ } from "../../assets/modules/uploadList-DbCnFWuZ.js";
|
|
13
13
|
const H = /* @__PURE__ */ T({
|
|
14
14
|
__name: "templateFile",
|
|
15
15
|
props: {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent as F, ref as s, watch as y, onMounted as z, openBlock as D, createBlock as _, unref as u, withCtx as p, createVNode as m, mergeProps as L, createTextVNode as w, toDisplayString as C } from "vue";
|
|
2
|
-
import { _ as g } from "../../assets/modules/index-
|
|
2
|
+
import { _ as g } from "../../assets/modules/index-DZBPuIFH.js";
|
|
3
3
|
import { Modal as k, Space as N } from "ant-design-vue";
|
|
4
4
|
import { ResStatus as T } from "@skyfox2000/fapi";
|
|
5
|
-
import { $ as v, a2 as $ } from "../../assets/modules/upload-template-
|
|
5
|
+
import { $ as v, a2 as $ } from "../../assets/modules/upload-template-BdldosL5.js";
|
|
6
6
|
import A from "vue-m-message";
|
|
7
7
|
import "@skyfox2000/microbase";
|
|
8
8
|
import "async-validator";
|
|
9
9
|
import "dayjs";
|
|
10
|
-
import { A as E } from "../../assets/modules/file-upload-
|
|
10
|
+
import { A as E } from "../../assets/modules/file-upload-CUtR0hOH.js";
|
|
11
11
|
import "vue-draggable-next";
|
|
12
|
-
import { U as B } from "../../assets/modules/uploadList-
|
|
12
|
+
import { U as B } from "../../assets/modules/uploadList-DbCnFWuZ.js";
|
|
13
13
|
const W = /* @__PURE__ */ F({
|
|
14
14
|
__name: "uploadForm",
|
|
15
15
|
props: {
|
|
@@ -92,10 +92,6 @@ export declare const defaultEnLocale: {
|
|
|
92
92
|
fileProcessingError: string;
|
|
93
93
|
dataSaveFailed: string;
|
|
94
94
|
};
|
|
95
|
-
listOperate: {
|
|
96
|
-
confirmDelete: string;
|
|
97
|
-
more: string;
|
|
98
|
-
};
|
|
99
95
|
table: {
|
|
100
96
|
confirmDelete: string;
|
|
101
97
|
};
|
|
@@ -224,9 +220,6 @@ export declare const defaultEnLocale: {
|
|
|
224
220
|
pleaseInput: string;
|
|
225
221
|
noData: string;
|
|
226
222
|
};
|
|
227
|
-
input: {
|
|
228
|
-
pleaseInput: string;
|
|
229
|
-
};
|
|
230
223
|
};
|
|
231
224
|
};
|
|
232
225
|
stores: {
|
|
@@ -249,6 +242,13 @@ export declare const defaultEnLocale: {
|
|
|
249
242
|
exportFailed: string;
|
|
250
243
|
fileExportFailed: string;
|
|
251
244
|
};
|
|
245
|
+
form: {
|
|
246
|
+
submitValidationFailed: string;
|
|
247
|
+
saveSuccess: string;
|
|
248
|
+
dataAlreadyExists: string;
|
|
249
|
+
dataDuplicate: string;
|
|
250
|
+
saveFailed: string;
|
|
251
|
+
};
|
|
252
252
|
formValidate: {
|
|
253
253
|
required: string;
|
|
254
254
|
numberType: string;
|
|
@@ -285,10 +285,13 @@ export declare const defaultEnLocale: {
|
|
|
285
285
|
uploadCancelled: string;
|
|
286
286
|
};
|
|
287
287
|
data: {
|
|
288
|
+
startExecute: string;
|
|
288
289
|
executeSuccess: string;
|
|
289
|
-
|
|
290
|
+
noSaveData: string;
|
|
291
|
+
savingData: string;
|
|
290
292
|
saveSuccess: string;
|
|
291
|
-
|
|
293
|
+
deletingData: string;
|
|
294
|
+
forbidDeleteWithoutCondition: string;
|
|
292
295
|
deleteSuccess: string;
|
|
293
296
|
urlNotSet: string;
|
|
294
297
|
};
|
|
@@ -316,16 +319,15 @@ export declare const defaultEnLocale: {
|
|
|
316
319
|
notConfigured: string;
|
|
317
320
|
outFieldsFormatError: string;
|
|
318
321
|
};
|
|
319
|
-
form: {
|
|
320
|
-
submitValidationFailed: string;
|
|
321
|
-
saveSuccess: string;
|
|
322
|
-
dataAlreadyExists: string;
|
|
323
|
-
dataDuplicate: string;
|
|
324
|
-
saveFailed: string;
|
|
325
|
-
};
|
|
326
322
|
excelPreview: {
|
|
327
323
|
previewUrlNotConfigured: string;
|
|
328
324
|
fileLoadFailed: string;
|
|
325
|
+
csvProcessingFailed: string;
|
|
326
|
+
previewFileXlsx: string;
|
|
327
|
+
unsupportedRawFormat: string;
|
|
328
|
+
unsupportedFileFormat: string;
|
|
329
|
+
dataEmpty: string;
|
|
330
|
+
excelProcessingFailed: string;
|
|
329
331
|
};
|
|
330
332
|
tools: {
|
|
331
333
|
noClickHandler: string;
|
|
@@ -90,9 +90,8 @@ export declare const defaultLocale: {
|
|
|
90
90
|
fileProcessingError: string;
|
|
91
91
|
dataSaveFailed: string;
|
|
92
92
|
};
|
|
93
|
-
|
|
93
|
+
table: {
|
|
94
94
|
confirmDelete: string;
|
|
95
|
-
more: string;
|
|
96
95
|
};
|
|
97
96
|
toolpanel: {
|
|
98
97
|
tool: string;
|
|
@@ -216,10 +215,8 @@ export declare const defaultLocale: {
|
|
|
216
215
|
addConfigRow: string;
|
|
217
216
|
};
|
|
218
217
|
transfer: {
|
|
219
|
-
noData: string;
|
|
220
|
-
};
|
|
221
|
-
input: {
|
|
222
218
|
pleaseInput: string;
|
|
219
|
+
noData: string;
|
|
223
220
|
};
|
|
224
221
|
};
|
|
225
222
|
};
|
package/lib/webui.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { u as Ae, i as ve, a as ze, $ as y, L as $t, c as Dt, P as oe, o as Qe, b as Ft, d as Pt, e as Je, g as Xe, r as fe, f as Ze, h as et, j as tt, k as It, l as be, m as at, _ as lt, n as rt, O as Oe, p as Et, q as ot, s as Lt, t as Ut, v as te, w as Mt, x as Nt, y as Rt, z as Bt, A as At, B as zt, C as se, D as Ot, E as de, F as Kt, G as jt, H as st, M as Vt } from "./assets/modules/upload-template-
|
|
2
|
-
import { I as Vr, J as Yr, K as Gr, N as Wr, Q as Hr, R as qr, S as Qr, T as Jr, U as Xr, V as Zr, W as eo, X as to, Y as ao, Z as lo, a0 as ro, a1 as oo, a2 as so, a3 as no, a4 as io, a5 as co, a6 as uo, a7 as po, a8 as fo, a9 as vo, aa as mo, ab as go, ac as ho, ad as bo, ae as xo, af as yo, ag as wo, ah as ko, ai as _o, aj as Co, ak as So, al as To, am as $o, an as Do, ao as Fo, ap as Po, aq as Io, ar as Eo, as as Lo, at as Uo, au as Mo } from "./assets/modules/upload-template-
|
|
3
|
-
import { f as Yt, p as Ye } from "./assets/modules/file-upload-
|
|
4
|
-
import { A as Ro, U as Bo } from "./assets/modules/file-upload-
|
|
1
|
+
import { u as Ae, i as ve, a as ze, $ as y, L as $t, c as Dt, P as oe, o as Qe, b as Ft, d as Pt, e as Je, g as Xe, r as fe, f as Ze, h as et, j as tt, k as It, l as be, m as at, _ as lt, n as rt, O as Oe, p as Et, q as ot, s as Lt, t as Ut, v as te, w as Mt, x as Nt, y as Rt, z as Bt, A as At, B as zt, C as se, D as Ot, E as de, F as Kt, G as jt, H as st, M as Vt } from "./assets/modules/upload-template-BdldosL5.js";
|
|
2
|
+
import { I as Vr, J as Yr, K as Gr, N as Wr, Q as Hr, R as qr, S as Qr, T as Jr, U as Xr, V as Zr, W as eo, X as to, Y as ao, Z as lo, a0 as ro, a1 as oo, a2 as so, a3 as no, a4 as io, a5 as co, a6 as uo, a7 as po, a8 as fo, a9 as vo, aa as mo, ab as go, ac as ho, ad as bo, ae as xo, af as yo, ag as wo, ah as ko, ai as _o, aj as Co, ak as So, al as To, am as $o, an as Do, ao as Fo, ap as Po, aq as Io, ar as Eo, as as Lo, at as Uo, au as Mo } from "./assets/modules/upload-template-BdldosL5.js";
|
|
3
|
+
import { f as Yt, p as Ye } from "./assets/modules/file-upload-CUtR0hOH.js";
|
|
4
|
+
import { A as Ro, U as Bo } from "./assets/modules/file-upload-CUtR0hOH.js";
|
|
5
5
|
import { EnvConfig as Ee, isMicroApp as Gt } from "@skyfox2000/microbase";
|
|
6
6
|
import { FrontCache as he, httpPost as Ke, ResStatus as je, SERVER_HOST as Wt, fieldMapping as xe } from "@skyfox2000/fapi";
|
|
7
7
|
import ae from "vue-m-message";
|
|
@@ -10,15 +10,15 @@ import "async-validator";
|
|
|
10
10
|
import Re from "dayjs";
|
|
11
11
|
import { Popover as Jt, theme as ct, Drawer as Xt, Space as pe, Form as ut, message as Zt, FormItem as dt, ConfigProvider as we, Popconfirm as pt, DropdownButton as ft, Menu as Te, MenuItem as $e, Dropdown as Be, Checkbox as ea, List as ta, ListItem as aa, Card as la, Button as vt, Table as mt, Tree as ra, Cascader as oa, DatePicker as sa, Input as me, InputPassword as na, InputNumber as ia, RangePicker as ca, Textarea as ua, TimePicker as da, Transfer as pa, TreeSelect as fa, Upload as va, Image as ma, LayoutContent as ga } from "ant-design-vue";
|
|
12
12
|
import { VueDraggableNext as ha } from "vue-draggable-next";
|
|
13
|
-
import { d as ba } from "./assets/modules/uploadList-
|
|
14
|
-
import { C as zo, U as Oo, a as Ko, p as jo } from "./assets/modules/uploadList-
|
|
15
|
-
import { c as gt } from "./assets/modules/index-
|
|
16
|
-
import { _ as Yo, a as Go, b as Wo, d as Ho, e as qo, f as Qo, g as Jo, h as Xo, n as Zo, p as es, t as ts, v as as } from "./assets/modules/index-
|
|
17
|
-
import { _ as ee } from "./assets/modules/index-
|
|
18
|
-
import { _ as Y } from "./assets/modules/toolIcon-
|
|
19
|
-
import { a as rs } from "./assets/modules/toolIcon-
|
|
20
|
-
import { _ as ss, a as ns, b as is, c as cs, d as us, I as ds, e as ps, f as fs, g as vs } from "./assets/modules/menuTabs-
|
|
21
|
-
import { _ as gs } from "./assets/modules/index-
|
|
13
|
+
import { d as ba } from "./assets/modules/uploadList-DbCnFWuZ.js";
|
|
14
|
+
import { C as zo, U as Oo, a as Ko, p as jo } from "./assets/modules/uploadList-DbCnFWuZ.js";
|
|
15
|
+
import { c as gt } from "./assets/modules/index-hkaalxUK.js";
|
|
16
|
+
import { _ as Yo, a as Go, b as Wo, d as Ho, e as qo, f as Qo, g as Jo, h as Xo, n as Zo, p as es, t as ts, v as as } from "./assets/modules/index-hkaalxUK.js";
|
|
17
|
+
import { _ as ee } from "./assets/modules/index-DZBPuIFH.js";
|
|
18
|
+
import { _ as Y } from "./assets/modules/toolIcon-N4IrlKKJ.js";
|
|
19
|
+
import { a as rs } from "./assets/modules/toolIcon-N4IrlKKJ.js";
|
|
20
|
+
import { _ as ss, a as ns, b as is, c as cs, d as us, I as ds, e as ps, f as fs, g as vs } from "./assets/modules/menuTabs-De95t73j.js";
|
|
21
|
+
import { _ as gs } from "./assets/modules/index-DnOFwC7U.js";
|
|
22
22
|
import { _ as ce } from "./assets/modules/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
23
23
|
const We = (r, a, e, t = "remove") => {
|
|
24
24
|
if (!e)
|
package/package.json
CHANGED
|
@@ -5,7 +5,6 @@ export const defaultEnLocale = {
|
|
|
5
5
|
"cancel": "Cancel",
|
|
6
6
|
"yes": "Yes",
|
|
7
7
|
"no": "No",
|
|
8
|
-
|
|
9
8
|
"save": "Save",
|
|
10
9
|
"saveAs": "Save As",
|
|
11
10
|
"delete": "Delete",
|
|
@@ -95,11 +94,6 @@ export const defaultEnLocale = {
|
|
|
95
94
|
"fileProcessingError": "File processing error",
|
|
96
95
|
"dataSaveFailed": "Data save failed, please try again later!"
|
|
97
96
|
},
|
|
98
|
-
|
|
99
|
-
"listOperate": {
|
|
100
|
-
"confirmDelete": "Are you sure to delete this record?",
|
|
101
|
-
"more": "More"
|
|
102
|
-
},
|
|
103
97
|
"table": {
|
|
104
98
|
"confirmDelete": "Are you sure to delete this record?"
|
|
105
99
|
},
|
|
@@ -227,9 +221,6 @@ export const defaultEnLocale = {
|
|
|
227
221
|
"transfer": {
|
|
228
222
|
"pleaseInput": "Please enter {0}",
|
|
229
223
|
"noData": "No data"
|
|
230
|
-
},
|
|
231
|
-
"input": {
|
|
232
|
-
"pleaseInput": "Please enter {0}"
|
|
233
224
|
}
|
|
234
225
|
}
|
|
235
226
|
},
|
|
@@ -255,6 +246,13 @@ export const defaultEnLocale = {
|
|
|
255
246
|
"exportFailed": "Export failed",
|
|
256
247
|
"fileExportFailed": "File export failed, please try again later"
|
|
257
248
|
},
|
|
249
|
+
"form": {
|
|
250
|
+
"submitValidationFailed": "Validation failed when submitting form!",
|
|
251
|
+
"saveSuccess": "Save successful!",
|
|
252
|
+
"dataAlreadyExists": "Data `{0}` already exists!",
|
|
253
|
+
"dataDuplicate": "Data duplicate",
|
|
254
|
+
"saveFailed": "Save failed"
|
|
255
|
+
},
|
|
258
256
|
"formValidate": {
|
|
259
257
|
"required": "Cannot be empty",
|
|
260
258
|
"numberType": "Must be a number",
|
|
@@ -291,10 +289,13 @@ export const defaultEnLocale = {
|
|
|
291
289
|
"uploadCancelled": "Upload cancelled"
|
|
292
290
|
},
|
|
293
291
|
"data": {
|
|
292
|
+
"startExecute": "Starting...",
|
|
294
293
|
"executeSuccess": "Execution successful!",
|
|
295
|
-
"
|
|
294
|
+
"noSaveData": "Error! No data to save!",
|
|
295
|
+
"savingData": "Saving data...",
|
|
296
296
|
"saveSuccess": "Save successful!",
|
|
297
|
-
"
|
|
297
|
+
"deletingData": "Deleting data...",
|
|
298
|
+
"forbidDeleteWithoutCondition": "Error! Unconditional data deletion is forbidden!",
|
|
298
299
|
"deleteSuccess": "Delete successful!",
|
|
299
300
|
"urlNotSet": "URL not set: {urlKey}"
|
|
300
301
|
},
|
|
@@ -322,16 +323,15 @@ export const defaultEnLocale = {
|
|
|
322
323
|
"notConfigured": "Options data not configured!",
|
|
323
324
|
"outFieldsFormatError": "outFields format error: {sourceKey}, must be ${index} or ${index}.${key}"
|
|
324
325
|
},
|
|
325
|
-
"form": {
|
|
326
|
-
"submitValidationFailed": "Validation failed when submitting form!",
|
|
327
|
-
"saveSuccess": "Save successful!",
|
|
328
|
-
"dataAlreadyExists": "Save failed! Data `{0}` already exists!",
|
|
329
|
-
"dataDuplicate": "Data duplicate",
|
|
330
|
-
"saveFailed": "Save failed"
|
|
331
|
-
},
|
|
332
326
|
"excelPreview": {
|
|
333
327
|
"previewUrlNotConfigured": "Preview URL or Excel controller not configured",
|
|
334
|
-
"fileLoadFailed": "File load failed"
|
|
328
|
+
"fileLoadFailed": "File load failed",
|
|
329
|
+
"csvProcessingFailed": "CSV format processing failed",
|
|
330
|
+
"previewFileXlsx": "Preview file.xlsx",
|
|
331
|
+
"unsupportedRawFormat": "Unsupported raw file format",
|
|
332
|
+
"unsupportedFileFormat": "Unsupported file format",
|
|
333
|
+
"dataEmpty": "Data is empty",
|
|
334
|
+
"excelProcessingFailed": "Excel processing failed"
|
|
335
335
|
},
|
|
336
336
|
"tools": {
|
|
337
337
|
"noClickHandler": "Click handler not configured!",
|
|
@@ -6,7 +6,6 @@ export const defaultLocale = {
|
|
|
6
6
|
"cancel": "取消",
|
|
7
7
|
"yes": "是",
|
|
8
8
|
"no": "否",
|
|
9
|
-
|
|
10
9
|
"save": "保存",
|
|
11
10
|
"saveAs": "另存为",
|
|
12
11
|
"delete": "删除",
|
|
@@ -42,7 +41,6 @@ export const defaultLocale = {
|
|
|
42
41
|
"dataLoading": "数据加载中..."
|
|
43
42
|
},
|
|
44
43
|
|
|
45
|
-
// 组件相关
|
|
46
44
|
"components": {
|
|
47
45
|
"common": {
|
|
48
46
|
"button": {
|
|
@@ -96,10 +94,8 @@ export const defaultLocale = {
|
|
|
96
94
|
"fileProcessingError": "文件处理错误",
|
|
97
95
|
"dataSaveFailed": "数据保存失败,请稍后再试!"
|
|
98
96
|
},
|
|
99
|
-
|
|
100
|
-
"listOperate": {
|
|
97
|
+
"table": {
|
|
101
98
|
"confirmDelete": "是否删除此记录?",
|
|
102
|
-
"more": "更多"
|
|
103
99
|
},
|
|
104
100
|
"toolpanel": {
|
|
105
101
|
"tool": "工具",
|
|
@@ -223,15 +219,12 @@ export const defaultLocale = {
|
|
|
223
219
|
"addConfigRow": "新增配置行"
|
|
224
220
|
},
|
|
225
221
|
"transfer": {
|
|
222
|
+
"pleaseInput": "请输入{0}",
|
|
226
223
|
"noData": "无数据"
|
|
227
|
-
},
|
|
228
|
-
"input": {
|
|
229
|
-
"pleaseInput": "请输入{0}"
|
|
230
224
|
}
|
|
231
225
|
},
|
|
232
226
|
},
|
|
233
227
|
|
|
234
|
-
// 状态存储相关
|
|
235
228
|
"stores": {
|
|
236
229
|
"userInfo": {
|
|
237
230
|
"tokenParseFailed": "Token解析失败",
|
|
@@ -248,7 +241,6 @@ export const defaultLocale = {
|
|
|
248
241
|
}
|
|
249
242
|
},
|
|
250
243
|
|
|
251
|
-
// 工具函数相关
|
|
252
244
|
"utils": {
|
|
253
245
|
"exportTable": {
|
|
254
246
|
"exportFailed": "导出失败",
|