@vuu-ui/vuu-table-types 0.8.69 → 0.8.71
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 +4 -0
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -384,6 +384,10 @@ export type DefaultColumnConfiguration = <T extends string = string>(
|
|
|
384
384
|
columnName: string
|
|
385
385
|
) => Partial<ColumnDescriptor> | undefined;
|
|
386
386
|
|
|
387
|
+
export type DefaultTableConfiguration = (
|
|
388
|
+
vuuTable?: VuuTable
|
|
389
|
+
) => Partial<Omit<TableConfig, "columns">> | undefined;
|
|
390
|
+
|
|
387
391
|
export type ResizePhase = "begin" | "resize" | "end";
|
|
388
392
|
|
|
389
393
|
export type TableColumnResizeHandler = (
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-table-types",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.71",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@vuu-ui/vuu-data-types": "0.8.
|
|
6
|
-
"@vuu-ui/vuu-filter-types": "0.8.
|
|
7
|
-
"@vuu-ui/vuu-protocol-types": "0.8.
|
|
5
|
+
"@vuu-ui/vuu-data-types": "0.8.71",
|
|
6
|
+
"@vuu-ui/vuu-filter-types": "0.8.71",
|
|
7
|
+
"@vuu-ui/vuu-protocol-types": "0.8.71"
|
|
8
8
|
},
|
|
9
9
|
"author": "heswell",
|
|
10
10
|
"license": "Apache-2.0",
|