@wavemaker-ai/app-ng-runtime 1.0.0-rc.647602 → 1.0.0-rc.647612

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.
@@ -6059,14 +6059,15 @@
6059
6059
  static { this.ɵfac = function SvgIconDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SvgIconDirective)(); }; }
6060
6060
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: SvgIconDirective, selectors: [["", "iconUrl", ""]], hostVars: 1, hostBindings: function SvgIconDirective_HostBindings(rf, ctx) { if (rf & 2) {
6061
6061
  i0__namespace.ɵɵdomProperty("innerHTML", ctx.hostInnerHtml, i0__namespace.ɵɵsanitizeHtml);
6062
- } }, inputs: { iconUrl: "iconUrl" }, exportAs: ["svgIcon"], features: [i0__namespace.ɵɵNgOnChangesFeature] }); }
6062
+ } }, inputs: { iconUrl: "iconUrl" }, exportAs: ["svgIcon"], features: [i0__namespace.ɵɵProvidersFeature([ImagePipe]), i0__namespace.ɵɵNgOnChangesFeature] }); }
6063
6063
  }
6064
6064
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SvgIconDirective, [{
6065
6065
  type: i0.Directive,
6066
6066
  args: [{
6067
6067
  standalone: true,
6068
6068
  selector: '[iconUrl]',
6069
- exportAs: 'svgIcon'
6069
+ exportAs: 'svgIcon',
6070
+ providers: [ImagePipe]
6070
6071
  }]
6071
6072
  }], null, { iconUrl: [{
6072
6073
  type: i0.Input
@@ -6060,14 +6060,15 @@ class SvgIconDirective {
6060
6060
  static { this.ɵfac = function SvgIconDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SvgIconDirective)(); }; }
6061
6061
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: SvgIconDirective, selectors: [["", "iconUrl", ""]], hostVars: 1, hostBindings: function SvgIconDirective_HostBindings(rf, ctx) { if (rf & 2) {
6062
6062
  i0.ɵɵdomProperty("innerHTML", ctx.hostInnerHtml, i0.ɵɵsanitizeHtml);
6063
- } }, inputs: { iconUrl: "iconUrl" }, exportAs: ["svgIcon"], features: [i0.ɵɵNgOnChangesFeature] }); }
6063
+ } }, inputs: { iconUrl: "iconUrl" }, exportAs: ["svgIcon"], features: [i0.ɵɵProvidersFeature([ImagePipe]), i0.ɵɵNgOnChangesFeature] }); }
6064
6064
  }
6065
6065
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SvgIconDirective, [{
6066
6066
  type: Directive,
6067
6067
  args: [{
6068
6068
  standalone: true,
6069
6069
  selector: '[iconUrl]',
6070
- exportAs: 'svgIcon'
6070
+ exportAs: 'svgIcon',
6071
+ providers: [ImagePipe]
6071
6072
  }]
6072
6073
  }], null, { iconUrl: [{
6073
6074
  type: Input