@dignite-ng/expand.cms 2.0.0-rc.3 → 2.0.0-rc.4

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.
@@ -20,8 +20,6 @@ export declare class EntriesComponent implements OnInit {
20
20
  private _UpdateListService;
21
21
  readonly list: ListService<any>;
22
22
  ngOnInit(): void;
23
- /**站点列表 */
24
- /**选择的站点id */
25
23
  /**站点下的版块 */
26
24
  SiteOfSectionList: any[any];
27
25
  /**版块下的语言列表 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.0.0-rc.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~18.1.0",
6
6
  "@angular/core": "~18.1.0"