x-block-lib 0.8.10 → 0.8.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.
@@ -0,0 +1,3 @@
1
+ import * as Blockly from 'blockly/core';
2
+ import { Reactivity } from 'x-runtime-lib';
3
+ export declare function buildReactivity(workspace: Blockly.Workspace): Reactivity;
@@ -19,8 +19,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
19
19
  loading: import("vue").Ref<boolean, boolean>;
20
20
  load: (state: any) => void;
21
21
  save: () => any;
22
- generateReactive: () => import("./buildReactive").Reactive;
23
22
  generateCode: () => string | undefined;
23
+ generateReactivity: () => import("x-runtime-lib").Reactivity;
24
24
  fireStateChange: () => void;
25
25
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
26
  ready: (...args: any[]) => void;
@@ -1,5 +1,6 @@
1
1
  const t = {
2
2
  "x-block-lib": {
3
+ bind: "Bind",
3
4
  dlg: {
4
5
  source: {
5
6
  title: "Source"
@@ -17,7 +18,8 @@ const t = {
17
18
  hotkeyCtrlE: "Press 'Ctrl W' to navigate",
18
19
  hotkeyCtrlQ: "Press 'Ctrl Q' to clean workspace",
19
20
  hotkeyCtrlW: "Press 'Ctrl R' to toggle lock state"
20
- }
21
+ },
22
+ watchEffect: "Watch Effect"
21
23
  }
22
24
  };
23
25
  export {
@@ -1,5 +1,6 @@
1
1
  const t = {
2
2
  "x-block-lib": {
3
+ bind: "绑定",
3
4
  dlg: {
4
5
  source: {
5
6
  title: "源代码"
@@ -17,7 +18,8 @@ const t = {
17
18
  hotkeyCtrlE: "按「Ctrl E」导航",
18
19
  hotkeyCtrlQ: "按「Ctrl Q」清理工作区",
19
20
  hotkeyCtrlW: "按「Ctrl W」切换锁状态"
20
- }
21
+ },
22
+ watchEffect: "观察效应"
21
23
  }
22
24
  };
23
25
  export {