x-block-lib 0.8.31 → 0.8.33

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.
@@ -167,7 +167,7 @@ const _ = {
167
167
  APP_V1_SELECT_COMP_TITLE: "select comp",
168
168
  APP_V1_SELECT_COMP_TOOLTIP: "APP_V1_SELECT_COMP_TOOLTIP",
169
169
  APP_V1_SELECT_COMP_HELPURL: "APP_V1_SELECT_COMP_HELPURL",
170
- APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "set output",
170
+ APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "set method output",
171
171
  APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP: "APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP",
172
172
  APP_V1_SET_APP_METHOD_OUTPUT_HELPURL: "APP_V1_SET_APP_METHOD_OUTPUT_HELPURL",
173
173
  APP_V1_SET_APP_STATE_TITLE: "set state",
@@ -167,7 +167,7 @@ const _ = {
167
167
  APP_V1_SELECT_COMP_TITLE: "选择组件",
168
168
  APP_V1_SELECT_COMP_TOOLTIP: "APP_V1_SELECT_COMP_TOOLTIP",
169
169
  APP_V1_SELECT_COMP_HELPURL: "APP_V1_SELECT_COMP_HELPURL",
170
- APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "设置输出",
170
+ APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "设置方法输出",
171
171
  APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP: "APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP",
172
172
  APP_V1_SET_APP_METHOD_OUTPUT_HELPURL: "APP_V1_SET_APP_METHOD_OUTPUT_HELPURL",
173
173
  APP_V1_SET_APP_STATE_TITLE: "设置状态",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.31",
4
+ "version": "0.8.33",
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.58",
41
+ "x-runtime-lib": "^0.8.61",
42
42
  "x-state-lib": "^0.3.23"
43
43
  },
44
44
  "devDependencies": {