@vuu-ui/vuu-table-types 0.8.99 → 0.9.0

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 +4 -4
package/index.d.ts CHANGED
@@ -370,6 +370,8 @@ export declare type TableColumnResizeHandler = (
370
370
  ) => void;
371
371
 
372
372
  export interface BaseRowProps {
373
+ ariaRole?: string;
374
+ ariaRowIndex?: number;
373
375
  className?: string;
374
376
  columns: RuntimeColumnDescriptor[];
375
377
  style?: CSSProperties;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-types",
3
- "version": "0.8.99",
3
+ "version": "0.9.0",
4
4
  "devDependencies": {
5
- "@vuu-ui/vuu-data-types": "0.8.99",
6
- "@vuu-ui/vuu-filter-types": "0.8.99",
7
- "@vuu-ui/vuu-protocol-types": "0.8.99"
5
+ "@vuu-ui/vuu-data-types": "0.9.0",
6
+ "@vuu-ui/vuu-filter-types": "0.9.0",
7
+ "@vuu-ui/vuu-protocol-types": "0.9.0"
8
8
  },
9
9
  "author": "heswell",
10
10
  "license": "Apache-2.0",