@adlfe/campaign-management-library 2.15.2 → 2.15.3
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/adlfe-campaign-management-library.umd.js +3 -1
- package/bundles/adlfe-campaign-management-library.umd.js.map +1 -1
- package/bundles/adlfe-campaign-management-library.umd.min.js +1 -1
- package/bundles/adlfe-campaign-management-library.umd.min.js.map +1 -1
- package/esm2015/lib/campaign-management/modules/new-campaign/components/general-information-wa/general-information-wa.component.js +4 -2
- package/esm5/lib/campaign-management/modules/new-campaign/components/general-information-wa/general-information-wa.component.js +4 -2
- package/fesm2015/adlfe-campaign-management-library.js +3 -1
- package/fesm2015/adlfe-campaign-management-library.js.map +1 -1
- package/fesm5/adlfe-campaign-management-library.js +3 -1
- package/fesm5/adlfe-campaign-management-library.js.map +1 -1
- package/package.json +1 -1
|
@@ -5004,9 +5004,11 @@ var GeneralInformationWAComponent = /** @class */ (function () {
|
|
|
5004
5004
|
var btnParams = card.get('buttonParams');
|
|
5005
5005
|
(_b = btnParams) === null || _b === void 0 ? void 0 : _b.controls.forEach(function (btnGroup) {
|
|
5006
5006
|
btnGroup.controls.forEach(function (pBtnCtrl) {
|
|
5007
|
-
var _a, _b;
|
|
5007
|
+
var _a, _b, _c, _d;
|
|
5008
5008
|
(_a = pBtnCtrl.get('paramName')) === null || _a === void 0 ? void 0 : _a.clearValidators();
|
|
5009
5009
|
(_b = pBtnCtrl.get('paramName')) === null || _b === void 0 ? void 0 : _b.updateValueAndValidity();
|
|
5010
|
+
(_c = pBtnCtrl.get('payload')) === null || _c === void 0 ? void 0 : _c.clearValidators();
|
|
5011
|
+
(_d = pBtnCtrl.get('payload')) === null || _d === void 0 ? void 0 : _d.updateValueAndValidity();
|
|
5010
5012
|
});
|
|
5011
5013
|
});
|
|
5012
5014
|
});
|