@vuu-ui/vuu-table-types 2.0.0-alpha.1 → 2.1.0-alpha.1

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 -6
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -436,12 +436,7 @@ export interface TableSettingsProps {
436
436
  permissions?: TableSettingsPermissions | boolean;
437
437
  }
438
438
 
439
- export interface SettingsPermissions {
440
- allowColumnSettings: boolean;
441
- allowTableSettings: boolean | TableSettingsPermissions;
442
- }
443
-
444
- export interface ColumnMenuPermissions extends SettingsPermissions {
439
+ export interface ColumnMenuPermissions {
445
440
  allowSort?: boolean;
446
441
  allowGroup?: boolean;
447
442
  allowAggregation?: boolean;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-types",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.1.0-alpha.1",
4
4
  "devDependencies": {
5
- "@vuu-ui/vuu-data-types": "2.0.0-alpha.1",
6
- "@vuu-ui/vuu-filter-types": "2.0.0-alpha.1",
7
- "@vuu-ui/vuu-protocol-types": "2.0.0-alpha.1"
5
+ "@vuu-ui/vuu-data-types": "2.1.0-alpha.1",
6
+ "@vuu-ui/vuu-filter-types": "2.1.0-alpha.1",
7
+ "@vuu-ui/vuu-protocol-types": "2.1.0-alpha.1"
8
8
  },
9
9
  "author": "heswell",
10
10
  "license": "Apache-2.0",