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.
- package/README.md +2 -0
- package/bundles/ng-easycommerce.umd.js +5 -0
- package/bundles/ng-easycommerce.umd.js.map +1 -1
- package/bundles/ng-easycommerce.umd.min.js +1 -1
- package/bundles/ng-easycommerce.umd.min.js.map +1 -1
- package/esm2015/lib/ec-component/footer-ec/footer-ec.component.js +6 -1
- package/esm2015/lib/interfaces/footer.types.js +1 -1
- package/esm5/lib/ec-component/footer-ec/footer-ec.component.js +6 -1
- package/esm5/lib/interfaces/footer.types.js +1 -1
- package/fesm2015/ng-easycommerce.js +5 -0
- package/fesm2015/ng-easycommerce.js.map +1 -1
- package/fesm5/ng-easycommerce.js +5 -0
- package/fesm5/ng-easycommerce.js.map +1 -1
- package/lib/ec-component/footer-ec/footer-ec.component.d.ts +1 -0
- package/lib/interfaces/footer.types.d.ts +1 -0
- package/ng-easycommerce.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/ng-easycommerce.js
CHANGED
|
@@ -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;
|