impaktapps-ui-builder 1.0.209 → 1.0.211
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/dist/impaktapps-ui-builder.es.js +3 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildTabSection.ts +2 -2
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
|
@@ -8077,7 +8077,7 @@ const buildPropertiesSection = function(type) {
|
|
|
8077
8077
|
getRadioInputField("lazyLoad", "Lazy Load", ["YES", "NO"]),
|
|
8078
8078
|
emptyBox$1("TabEmpty"),
|
|
8079
8079
|
getArrayControl("sectionLabels", "label"),
|
|
8080
|
-
getArrayControl("
|
|
8080
|
+
getArrayControl("pieArcColors", "color", "Color")
|
|
8081
8081
|
];
|
|
8082
8082
|
break;
|
|
8083
8083
|
case "Table":
|
|
@@ -11304,8 +11304,8 @@ const buildTabSection = (config2, componentScope2) => {
|
|
|
11304
11304
|
if (config2.style) {
|
|
11305
11305
|
tab.config.style = JSON.parse(config2.style);
|
|
11306
11306
|
}
|
|
11307
|
-
if (config2.
|
|
11308
|
-
tab.config.main.colorRange = flatObjectValueInArray(config2.
|
|
11307
|
+
if (config2.pieArcColors) {
|
|
11308
|
+
tab.config.main.colorRange = flatObjectValueInArray(config2.pieArcColors);
|
|
11309
11309
|
}
|
|
11310
11310
|
tab.config.main.id = config2.name;
|
|
11311
11311
|
return tab;
|