ng-easycommerce 0.0.448 → 0.0.449
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 +3 -0
- package/bundles/ng-easycommerce.umd.js +1 -1
- 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/core.consts.js +2 -2
- package/esm5/lib/core.consts.js +2 -2
- package/fesm2015/ng-easycommerce.js +1 -1
- package/fesm2015/ng-easycommerce.js.map +1 -1
- package/fesm5/ng-easycommerce.js +1 -1
- package/fesm5/ng-easycommerce.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# version 0.0.449
|
|
2
|
+
- Se quitan los decimales para la moneda de Suecia (SEK)
|
|
3
|
+
|
|
1
4
|
# version 0.0.448
|
|
2
5
|
- Se agrega la funcionalidad para poder ordenar por columnas las ordenes de los clientes.
|
|
3
6
|
- Se modifica la funcion setSearchValue de header-ec para que acepte una funcion que se ejecuta al presionar enter.
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
code: 'SEK',
|
|
420
420
|
symbol: 'SEK',
|
|
421
421
|
position: 'R',
|
|
422
|
-
withoutDecimals:
|
|
422
|
+
withoutDecimals: true
|
|
423
423
|
}
|
|
424
424
|
];
|
|
425
425
|
_this.currency = currencyTypeCofig.find(function (ct) { return ct.code == currencyTypeFind.toUpperCase(); }) || _this.currency;
|