x-block-lib 0.9.15 → 0.9.17

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.
@@ -0,0 +1,2 @@
1
+ import * as Blockly from 'blockly/core';
2
+ export declare function ensureBindEntryBlocks(scope: Blockly.Block): void;
@@ -1,4 +1,5 @@
1
1
  import './appBind/v1';
2
+ import './appBindEntry/v1';
2
3
  import './onAppEvent/v1';
3
4
  import './triggerAppEvent/v1';
4
5
  import './watchEffect/v1';
@@ -0,0 +1,3 @@
1
+ export declare const bindTypes: string[];
2
+ export type BindType = (typeof bindTypes)[number];
3
+ export declare const bindTypeOpts: [string, string][];
@@ -0,0 +1,2 @@
1
+ import { t as en_default } from "./i18n-en.l34o3c3n.js";
2
+ export { en_default as default };
@@ -0,0 +1,2 @@
1
+ import { t as en_default } from "./msg-en.mrihxoaa.js";
2
+ export { en_default as default };
@@ -0,0 +1,18 @@
1
+ var en_default = { "x-block-lib": {
2
+ bind: "Bind",
3
+ dlg: { source: { title: "Source" } },
4
+ funcEntry: "Func Entry",
5
+ implementMethod: "Implement Method",
6
+ msg: { cannotOperateInLockedState: "Cannot operate in locked state" },
7
+ navigator: "Navigator",
8
+ noOption: "No Option",
9
+ procedure: "Procedure",
10
+ temporaryBlock: "Temporary Block",
11
+ tip: {
12
+ hotkeyCtrlE: "Press 'Ctrl W' to navigate",
13
+ hotkeyCtrlQ: "Press 'Ctrl Q' to clean workspace",
14
+ hotkeyCtrlW: "Press 'Ctrl R' to toggle lock state"
15
+ },
16
+ watchEffect: "Watch Effect"
17
+ } };
18
+ export { en_default as t };
@@ -0,0 +1,18 @@
1
+ var zhHans_default = { "x-block-lib": {
2
+ bind: "绑定",
3
+ dlg: { source: { title: "源代码" } },
4
+ funcEntry: "函数入口",
5
+ implementMethod: "实现方法",
6
+ msg: { cannotOperateInLockedState: "锁定状态下不能操作" },
7
+ navigator: "导航器",
8
+ noOption: "没有选项",
9
+ procedure: "子程序",
10
+ temporaryBlock: "临时块",
11
+ tip: {
12
+ hotkeyCtrlE: "按「Ctrl E」导航",
13
+ hotkeyCtrlQ: "按「Ctrl Q」清理工作区",
14
+ hotkeyCtrlW: "按「Ctrl W」切换锁状态"
15
+ },
16
+ watchEffect: "观察效应"
17
+ } };
18
+ export { zhHans_default as t };