@osovitny/anatoly 3.16.80 → 3.16.81

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.
@@ -6,12 +6,12 @@ export declare class UrlSlugComponent extends EditComponentBase implements OnIni
6
6
  hrefGo: string;
7
7
  title: string;
8
8
  isTitleVisible: boolean;
9
- controlName: string;
10
- controlTitle: string;
11
9
  class: string;
12
10
  watchedControlName: string;
13
11
  urlPrefix: string;
14
12
  isGoButtonVisible: boolean;
13
+ formControlName: string;
14
+ formControlTitle: string;
15
15
  generating: EventEmitter<any>;
16
16
  constructor();
17
17
  ngOnInit(): void;
@@ -19,5 +19,5 @@ export declare class UrlSlugComponent extends EditComponentBase implements OnIni
19
19
  private startWatching;
20
20
  onUrlSlugChange(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<UrlSlugComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<UrlSlugComponent, "anatoly-forms-urlslug", never, { "title": { "alias": "title"; "required": false; }; "isTitleVisible": { "alias": "isTitleVisible"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "controlTitle": { "alias": "controlTitle"; "required": false; }; "class": { "alias": "class"; "required": false; }; "watchedControlName": { "alias": "watchedControlName"; "required": false; }; "urlPrefix": { "alias": "urlPrefix"; "required": false; }; "isGoButtonVisible": { "alias": "isGoButtonVisible"; "required": false; }; }, { "generating": "generating"; }, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<UrlSlugComponent, "anatoly-forms-urlslug", never, { "title": { "alias": "title"; "required": false; }; "isTitleVisible": { "alias": "isTitleVisible"; "required": false; }; "class": { "alias": "class"; "required": false; }; "watchedControlName": { "alias": "watchedControlName"; "required": false; }; "urlPrefix": { "alias": "urlPrefix"; "required": false; }; "isGoButtonVisible": { "alias": "isGoButtonVisible"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "formControlTitle": { "alias": "formControlTitle"; "required": false; }; }, { "generating": "generating"; }, never, never, false, never>;
23
23
  }
@@ -1,8 +1,8 @@
1
1
  import { ValidationSummaryComponent } from "./validation-summary.component";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ItemValidationSummaryComponent extends ValidationSummaryComponent {
4
- controlName: string;
5
- controlTitle: string;
4
+ formControlName: string;
5
+ formControlTitle: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ItemValidationSummaryComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ItemValidationSummaryComponent, "anatoly-item-validation-summary", never, { "controlName": { "alias": "controlName"; "required": false; }; "controlTitle": { "alias": "controlTitle"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemValidationSummaryComponent, "anatoly-item-validation-summary", never, { "formControlName": { "alias": "formControlName"; "required": false; }; "formControlTitle": { "alias": "formControlTitle"; "required": false; }; }, {}, never, never, false, never>;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.80",
3
+ "version": "3.16.81",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",