@sumaris-net/ngx-components 1.18.5 → 1.18.6
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/bundles/sumaris-net.ngx-components.umd.js +0 -3
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/shared/pipes/date-format.pipe.js +1 -4
- package/fesm2015/sumaris-net.ngx-components.js +0 -3
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/pipes/date-format.pipe.d.ts +1 -2
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -2261,9 +2261,6 @@
|
|
|
2261
2261
|
var date = momentImported.isMoment(value) ? value : this.dateAdapter.parse(value, DATE_ISO_PATTERN);
|
|
2262
2262
|
return date && this.dateAdapter.format(date, pattern) || '';
|
|
2263
2263
|
};
|
|
2264
|
-
DateFormatPipe.prototype.format = function (date, displayFormat) {
|
|
2265
|
-
return this.dateAdapter.format(date, displayFormat);
|
|
2266
|
-
};
|
|
2267
2264
|
return DateFormatPipe;
|
|
2268
2265
|
}());
|
|
2269
2266
|
DateFormatPipe.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function DateFormatPipe_Factory() { return new DateFormatPipe(i0__namespace.ɵɵinject(i1__namespace.MomentDateAdapter), i0__namespace.ɵɵinject(i1__namespace$1.TranslateService)); }, token: DateFormatPipe, providedIn: "root" });
|