x-block-lib 0.8.3 → 0.8.4

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.
@@ -81,17 +81,6 @@ const _ = {
81
81
  LABEL_TEXT: "Text",
82
82
  LABEL_VALUE: "Value",
83
83
  LABEL_VARIABLE: "Variable",
84
- // param
85
- PARAM_DATA: "data",
86
- PARAM_EXTRA_DATA: "extra data",
87
- PARAM_IS_DARK_MODE: "is dark mode",
88
- PARAM_MAIN_DATA: "main data",
89
- PARAM_MESSAGE: "message",
90
- PARAM_NEW_SCREEN_SIZE: "new screen size",
91
- PARAM_OLD_SCREEN_SIZE: "old screen size",
92
- PARAM_RESULT: "result",
93
- PARAM_STATE: "state",
94
- PARAM_SUCCESS: "success",
95
84
  // warn
96
85
  WARN_APP_NOT_FOUND: "app not found",
97
86
  WARN_ARGUMENT_HAS_CHANGED: "argument has changed",
@@ -81,17 +81,6 @@ const _ = {
81
81
  LABEL_TEXT: "文本",
82
82
  LABEL_VALUE: "数值",
83
83
  LABEL_VARIABLE: "变量",
84
- // param
85
- PARAM_DATA: "数据",
86
- PARAM_EXTRA_DATA: "附加数据",
87
- PARAM_IS_DARK_MODE: "是否暗模式",
88
- PARAM_MAIN_DATA: "主数据",
89
- PARAM_MESSAGE: "消息",
90
- PARAM_NEW_SCREEN_SIZE: "新屏幕大小",
91
- PARAM_OLD_SCREEN_SIZE: "旧屏幕大小",
92
- PARAM_RESULT: "结果",
93
- PARAM_STATE: "状态",
94
- PARAM_SUCCESS: "成功",
95
84
  // warn
96
85
  WARN_APP_NOT_FOUND: "应用未发现",
97
86
  WARN_ARGUMENT_HAS_CHANGED: "参数已改变",
@@ -0,0 +1,3 @@
1
+ export declare function toEventName(names: string[], from: string): string;
2
+ export declare function toMethodName(names: string[], from: string): string;
3
+ export declare function toPropName(names: string[], from: string): string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.8.3",
4
+ "version": "0.8.4",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "vue-router": "^4.5.1",
38
38
  "vuetify": "^3.10.3",
39
39
  "x-essential-lib": "^0.9.0",
40
- "x-runtime-lib": "^0.8.1",
40
+ "x-runtime-lib": "^0.8.2",
41
41
  "x-state-lib": "^0.3.19"
42
42
  },
43
43
  "devDependencies": {