@dignite-ng/expand.cms 3.0.0-rc.37 → 3.0.0-rc.39

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.
@@ -14,6 +14,7 @@ export declare class CreateOrEditEntriesComponent {
14
14
  private router;
15
15
  private _CmsApiService;
16
16
  private cdRef;
17
+ private config;
17
18
  /**语言列表 */
18
19
  languagesList: any[];
19
20
  /**条目列表-选择上级条目 */
@@ -29,6 +30,7 @@ export declare class CreateOrEditEntriesComponent {
29
30
  /**版本列表 */
30
31
  AllVersionsList: any[];
31
32
  isEdit: boolean | any;
33
+ isCreateVersion: boolean | any;
32
34
  sectionId: string | any;
33
35
  entryTypeId: string | any;
34
36
  set select(v: any);
@@ -36,9 +38,14 @@ export declare class CreateOrEditEntriesComponent {
36
38
  set entity(value: FormGroup | undefined);
37
39
  /**是否加载完成 */
38
40
  isLoad: boolean | any;
41
+ /**是否创建其他语言本 */
42
+ isOther: any;
43
+ /**系统默认语言 */
44
+ DefaultLanguage: string | any;
39
45
  /**语言控件 */
40
46
  get cultureInput(): FormControl;
41
47
  get slugInput(): FormControl;
48
+ get initialVersionIdInput(): FormControl;
42
49
  /**获取提交按钮替身,用于真实触发表单提交 */
43
50
  submitclick: ElementRef;
44
51
  /**加载数据 */
@@ -63,5 +70,5 @@ export declare class CreateOrEditEntriesComponent {
63
70
  /**删除版本 */
64
71
  delectVersion(vid: any): void;
65
72
  static ɵfac: i0.ɵɵFactoryDeclaration<CreateOrEditEntriesComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<CreateOrEditEntriesComponent, "cms-create-or-edit-entries", never, { "isEdit": { "alias": "isEdit"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; "entryTypeId": { "alias": "entryTypeId"; "required": false; }; "select": { "alias": "select"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; }, {}, never, never, false, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateOrEditEntriesComponent, "cms-create-or-edit-entries", never, { "isEdit": { "alias": "isEdit"; "required": false; }; "isCreateVersion": { "alias": "isCreateVersion"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; "entryTypeId": { "alias": "entryTypeId"; "required": false; }; "select": { "alias": "select"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "isOther": { "alias": "isOther"; "required": false; }; }, {}, never, never, false, never>;
67
74
  }
@@ -31,6 +31,8 @@ export declare class CreateComponent implements OnInit {
31
31
  entryVersionId: string | any;
32
32
  /**条目信息 */
33
33
  entryInfo: any;
34
+ /**是否创建其他语言版本 */
35
+ isOther: string | any;
34
36
  /**是否草稿控件*/
35
37
  get draftInput(): FormControl;
36
38
  /**语言控件 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "3.0.0-rc.37",
3
+ "version": "3.0.0-rc.39",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",