x-block-lib 0.4.27 → 0.4.28

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,5 @@
1
+ interface Props {
2
+ lock: boolean;
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>;
5
+ export default _default;
@@ -1,2 +1,5 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ interface Props {
2
+ lock: boolean;
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>;
2
5
  export default _default;
@@ -1,5 +1,6 @@
1
1
  interface Props {
2
2
  type: 'list' | 'tree';
3
+ lock: boolean;
3
4
  }
4
5
  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>;
5
6
  export default _default;
@@ -1,5 +1,9 @@
1
1
  const t = {
2
2
  "x-block-lib": {
3
+ msg: {
4
+ cannotCleanInLockState: "Cannot clean in lock state",
5
+ cannotArrangeInLockState: "Cannot arrange in lock state"
6
+ },
3
7
  navigator: "Navigator",
4
8
  noOption: "No Option",
5
9
  temporaryBlock: "Temporary Block",
@@ -1,5 +1,9 @@
1
1
  const t = {
2
2
  "x-block-lib": {
3
+ msg: {
4
+ cannotCleanInLockState: "不能在锁定状态下清理",
5
+ cannotArrangeInLockState: "不能再锁定状态下整理"
6
+ },
3
7
  navigator: "导航器",
4
8
  noOption: "没有选项",
5
9
  temporaryBlock: "临时块",