@dignite-ng/expand.cms 0.0.5 → 0.0.6

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.
@@ -1,7 +1,7 @@
1
1
  import { ABP, ConfigStateService, ListService, LocalizationService, PagedResultDto } from '@abp/ng.core';
2
2
  import { ToasterService, ConfirmationService } from '@abp/ng.theme.shared';
3
3
  import { ElementRef, OnInit } from '@angular/core';
4
- import { AbstractControl, FormBuilder, FormGroup, ValidationErrors } from '@angular/forms';
4
+ import { AbstractControl, FormBuilder, FormGroup, ValidationErrors, ValidatorFn } from '@angular/forms';
5
5
  import { EntryTypeAdminService, GetSectionsInput, SectionAdminService, SectionDto } from '../../../proxy/admin/sections';
6
6
  import { SiteAdminService } from '../../../proxy/admin/sites';
7
7
  import { ColumnMode } from "@swimlane/ngx-datatable";
@@ -57,7 +57,7 @@ export declare class SectionsComponent implements OnInit {
57
57
  deleteEntryType(row: any): void;
58
58
  /**表单保存提交 */
59
59
  createOrEditSave(): void;
60
- /**创建版块保存 */
60
+ /** */
61
61
  createSave(): void;
62
62
  /**创建版块保存 */
63
63
  EditSave(): void;
@@ -71,10 +71,14 @@ export declare class SectionsComponent implements OnInit {
71
71
  get routeInput(): AbstractControl<any, any>;
72
72
  /**route表单控件 */
73
73
  get templateInput(): AbstractControl<any, any>;
74
+ /**route表单控件 */
75
+ get typeInput(): AbstractControl<any, any>;
76
+ radiochange(): void;
74
77
  /**字段标签input失去标点生成字段名字 */
75
78
  disPlayNameInputBlur(event: any): void;
76
79
  /**设置字段控件异步验证 */
77
80
  setAsyncValidatorsFn(): void;
81
+ forbiddenNameValidator(): ValidatorFn;
78
82
  nameRepetitionAsyncValidator(): (ctrl: AbstractControl) => Promise<ValidationErrors | null> | Observable<ValidationErrors | null>;
79
83
  routeRepetitionAsyncValidator(): (ctrl: AbstractControl) => Promise<ValidationErrors | null> | Observable<ValidationErrors | null>;
80
84
  static ɵfac: i0.ɵɵFactoryDeclaration<SectionsComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",