x-block-lib 0.8.65 → 0.8.67

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.
@@ -111,12 +111,12 @@ const _ = {
111
111
  APP_DO: "do",
112
112
  APP_ENV_DEV: "development",
113
113
  APP_ENV_PROD: "production",
114
+ APP_INSTANCE: "instance",
114
115
  APP_LABEL: "label",
115
116
  APP_POPUP_MESSAGE_TYPE_ERROR: "error",
116
117
  APP_POPUP_MESSAGE_TYPE_INFO: "info",
117
118
  APP_POPUP_MESSAGE_TYPE_SUCCESS: "success",
118
119
  APP_POPUP_MESSAGE_TYPE_WARNING: "warning",
119
- APP_REF_KEY: "reference key",
120
120
  APP_RETURN: "return",
121
121
  APP_TEXT: "text",
122
122
  APP_TITLE: "title",
@@ -111,12 +111,12 @@ const _ = {
111
111
  APP_DO: "执行",
112
112
  APP_ENV_DEV: "开发",
113
113
  APP_ENV_PROD: "生产",
114
+ APP_INSTANCE: "实例",
114
115
  APP_LABEL: "标签",
115
116
  APP_POPUP_MESSAGE_TYPE_ERROR: "错误",
116
117
  APP_POPUP_MESSAGE_TYPE_INFO: "信息",
117
118
  APP_POPUP_MESSAGE_TYPE_SUCCESS: "成功",
118
119
  APP_POPUP_MESSAGE_TYPE_WARNING: "警告",
119
- APP_REF_KEY: "引用键",
120
120
  APP_RETURN: "返回",
121
121
  APP_TEXT: "文本",
122
122
  APP_TITLE: "标题",
@@ -25348,10 +25348,10 @@ export {
25348
25348
  fk as e,
25349
25349
  AR as f,
25350
25350
  Tk as g,
25351
- ik as h,
25351
+ Kw as h,
25352
25352
  UR as i,
25353
25353
  pk as j,
25354
- Kw as k,
25354
+ ik as k,
25355
25355
  Ww as l,
25356
25356
  zw as m,
25357
25357
  Uw as n,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.65",
4
+ "version": "0.8.67",
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.4",
39
39
  "vuetify": "^3.11.4",
40
40
  "x-essential-lib": "^0.9.20",
41
- "x-runtime-lib": "^0.8.132",
41
+ "x-runtime-lib": "^0.8.141",
42
42
  "x-state-lib": "^0.3.32"
43
43
  },
44
44
  "devDependencies": {