x-block-lib 0.4.26 → 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.
@@ -15846,14 +15846,14 @@ const bm = /* @__PURE__ */ gg(_m), {
15846
15846
  javascriptGenerator: Qb
15847
15847
  } = bm;
15848
15848
  export {
15849
- Vb as A,
15849
+ Xb as A,
15850
15850
  Cm as B,
15851
15851
  xm as C,
15852
15852
  Gm as D,
15853
15853
  Vm as E,
15854
15854
  qm as F,
15855
15855
  i_ as G,
15856
- Xb as H,
15856
+ Vb as H,
15857
15857
  m_ as M,
15858
15858
  b_ as N,
15859
15859
  qb as O,
@@ -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: "临时块",