@vuu-ui/vuu-table-types 3.3.0 → 3.3.2
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 +2 -0
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -299,6 +299,8 @@ export interface ColumnDescriptor extends DataValueDescriptor {
|
|
|
299
299
|
*/
|
|
300
300
|
colHeaderContentRenderer?: string;
|
|
301
301
|
colHeaderLabelRenderer?: string;
|
|
302
|
+
/** Formats a raw value for CSV export; return value is still CSV-escaped. */
|
|
303
|
+
exportFormatter?: (value: unknown) => string;
|
|
302
304
|
flex?: number;
|
|
303
305
|
/**
|
|
304
306
|
* Only used when the column is included in a grouby clause.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-table-types",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@vuu-ui/vuu-data-types": "3.3.
|
|
6
|
-
"@vuu-ui/vuu-filter-types": "3.3.
|
|
7
|
-
"@vuu-ui/vuu-protocol-types": "3.3.
|
|
5
|
+
"@vuu-ui/vuu-data-types": "3.3.2",
|
|
6
|
+
"@vuu-ui/vuu-filter-types": "3.3.2",
|
|
7
|
+
"@vuu-ui/vuu-protocol-types": "3.3.2"
|
|
8
8
|
},
|
|
9
9
|
"author": "heswell",
|
|
10
10
|
"license": "Apache-2.0",
|