@rangertechnologies/ngnxt 2.1.288 → 2.1.289

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.
@@ -67,7 +67,7 @@ export declare class ImageCropperComponent implements OnChanges, OnInit, OnDestr
67
67
  loadImageFailed: EventEmitter<void>;
68
68
  transformChange: EventEmitter<ImageTransform>;
69
69
  cropperChange: EventEmitter<CropperPosition>;
70
- get alignImageStyle(): "left" | "center";
70
+ get alignImageStyle(): "center" | "left";
71
71
  constructor(sanitizer: DomSanitizer, cd: ChangeDetectorRef, zone: NgZone);
72
72
  ngOnInit(): void;
73
73
  ngOnChanges(changes: SimpleChanges): void;
@@ -53,6 +53,7 @@ export declare class BookletComponent implements OnInit {
53
53
  dataBind: any;
54
54
  allEvents: any[];
55
55
  isEditVal: boolean;
56
+ safeValue: any;
56
57
  questionbookComponent: QuestionbookComponent;
57
58
  constructor(sfService: SalesforceService, dataService: DataService, storageService: StorageService, sanitizer: DomSanitizer, changeService: ChangeService, http: HttpClient, translationService: TranslationService);
58
59
  ngOnInit(): void;
@@ -67,7 +68,8 @@ export declare class BookletComponent implements OnInit {
67
68
  handleBookletActionClick(action: ActionMeta, ques?: any): void;
68
69
  handleCompleteBooklet(completeBooklet: any): void;
69
70
  handleBook(quesList: any): void;
70
- handleQues(ques: any): void;
71
+ handleQues(ques: any): Promise<void>;
72
+ processRichTextArea(html: string): Promise<any>;
71
73
  addEvent(day: any, entryQues: any): void;
72
74
  getText(value: any): import("@angular/platform-browser").SafeHtml;
73
75
  getDropDown(event: any): void;
@@ -15,6 +15,7 @@ export declare class PdfDesignerComponent {
15
15
  bookletId: any;
16
16
  isPreview: boolean;
17
17
  from: any;
18
+ isPropertyHide: boolean;
18
19
  pdfSaveHandlerEmit: EventEmitter<any>;
19
20
  templateMode: EventEmitter<boolean>;
20
21
  pdfPreviewEmit: EventEmitter<any>;
@@ -120,5 +121,5 @@ export declare class PdfDesignerComponent {
120
121
  selectColor(color: string): void;
121
122
  currencyChange(event: any): void;
122
123
  static ɵfac: i0.ɵɵFactoryDeclaration<PdfDesignerComponent, never>;
123
- static ɵcmp: i0.ɵɵComponentDeclaration<PdfDesignerComponent, "app-pdf-designer", never, { "pdfJSON": { "alias": "pdfJSON"; "required": false; }; "bookletId": { "alias": "bookletId"; "required": false; }; "isPreview": { "alias": "isPreview"; "required": false; }; "from": { "alias": "from"; "required": false; }; }, { "pdfSaveHandlerEmit": "pdfSaveHandlerEmit"; "templateMode": "templateMode"; "pdfPreviewEmit": "pdfPreviewEmit"; }, never, never, true, never>;
124
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdfDesignerComponent, "app-pdf-designer", never, { "pdfJSON": { "alias": "pdfJSON"; "required": false; }; "bookletId": { "alias": "bookletId"; "required": false; }; "isPreview": { "alias": "isPreview"; "required": false; }; "from": { "alias": "from"; "required": false; }; "isPropertyHide": { "alias": "isPropertyHide"; "required": false; }; }, { "pdfSaveHandlerEmit": "pdfSaveHandlerEmit"; "templateMode": "templateMode"; "pdfPreviewEmit": "pdfPreviewEmit"; }, never, never, true, never>;
124
125
  }
@@ -9,7 +9,7 @@ export declare class DataService {
9
9
  getAPIFromNode(dataType: string, operation: string, param1: string, param2: string, api: string): Observable<any>;
10
10
  getValue(element: any, columns: any): any;
11
11
  apikey(apidata: any): void;
12
- apiResponse(endpoint: string): Observable<any>;
12
+ apiResponse(endpoint: any): Observable<any>;
13
13
  formatToHijriString(date: any, type?: 'year' | 'month' | 'date' | 'time' | any): any;
14
14
  formatToGregorianString(date: any, type?: any): string;
15
15
  nxtId(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.288",
3
+ "version": "2.1.289",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"