@progress-chef/platform-shared-components 0.0.118 → 0.0.119

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.
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class ConfirmationDialogComponent implements OnChanges {
4
4
  confirmationDialogCloseEvent: EventEmitter<any>;
5
5
  popupEvent: EventEmitter<any>;
6
+ width: string | number;
6
7
  title: string;
7
8
  secondaryBtnLabel: string;
8
9
  btnText: string;
@@ -16,5 +17,5 @@ export declare class ConfirmationDialogComponent implements OnChanges {
16
17
  eventClicked(): void;
17
18
  ngOnChanges(changes: SimpleChanges): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "lib-confirmation-dialog", never, { "title": { "alias": "title"; "required": false; }; "secondaryBtnLabel": { "alias": "secondaryBtnLabel"; "required": false; }; "btnText": { "alias": "btnText"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogInfoText": { "alias": "dialogInfoText"; "required": false; }; "dialogConfirmationText": { "alias": "dialogConfirmationText"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "secondaryBtnFillMode": { "alias": "secondaryBtnFillMode"; "required": false; }; }, { "confirmationDialogCloseEvent": "confirmationDialogCloseEvent"; "popupEvent": "popupEvent"; }, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "lib-confirmation-dialog", never, { "width": { "alias": "width"; "required": false; }; "title": { "alias": "title"; "required": false; }; "secondaryBtnLabel": { "alias": "secondaryBtnLabel"; "required": false; }; "btnText": { "alias": "btnText"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogInfoText": { "alias": "dialogInfoText"; "required": false; }; "dialogConfirmationText": { "alias": "dialogConfirmationText"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "secondaryBtnFillMode": { "alias": "secondaryBtnFillMode"; "required": false; }; }, { "confirmationDialogCloseEvent": "confirmationDialogCloseEvent"; "popupEvent": "popupEvent"; }, never, never, false, never>;
20
21
  }
@@ -1,9 +1,8 @@
1
1
  import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DialogComponent {
4
- private elt;
5
- private ref;
6
- private renderer;
4
+ private readonly ref;
5
+ private readonly renderer;
7
6
  contentRef: ElementRef | undefined;
8
7
  dialogRef: ElementRef | undefined;
9
8
  width: string | number;
@@ -13,7 +12,7 @@ export declare class DialogComponent {
13
12
  minHeight: string | number;
14
13
  maxHeight: string | number;
15
14
  opened: true | false;
16
- constructor(elt: ElementRef, ref: ChangeDetectorRef, renderer: Renderer2);
15
+ constructor(ref: ChangeDetectorRef, renderer: Renderer2);
17
16
  ngAfterViewInit(): void;
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
19
18
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "lib-dialog", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, {}, never, ["*"], false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress-chef/platform-shared-components",
3
- "version": "0.0.118",
3
+ "version": "0.0.119",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.12",
6
6
  "@angular/core": "^17.3.12",
@@ -11,7 +11,7 @@
11
11
  "bootstrap": "^5.2.1",
12
12
  "material-icons": "^1.13.2",
13
13
  "@progress/kendo-angular-popup": "^14.2.0",
14
- "@progress/kendo-angular-layout": "^15.5.0",
14
+ "@progress/kendo-angular-layout": "^14.2.0",
15
15
  "@progress/kendo-angular-navigation": "^14.2.0",
16
16
  "@progress/kendo-angular-buttons": "^14.2.0",
17
17
  "@progress/kendo-angular-dropdowns": "^14.2.0",
@@ -27,7 +27,7 @@
27
27
  "@progress/kendo-angular-icons": "^14.2.0",
28
28
  "@progress/kendo-angular-pager": "^14.2.0",
29
29
  "@progress/kendo-angular-grid": "^14.2.0",
30
- "@progress/kendo-angular-common": "^15.5.0",
30
+ "@progress/kendo-angular-common": "^14.2.0",
31
31
  "@progress/kendo-data-query": "^1.7.0",
32
32
  "@progress/kendo-svg-icons": "^2.0.0",
33
33
  "@progress/kendo-angular-pdf-export": "^14.2.0",