@vuu-ui/vuu-data-types 0.9.2 → 0.9.3

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 +4 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -455,6 +455,9 @@ export interface SubscribeProps
455
455
  extends Partial<WithBaseFilter<WithFullConfig>> {
456
456
  viewport?: string;
457
457
  range?: VuuRange;
458
+ revealSelected?: boolean;
459
+ selectedIndexValues?: Selection;
460
+ selectedKeyValues?: string[];
458
461
  title?: string;
459
462
  }
460
463
 
@@ -709,6 +712,7 @@ export interface ConnectionQualityMetrics {
709
712
  export interface ServerProxySubscribeMessage extends WithFullConfig {
710
713
  bufferSize?: number;
711
714
  range: VuuRange;
715
+ selectedIndexValues?: Selection;
712
716
  table: VuuTable;
713
717
  title?: string;
714
718
  viewport: string;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.9.2",
8
- "@vuu-ui/vuu-protocol-types": "0.9.2"
7
+ "@vuu-ui/vuu-filter-types": "0.9.3",
8
+ "@vuu-ui/vuu-protocol-types": "0.9.3"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},