x-block-lib 0.6.54 → 0.6.55

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.
@@ -59,6 +59,7 @@ declare const _default: {
59
59
  EVENT_SUBMIT: string;
60
60
  EVENT_DARK_MODE_CHANGE: string;
61
61
  LABEL_BOOLEAN: string;
62
+ LABEL_BRANCH: string;
62
63
  LABEL_COMP: string;
63
64
  LABEL_CONDITION: string;
64
65
  LABEL_CREATE_VARIABLE: string;
@@ -66,6 +67,8 @@ declare const _default: {
66
67
  LABEL_EVENT: string;
67
68
  LABEL_GET: string;
68
69
  LABEL_LIST: string;
70
+ LABEL_LOGIC_OPERATION: string;
71
+ LABEL_MATH_OPERATION: string;
69
72
  LABEL_METHOD: string;
70
73
  LABEL_OBJECT: string;
71
74
  LABEL_OPERATION: string;
@@ -77,6 +80,7 @@ declare const _default: {
77
80
  LABEL_SET: string;
78
81
  LABEL_TABLE: string;
79
82
  LABEL_TEXT: string;
83
+ LABEL_VALUE: string;
80
84
  LABEL_VARIABLE: string;
81
85
  METHOD_ADD: string;
82
86
  METHOD_CLOSE: string;
@@ -59,6 +59,7 @@ declare const _default: {
59
59
  EVENT_SUBMIT: string;
60
60
  EVENT_DARK_MODE_CHANGE: string;
61
61
  LABEL_BOOLEAN: string;
62
+ LABEL_BRANCH: string;
62
63
  LABEL_COMP: string;
63
64
  LABEL_CONDITION: string;
64
65
  LABEL_CREATE_VARIABLE: string;
@@ -66,6 +67,8 @@ declare const _default: {
66
67
  LABEL_EVENT: string;
67
68
  LABEL_GET: string;
68
69
  LABEL_LIST: string;
70
+ LABEL_LOGIC_OPERATION: string;
71
+ LABEL_MATH_OPERATION: string;
69
72
  LABEL_METHOD: string;
70
73
  LABEL_OBJECT: string;
71
74
  LABEL_OPERATION: string;
@@ -77,6 +80,7 @@ declare const _default: {
77
80
  LABEL_SET: string;
78
81
  LABEL_TABLE: string;
79
82
  LABEL_TEXT: string;
83
+ LABEL_VALUE: string;
80
84
  LABEL_VARIABLE: string;
81
85
  METHOD_ADD: string;
82
86
  METHOD_CLOSE: string;
package/dist/index.js CHANGED
@@ -8537,7 +8537,7 @@ const Gn = (t, e, n) => {
8537
8537
  });
8538
8538
  };
8539
8539
  async function Tn(t) {
8540
- const e = await Gn(/* @__PURE__ */ Object.assign({ "./msg/en.ts": () => import("./msg-en.ihnckzip.js"), "./msg/zhHans.ts": () => import("./msg-zhHans.c9sbfn3r.js") }), `./msg/${t}.ts`, 3);
8540
+ const e = await Gn(/* @__PURE__ */ Object.assign({ "./msg/en.ts": () => import("./msg-en.jglfa8bb.js"), "./msg/zhHans.ts": () => import("./msg-zhHans.4oqnte8f.js") }), `./msg/${t}.ts`, 3);
8541
8541
  Eo(e.default);
8542
8542
  }
8543
8543
  function zt(t) {
@@ -9120,7 +9120,7 @@ const Tt = {
9120
9120
  },
9121
9121
  {
9122
9122
  kind: "label",
9123
- text: "%{BKY_LABEL_OPERATION_MATH}"
9123
+ text: "%{BKY_LABEL_LOGIC_OPERATION}"
9124
9124
  },
9125
9125
  {
9126
9126
  kind: "block",
@@ -9168,7 +9168,7 @@ const Tt = {
9168
9168
  contents: [
9169
9169
  {
9170
9170
  kind: "label",
9171
- text: "%{BKY_LABEL_NUMERIC}"
9171
+ text: "%{BKY_LABEL_VALUE}"
9172
9172
  },
9173
9173
  {
9174
9174
  kind: "block",
@@ -9209,7 +9209,7 @@ const Tt = {
9209
9209
  },
9210
9210
  {
9211
9211
  kind: "label",
9212
- text: "%{BKY_LABEL_OPERATION_MATH}"
9212
+ text: "%{BKY_LABEL_MATH_OPERATION}"
9213
9213
  },
9214
9214
  {
9215
9215
  kind: "block",
@@ -64,6 +64,7 @@ const _ = {
64
64
  EVENT_DARK_MODE_CHANGE: "dark mode change",
65
65
  // label
66
66
  LABEL_BOOLEAN: "Boolean",
67
+ LABEL_BRANCH: "Branch",
67
68
  LABEL_COMP: "Comp",
68
69
  LABEL_CONDITION: "Condition",
69
70
  LABEL_CREATE_VARIABLE: "Create Variable",
@@ -71,6 +72,8 @@ const _ = {
71
72
  LABEL_EVENT: "Event",
72
73
  LABEL_GET: "Get",
73
74
  LABEL_LIST: "List",
75
+ LABEL_LOGIC_OPERATION: "Operation",
76
+ LABEL_MATH_OPERATION: "Operation",
74
77
  LABEL_METHOD: "Method",
75
78
  LABEL_OBJECT: "Object",
76
79
  LABEL_OPERATION: "Operation",
@@ -82,6 +85,7 @@ const _ = {
82
85
  LABEL_SET: "Set",
83
86
  LABEL_TABLE: "Table",
84
87
  LABEL_TEXT: "Text",
88
+ LABEL_VALUE: "Value",
85
89
  LABEL_VARIABLE: "Variable",
86
90
  // method
87
91
  METHOD_ADD: "add",
@@ -64,6 +64,7 @@ const _ = {
64
64
  EVENT_DARK_MODE_CHANGE: "暗模式变化",
65
65
  // label
66
66
  LABEL_BOOLEAN: "布尔",
67
+ LABEL_BRANCH: "分支",
67
68
  LABEL_COMP: "组件",
68
69
  LABEL_CONDITION: "条件",
69
70
  LABEL_CREATE_VARIABLE: "创建变量",
@@ -71,6 +72,8 @@ const _ = {
71
72
  LABEL_EVENT: "事件",
72
73
  LABEL_GET: "获取",
73
74
  LABEL_LIST: "列表",
75
+ LABEL_LOGIC_OPERATION: "运算",
76
+ LABEL_MATH_OPERATION: "运算",
74
77
  LABEL_METHOD: "方法",
75
78
  LABEL_OBJECT: "对象",
76
79
  LABEL_OPERATION: "操作",
@@ -82,6 +85,7 @@ const _ = {
82
85
  LABEL_SET: "设置",
83
86
  LABEL_TABLE: "表",
84
87
  LABEL_TEXT: "文本",
88
+ LABEL_VALUE: "数值",
85
89
  LABEL_VARIABLE: "变量",
86
90
  // method
87
91
  METHOD_ADD: "添加",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.6.54",
4
+ "version": "0.6.55",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "vue": "^3.5.13",
32
32
  "vue-draggable-plus": "^0.6.0",
33
33
  "vuetify": "^3.8.4",
34
- "x-essential-lib": "^0.8.9",
34
+ "x-essential-lib": "^0.8.12",
35
35
  "x-runtime-lib": "^0.6.51",
36
36
  "x-state-lib": "^0.2.2"
37
37
  },