ng-easycommerce 0.0.589 → 0.0.591
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/ec-component/auth-ec/register-wholesaler-form-ec/register-wholesaler-form-ec.component.js +2 -2
- package/esm2015/lib/ec-component/filters-ec/filters-ec.component.js +1 -1
- package/esm5/lib/ec-component/auth-ec/register-wholesaler-form-ec/register-wholesaler-form-ec.component.js +2 -2
- package/esm5/lib/ec-component/filters-ec/filters-ec.component.js +1 -1
- 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/lib/ec-component/filters-ec/filters-ec.component.d.ts +2 -2
- package/package.json +1 -1
package/fesm5/ng-easycommerce.js
CHANGED
|
@@ -13827,7 +13827,7 @@ var RegisterWholesalerFormEcComponent = /** @class */ (function (_super) {
|
|
|
13827
13827
|
contactDocumentType: ['', []],
|
|
13828
13828
|
contactDocumentNumber: ['', []],
|
|
13829
13829
|
subscribedToNewsletter: [false],
|
|
13830
|
-
terms: [true, Validators.
|
|
13830
|
+
terms: [true, Validators.requiredTrue],
|
|
13831
13831
|
});
|
|
13832
13832
|
this.authService.getCountriesData().then(function (res) {
|
|
13833
13833
|
_this.countriesSubject.next(res);
|