@dignite-ng/expand.cms 3.0.0-rc.24 → 3.0.0-rc.26

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.
@@ -23,15 +23,15 @@ export declare class EditComponent implements OnInit {
23
23
  /**表单实体 */
24
24
  formEntity: FormGroup | undefined;
25
25
  /**语言 */
26
- cultureName: string;
26
+ cultureName: string | any;
27
27
  /**条目类型id */
28
- entryTypeId: string;
28
+ entryTypeId: string | any;
29
29
  /**版块id */
30
- sectionId: string;
30
+ sectionId: string | any;
31
31
  /**条目版本id */
32
- entryVersionId: string;
32
+ entryVersionId: string | any;
33
33
  /**条目id */
34
- entrieId: string;
34
+ entrieId: string | any;
35
35
  /**条目信息 */
36
36
  entryInfo: any;
37
37
  /**是否草稿控件*/
@@ -43,7 +43,7 @@ export declare class EditComponent implements OnInit {
43
43
  getEntryInfo(): Promise<unknown>;
44
44
  /**提交 */
45
45
  save(): void;
46
- isSubmit: boolean;
46
+ isSubmit: boolean | any;
47
47
  /**点击提交 */
48
48
  clickSubmit(type: any): void;
49
49
  /**返回上一页 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "3.0.0-rc.24",
3
+ "version": "3.0.0-rc.26",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,11 +8,6 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "pinyin-pro": "^3.26.0",
11
- "@dignite-ng/expand.core": "~3.0.0-rc.24",
12
- "@dignite-ng/expand.dynamic-form": "~3.0.0-rc.24",
13
- "@dignite-ng/expand.regionalization-management": "~3.0.0-rc.24",
14
- "@dignite-ng/expand.ck-editor": "~3.0.0-rc.24",
15
- "@dignite-ng/expand.file-explorer": "~3.0.0-rc.24",
16
11
  "tslib": "^2.0.0"
17
12
  },
18
13
  "publishConfig": {