@churchillliving/se-ui-toolkit 6.54.644 → 6.54.646

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.
@@ -256,11 +256,11 @@ export class ReportFilterComponent {
256
256
  this.gridService.saveDataAsCsv(rowsInfo, reportName);
257
257
  }
258
258
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportFilterComponent, deps: [{ token: i1.DynamicDialogConfig, optional: true }, { token: i2.RequestService }, { token: i3.AuthenticationService }, { token: i4.FormService }, { token: i5.GridService }, { token: i6.AlertService }, { token: i7.DatePipe }], target: i0.ɵɵFactoryTarget.Component }); }
259
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ReportFilterComponent, selector: "se-report-filter", ngImport: i0, template: "<se-form-util \n*ngIf=\"dynamicForm\"\n[form]=\"dynamicForm\"\n[hideSaveButton]=\"true\"\n[hideCancelButton]=\"true\"\n>\n</se-form-util>\n", styles: [".accordian-hide :where(.p-accordionheader,.accordion-header-wrapper){display:none!important}\n"], dependencies: [{ kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.FormUtilComponent, selector: "se-form-util", inputs: ["stickyActions", "form", "hideSaveButton", "hideCancelButton", "formButtons", "loading", "activeTestMode"], outputs: ["saveForm", "cancelForm", "dropDownChangeEvent", "sectionClickedEvent"] }] }); }
259
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ReportFilterComponent, selector: "se-report-filter", ngImport: i0, template: "<se-form-util \n*ngIf=\"dynamicForm\"\n[form]=\"dynamicForm\"\n[hideSaveButton]=\"true\"\n[hideCancelButton]=\"true\"\n>\n</se-form-util>\n", styles: [""], dependencies: [{ kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.FormUtilComponent, selector: "se-form-util", inputs: ["stickyActions", "form", "hideSaveButton", "hideCancelButton", "formButtons", "loading", "activeTestMode"], outputs: ["saveForm", "cancelForm", "dropDownChangeEvent", "sectionClickedEvent"] }] }); }
260
260
  }
261
261
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportFilterComponent, decorators: [{
262
262
  type: Component,
263
- args: [{ selector: 'se-report-filter', template: "<se-form-util \n*ngIf=\"dynamicForm\"\n[form]=\"dynamicForm\"\n[hideSaveButton]=\"true\"\n[hideCancelButton]=\"true\"\n>\n</se-form-util>\n", styles: [".accordian-hide :where(.p-accordionheader,.accordion-header-wrapper){display:none!important}\n"] }]
263
+ args: [{ selector: 'se-report-filter', template: "<se-form-util \n*ngIf=\"dynamicForm\"\n[form]=\"dynamicForm\"\n[hideSaveButton]=\"true\"\n[hideCancelButton]=\"true\"\n>\n</se-form-util>\n" }]
264
264
  }], ctorParameters: () => [{ type: i1.DynamicDialogConfig, decorators: [{
265
265
  type: Optional
266
266
  }] }, { type: i2.RequestService }, { type: i3.AuthenticationService }, { type: i4.FormService }, { type: i5.GridService }, { type: i6.AlertService }, { type: i7.DatePipe }] });