impaktapps-ui-builder 0.0.74 → 0.0.76
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 +4 -4
- 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/buildUiSchema.ts +2 -2
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -1
package/package.json
CHANGED
|
@@ -341,8 +341,8 @@ const buildUiSchema = (config: any, store?: any) => {
|
|
|
341
341
|
sizeMap[e.keyName] = e.value
|
|
342
342
|
});
|
|
343
343
|
}
|
|
344
|
-
if(config.
|
|
345
|
-
config.
|
|
344
|
+
if(config.enableColumnFilter){
|
|
345
|
+
config.enableColumnFilter.map((e)=>{
|
|
346
346
|
filterMap[e.keyName] = true
|
|
347
347
|
})
|
|
348
348
|
}
|
|
@@ -433,7 +433,7 @@ export const buildPropertiesSection = function (type: String) {
|
|
|
433
433
|
]),
|
|
434
434
|
getArrayControl("Table_Download_Keys_Name", "KeyName", "Table Key Name"),
|
|
435
435
|
sizeHolder,
|
|
436
|
-
getArrayControl("
|
|
436
|
+
getArrayControl("enableColumnFilter", "keyName", "Component Name"),
|
|
437
437
|
]
|
|
438
438
|
break;
|
|
439
439
|
case "Radio":
|