x-block-lib 0.8.33 → 0.8.34

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.
@@ -116,6 +116,7 @@ const _ = {
116
116
  APP_POPUP_MESSAGE_TYPE_INFO: "info",
117
117
  APP_POPUP_MESSAGE_TYPE_SUCCESS: "success",
118
118
  APP_POPUP_MESSAGE_TYPE_WARNING: "warning",
119
+ APP_REF_KEY: "reference key",
119
120
  APP_RETURN: "return",
120
121
  APP_TEXT: "text",
121
122
  APP_TITLE: "title",
@@ -116,6 +116,7 @@ const _ = {
116
116
  APP_POPUP_MESSAGE_TYPE_INFO: "信息",
117
117
  APP_POPUP_MESSAGE_TYPE_SUCCESS: "成功",
118
118
  APP_POPUP_MESSAGE_TYPE_WARNING: "警告",
119
+ APP_REF_KEY: "引用键",
119
120
  APP_RETURN: "返回",
120
121
  APP_TEXT: "文本",
121
122
  APP_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.33",
4
+ "version": "0.8.34",
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.61",
41
+ "x-runtime-lib": "^0.8.62",
42
42
  "x-state-lib": "^0.3.23"
43
43
  },
44
44
  "devDependencies": {