x-prop-tree 0.6.8 → 0.6.10

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.
@@ -3,7 +3,7 @@ import { ZProp } from 'x-runtime-lib';
3
3
  import { ChangeEvent } from './base';
4
4
  export type PropState = {
5
5
  change: boolean;
6
- children: PropStateMap | PropStateArray;
6
+ children?: PropStateMap | PropStateArray;
7
7
  };
8
8
  export type PropStateMap = {
9
9
  [key: string]: PropState;
@@ -6,9 +6,7 @@ declare const _default: {
6
6
  title: string;
7
7
  };
8
8
  };
9
- entry: string;
10
9
  noComp: string;
11
- notSet: string;
12
10
  paste: string;
13
11
  reset: string;
14
12
  };
@@ -6,9 +6,7 @@ declare const _default: {
6
6
  title: string;
7
7
  };
8
8
  };
9
- entry: string;
10
9
  noComp: string;
11
- notSet: string;
12
10
  paste: string;
13
11
  reset: string;
14
12
  };
@@ -6,9 +6,7 @@ const e = {
6
6
  title: "Select Comp"
7
7
  }
8
8
  },
9
- entry: "Entry {index}",
10
9
  noComp: "No Comp",
11
- notSet: "Not Set",
12
10
  paste: "Paste",
13
11
  reset: "Reset"
14
12
  }
@@ -6,9 +6,7 @@ const e = {
6
6
  title: "选择组件"
7
7
  }
8
8
  },
9
- entry: "条目{index}",
10
9
  noComp: "没有组件",
11
- notSet: "未设置",
12
10
  paste: "黏贴",
13
11
  reset: "重置"
14
12
  }