asksuite-citrus 2.6.5 → 3.6.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.
@@ -5,8 +5,6 @@ export declare class ConfirmationModalComponent {
5
5
  protected modalRef: ModalRef;
6
6
  protected title: string;
7
7
  protected text: string;
8
- protected confirmButtonText: string | undefined;
9
- protected cancelButtonText: string | undefined;
10
8
  protected buttons: ButtonConfig[];
11
9
  constructor(modalRef: ModalRef, data: AskModalConfirmData);
12
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationModalComponent, never>;
@@ -16,8 +14,6 @@ export interface AskModalConfirmData {
16
14
  title: string;
17
15
  text: string;
18
16
  buttons?: ButtonConfig[];
19
- confirmButtonText?: string;
20
- cancelButtonText?: string;
21
17
  }
22
18
  type ButtonConfig = {
23
19
  text: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asksuite-citrus",
3
- "version": "2.6.5",
3
+ "version": "3.6.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.7",
6
6
  "@angular/core": "^17.3.7",