impaktapps-ui-builder 0.0.72-disableColumnFil.2 → 0.0.72-disableColumnFil.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.
@@ -6268,6 +6268,17 @@ const ComponentSchema = {
6268
6268
  }
6269
6269
  }
6270
6270
  },
6271
+ disableColumnFilter: {
6272
+ type: "array",
6273
+ items: {
6274
+ type: "object",
6275
+ properties: {
6276
+ keyName: {
6277
+ type: "string"
6278
+ }
6279
+ }
6280
+ }
6281
+ },
6271
6282
  legendLabels: {
6272
6283
  type: "array",
6273
6284
  items: {