x-block-lib 0.8.25 → 0.8.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,6 +58,7 @@ const _ = {
58
58
  CATEGORY_TIME: "time",
59
59
  CATEGORY_VARIABLE: "var",
60
60
  // label
61
+ LABEL_ARGUMENT: "Argument",
61
62
  LABEL_BOOLEAN: "Boolean",
62
63
  LABEL_BRANCH: "Branch",
63
64
  LABEL_CONDITION: "Condition",
@@ -58,6 +58,7 @@ const _ = {
58
58
  CATEGORY_TIME: "时间",
59
59
  CATEGORY_VARIABLE: "变量",
60
60
  // label
61
+ LABEL_ARGUMENT: "参数",
61
62
  LABEL_BOOLEAN: "布尔",
62
63
  LABEL_BRANCH: "分支",
63
64
  LABEL_CONDITION: "条件",
@@ -512,7 +513,7 @@ const _ = {
512
513
  TIME_DO: "执行",
513
514
  TIME_IMMEDIATE: "立即",
514
515
  TIME_INTERVAL_MS: "间隔(ms)",
515
- TIME_LOOP: "loop",
516
+ TIME_LOOP: "循环",
516
517
  TIME_V1_CREATE_TIMER_TITLE: "创建定时器",
517
518
  TIME_V1_DELAY_TITLE: "延迟(ms)%1",
518
519
  // variable
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.25",
4
+ "version": "0.8.27",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "vue-router": "^4.6.3",
39
39
  "vuetify": "^3.10.7",
40
40
  "x-essential-lib": "^0.9.2",
41
- "x-runtime-lib": "^0.8.47",
41
+ "x-runtime-lib": "^0.8.54",
42
42
  "x-state-lib": "^0.3.23"
43
43
  },
44
44
  "devDependencies": {