@vuu-ui/vuu-data-types 0.13.37 → 0.13.38
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 +8 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ import type {
|
|
|
30
30
|
VuuTableList,
|
|
31
31
|
VuuRpcEditRequest,
|
|
32
32
|
VuuRpcEditResponse,
|
|
33
|
+
VuuLoginSuccessResponse,
|
|
34
|
+
VuuLoginFailResponse,
|
|
33
35
|
} from "@vuu-ui/vuu-protocol-types";
|
|
34
36
|
import type {
|
|
35
37
|
DataSourceConfigChanges,
|
|
@@ -46,7 +48,10 @@ import type {
|
|
|
46
48
|
VuuTableListRequest,
|
|
47
49
|
VuuTableMetaRequest,
|
|
48
50
|
} from "@vuu-ui/vuu-protocol-types";
|
|
49
|
-
import {
|
|
51
|
+
import {
|
|
52
|
+
ColumnDescriptor,
|
|
53
|
+
DataValueTypeDescriptor,
|
|
54
|
+
} from "@vuu-ui/vuu-table-types";
|
|
50
55
|
import { PostMessageToClientCallback } from "@vuu-ui/vuu-data-remote";
|
|
51
56
|
import type { DataSourceConfigChanges, IEventEmitter } from "@vuu-ui/vuu-utils";
|
|
52
57
|
|
|
@@ -792,6 +797,8 @@ export declare type VuuUiMessageInRequestResponse =
|
|
|
792
797
|
| VuuUIMessageInTableMeta;
|
|
793
798
|
|
|
794
799
|
export declare type VuuUIMessageIn =
|
|
800
|
+
| VuuLoginSuccessResponse
|
|
801
|
+
| VuuLoginFailResponse
|
|
795
802
|
| VuuUiMessageInRequestResponse
|
|
796
803
|
| VuuUIMessageInConnected
|
|
797
804
|
| VuuUIMessageInConnectionFailed
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-data-types",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.38",
|
|
4
4
|
"author": "heswell",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@vuu-ui/vuu-filter-types": "0.13.
|
|
8
|
-
"@vuu-ui/vuu-protocol-types": "0.13.
|
|
7
|
+
"@vuu-ui/vuu-filter-types": "0.13.38",
|
|
8
|
+
"@vuu-ui/vuu-protocol-types": "0.13.38"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"peerDependencies": {},
|