@vuu-ui/vuu-data-types 0.8.80 → 0.8.82
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 +1 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -340,6 +340,7 @@ export type DataSourceEvents = {
|
|
|
340
340
|
optimize: (optimize: OptimizeStrategy) => void;
|
|
341
341
|
range: (range: VuuRange) => void;
|
|
342
342
|
resize: (size: number) => void;
|
|
343
|
+
"row-selection": (selection: Selection, selectedRowCount: number) => void;
|
|
343
344
|
subscribed: (subscription: DataSourceSubscribedMessage) => void;
|
|
344
345
|
unsubscribed: DataSourceEventHandler;
|
|
345
346
|
disabled: DataSourceEventHandler;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-data-types",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.82",
|
|
4
4
|
"author": "heswell",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@vuu-ui/vuu-filter-types": "0.8.
|
|
8
|
-
"@vuu-ui/vuu-protocol-types": "0.8.
|
|
7
|
+
"@vuu-ui/vuu-filter-types": "0.8.82",
|
|
8
|
+
"@vuu-ui/vuu-protocol-types": "0.8.82"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"peerDependencies": {},
|