x-block-lib 0.7.10 → 0.7.12
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.
- package/dist/components/blockly/lock/index.vue.d.ts +1 -1
- package/dist/components/blockly/navigator/blockList/item.vue.d.ts +1 -1
- package/dist/components/sourceDlg/content/index.vue.d.ts +1 -1
- package/dist/components/sourceDlg/index.vue.d.ts +1 -1
- package/dist/core/locale/msg/en.d.ts +0 -3
- package/dist/core/locale/msg/zhHans.d.ts +0 -3
- package/dist/index.js +425 -431
- package/dist/{msg-en.fj04iwzg.js → msg-en.cb0pu5v6.js} +0 -3
- package/dist/{msg-zhHans.os4ap6q2.js → msg-zhHans.ca0i4cm9.js} +0 -3
- package/dist/{vendor.k6kjk1km.js → vendor.btniuih9.js} +5634 -5541
- package/package.json +18 -17
|
@@ -440,9 +440,6 @@ const _ = {
|
|
|
440
440
|
UI_ENV_DEV: "development",
|
|
441
441
|
UI_ENV_PROD: "production",
|
|
442
442
|
UI_LABEL: "label",
|
|
443
|
-
UI_MODE: "mode",
|
|
444
|
-
UI_NAVIGATE_MODE_PUSH: "push",
|
|
445
|
-
UI_NAVIGATE_MODE_REPLACE: "replace",
|
|
446
443
|
UI_POPUP_MESSAGE_TYPE_ERROR: "error",
|
|
447
444
|
UI_POPUP_MESSAGE_TYPE_INFO: "info",
|
|
448
445
|
UI_POPUP_MESSAGE_TYPE_SUCCESS: "success",
|
|
@@ -440,9 +440,6 @@ const _ = {
|
|
|
440
440
|
UI_ENV_DEV: "开发",
|
|
441
441
|
UI_ENV_PROD: "生产",
|
|
442
442
|
UI_LABEL: "标签",
|
|
443
|
-
UI_MODE: "模式",
|
|
444
|
-
UI_NAVIGATE_MODE_PUSH: "压入",
|
|
445
|
-
UI_NAVIGATE_MODE_REPLACE: "替换",
|
|
446
443
|
UI_POPUP_MESSAGE_TYPE_ERROR: "错误",
|
|
447
444
|
UI_POPUP_MESSAGE_TYPE_INFO: "信息",
|
|
448
445
|
UI_POPUP_MESSAGE_TYPE_SUCCESS: "成功",
|