igniteui-webcomponents-layouts 4.7.2-beta.1 → 4.7.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/bundles/igniteui-webcomponents-layouts.umd.js +2 -2
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +2 -2
- package/esm5/lib/NativeUILayoutFactory_combined.js +2 -2
- package/fesm2015/igniteui-webcomponents-layouts.js +2 -2
- package/fesm5/igniteui-webcomponents-layouts.js +2 -2
- package/package.json +3 -3
|
@@ -10370,10 +10370,10 @@
|
|
|
10370
10370
|
this.aj = a.isDisabled;
|
|
10371
10371
|
this.ae = a.closeOnExecute;
|
|
10372
10372
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.textColor)) {
|
|
10373
|
-
this.e3 = igniteuiWebcomponentsCore.CSSColorUtil.
|
|
10373
|
+
this.e3 = igniteuiWebcomponentsCore.CSSColorUtil.g(a.textColor);
|
|
10374
10374
|
}
|
|
10375
10375
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.disabledTextColor)) {
|
|
10376
|
-
this.ez = igniteuiWebcomponentsCore.CSSColorUtil.
|
|
10376
|
+
this.ez = igniteuiWebcomponentsCore.CSSColorUtil.g(a.disabledTextColor);
|
|
10377
10377
|
}
|
|
10378
10378
|
if (a.actions != null && a.actions.length > 0) {
|
|
10379
10379
|
for (var b = 0; b < a.actions.length; b++) {
|