@vonage/vivid-test-utils 5.10.0 → 5.12.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.
@@ -682,10 +682,14 @@ export declare class CountryExpectations<D extends DriverT> {
682
682
  toHaveProp: <T extends keyof CountryProps>(propName: T, value: CountryProps[T]) => D["expectReturn"];
683
683
  }
684
684
  type DataGridProps = {
685
+ columnDefinitions: any[];
685
686
  fixedColumns: number;
687
+ focusColumnIndex: number;
688
+ focusRowIndex: number;
686
689
  generateHeader: 'none' | 'default' | 'sticky';
687
690
  gridTemplateColumns: string;
688
691
  noTabbing: boolean;
692
+ rowElementTag: string;
689
693
  rowsData: any[];
690
694
  selectionMode: 'none' | 'single-row' | 'multi-row' | 'single-cell' | 'multi-cell';
691
695
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-test-utils",
3
- "version": "5.10.0",
3
+ "version": "5.12.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./dom": {
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@testing-library/user-event": "^14.6.1",
32
- "@vonage/vivid": "^5.10.0"
32
+ "@vonage/vivid": "^5.12.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@playwright/test": "1.57.0",
@@ -43,11 +43,11 @@
43
43
  "vue": "^3.5.24",
44
44
  "wait-on": "^8.0.5",
45
45
  "@repo/eslint-config": "1.0.0",
46
- "@repo/vitest-config": "1.0.0",
47
46
  "@repo/shared": "1.0.0",
48
- "@repo/wrapper-gen": "1.0.0",
49
47
  "@repo/typescript-config": "1.0.0",
50
- "@vonage/vivid-vue": "5.10.0"
48
+ "@repo/vitest-config": "1.0.0",
49
+ "@repo/wrapper-gen": "1.0.0",
50
+ "@vonage/vivid-vue": "5.12.0"
51
51
  },
52
52
  "scripts": {
53
53
  "prebuild": "tsx scripts/codegen.ts",