x-block-lib 0.6.50 → 0.6.52

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.
@@ -1,5 +1,7 @@
1
1
  interface Props {
2
2
  lock: boolean;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: import("vue").DefineComponent<Props, {
5
+ cleanWorkspace: () => void;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
7
  export default _default;
@@ -3,6 +3,7 @@ interface Props {
3
3
  lock: boolean;
4
4
  }
5
5
  declare const _default: import("vue").DefineComponent<Props, {
6
+ open: import("vue").WritableComputedRef<boolean, boolean>;
6
7
  update: () => void;
7
8
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
9
  export default _default;
@@ -14,9 +14,9 @@ const t = {
14
14
  procedure: "程序",
15
15
  temporaryBlock: "临时块",
16
16
  tip: {
17
- hotkeyCtrlE: "按「Ctrl W」导航",
17
+ hotkeyCtrlE: "按「Ctrl E」导航",
18
18
  hotkeyCtrlQ: "按「Ctrl Q」清理工作区",
19
- hotkeyCtrlW: "按「Ctrl R」切换锁状态"
19
+ hotkeyCtrlW: "按「Ctrl W」切换锁状态"
20
20
  }
21
21
  }
22
22
  };