@vuu-ui/vuu-table-types 0.8.14-debug → 0.8.15-debug
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 -3
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ import type {
|
|
|
9
9
|
import { VuuDataRow } from "@vuu-ui/vuu-protocol-types";
|
|
10
10
|
import type { ValueFormatter } from "@vuu-ui/vuu-table";
|
|
11
11
|
import type { ClientSideValidationChecker } from "@vuu-ui/vuu-ui-controls";
|
|
12
|
-
import type { ColumnMap } from "@vuu-ui/vuu-utils";
|
|
13
12
|
import type { FunctionComponent, MouseEvent } from "react";
|
|
14
13
|
|
|
15
14
|
export type TableSelectionModel = "none" | "single" | "checkbox" | "extended";
|
|
@@ -133,13 +132,13 @@ export interface ValueListRenderer {
|
|
|
133
132
|
values: string[];
|
|
134
133
|
}
|
|
135
134
|
|
|
135
|
+
export declare type DateTimeColumnTypeSimple = "date" | "time";
|
|
136
136
|
export declare type ColumnTypeSimple =
|
|
137
137
|
| "string"
|
|
138
138
|
| "number"
|
|
139
139
|
| "boolean"
|
|
140
140
|
| "json"
|
|
141
|
-
|
|
|
142
|
-
| "time"
|
|
141
|
+
| DateTimeColumnTypeSimple
|
|
143
142
|
| "checkbox";
|
|
144
143
|
|
|
145
144
|
export declare type ColumnTypeDescriptor = {
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-table-types",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.15-debug",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@vuu-ui/vuu-protocol-types": "0.8.
|
|
5
|
+
"@vuu-ui/vuu-protocol-types": "0.8.15-debug"
|
|
6
6
|
},
|
|
7
7
|
"author": "heswell",
|
|
8
8
|
"license": "Apache-2.0",
|