@osovitny/anatoly 2.14.30 → 2.14.31

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,8 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { BaseEditComponent } from '../../../components/base-edit.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class UrlSlugComponent extends BaseEditComponent {
4
+ export declare class UrlSlugComponent extends BaseEditComponent implements OnInit {
5
+ firstValue: boolean;
5
6
  hrefGo: string;
6
7
  title: string;
7
8
  isTitleVisible: boolean;
@@ -13,8 +14,9 @@ export declare class UrlSlugComponent extends BaseEditComponent {
13
14
  isGoButtonVisible: boolean;
14
15
  generating: EventEmitter<any>;
15
16
  constructor();
17
+ ngOnInit(): void;
16
18
  private generateUrlSlug;
17
- startWatching(): void;
19
+ private startWatching;
18
20
  onUrlSlugChange(): void;
19
21
  static ɵfac: i0.ɵɵFactoryDeclaration<UrlSlugComponent, never>;
20
22
  static ɵcmp: i0.ɵɵComponentDeclaration<UrlSlugComponent, "anatoly-forms-urlslug", never, { "title": "title"; "isTitleVisible": "isTitleVisible"; "controlName": "controlName"; "controlTitle": "controlTitle"; "class": "class"; "watchedControlName": "watchedControlName"; "urlPrefix": "urlPrefix"; "isGoButtonVisible": "isGoButtonVisible"; }, { "generating": "generating"; }, never, never, false>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "2.14.30",
3
+ "version": "2.14.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "14.0.6",
6
6
  "@angular/core": "14.0.6"