@vuu-ui/vuu-table-types 2.0.0-alpha.1 → 2.0.0
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/index.d.ts +1 -6
- 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
|
|
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
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@vuu-ui/vuu-data-types": "2.0.0
|
|
6
|
-
"@vuu-ui/vuu-filter-types": "2.0.0
|
|
7
|
-
"@vuu-ui/vuu-protocol-types": "2.0.0
|
|
5
|
+
"@vuu-ui/vuu-data-types": "2.0.0",
|
|
6
|
+
"@vuu-ui/vuu-filter-types": "2.0.0",
|
|
7
|
+
"@vuu-ui/vuu-protocol-types": "2.0.0"
|
|
8
8
|
},
|
|
9
9
|
"author": "heswell",
|
|
10
10
|
"license": "Apache-2.0",
|