ets-fe-ng-sdk 19.0.55 → 19.0.57

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.
@@ -7369,11 +7369,11 @@ class ConfirmDialogComponent {
7369
7369
  this.dialogRef.close(false);
7370
7370
  }
7371
7371
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: ConfirmDialogComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1$1.MatDialogRef }], target: i0.ɵɵFactoryTarget.Component }); }
7372
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.1", type: ConfirmDialogComponent, isStandalone: true, selector: "app-confirm-dialog", ngImport: i0, template: "<div class=\"text-center\">\n <div class=\"font-weight-bold d-inline-block bg-peimary text-light mt-3 rounded ps-4 pe-4 pt-1 pb-1\">\n {{'CONFIRM'|appTranslate|async}}\n </div>\n <div class=\" \">\n <span class=\"fa fa-warning que text-peimary\">\n \n </span>\n </div>\n\n <div class=\"card-body overflow-auto pre-line\" [appTranslator]=\"text\">\n </div>\n\n <div class=\"p-1 p-md-4 \">\n <div class=\"justify-content-between d-flex align-items-center\">\n <div class=\"col-5 ps-0\">\n <button class=\"btn btn-outline-danger m-0 w-100\" (click)=\"no()\">{{'No'|appTranslate|async}}</button>\n </div>\n <div class=\"col-5 pe-0 text-right\">\n <button class=\"btn btn-outline-success m-0 w-100\" (click)=\"yes()\">{{'Yes'|appTranslate|async}}</button>\n </div>\n </div>\n </div>\n</div>\n", styles: [".que{font-size:100px}\n"], dependencies: [{ kind: "directive", type: TranslatorDirective, selector: "[appTranslator]", inputs: ["appTranslator", "translateOptions"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SDKTranslatePipe, name: "appTranslate" }, { kind: "ngmodule", type: MatDialogModule }] }); }
7372
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.1", type: ConfirmDialogComponent, isStandalone: true, selector: "app-confirm-dialog", ngImport: i0, template: "<div class=\"text-center\">\n <div class=\"font-weight-bold d-inline-block bg-peimary text-light mt-3 rounded ps-4 pe-4 pt-1 pb-1\">\n {{'CONFIRM'|appTranslate|async}}\n </div>\n <div class=\" \">\n <span class=\"fa fa-warning que text-peimary\">\n \n </span>\n </div>\n\n <div class=\"card-body overflow-auto pre-line\" [innerHTML]=\"text|appTranslate|async\">\n </div>\n\n <div class=\"p-1 p-md-4 \">\n <div class=\"justify-content-between d-flex align-items-center\">\n <div class=\"col-5 ps-0\">\n <button class=\"btn btn-outline-danger m-0 w-100\" (click)=\"no()\">{{'No'|appTranslate|async}}</button>\n </div>\n <div class=\"col-5 pe-0 text-right\">\n <button class=\"btn btn-outline-success m-0 w-100\" (click)=\"yes()\">{{'Yes'|appTranslate|async}}</button>\n </div>\n </div>\n </div>\n</div>\n", styles: [".que{font-size:100px}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: SDKTranslatePipe, name: "appTranslate" }, { kind: "ngmodule", type: MatDialogModule }] }); }
7373
7373
  }
7374
7374
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: ConfirmDialogComponent, decorators: [{
7375
7375
  type: Component,
7376
- args: [{ selector: 'app-confirm-dialog', imports: [TranslatorDirective, AsyncPipe, SDKTranslatePipe, MatDialogModule], template: "<div class=\"text-center\">\n <div class=\"font-weight-bold d-inline-block bg-peimary text-light mt-3 rounded ps-4 pe-4 pt-1 pb-1\">\n {{'CONFIRM'|appTranslate|async}}\n </div>\n <div class=\" \">\n <span class=\"fa fa-warning que text-peimary\">\n \n </span>\n </div>\n\n <div class=\"card-body overflow-auto pre-line\" [appTranslator]=\"text\">\n </div>\n\n <div class=\"p-1 p-md-4 \">\n <div class=\"justify-content-between d-flex align-items-center\">\n <div class=\"col-5 ps-0\">\n <button class=\"btn btn-outline-danger m-0 w-100\" (click)=\"no()\">{{'No'|appTranslate|async}}</button>\n </div>\n <div class=\"col-5 pe-0 text-right\">\n <button class=\"btn btn-outline-success m-0 w-100\" (click)=\"yes()\">{{'Yes'|appTranslate|async}}</button>\n </div>\n </div>\n </div>\n</div>\n", styles: [".que{font-size:100px}\n"] }]
7376
+ args: [{ selector: 'app-confirm-dialog', imports: [TranslatorDirective, AsyncPipe, SDKTranslatePipe, MatDialogModule], template: "<div class=\"text-center\">\n <div class=\"font-weight-bold d-inline-block bg-peimary text-light mt-3 rounded ps-4 pe-4 pt-1 pb-1\">\n {{'CONFIRM'|appTranslate|async}}\n </div>\n <div class=\" \">\n <span class=\"fa fa-warning que text-peimary\">\n \n </span>\n </div>\n\n <div class=\"card-body overflow-auto pre-line\" [innerHTML]=\"text|appTranslate|async\">\n </div>\n\n <div class=\"p-1 p-md-4 \">\n <div class=\"justify-content-between d-flex align-items-center\">\n <div class=\"col-5 ps-0\">\n <button class=\"btn btn-outline-danger m-0 w-100\" (click)=\"no()\">{{'No'|appTranslate|async}}</button>\n </div>\n <div class=\"col-5 pe-0 text-right\">\n <button class=\"btn btn-outline-success m-0 w-100\" (click)=\"yes()\">{{'Yes'|appTranslate|async}}</button>\n </div>\n </div>\n </div>\n</div>\n", styles: [".que{font-size:100px}\n"] }]
7377
7377
  }], ctorParameters: () => [{ type: undefined, decorators: [{
7378
7378
  type: Inject,
7379
7379
  args: [MAT_DIALOG_DATA]
@@ -16112,7 +16112,7 @@ class TablePlainComponent extends TableBaseComponent {
16112
16112
  this.filterFormSignal = toSignal(this.filterForm.valueChanges.pipe(map$1((r) => {
16113
16113
  // debugger
16114
16114
  console.log(r);
16115
- if (!this.filterFields)
16115
+ if (!this.filterFields())
16116
16116
  r.value = r.value?.toLowerCase()?.trim() || '';
16117
16117
  return r;
16118
16118
  })));