zek 17.3.30 → 17.3.32

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.
@@ -8,7 +8,7 @@ export declare class BaseComponent<TModel = any> extends CoreComponent {
8
8
  protected readonly route: ActivatedRoute;
9
9
  protected readonly router: Router;
10
10
  private _readOnly;
11
- get readOnly(): BooleanInput;
11
+ get readOnly(): boolean;
12
12
  set readOnly(v: BooleanInput);
13
13
  private _url;
14
14
  protected get url(): string;
@@ -17,7 +17,7 @@ export declare class ZekEditToolbar {
17
17
  get showPrint(): BooleanInput;
18
18
  set showPrint(v: BooleanInput);
19
19
  private _readOnly;
20
- get readOnly(): BooleanInput;
20
+ get readOnly(): boolean;
21
21
  set readOnly(v: BooleanInput);
22
22
  onSave: EventEmitter<any>;
23
23
  onCancel: EventEmitter<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.30",
3
+ "version": "17.3.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"