@vuu-ui/vuu-data-types 3.3.15 → 3.3.17
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 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -394,8 +394,9 @@ export declare type ConfigChangeMessage =
|
|
|
394
394
|
export declare type ConfigChangeHandler = (msg: ConfigChangeMessage) => void;
|
|
395
395
|
|
|
396
396
|
export declare type SchemaColumn = {
|
|
397
|
-
editable?:
|
|
397
|
+
editable?: DataEditable;
|
|
398
398
|
name: string;
|
|
399
|
+
required?: boolean;
|
|
399
400
|
serverDataType: VuuColumnDataType;
|
|
400
401
|
};
|
|
401
402
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-data-types",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.17",
|
|
4
4
|
"author": "heswell",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@vuu-ui/vuu-filter-types": "3.3.
|
|
8
|
-
"@vuu-ui/vuu-protocol-types": "3.3.
|
|
7
|
+
"@vuu-ui/vuu-filter-types": "3.3.17",
|
|
8
|
+
"@vuu-ui/vuu-protocol-types": "3.3.17"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"peerDependencies": {},
|