@vuu-ui/vuu-table-types 0.13.32 → 0.13.34
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 +5 -0
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -240,6 +240,11 @@ export declare type ColumnAlignment = "left" | "right";
|
|
|
240
240
|
export interface ColumnDescriptor extends DataValueDescriptor {
|
|
241
241
|
aggregate?: VuuAggType;
|
|
242
242
|
align?: ColumnAlignment;
|
|
243
|
+
/**
|
|
244
|
+
* ColumnMenu is enabled across all columns with a Table prop 'showColumnHeaderMenus'.
|
|
245
|
+
* This property can be used to disable this feature for a single column.
|
|
246
|
+
*/
|
|
247
|
+
allowColumnHeaderMenu?: false;
|
|
243
248
|
className?: string;
|
|
244
249
|
/**
|
|
245
250
|
* Allows custom content to be rendered into the column header. This will be an identifier.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-table-types",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.34",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@vuu-ui/vuu-data-types": "0.13.
|
|
6
|
-
"@vuu-ui/vuu-filter-types": "0.13.
|
|
7
|
-
"@vuu-ui/vuu-protocol-types": "0.13.
|
|
5
|
+
"@vuu-ui/vuu-data-types": "0.13.34",
|
|
6
|
+
"@vuu-ui/vuu-filter-types": "0.13.34",
|
|
7
|
+
"@vuu-ui/vuu-protocol-types": "0.13.34"
|
|
8
8
|
},
|
|
9
9
|
"author": "heswell",
|
|
10
10
|
"license": "Apache-2.0",
|