@vuu-ui/vuu-data-types 0.8.89 → 0.8.91

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -341,6 +341,8 @@ export type DataSourceEvents = {
341
341
  "row-selection": RowSelectionEventHandler;
342
342
  subscribed: (subscription: DataSourceSubscribedMessage) => void;
343
343
  unsubscribed: DataSourceEventHandler;
344
+ suspended: DataSourceEventHandler;
345
+ resumed: DataSourceEventHandler;
344
346
  disabled: DataSourceEventHandler;
345
347
  enabled: DataSourceEventHandler;
346
348
  "title-changed": (id: string, title: string) => void;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "0.8.89",
3
+ "version": "0.8.91",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.8.89",
8
- "@vuu-ui/vuu-protocol-types": "0.8.89"
7
+ "@vuu-ui/vuu-filter-types": "0.8.91",
8
+ "@vuu-ui/vuu-protocol-types": "0.8.91"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},