@atomic-testing/component-driver-mui-x-v8 0.72.0 → 0.74.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.
- package/dist/index.d.mts +5 -7
- package/dist/index.d.ts +5 -7
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import * as _atomic_testing_core5 from "@atomic-testing/core";
|
|
2
|
-
import * as _atomic_testing_core3 from "@atomic-testing/core";
|
|
3
|
-
import * as _atomic_testing_core0 from "@atomic-testing/core";
|
|
4
2
|
import { ComponentDriver, IComponentDriverOption, Interactor, Optional, PartLocator } from "@atomic-testing/core";
|
|
5
3
|
import { HTMLButtonDriver, HTMLElementDriver } from "@atomic-testing/component-driver-html";
|
|
6
4
|
|
|
@@ -84,11 +82,11 @@ declare class DataGridPaginationActionDriver extends ComponentDriver<typeof part
|
|
|
84
82
|
//#region src/components/datagrid/DataGridFooterDriver.d.ts
|
|
85
83
|
declare const parts$1: {
|
|
86
84
|
paginationAction: {
|
|
87
|
-
locator:
|
|
85
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
88
86
|
driver: typeof DataGridPaginationActionDriver;
|
|
89
87
|
};
|
|
90
88
|
paginationDescription: {
|
|
91
|
-
locator:
|
|
89
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
92
90
|
driver: typeof HTMLElementDriver;
|
|
93
91
|
};
|
|
94
92
|
};
|
|
@@ -113,15 +111,15 @@ declare const parts: {
|
|
|
113
111
|
driver: typeof DataGridHeaderRowDriver;
|
|
114
112
|
};
|
|
115
113
|
loading: {
|
|
116
|
-
locator:
|
|
114
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
117
115
|
driver: typeof HTMLElementDriver;
|
|
118
116
|
};
|
|
119
117
|
skeletonOverlay: {
|
|
120
|
-
locator:
|
|
118
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
121
119
|
driver: typeof HTMLElementDriver;
|
|
122
120
|
};
|
|
123
121
|
footer: {
|
|
124
|
-
locator:
|
|
122
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
125
123
|
driver: typeof DataGridFooterDriver;
|
|
126
124
|
};
|
|
127
125
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import * as _atomic_testing_core5 from "@atomic-testing/core";
|
|
2
|
-
import * as _atomic_testing_core3 from "@atomic-testing/core";
|
|
3
|
-
import * as _atomic_testing_core0 from "@atomic-testing/core";
|
|
4
2
|
import { ComponentDriver, IComponentDriverOption, Interactor, Optional, PartLocator } from "@atomic-testing/core";
|
|
5
3
|
import { HTMLButtonDriver, HTMLElementDriver } from "@atomic-testing/component-driver-html";
|
|
6
4
|
|
|
@@ -84,11 +82,11 @@ declare class DataGridPaginationActionDriver extends ComponentDriver<typeof part
|
|
|
84
82
|
//#region src/components/datagrid/DataGridFooterDriver.d.ts
|
|
85
83
|
declare const parts$1: {
|
|
86
84
|
paginationAction: {
|
|
87
|
-
locator:
|
|
85
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
88
86
|
driver: typeof DataGridPaginationActionDriver;
|
|
89
87
|
};
|
|
90
88
|
paginationDescription: {
|
|
91
|
-
locator:
|
|
89
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
92
90
|
driver: typeof HTMLElementDriver;
|
|
93
91
|
};
|
|
94
92
|
};
|
|
@@ -113,15 +111,15 @@ declare const parts: {
|
|
|
113
111
|
driver: typeof DataGridHeaderRowDriver;
|
|
114
112
|
};
|
|
115
113
|
loading: {
|
|
116
|
-
locator:
|
|
114
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
117
115
|
driver: typeof HTMLElementDriver;
|
|
118
116
|
};
|
|
119
117
|
skeletonOverlay: {
|
|
120
|
-
locator:
|
|
118
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
121
119
|
driver: typeof HTMLElementDriver;
|
|
122
120
|
};
|
|
123
121
|
footer: {
|
|
124
|
-
locator:
|
|
122
|
+
locator: _atomic_testing_core5.CssLocator;
|
|
125
123
|
driver: typeof DataGridFooterDriver;
|
|
126
124
|
};
|
|
127
125
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atomic-testing/component-driver-mui-x-v8",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.74.0",
|
|
4
4
|
"description": "Atomic Testing Component driver to help drive Material UI X V8 components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"directory": "packages/component-driver-mui-x-v8"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@atomic-testing/core": "0.
|
|
31
|
-
"@atomic-testing/component-driver-html": "0.
|
|
32
|
-
"@atomic-testing/component-driver-mui-v6": "0.
|
|
30
|
+
"@atomic-testing/core": "0.74.0",
|
|
31
|
+
"@atomic-testing/component-driver-html": "0.74.0",
|
|
32
|
+
"@atomic-testing/component-driver-mui-v6": "0.74.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsdown",
|