verteilen-core 1.3.21 → 1.3.22

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/dist/lan/en.json CHANGED
@@ -274,7 +274,8 @@
274
274
  "task-count": "Task Count",
275
275
  "job-count": "Job Count",
276
276
  "hidden": "Hidden",
277
- "runtime": "Runtime"
277
+ "runtime": "Runtime",
278
+ "value": "Value"
278
279
  },
279
280
  "codehint": {
280
281
  "v_path": "Path module",
@@ -274,7 +274,8 @@
274
274
  "task-count": "流程數",
275
275
  "job-count": "工作數",
276
276
  "hidden": "隱藏",
277
- "runtime": "執行生成"
277
+ "runtime": "執行生成",
278
+ "value": "數值"
278
279
  },
279
280
  "codehint": {
280
281
  "v_path": "Path module",
@@ -283,6 +283,7 @@ export declare const i18nDefaultData: {
283
283
  "job-count": string;
284
284
  hidden: string;
285
285
  runtime: string;
286
+ value: string;
286
287
  };
287
288
  codehint: {
288
289
  v_path: string;
@@ -707,6 +708,7 @@ export declare const i18nDefaultData: {
707
708
  "job-count": string;
708
709
  hidden: string;
709
710
  runtime: string;
711
+ value: string;
710
712
  };
711
713
  codehint: {
712
714
  v_path: string;
@@ -1134,6 +1136,7 @@ export declare const i18n: import("vue-i18n").I18n<{
1134
1136
  "job-count": string;
1135
1137
  hidden: string;
1136
1138
  runtime: string;
1139
+ value: string;
1137
1140
  };
1138
1141
  codehint: {
1139
1142
  v_path: string;
@@ -1558,6 +1561,7 @@ export declare const i18n: import("vue-i18n").I18n<{
1558
1561
  "job-count": string;
1559
1562
  hidden: string;
1560
1563
  runtime: string;
1564
+ value: string;
1561
1565
  };
1562
1566
  codehint: {
1563
1567
  v_path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",
package/src/lan/en.json CHANGED
@@ -274,7 +274,8 @@
274
274
  "task-count": "Task Count",
275
275
  "job-count": "Job Count",
276
276
  "hidden": "Hidden",
277
- "runtime": "Runtime"
277
+ "runtime": "Runtime",
278
+ "value": "Value"
278
279
  },
279
280
  "codehint": {
280
281
  "v_path": "Path module",
@@ -274,7 +274,8 @@
274
274
  "task-count": "流程數",
275
275
  "job-count": "工作數",
276
276
  "hidden": "隱藏",
277
- "runtime": "執行生成"
277
+ "runtime": "執行生成",
278
+ "value": "數值"
278
279
  },
279
280
  "codehint": {
280
281
  "v_path": "Path module",