ng-easycommerce 0.0.659-beta.1 → 0.0.659-beta.2

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.
@@ -10313,6 +10313,11 @@ var FooterEcComponent = /** @class */ (function (_super) {
10313
10313
  var p = (_c = (_b = (_a = extras) === null || _a === void 0 ? void 0 : _a.fiscalQr) === null || _b === void 0 ? void 0 : _b.image) === null || _c === void 0 ? void 0 : _c.path;
10314
10314
  return p ? this.absOrMedia(p) : '';
10315
10315
  };
10316
+ FooterEcComponent.prototype.fiscalQrTarget = function (extras) {
10317
+ var _a, _b;
10318
+ var url = (_b = (_a = extras) === null || _a === void 0 ? void 0 : _a.fiscalQr) === null || _b === void 0 ? void 0 : _b.url;
10319
+ return url ? this.makeAbsolute(url) : '';
10320
+ };
10316
10321
  FooterEcComponent.prototype.whatsappFloating = function (extras) {
10317
10322
  var _a, _b, _c, _d, _e;
10318
10323
  var e = (_a = extras) === null || _a === void 0 ? void 0 : _a.whatsappFloating;