@vuu-ui/vuu-table-types 0.13.20 → 0.13.21

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -374,6 +374,7 @@ export interface ColumnListPermissions {
374
374
  allowReorderColumns?: boolean;
375
375
  allowRemoveColumns?: boolean;
376
376
  allowHideColumns?: boolean;
377
+ allowColumnSearch?: boolean;
377
378
  }
378
379
 
379
380
  export interface TableSettingsPermissions extends ColumnListPermissions {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-types",
3
- "version": "0.13.20",
3
+ "version": "0.13.21",
4
4
  "devDependencies": {
5
- "@vuu-ui/vuu-data-types": "0.13.20",
6
- "@vuu-ui/vuu-filter-types": "0.13.20",
7
- "@vuu-ui/vuu-protocol-types": "0.13.20"
5
+ "@vuu-ui/vuu-data-types": "0.13.21",
6
+ "@vuu-ui/vuu-filter-types": "0.13.21",
7
+ "@vuu-ui/vuu-protocol-types": "0.13.21"
8
8
  },
9
9
  "author": "heswell",
10
10
  "license": "Apache-2.0",