x-block-lib 0.6.53 → 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.
@@ -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: "添加",