@vonage/vivid-test-utils 5.23.1 → 5.24.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/{components.generated-DolPmkvq.js → components.generated-CbtYzUoa.js} +499 -481
- package/dist/components.generated-F5OOqa3y.cjs +1 -0
- package/dist/components.generated.d.ts +29 -1
- package/dist/cypress.cjs +1 -1
- package/dist/cypress.js +1 -1
- package/dist/dom.cjs +1 -1
- package/dist/dom.js +1 -1
- package/dist/playwright.cjs +1 -1
- package/dist/playwright.js +1 -1
- package/package.json +4 -4
- package/dist/components.generated-D1Yu4h3L.cjs +0 -1
|
@@ -82,49 +82,49 @@ function m(e) {
|
|
|
82
82
|
function h(e) {
|
|
83
83
|
return e.value;
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function g(e) {
|
|
86
86
|
return e.valueAsNumber;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function ne(e) {
|
|
89
89
|
return e.values;
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function re(e) {
|
|
92
92
|
return e.selectedOptions.map((e) => e.label);
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function _(e) {
|
|
95
95
|
return e.expanded;
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function v(e) {
|
|
98
98
|
return e.active;
|
|
99
99
|
}
|
|
100
|
-
function
|
|
100
|
+
function y(e) {
|
|
101
101
|
return e.current;
|
|
102
102
|
}
|
|
103
|
-
function
|
|
103
|
+
function b(e) {
|
|
104
104
|
return e.selected;
|
|
105
105
|
}
|
|
106
|
-
function
|
|
106
|
+
function x(e) {
|
|
107
107
|
return e.disabled;
|
|
108
108
|
}
|
|
109
|
-
function
|
|
109
|
+
function ie(e) {
|
|
110
110
|
return [e.start, e.end];
|
|
111
111
|
}
|
|
112
|
-
function
|
|
112
|
+
function ae(e) {
|
|
113
113
|
return [e.startAsNumber, e.endAsNumber];
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function oe(e) {
|
|
116
116
|
return e.name;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function se(e) {
|
|
119
119
|
return e.code;
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function ce(e) {
|
|
122
122
|
return e.total;
|
|
123
123
|
}
|
|
124
|
-
function
|
|
124
|
+
function le(e) {
|
|
125
125
|
return e.selectedIndex + 1 || null;
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function S(e) {
|
|
128
128
|
let t = e.shadowRoot.querySelector("slot[name=icon]");
|
|
129
129
|
if (t) {
|
|
130
130
|
let e = t.assignedElements()[0];
|
|
@@ -135,55 +135,55 @@ function x(e) {
|
|
|
135
135
|
}
|
|
136
136
|
//#endregion
|
|
137
137
|
//#region src/actions.ts
|
|
138
|
-
function
|
|
138
|
+
function C(e) {
|
|
139
139
|
return this.ctx.driver.userClick(e());
|
|
140
140
|
}
|
|
141
|
-
function
|
|
141
|
+
function w(e, t) {
|
|
142
142
|
return this.ctx.driver.userFill(e(), t);
|
|
143
143
|
}
|
|
144
|
-
function
|
|
144
|
+
function ue(e) {
|
|
145
145
|
return l([() => this.ctx.driver.userFill(this.control(), e), () => this.ctx.driver.userBlur(this.control())]);
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function T(e) {
|
|
148
148
|
return this.ctx.driver.userClear(e());
|
|
149
149
|
}
|
|
150
|
-
function
|
|
150
|
+
function de() {
|
|
151
151
|
return l([
|
|
152
152
|
() => this.ctx.driver.eval(this.locator, () => new Promise((e) => setTimeout(e, 200))),
|
|
153
153
|
() => this.ctx.driver.userClear(this.control()),
|
|
154
154
|
() => this.ctx.driver.userBlur(this.control())
|
|
155
155
|
]);
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function fe(e) {
|
|
158
158
|
return l([
|
|
159
159
|
() => this.assert("Component is unchecked before it can be checked", d, "unchecked"),
|
|
160
160
|
() => this.ctx.driver.userClick(e()),
|
|
161
161
|
() => this.assert("Component is checked after checking it", d, "checked")
|
|
162
162
|
]);
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function pe(e) {
|
|
165
165
|
return l([
|
|
166
166
|
() => this.assert("Component is checked before it can be unchecked", d, "checked"),
|
|
167
167
|
() => this.ctx.driver.userClick(e()),
|
|
168
168
|
() => this.assert("Component is unchecked after unchecking it", d, "unchecked")
|
|
169
169
|
]);
|
|
170
170
|
}
|
|
171
|
-
function
|
|
171
|
+
function E(e) {
|
|
172
172
|
return this.ctx.driver.userFocus(e());
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function D(e) {
|
|
175
175
|
return this.ctx.driver.userBlur(e());
|
|
176
176
|
}
|
|
177
|
-
function
|
|
177
|
+
function O(e) {
|
|
178
178
|
return this.ctx.driver.userHover(e());
|
|
179
179
|
}
|
|
180
|
-
function
|
|
181
|
-
return
|
|
180
|
+
function k(e) {
|
|
181
|
+
return me.call(this, i("option", [["value", e]]));
|
|
182
182
|
}
|
|
183
|
-
function
|
|
184
|
-
return
|
|
183
|
+
function A(e) {
|
|
184
|
+
return me.call(this, i("option", [["text", e]]));
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function me(e) {
|
|
187
187
|
return this.ctx.driver.eval(this.locator, (e) => e.open, void 0, (t) => l([
|
|
188
188
|
() => {
|
|
189
189
|
if (!t) return this.ctx.driver.userClick(this.locator);
|
|
@@ -206,91 +206,91 @@ function M(e) {
|
|
|
206
206
|
}, !0, "Option is selected after selecting it")
|
|
207
207
|
]));
|
|
208
208
|
}
|
|
209
|
-
function
|
|
209
|
+
function j(e) {
|
|
210
210
|
return e().click();
|
|
211
211
|
}
|
|
212
|
-
var
|
|
212
|
+
var M = (e) => {
|
|
213
213
|
let [t, n, r] = e.split("-");
|
|
214
214
|
return `${n}/${r}/${t}`;
|
|
215
215
|
};
|
|
216
|
-
function
|
|
217
|
-
return l([() => this.control().fill(
|
|
216
|
+
function he(e) {
|
|
217
|
+
return l([() => this.control().fill(M(e)), () => this.control().blur()]);
|
|
218
218
|
}
|
|
219
|
-
function
|
|
219
|
+
function N() {
|
|
220
220
|
return l([() => this.pickerButton().click(), () => this.clearButton().click()]);
|
|
221
221
|
}
|
|
222
|
-
var
|
|
222
|
+
var P = (e) => {
|
|
223
223
|
let [t, n, r] = e.split(":");
|
|
224
224
|
return `${t % 12 || 12}:${n}:${r} ${+t < 12 ? "AM" : "PM"}`;
|
|
225
225
|
};
|
|
226
|
-
function me(e) {
|
|
227
|
-
return l([() => this.control().fill(I(e)), () => this.control().blur()]);
|
|
228
|
-
}
|
|
229
|
-
var he = ([e, t]) => `${P(e)} – ${P(t)}`;
|
|
230
226
|
function ge(e) {
|
|
231
|
-
return l([() => this.control().fill(
|
|
227
|
+
return l([() => this.control().fill(P(e)), () => this.control().blur()]);
|
|
232
228
|
}
|
|
233
|
-
var _e = (e) => {
|
|
234
|
-
let [t, n] = e.split("T");
|
|
235
|
-
return `${P(t)} ${I(n)}`;
|
|
236
|
-
};
|
|
229
|
+
var _e = ([e, t]) => `${M(e)} – ${M(t)}`;
|
|
237
230
|
function ve(e) {
|
|
238
231
|
return l([() => this.control().fill(_e(e)), () => this.control().blur()]);
|
|
239
232
|
}
|
|
240
|
-
|
|
233
|
+
var ye = (e) => {
|
|
234
|
+
let [t, n] = e.split("T");
|
|
235
|
+
return `${M(t)} ${P(n)}`;
|
|
236
|
+
};
|
|
237
|
+
function be(e) {
|
|
238
|
+
return l([() => this.control().fill(ye(e)), () => this.control().blur()]);
|
|
239
|
+
}
|
|
240
|
+
function F(e, t, n) {
|
|
241
241
|
return this.ctx.driver.userDragSlider(this.locator, e(), t(), n);
|
|
242
242
|
}
|
|
243
|
-
function
|
|
243
|
+
function xe(e) {
|
|
244
244
|
return this.ctx.driver.userClick(this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.locator), `.vwc-pagination-button[label="${e + 1}"]`));
|
|
245
245
|
}
|
|
246
|
-
function
|
|
246
|
+
function I(e) {
|
|
247
247
|
return l([
|
|
248
248
|
() => this.assert(`Component is ${e ? "collapsed" : "expanded"} before it can be ${e ? "expanded" : "collapsed"}`, (e) => !!e.expanded, !e),
|
|
249
249
|
() => this.ctx.driver.userClick(this.button()),
|
|
250
250
|
() => this.assert(`Component is ${e ? "expanded" : "collapsed"} after ${e ? "expanding" : "collapsing"} it`, (e) => !!e.expanded, e)
|
|
251
251
|
]);
|
|
252
252
|
}
|
|
253
|
-
function
|
|
253
|
+
function L(e) {
|
|
254
254
|
return l([
|
|
255
255
|
() => this.assert(`Component is ${e ? "closed" : "open"} before it can be ${e ? "expanded" : "collapsed"}`, (e) => !!e.open, !e),
|
|
256
256
|
() => this.ctx.driver.userClick(this.summary()),
|
|
257
257
|
() => this.assert(`Component is ${e ? "open" : "closed"} after ${e ? "expanding" : "collapsing"} it`, (e) => !!e.open, e)
|
|
258
258
|
]);
|
|
259
259
|
}
|
|
260
|
-
function
|
|
260
|
+
function R(e) {
|
|
261
261
|
return l([() => this.ctx.driver.userClick(this.base()), () => this.assert(`Component is ${e ? "selected" : "unselected"} after ${e ? "selecting" : "unselecting"} it`, (e) => !!e.selected, e)]);
|
|
262
262
|
}
|
|
263
263
|
//#endregion
|
|
264
264
|
//#region src/refs.ts
|
|
265
|
-
function
|
|
265
|
+
function Se(e) {
|
|
266
266
|
return this.ctx.driver.querySelector(this.unwrap(), e);
|
|
267
267
|
}
|
|
268
|
-
function
|
|
268
|
+
function z(e) {
|
|
269
269
|
return this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e);
|
|
270
270
|
}
|
|
271
|
-
function
|
|
271
|
+
function Ce(e, t) {
|
|
272
272
|
return this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e)), t);
|
|
273
273
|
}
|
|
274
|
-
function
|
|
274
|
+
function B(e) {
|
|
275
275
|
return new et(this.ctx, this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e));
|
|
276
276
|
}
|
|
277
|
-
function
|
|
278
|
-
return new
|
|
277
|
+
function V(e) {
|
|
278
|
+
return new oo(this.ctx, this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e));
|
|
279
279
|
}
|
|
280
280
|
//#endregion
|
|
281
281
|
//#region src/components.generated.ts
|
|
282
|
-
var
|
|
282
|
+
var H = { name: "accordion" }, we = class extends e {
|
|
283
283
|
constructor(...e) {
|
|
284
|
-
super(...e), this.type = "accordion", this.componentInfo =
|
|
284
|
+
super(...e), this.type = "accordion", this.componentInfo = H, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
285
285
|
}
|
|
286
|
-
},
|
|
286
|
+
}, Te = class extends t {
|
|
287
287
|
constructor(...e) {
|
|
288
|
-
super(...e), this.componentInfo =
|
|
288
|
+
super(...e), this.componentInfo = H, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
289
289
|
}
|
|
290
290
|
wrap(e) {
|
|
291
|
-
return new
|
|
291
|
+
return new we(this.ctx, e);
|
|
292
292
|
}
|
|
293
|
-
},
|
|
293
|
+
}, Ee = class {
|
|
294
294
|
constructor(e, t) {
|
|
295
295
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
296
296
|
type: "eval",
|
|
@@ -299,18 +299,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
299
299
|
arg: e
|
|
300
300
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
301
301
|
}
|
|
302
|
-
},
|
|
302
|
+
}, U = { name: "accordion-item" }, De = class extends e {
|
|
303
303
|
constructor(...e) {
|
|
304
|
-
super(...e), this.type = "accordionItem", this.componentInfo =
|
|
304
|
+
super(...e), this.type = "accordionItem", this.componentInfo = U, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.collapse = this.ctx.driver.wrapAction(I.bind(this, !1)), this.expand = this.ctx.driver.wrapAction(I.bind(this, !0)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.button = z.bind(this, ".heading-button");
|
|
305
305
|
}
|
|
306
|
-
},
|
|
306
|
+
}, Oe = class extends t {
|
|
307
307
|
constructor(...e) {
|
|
308
|
-
super(...e), this.componentInfo =
|
|
308
|
+
super(...e), this.componentInfo = U, this.byHeading = this.ctx.driver.wrapSelector(te.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
309
309
|
}
|
|
310
310
|
wrap(e) {
|
|
311
|
-
return new
|
|
311
|
+
return new De(this.ctx, e);
|
|
312
312
|
}
|
|
313
|
-
},
|
|
313
|
+
}, ke = class {
|
|
314
314
|
constructor(e, t) {
|
|
315
315
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
316
316
|
type: "eval",
|
|
@@ -320,29 +320,29 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
320
320
|
}, t, `toHaveProp("${e}", ${t})`)), this.toBeCollapsed = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
321
321
|
type: "eval",
|
|
322
322
|
el: this.wrapper.unwrap(),
|
|
323
|
-
fn:
|
|
323
|
+
fn: _
|
|
324
324
|
}, !1, "toBeCollapsed()")), this.toBeExpanded = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
325
325
|
type: "eval",
|
|
326
326
|
el: this.wrapper.unwrap(),
|
|
327
|
-
fn:
|
|
327
|
+
fn: _
|
|
328
328
|
}, !0, "toBeExpanded()")), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
329
329
|
type: "eval",
|
|
330
330
|
el: this.wrapper.unwrap(),
|
|
331
|
-
fn:
|
|
331
|
+
fn: S
|
|
332
332
|
}, e, "toHaveIcon(${value})"));
|
|
333
333
|
}
|
|
334
|
-
},
|
|
334
|
+
}, W = { name: "action-group" }, Ae = class extends e {
|
|
335
335
|
constructor(...e) {
|
|
336
|
-
super(...e), this.type = "actionGroup", this.componentInfo =
|
|
336
|
+
super(...e), this.type = "actionGroup", this.componentInfo = W, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
337
337
|
}
|
|
338
|
-
},
|
|
338
|
+
}, je = class extends t {
|
|
339
339
|
constructor(...e) {
|
|
340
|
-
super(...e), this.componentInfo =
|
|
340
|
+
super(...e), this.componentInfo = W, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
341
341
|
}
|
|
342
342
|
wrap(e) {
|
|
343
|
-
return new
|
|
343
|
+
return new Ae(this.ctx, e);
|
|
344
344
|
}
|
|
345
|
-
},
|
|
345
|
+
}, Me = class {
|
|
346
346
|
constructor(e, t) {
|
|
347
347
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
348
348
|
type: "eval",
|
|
@@ -351,18 +351,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
351
351
|
arg: e
|
|
352
352
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
353
353
|
}
|
|
354
|
-
},
|
|
354
|
+
}, G = { name: "alert" }, Ne = class extends e {
|
|
355
355
|
constructor(...e) {
|
|
356
|
-
super(...e), this.type = "alert", this.componentInfo =
|
|
356
|
+
super(...e), this.type = "alert", this.componentInfo = G, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
357
357
|
}
|
|
358
|
-
},
|
|
358
|
+
}, Pe = class extends t {
|
|
359
359
|
constructor(...e) {
|
|
360
|
-
super(...e), this.componentInfo =
|
|
360
|
+
super(...e), this.componentInfo = G, this.byHeadline = this.ctx.driver.wrapSelector(s.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
361
361
|
}
|
|
362
362
|
wrap(e) {
|
|
363
|
-
return new
|
|
363
|
+
return new Ne(this.ctx, e);
|
|
364
364
|
}
|
|
365
|
-
},
|
|
365
|
+
}, Fe = class {
|
|
366
366
|
constructor(e, t) {
|
|
367
367
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
368
368
|
type: "eval",
|
|
@@ -376,25 +376,25 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
376
376
|
}, !1, "toBeClosed()")), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
377
377
|
type: "eval",
|
|
378
378
|
el: this.wrapper.unwrap(),
|
|
379
|
-
fn:
|
|
379
|
+
fn: S
|
|
380
380
|
}, e, "toHaveIcon(${value})")), this.toBeOpen = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
381
381
|
type: "eval",
|
|
382
382
|
el: this.wrapper.unwrap(),
|
|
383
383
|
fn: m
|
|
384
384
|
}, !0, "toBeOpen()"));
|
|
385
385
|
}
|
|
386
|
-
},
|
|
386
|
+
}, K = { name: "audio-player" }, Ie = class extends e {
|
|
387
387
|
constructor(...e) {
|
|
388
|
-
super(...e), this.type = "audioPlayer", this.componentInfo =
|
|
388
|
+
super(...e), this.type = "audioPlayer", this.componentInfo = K, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
389
389
|
}
|
|
390
|
-
},
|
|
390
|
+
}, Le = class extends t {
|
|
391
391
|
constructor(...e) {
|
|
392
|
-
super(...e), this.componentInfo =
|
|
392
|
+
super(...e), this.componentInfo = K, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
393
393
|
}
|
|
394
394
|
wrap(e) {
|
|
395
|
-
return new
|
|
395
|
+
return new Ie(this.ctx, e);
|
|
396
396
|
}
|
|
397
|
-
},
|
|
397
|
+
}, Re = class {
|
|
398
398
|
constructor(e, t) {
|
|
399
399
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
400
400
|
type: "eval",
|
|
@@ -403,18 +403,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
403
403
|
arg: e
|
|
404
404
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
405
405
|
}
|
|
406
|
-
},
|
|
406
|
+
}, q = { name: "avatar" }, ze = class extends e {
|
|
407
407
|
constructor(...e) {
|
|
408
|
-
super(...e), this.type = "avatar", this.componentInfo =
|
|
408
|
+
super(...e), this.type = "avatar", this.componentInfo = q, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
409
409
|
}
|
|
410
|
-
},
|
|
410
|
+
}, Be = class extends t {
|
|
411
411
|
constructor(...e) {
|
|
412
|
-
super(...e), this.componentInfo =
|
|
412
|
+
super(...e), this.componentInfo = q, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
413
413
|
}
|
|
414
414
|
wrap(e) {
|
|
415
|
-
return new
|
|
415
|
+
return new ze(this.ctx, e);
|
|
416
416
|
}
|
|
417
|
-
},
|
|
417
|
+
}, Ve = class {
|
|
418
418
|
constructor(e, t) {
|
|
419
419
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
420
420
|
type: "eval",
|
|
@@ -423,18 +423,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
423
423
|
arg: e
|
|
424
424
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
425
425
|
}
|
|
426
|
-
},
|
|
426
|
+
}, J = { name: "badge" }, He = class extends e {
|
|
427
427
|
constructor(...e) {
|
|
428
|
-
super(...e), this.type = "badge", this.componentInfo =
|
|
428
|
+
super(...e), this.type = "badge", this.componentInfo = J, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
429
429
|
}
|
|
430
|
-
},
|
|
430
|
+
}, Ue = class extends t {
|
|
431
431
|
constructor(...e) {
|
|
432
|
-
super(...e), this.componentInfo =
|
|
432
|
+
super(...e), this.componentInfo = J, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
433
433
|
}
|
|
434
434
|
wrap(e) {
|
|
435
|
-
return new
|
|
435
|
+
return new He(this.ctx, e);
|
|
436
436
|
}
|
|
437
|
-
},
|
|
437
|
+
}, We = class {
|
|
438
438
|
constructor(e, t) {
|
|
439
439
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
440
440
|
type: "eval",
|
|
@@ -444,21 +444,21 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
444
444
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
445
445
|
type: "eval",
|
|
446
446
|
el: this.wrapper.unwrap(),
|
|
447
|
-
fn:
|
|
447
|
+
fn: S
|
|
448
448
|
}, e, "toHaveIcon(${value})"));
|
|
449
449
|
}
|
|
450
|
-
},
|
|
450
|
+
}, Y = { name: "banner" }, Ge = class extends e {
|
|
451
451
|
constructor(...e) {
|
|
452
|
-
super(...e), this.type = "banner", this.componentInfo =
|
|
452
|
+
super(...e), this.type = "banner", this.componentInfo = Y, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(j.bind(this, () => this.dismissButton())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.dismissButton = B.bind(this, ".dismiss-button");
|
|
453
453
|
}
|
|
454
|
-
},
|
|
454
|
+
}, Ke = class extends t {
|
|
455
455
|
constructor(...e) {
|
|
456
|
-
super(...e), this.componentInfo =
|
|
456
|
+
super(...e), this.componentInfo = Y, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this)), this.byText = this.ctx.driver.wrapSelector(c.bind(this));
|
|
457
457
|
}
|
|
458
458
|
wrap(e) {
|
|
459
|
-
return new
|
|
459
|
+
return new Ge(this.ctx, e);
|
|
460
460
|
}
|
|
461
|
-
},
|
|
461
|
+
}, qe = class {
|
|
462
462
|
constructor(e, t) {
|
|
463
463
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
464
464
|
type: "eval",
|
|
@@ -468,38 +468,38 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
468
468
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
469
469
|
type: "eval",
|
|
470
470
|
el: this.wrapper.unwrap(),
|
|
471
|
-
fn:
|
|
471
|
+
fn: S
|
|
472
472
|
}, e, "toHaveIcon(${value})"));
|
|
473
473
|
}
|
|
474
|
-
},
|
|
474
|
+
}, X = { name: "breadcrumb" }, Je = class extends e {
|
|
475
475
|
constructor(...e) {
|
|
476
|
-
super(...e), this.type = "breadcrumb", this.componentInfo =
|
|
476
|
+
super(...e), this.type = "breadcrumb", this.componentInfo = X, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
477
477
|
}
|
|
478
|
-
},
|
|
478
|
+
}, Ye = class extends t {
|
|
479
479
|
constructor(...e) {
|
|
480
|
-
super(...e), this.componentInfo =
|
|
480
|
+
super(...e), this.componentInfo = X, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
481
481
|
}
|
|
482
482
|
wrap(e) {
|
|
483
|
-
return new
|
|
483
|
+
return new Je(this.ctx, e);
|
|
484
484
|
}
|
|
485
|
-
},
|
|
485
|
+
}, Xe = class {
|
|
486
486
|
constructor(e, t) {
|
|
487
487
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
488
488
|
throw Error("Component does not have props.");
|
|
489
489
|
};
|
|
490
490
|
}
|
|
491
|
-
},
|
|
491
|
+
}, Z = { name: "breadcrumb-item" }, Ze = class extends e {
|
|
492
492
|
constructor(...e) {
|
|
493
|
-
super(...e), this.type = "breadcrumbItem", this.componentInfo =
|
|
493
|
+
super(...e), this.type = "breadcrumbItem", this.componentInfo = Z, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
494
494
|
}
|
|
495
|
-
},
|
|
495
|
+
}, Qe = class extends t {
|
|
496
496
|
constructor(...e) {
|
|
497
|
-
super(...e), this.componentInfo =
|
|
497
|
+
super(...e), this.componentInfo = Z, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
498
498
|
}
|
|
499
499
|
wrap(e) {
|
|
500
|
-
return new
|
|
500
|
+
return new Ze(this.ctx, e);
|
|
501
501
|
}
|
|
502
|
-
},
|
|
502
|
+
}, $e = class {
|
|
503
503
|
constructor(e, t) {
|
|
504
504
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
505
505
|
type: "eval",
|
|
@@ -508,13 +508,13 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
508
508
|
arg: e
|
|
509
509
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
510
510
|
}
|
|
511
|
-
},
|
|
511
|
+
}, Q = { name: "button" }, et = class extends e {
|
|
512
512
|
constructor(...e) {
|
|
513
|
-
super(...e), this.type = "button", this.componentInfo =
|
|
513
|
+
super(...e), this.type = "button", this.componentInfo = Q, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(C.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.control = z.bind(this, "button.control");
|
|
514
514
|
}
|
|
515
515
|
}, tt = class extends t {
|
|
516
516
|
constructor(...e) {
|
|
517
|
-
super(...e), this.componentInfo =
|
|
517
|
+
super(...e), this.componentInfo = Q, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
518
518
|
}
|
|
519
519
|
wrap(e) {
|
|
520
520
|
return new et(this.ctx, e);
|
|
@@ -529,7 +529,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
529
529
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
530
530
|
type: "eval",
|
|
531
531
|
el: this.wrapper.unwrap(),
|
|
532
|
-
fn:
|
|
532
|
+
fn: S
|
|
533
533
|
}, e, "toHaveIcon(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
534
534
|
type: "eval",
|
|
535
535
|
el: this.wrapper.unwrap(),
|
|
@@ -538,7 +538,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
538
538
|
}
|
|
539
539
|
}, rt = { name: "calendar" }, it = class extends e {
|
|
540
540
|
constructor(...e) {
|
|
541
|
-
super(...e), this.type = "calendar", this.componentInfo = rt, this.blur = this.ctx.driver.wrapAction(
|
|
541
|
+
super(...e), this.type = "calendar", this.componentInfo = rt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
542
542
|
}
|
|
543
543
|
}, at = class extends t {
|
|
544
544
|
constructor(...e) {
|
|
@@ -558,7 +558,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
558
558
|
}
|
|
559
559
|
}, st = { name: "calendar-event" }, ct = class extends e {
|
|
560
560
|
constructor(...e) {
|
|
561
|
-
super(...e), this.type = "calendarEvent", this.componentInfo = st, this.blur = this.ctx.driver.wrapAction(
|
|
561
|
+
super(...e), this.type = "calendarEvent", this.componentInfo = st, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
562
562
|
}
|
|
563
563
|
}, lt = class extends t {
|
|
564
564
|
constructor(...e) {
|
|
@@ -578,7 +578,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
578
578
|
}
|
|
579
579
|
}, dt = { name: "card" }, ft = class extends e {
|
|
580
580
|
constructor(...e) {
|
|
581
|
-
super(...e), this.type = "card", this.componentInfo = dt, this.blur = this.ctx.driver.wrapAction(
|
|
581
|
+
super(...e), this.type = "card", this.componentInfo = dt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
582
582
|
}
|
|
583
583
|
}, pt = class extends t {
|
|
584
584
|
constructor(...e) {
|
|
@@ -602,7 +602,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
602
602
|
}
|
|
603
603
|
}, ht = { name: "checkbox" }, gt = class extends e {
|
|
604
604
|
constructor(...e) {
|
|
605
|
-
super(...e), this.type = "checkbox", this.componentInfo = ht, this.blur = this.ctx.driver.wrapAction(
|
|
605
|
+
super(...e), this.type = "checkbox", this.componentInfo = ht, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(fe.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.uncheck = this.ctx.driver.wrapAction(pe.bind(this, () => this.control())), this.control = z.bind(this, "div.control");
|
|
606
606
|
}
|
|
607
607
|
}, _t = class extends t {
|
|
608
608
|
constructor(...e) {
|
|
@@ -642,7 +642,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
642
642
|
}
|
|
643
643
|
}, yt = { name: "color-picker" }, bt = class extends e {
|
|
644
644
|
constructor(...e) {
|
|
645
|
-
super(...e), this.type = "colorPicker", this.componentInfo = yt, this.blur = this.ctx.driver.wrapAction(
|
|
645
|
+
super(...e), this.type = "colorPicker", this.componentInfo = yt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
646
646
|
}
|
|
647
647
|
}, xt = class extends t {
|
|
648
648
|
constructor(...e) {
|
|
@@ -670,7 +670,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
670
670
|
}
|
|
671
671
|
}, Ct = { name: "combobox" }, wt = class extends e {
|
|
672
672
|
constructor(...e) {
|
|
673
|
-
super(...e), this.type = "combobox", this.componentInfo = Ct, this.blur = this.ctx.driver.wrapAction(
|
|
673
|
+
super(...e), this.type = "combobox", this.componentInfo = Ct, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(de.bind(this)), this.fill = this.ctx.driver.wrapAction(ue.bind(this)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.selectOptionByText = this.ctx.driver.wrapAction(A.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(k.bind(this)), this.control = z.bind(this, "input.control");
|
|
674
674
|
}
|
|
675
675
|
}, Tt = class extends t {
|
|
676
676
|
constructor(...e) {
|
|
@@ -689,7 +689,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
689
689
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
690
690
|
type: "eval",
|
|
691
691
|
el: this.wrapper.unwrap(),
|
|
692
|
-
fn:
|
|
692
|
+
fn: S
|
|
693
693
|
}, e, "toHaveIcon(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
694
694
|
type: "eval",
|
|
695
695
|
el: this.wrapper.unwrap(),
|
|
@@ -702,7 +702,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
702
702
|
}
|
|
703
703
|
}, Dt = { name: "contextual-help" }, Ot = class extends e {
|
|
704
704
|
constructor(...e) {
|
|
705
|
-
super(...e), this.type = "contextualHelp", this.componentInfo = Dt, this.blur = this.ctx.driver.wrapAction(
|
|
705
|
+
super(...e), this.type = "contextualHelp", this.componentInfo = Dt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
706
706
|
}
|
|
707
707
|
}, kt = class extends t {
|
|
708
708
|
constructor(...e) {
|
|
@@ -722,7 +722,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
722
722
|
}
|
|
723
723
|
}, jt = { name: "country" }, Mt = class extends e {
|
|
724
724
|
constructor(...e) {
|
|
725
|
-
super(...e), this.type = "country", this.componentInfo = jt, this.blur = this.ctx.driver.wrapAction(
|
|
725
|
+
super(...e), this.type = "country", this.componentInfo = jt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
726
726
|
}
|
|
727
727
|
}, Nt = class extends t {
|
|
728
728
|
constructor(...e) {
|
|
@@ -742,7 +742,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
742
742
|
}
|
|
743
743
|
}, Ft = { name: "country-group" }, It = class extends e {
|
|
744
744
|
constructor(...e) {
|
|
745
|
-
super(...e), this.type = "countryGroup", this.componentInfo = Ft, this.blur = this.ctx.driver.wrapAction(
|
|
745
|
+
super(...e), this.type = "countryGroup", this.componentInfo = Ft, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
746
746
|
}
|
|
747
747
|
}, Lt = class extends t {
|
|
748
748
|
constructor(...e) {
|
|
@@ -759,7 +759,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
759
759
|
}
|
|
760
760
|
}, zt = { name: "data-grid" }, Bt = class extends e {
|
|
761
761
|
constructor(...e) {
|
|
762
|
-
super(...e), this.type = "dataGrid", this.componentInfo = zt, this.blur = this.ctx.driver.wrapAction(
|
|
762
|
+
super(...e), this.type = "dataGrid", this.componentInfo = zt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
763
763
|
}
|
|
764
764
|
}, Vt = class extends t {
|
|
765
765
|
constructor(...e) {
|
|
@@ -779,7 +779,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
779
779
|
}
|
|
780
780
|
}, Ut = { name: "data-grid-cell" }, Wt = class extends e {
|
|
781
781
|
constructor(...e) {
|
|
782
|
-
super(...e), this.type = "dataGridCell", this.componentInfo = Ut, this.blur = this.ctx.driver.wrapAction(
|
|
782
|
+
super(...e), this.type = "dataGridCell", this.componentInfo = Ut, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
783
783
|
}
|
|
784
784
|
}, Gt = class extends t {
|
|
785
785
|
constructor(...e) {
|
|
@@ -799,7 +799,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
799
799
|
}
|
|
800
800
|
}, qt = { name: "data-grid-row" }, Jt = class extends e {
|
|
801
801
|
constructor(...e) {
|
|
802
|
-
super(...e), this.type = "dataGridRow", this.componentInfo = qt, this.blur = this.ctx.driver.wrapAction(
|
|
802
|
+
super(...e), this.type = "dataGridRow", this.componentInfo = qt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
803
803
|
}
|
|
804
804
|
}, Yt = class extends t {
|
|
805
805
|
constructor(...e) {
|
|
@@ -819,7 +819,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
819
819
|
}
|
|
820
820
|
}, Zt = { name: "date-picker" }, Qt = class extends e {
|
|
821
821
|
constructor(...e) {
|
|
822
|
-
super(...e), this.type = "datePicker", this.componentInfo = Zt, this.blur = this.ctx.driver.wrapAction(
|
|
822
|
+
super(...e), this.type = "datePicker", this.componentInfo = Zt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(N.bind(this)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.selectDate = this.ctx.driver.wrapAction(he.bind(this)), this.clearButton = B.bind(this, "#clear-button"), this.control = V.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = B.bind(this, "#picker-button");
|
|
823
823
|
}
|
|
824
824
|
}, $t = class extends t {
|
|
825
825
|
constructor(...e) {
|
|
@@ -847,7 +847,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
847
847
|
}
|
|
848
848
|
}, tn = { name: "date-range-picker" }, nn = class extends e {
|
|
849
849
|
constructor(...e) {
|
|
850
|
-
super(...e), this.type = "dateRangePicker", this.componentInfo = tn, this.blur = this.ctx.driver.wrapAction(
|
|
850
|
+
super(...e), this.type = "dateRangePicker", this.componentInfo = tn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(N.bind(this)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.selectDateRange = this.ctx.driver.wrapAction(ve.bind(this)), this.clearButton = B.bind(this, "#clear-button"), this.control = V.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = B.bind(this, "#picker-button");
|
|
851
851
|
}
|
|
852
852
|
}, rn = class extends t {
|
|
853
853
|
constructor(...e) {
|
|
@@ -866,7 +866,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
866
866
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveRange = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
867
867
|
type: "eval",
|
|
868
868
|
el: this.wrapper.unwrap(),
|
|
869
|
-
fn:
|
|
869
|
+
fn: ie
|
|
870
870
|
}, e, "toHaveRange(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
871
871
|
type: "eval",
|
|
872
872
|
el: this.wrapper.unwrap(),
|
|
@@ -879,7 +879,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
879
879
|
}
|
|
880
880
|
}, on = { name: "date-time-picker" }, sn = class extends e {
|
|
881
881
|
constructor(...e) {
|
|
882
|
-
super(...e), this.type = "dateTimePicker", this.componentInfo = on, this.blur = this.ctx.driver.wrapAction(
|
|
882
|
+
super(...e), this.type = "dateTimePicker", this.componentInfo = on, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(N.bind(this)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.selectDateTime = this.ctx.driver.wrapAction(be.bind(this)), this.clearButton = B.bind(this, "#clear-button"), this.control = V.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = B.bind(this, "#picker-button");
|
|
883
883
|
}
|
|
884
884
|
}, cn = class extends t {
|
|
885
885
|
constructor(...e) {
|
|
@@ -907,7 +907,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
907
907
|
}
|
|
908
908
|
}, un = { name: "dial-pad" }, dn = class extends e {
|
|
909
909
|
constructor(...e) {
|
|
910
|
-
super(...e), this.type = "dialPad", this.componentInfo = un, this.blur = this.ctx.driver.wrapAction(
|
|
910
|
+
super(...e), this.type = "dialPad", this.componentInfo = un, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
911
911
|
}
|
|
912
912
|
}, fn = class extends t {
|
|
913
913
|
constructor(...e) {
|
|
@@ -927,7 +927,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
927
927
|
}
|
|
928
928
|
}, mn = { name: "dialog" }, hn = class extends e {
|
|
929
929
|
constructor(...e) {
|
|
930
|
-
super(...e), this.type = "dialog", this.componentInfo = mn, this.blur = this.ctx.driver.wrapAction(
|
|
930
|
+
super(...e), this.type = "dialog", this.componentInfo = mn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(C.bind(this, () => this.dismissButton())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.dismissButton = z.bind(this, ".dismiss-button");
|
|
931
931
|
}
|
|
932
932
|
}, gn = class extends t {
|
|
933
933
|
constructor(...e) {
|
|
@@ -959,7 +959,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
959
959
|
}
|
|
960
960
|
}, vn = { name: "divider" }, yn = class extends e {
|
|
961
961
|
constructor(...e) {
|
|
962
|
-
super(...e), this.type = "divider", this.componentInfo = vn, this.blur = this.ctx.driver.wrapAction(
|
|
962
|
+
super(...e), this.type = "divider", this.componentInfo = vn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
963
963
|
}
|
|
964
964
|
}, bn = class extends t {
|
|
965
965
|
constructor(...e) {
|
|
@@ -979,7 +979,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
979
979
|
}
|
|
980
980
|
}, Sn = { name: "empty-state" }, Cn = class extends e {
|
|
981
981
|
constructor(...e) {
|
|
982
|
-
super(...e), this.type = "emptyState", this.componentInfo = Sn, this.blur = this.ctx.driver.wrapAction(
|
|
982
|
+
super(...e), this.type = "emptyState", this.componentInfo = Sn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
983
983
|
}
|
|
984
984
|
}, wn = class extends t {
|
|
985
985
|
constructor(...e) {
|
|
@@ -999,7 +999,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
999
999
|
}
|
|
1000
1000
|
}, En = { name: "fab" }, Dn = class extends e {
|
|
1001
1001
|
constructor(...e) {
|
|
1002
|
-
super(...e), this.type = "fab", this.componentInfo = En, this.blur = this.ctx.driver.wrapAction(
|
|
1002
|
+
super(...e), this.type = "fab", this.componentInfo = En, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(C.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.control = z.bind(this, "button.control");
|
|
1003
1003
|
}
|
|
1004
1004
|
}, On = class extends t {
|
|
1005
1005
|
constructor(...e) {
|
|
@@ -1018,7 +1018,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1018
1018
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1019
1019
|
type: "eval",
|
|
1020
1020
|
el: this.wrapper.unwrap(),
|
|
1021
|
-
fn:
|
|
1021
|
+
fn: S
|
|
1022
1022
|
}, e, "toHaveIcon(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1023
1023
|
type: "eval",
|
|
1024
1024
|
el: this.wrapper.unwrap(),
|
|
@@ -1027,7 +1027,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1027
1027
|
}
|
|
1028
1028
|
}, An = { name: "file-picker" }, jn = class extends e {
|
|
1029
1029
|
constructor(...e) {
|
|
1030
|
-
super(...e), this.type = "filePicker", this.componentInfo = An, this.blur = this.ctx.driver.wrapAction(
|
|
1030
|
+
super(...e), this.type = "filePicker", this.componentInfo = An, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1031
1031
|
}
|
|
1032
1032
|
}, Mn = class extends t {
|
|
1033
1033
|
constructor(...e) {
|
|
@@ -1055,7 +1055,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
}, Pn = { name: "flag" }, Fn = class extends e {
|
|
1057
1057
|
constructor(...e) {
|
|
1058
|
-
super(...e), this.type = "flag", this.componentInfo = Pn, this.blur = this.ctx.driver.wrapAction(
|
|
1058
|
+
super(...e), this.type = "flag", this.componentInfo = Pn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1059
1059
|
}
|
|
1060
1060
|
}, In = class extends t {
|
|
1061
1061
|
constructor(...e) {
|
|
@@ -1074,12 +1074,12 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1074
1074
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveCode = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1075
1075
|
type: "eval",
|
|
1076
1076
|
el: this.wrapper.unwrap(),
|
|
1077
|
-
fn:
|
|
1077
|
+
fn: se
|
|
1078
1078
|
}, e, "toHaveCode(${value})"));
|
|
1079
1079
|
}
|
|
1080
1080
|
}, Rn = { name: "header" }, zn = class extends e {
|
|
1081
1081
|
constructor(...e) {
|
|
1082
|
-
super(...e), this.type = "header", this.componentInfo = Rn, this.blur = this.ctx.driver.wrapAction(
|
|
1082
|
+
super(...e), this.type = "header", this.componentInfo = Rn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1083
1083
|
}
|
|
1084
1084
|
}, Bn = class extends t {
|
|
1085
1085
|
constructor(...e) {
|
|
@@ -1099,7 +1099,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
}, Hn = { name: "icon" }, Un = class extends e {
|
|
1101
1101
|
constructor(...e) {
|
|
1102
|
-
super(...e), this.type = "icon", this.componentInfo = Hn, this.blur = this.ctx.driver.wrapAction(
|
|
1102
|
+
super(...e), this.type = "icon", this.componentInfo = Hn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1103
1103
|
}
|
|
1104
1104
|
}, Wn = class extends t {
|
|
1105
1105
|
constructor(...e) {
|
|
@@ -1118,12 +1118,12 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1118
1118
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveName = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1119
1119
|
type: "eval",
|
|
1120
1120
|
el: this.wrapper.unwrap(),
|
|
1121
|
-
fn:
|
|
1121
|
+
fn: oe
|
|
1122
1122
|
}, e, "toHaveName(${value})"));
|
|
1123
1123
|
}
|
|
1124
1124
|
}, Kn = { name: "kbd-key" }, qn = class extends e {
|
|
1125
1125
|
constructor(...e) {
|
|
1126
|
-
super(...e), this.type = "kbdKey", this.componentInfo = Kn, this.blur = this.ctx.driver.wrapAction(
|
|
1126
|
+
super(...e), this.type = "kbdKey", this.componentInfo = Kn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1127
1127
|
}
|
|
1128
1128
|
}, Jn = class extends t {
|
|
1129
1129
|
constructor(...e) {
|
|
@@ -1143,7 +1143,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1143
1143
|
}
|
|
1144
1144
|
}, Xn = { name: "kbd-shortcut" }, Zn = class extends e {
|
|
1145
1145
|
constructor(...e) {
|
|
1146
|
-
super(...e), this.type = "kbdShortcut", this.componentInfo = Xn, this.blur = this.ctx.driver.wrapAction(
|
|
1146
|
+
super(...e), this.type = "kbdShortcut", this.componentInfo = Xn, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1147
1147
|
}
|
|
1148
1148
|
}, Qn = class extends t {
|
|
1149
1149
|
constructor(...e) {
|
|
@@ -1160,7 +1160,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}, er = { name: "layout" }, tr = class extends e {
|
|
1162
1162
|
constructor(...e) {
|
|
1163
|
-
super(...e), this.type = "layout", this.componentInfo = er, this.blur = this.ctx.driver.wrapAction(
|
|
1163
|
+
super(...e), this.type = "layout", this.componentInfo = er, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1164
1164
|
}
|
|
1165
1165
|
}, nr = class extends t {
|
|
1166
1166
|
constructor(...e) {
|
|
@@ -1180,7 +1180,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
}, ir = { name: "menu" }, ar = class extends e {
|
|
1182
1182
|
constructor(...e) {
|
|
1183
|
-
super(...e), this.type = "menu", this.componentInfo = ir, this.blur = this.ctx.driver.wrapAction(
|
|
1183
|
+
super(...e), this.type = "menu", this.componentInfo = ir, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1184
1184
|
}
|
|
1185
1185
|
}, or = class extends t {
|
|
1186
1186
|
constructor(...e) {
|
|
@@ -1208,7 +1208,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1208
1208
|
}
|
|
1209
1209
|
}, cr = { name: "menu-item" }, lr = class extends e {
|
|
1210
1210
|
constructor(...e) {
|
|
1211
|
-
super(...e), this.type = "menuItem", this.componentInfo = cr, this.blur = this.ctx.driver.wrapAction(
|
|
1211
|
+
super(...e), this.type = "menuItem", this.componentInfo = cr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(C.bind(this, () => this.base())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.base = z.bind(this, ".base");
|
|
1212
1212
|
}
|
|
1213
1213
|
}, ur = class extends t {
|
|
1214
1214
|
constructor(...e) {
|
|
@@ -1231,11 +1231,11 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1231
1231
|
}, !0, "toBeChecked()")), this.toHaveDisabled = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1232
1232
|
type: "eval",
|
|
1233
1233
|
el: this.wrapper.unwrap(),
|
|
1234
|
-
fn:
|
|
1234
|
+
fn: x
|
|
1235
1235
|
}, e, "toHaveDisabled(${value})")), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1236
1236
|
type: "eval",
|
|
1237
1237
|
el: this.wrapper.unwrap(),
|
|
1238
|
-
fn:
|
|
1238
|
+
fn: S
|
|
1239
1239
|
}, e, "toHaveIcon(${value})")), this.toBeUnchecked = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1240
1240
|
type: "eval",
|
|
1241
1241
|
el: this.wrapper.unwrap(),
|
|
@@ -1244,7 +1244,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1244
1244
|
}
|
|
1245
1245
|
}, fr = { name: "nav" }, pr = class extends e {
|
|
1246
1246
|
constructor(...e) {
|
|
1247
|
-
super(...e), this.type = "nav", this.componentInfo = fr, this.blur = this.ctx.driver.wrapAction(
|
|
1247
|
+
super(...e), this.type = "nav", this.componentInfo = fr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1248
1248
|
}
|
|
1249
1249
|
}, mr = class extends t {
|
|
1250
1250
|
constructor(...e) {
|
|
@@ -1261,7 +1261,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1261
1261
|
}
|
|
1262
1262
|
}, gr = { name: "nav-disclosure" }, _r = class extends e {
|
|
1263
1263
|
constructor(...e) {
|
|
1264
|
-
super(...e), this.type = "navDisclosure", this.componentInfo = gr, this.blur = this.ctx.driver.wrapAction(
|
|
1264
|
+
super(...e), this.type = "navDisclosure", this.componentInfo = gr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.collapse = this.ctx.driver.wrapAction(L.bind(this, !1)), this.expand = this.ctx.driver.wrapAction(L.bind(this, !0)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.summary = z.bind(this, "summary");
|
|
1265
1265
|
}
|
|
1266
1266
|
}, vr = class extends t {
|
|
1267
1267
|
constructor(...e) {
|
|
@@ -1280,7 +1280,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1280
1280
|
}, t, `toHaveProp("${e}", ${t})`)), this.notToBeCurrent = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1281
1281
|
type: "eval",
|
|
1282
1282
|
el: this.wrapper.unwrap(),
|
|
1283
|
-
fn:
|
|
1283
|
+
fn: y
|
|
1284
1284
|
}, !1, "notToBeCurrent()")), this.toBeClosed = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1285
1285
|
type: "eval",
|
|
1286
1286
|
el: this.wrapper.unwrap(),
|
|
@@ -1288,11 +1288,11 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1288
1288
|
}, !1, "toBeClosed()")), this.toBeCurrent = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1289
1289
|
type: "eval",
|
|
1290
1290
|
el: this.wrapper.unwrap(),
|
|
1291
|
-
fn:
|
|
1291
|
+
fn: y
|
|
1292
1292
|
}, !0, "toBeCurrent()")), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1293
1293
|
type: "eval",
|
|
1294
1294
|
el: this.wrapper.unwrap(),
|
|
1295
|
-
fn:
|
|
1295
|
+
fn: S
|
|
1296
1296
|
}, e, "toHaveIcon(${value})")), this.toBeOpen = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1297
1297
|
type: "eval",
|
|
1298
1298
|
el: this.wrapper.unwrap(),
|
|
@@ -1301,7 +1301,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1301
1301
|
}
|
|
1302
1302
|
}, br = { name: "nav-item" }, xr = class extends e {
|
|
1303
1303
|
constructor(...e) {
|
|
1304
|
-
super(...e), this.type = "navItem", this.componentInfo = br, this.blur = this.ctx.driver.wrapAction(
|
|
1304
|
+
super(...e), this.type = "navItem", this.componentInfo = br, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(C.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.control = z.bind(this, ".control");
|
|
1305
1305
|
}
|
|
1306
1306
|
}, Sr = class extends t {
|
|
1307
1307
|
constructor(...e) {
|
|
@@ -1320,20 +1320,20 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1320
1320
|
}, t, `toHaveProp("${e}", ${t})`)), this.notToBeCurrent = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1321
1321
|
type: "eval",
|
|
1322
1322
|
el: this.wrapper.unwrap(),
|
|
1323
|
-
fn:
|
|
1323
|
+
fn: y
|
|
1324
1324
|
}, !1, "notToBeCurrent()")), this.toBeCurrent = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1325
1325
|
type: "eval",
|
|
1326
1326
|
el: this.wrapper.unwrap(),
|
|
1327
|
-
fn:
|
|
1327
|
+
fn: y
|
|
1328
1328
|
}, !0, "toBeCurrent()")), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1329
1329
|
type: "eval",
|
|
1330
1330
|
el: this.wrapper.unwrap(),
|
|
1331
|
-
fn:
|
|
1331
|
+
fn: S
|
|
1332
1332
|
}, e, "toHaveIcon(${value})"));
|
|
1333
1333
|
}
|
|
1334
1334
|
}, wr = { name: "note" }, Tr = class extends e {
|
|
1335
1335
|
constructor(...e) {
|
|
1336
|
-
super(...e), this.type = "note", this.componentInfo = wr, this.blur = this.ctx.driver.wrapAction(
|
|
1336
|
+
super(...e), this.type = "note", this.componentInfo = wr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1337
1337
|
}
|
|
1338
1338
|
}, Er = class extends t {
|
|
1339
1339
|
constructor(...e) {
|
|
@@ -1352,12 +1352,12 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1352
1352
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1353
1353
|
type: "eval",
|
|
1354
1354
|
el: this.wrapper.unwrap(),
|
|
1355
|
-
fn:
|
|
1355
|
+
fn: S
|
|
1356
1356
|
}, e, "toHaveIcon(${value})"));
|
|
1357
1357
|
}
|
|
1358
1358
|
}, Or = { name: "number-field" }, kr = class extends e {
|
|
1359
1359
|
constructor(...e) {
|
|
1360
|
-
super(...e), this.type = "numberField", this.componentInfo = Or, this.blur = this.ctx.driver.wrapAction(
|
|
1360
|
+
super(...e), this.type = "numberField", this.componentInfo = Or, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(T.bind(this, () => this.control())), this.clickDecrement = this.ctx.driver.wrapAction(j.bind(this, () => this.decrementButton())), this.clickIncrement = this.ctx.driver.wrapAction(j.bind(this, () => this.incrementButton())), this.fill = this.ctx.driver.wrapAction(w.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.control = z.bind(this, "input.control"), this.decrementButton = B.bind(this, "#subtract"), this.incrementButton = B.bind(this, "#add");
|
|
1361
1361
|
}
|
|
1362
1362
|
}, Ar = class extends t {
|
|
1363
1363
|
constructor(...e) {
|
|
@@ -1376,7 +1376,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1376
1376
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1377
1377
|
type: "eval",
|
|
1378
1378
|
el: this.wrapper.unwrap(),
|
|
1379
|
-
fn:
|
|
1379
|
+
fn: S
|
|
1380
1380
|
}, e, "toHaveIcon(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1381
1381
|
type: "eval",
|
|
1382
1382
|
el: this.wrapper.unwrap(),
|
|
@@ -1384,16 +1384,16 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1384
1384
|
}, e, "toHaveValue(${value})")), this.toHaveValueAsNumber = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1385
1385
|
type: "eval",
|
|
1386
1386
|
el: this.wrapper.unwrap(),
|
|
1387
|
-
fn:
|
|
1387
|
+
fn: g
|
|
1388
1388
|
}, e, "toHaveValueAsNumber(${value})")), this.toHaveVisibleError = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1389
1389
|
type: "eval",
|
|
1390
1390
|
el: this.wrapper.unwrap(),
|
|
1391
1391
|
fn: f
|
|
1392
1392
|
}, e, "toHaveVisibleError(${value})"));
|
|
1393
1393
|
}
|
|
1394
|
-
}, Mr = { name: "
|
|
1394
|
+
}, Mr = { name: "optgroup" }, Nr = class extends e {
|
|
1395
1395
|
constructor(...e) {
|
|
1396
|
-
super(...e), this.type = "
|
|
1396
|
+
super(...e), this.type = "optgroup", this.componentInfo = Mr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1397
1397
|
}
|
|
1398
1398
|
}, Pr = class extends t {
|
|
1399
1399
|
constructor(...e) {
|
|
@@ -1404,20 +1404,13 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1404
1404
|
}
|
|
1405
1405
|
}, Fr = class {
|
|
1406
1406
|
constructor(e, t) {
|
|
1407
|
-
this.ctx = e, this.wrapper = t, this.toHaveProp =
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
fn: (e, t) => e[t],
|
|
1411
|
-
arg: e
|
|
1412
|
-
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1413
|
-
type: "eval",
|
|
1414
|
-
el: this.wrapper.unwrap(),
|
|
1415
|
-
fn: x
|
|
1416
|
-
}, e, "toHaveIcon(${value})"));
|
|
1407
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1408
|
+
throw Error("Component does not have props.");
|
|
1409
|
+
};
|
|
1417
1410
|
}
|
|
1418
|
-
}, Ir = { name: "
|
|
1411
|
+
}, Ir = { name: "option" }, Lr = class extends e {
|
|
1419
1412
|
constructor(...e) {
|
|
1420
|
-
super(...e), this.type = "
|
|
1413
|
+
super(...e), this.type = "option", this.componentInfo = Ir, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(C.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1421
1414
|
}
|
|
1422
1415
|
}, Rr = class extends t {
|
|
1423
1416
|
constructor(...e) {
|
|
@@ -1433,19 +1426,15 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1433
1426
|
el: this.wrapper.unwrap(),
|
|
1434
1427
|
fn: (e, t) => e[t],
|
|
1435
1428
|
arg: e
|
|
1436
|
-
}, t, `toHaveProp("${e}", ${t})`)), this.
|
|
1437
|
-
type: "eval",
|
|
1438
|
-
el: this.wrapper.unwrap(),
|
|
1439
|
-
fn: ue
|
|
1440
|
-
}, e, "toHaveSelectedPage(${value})")), this.toHaveTotal = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1429
|
+
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1441
1430
|
type: "eval",
|
|
1442
1431
|
el: this.wrapper.unwrap(),
|
|
1443
|
-
fn:
|
|
1444
|
-
}, e, "
|
|
1432
|
+
fn: S
|
|
1433
|
+
}, e, "toHaveIcon(${value})"));
|
|
1445
1434
|
}
|
|
1446
|
-
}, Br = { name: "
|
|
1435
|
+
}, Br = { name: "pagination" }, Vr = class extends e {
|
|
1447
1436
|
constructor(...e) {
|
|
1448
|
-
super(...e), this.type = "
|
|
1437
|
+
super(...e), this.type = "pagination", this.componentInfo = Br, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clickNext = this.ctx.driver.wrapAction(C.bind(this, () => this.nextButton())), this.clickPageIndex = this.ctx.driver.wrapAction(xe.bind(this)), this.clickPrev = this.ctx.driver.wrapAction(C.bind(this, () => this.prevButton())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.nextButton = z.bind(this, ".next-button"), this.prevButton = z.bind(this, ".prev-button");
|
|
1449
1438
|
}
|
|
1450
1439
|
}, Hr = class extends t {
|
|
1451
1440
|
constructor(...e) {
|
|
@@ -1456,13 +1445,24 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1456
1445
|
}
|
|
1457
1446
|
}, Ur = class {
|
|
1458
1447
|
constructor(e, t) {
|
|
1459
|
-
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1460
|
-
|
|
1461
|
-
|
|
1448
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1449
|
+
type: "eval",
|
|
1450
|
+
el: this.wrapper.unwrap(),
|
|
1451
|
+
fn: (e, t) => e[t],
|
|
1452
|
+
arg: e
|
|
1453
|
+
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveSelectedPage = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1454
|
+
type: "eval",
|
|
1455
|
+
el: this.wrapper.unwrap(),
|
|
1456
|
+
fn: le
|
|
1457
|
+
}, e, "toHaveSelectedPage(${value})")), this.toHaveTotal = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1458
|
+
type: "eval",
|
|
1459
|
+
el: this.wrapper.unwrap(),
|
|
1460
|
+
fn: ce
|
|
1461
|
+
}, e, "toHaveTotal(${value})"));
|
|
1462
1462
|
}
|
|
1463
|
-
}, Wr = { name: "
|
|
1463
|
+
}, Wr = { name: "platform-switch" }, Gr = class extends e {
|
|
1464
1464
|
constructor(...e) {
|
|
1465
|
-
super(...e), this.type = "
|
|
1465
|
+
super(...e), this.type = "platformSwitch", this.componentInfo = Wr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1466
1466
|
}
|
|
1467
1467
|
}, Kr = class extends t {
|
|
1468
1468
|
constructor(...e) {
|
|
@@ -1473,16 +1473,13 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1473
1473
|
}
|
|
1474
1474
|
}, qr = class {
|
|
1475
1475
|
constructor(e, t) {
|
|
1476
|
-
this.ctx = e, this.wrapper = t, this.toHaveProp =
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
fn: (e, t) => e[t],
|
|
1480
|
-
arg: e
|
|
1481
|
-
}, t, `toHaveProp("${e}", ${t})`));
|
|
1476
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1477
|
+
throw Error("Component does not have props.");
|
|
1478
|
+
};
|
|
1482
1479
|
}
|
|
1483
|
-
}, Jr = { name: "
|
|
1480
|
+
}, Jr = { name: "popover" }, Yr = class extends e {
|
|
1484
1481
|
constructor(...e) {
|
|
1485
|
-
super(...e), this.type = "
|
|
1482
|
+
super(...e), this.type = "popover", this.componentInfo = Jr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1486
1483
|
}
|
|
1487
1484
|
}, Xr = class extends t {
|
|
1488
1485
|
constructor(...e) {
|
|
@@ -1500,9 +1497,9 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1500
1497
|
arg: e
|
|
1501
1498
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1502
1499
|
}
|
|
1503
|
-
}, Qr = { name: "progress
|
|
1500
|
+
}, Qr = { name: "progress" }, $r = class extends e {
|
|
1504
1501
|
constructor(...e) {
|
|
1505
|
-
super(...e), this.type = "
|
|
1502
|
+
super(...e), this.type = "progress", this.componentInfo = Qr, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1506
1503
|
}
|
|
1507
1504
|
}, ei = class extends t {
|
|
1508
1505
|
constructor(...e) {
|
|
@@ -1520,18 +1517,38 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1520
1517
|
arg: e
|
|
1521
1518
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1522
1519
|
}
|
|
1523
|
-
}, ni = { name: "
|
|
1520
|
+
}, ni = { name: "progress-ring" }, ri = class extends e {
|
|
1524
1521
|
constructor(...e) {
|
|
1525
|
-
super(...e), this.type = "
|
|
1522
|
+
super(...e), this.type = "progressRing", this.componentInfo = ni, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1526
1523
|
}
|
|
1527
1524
|
}, ii = class extends t {
|
|
1528
1525
|
constructor(...e) {
|
|
1529
|
-
super(...e), this.componentInfo = ni, this.
|
|
1526
|
+
super(...e), this.componentInfo = ni, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1530
1527
|
}
|
|
1531
1528
|
wrap(e) {
|
|
1532
1529
|
return new ri(this.ctx, e);
|
|
1533
1530
|
}
|
|
1534
1531
|
}, ai = class {
|
|
1532
|
+
constructor(e, t) {
|
|
1533
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1534
|
+
type: "eval",
|
|
1535
|
+
el: this.wrapper.unwrap(),
|
|
1536
|
+
fn: (e, t) => e[t],
|
|
1537
|
+
arg: e
|
|
1538
|
+
}, t, `toHaveProp("${e}", ${t})`));
|
|
1539
|
+
}
|
|
1540
|
+
}, oi = { name: "radio" }, si = class extends e {
|
|
1541
|
+
constructor(...e) {
|
|
1542
|
+
super(...e), this.type = "radio", this.componentInfo = oi, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(C.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.control = z.bind(this, ".control");
|
|
1543
|
+
}
|
|
1544
|
+
}, ci = class extends t {
|
|
1545
|
+
constructor(...e) {
|
|
1546
|
+
super(...e), this.componentInfo = oi, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1547
|
+
}
|
|
1548
|
+
wrap(e) {
|
|
1549
|
+
return new si(this.ctx, e);
|
|
1550
|
+
}
|
|
1551
|
+
}, li = class {
|
|
1535
1552
|
constructor(e, t) {
|
|
1536
1553
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1537
1554
|
type: "eval",
|
|
@@ -1556,18 +1573,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1556
1573
|
fn: f
|
|
1557
1574
|
}, e, "toHaveVisibleError(${value})"));
|
|
1558
1575
|
}
|
|
1559
|
-
},
|
|
1576
|
+
}, ui = { name: "radio-group" }, di = class extends e {
|
|
1560
1577
|
constructor(...e) {
|
|
1561
|
-
super(...e), this.type = "radioGroup", this.componentInfo =
|
|
1578
|
+
super(...e), this.type = "radioGroup", this.componentInfo = ui, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1562
1579
|
}
|
|
1563
|
-
},
|
|
1580
|
+
}, fi = class extends t {
|
|
1564
1581
|
constructor(...e) {
|
|
1565
|
-
super(...e), this.componentInfo =
|
|
1582
|
+
super(...e), this.componentInfo = ui, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1566
1583
|
}
|
|
1567
1584
|
wrap(e) {
|
|
1568
|
-
return new
|
|
1585
|
+
return new di(this.ctx, e);
|
|
1569
1586
|
}
|
|
1570
|
-
},
|
|
1587
|
+
}, pi = class {
|
|
1571
1588
|
constructor(e, t) {
|
|
1572
1589
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1573
1590
|
type: "eval",
|
|
@@ -1576,18 +1593,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1576
1593
|
arg: e
|
|
1577
1594
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1578
1595
|
}
|
|
1579
|
-
},
|
|
1596
|
+
}, mi = { name: "range-slider" }, hi = class extends e {
|
|
1580
1597
|
constructor(...e) {
|
|
1581
|
-
super(...e), this.type = "rangeSlider", this.componentInfo =
|
|
1598
|
+
super(...e), this.type = "rangeSlider", this.componentInfo = mi, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.slideEndTo = this.ctx.driver.wrapAction(F.bind(this, () => this.track(), () => this.endThumb())), this.slideStartTo = this.ctx.driver.wrapAction(F.bind(this, () => this.track(), () => this.startThumb())), this.endThumb = z.bind(this, "#end-thumb"), this.startThumb = z.bind(this, "#start-thumb"), this.track = z.bind(this, ".control");
|
|
1582
1599
|
}
|
|
1583
|
-
},
|
|
1600
|
+
}, gi = class extends t {
|
|
1584
1601
|
constructor(...e) {
|
|
1585
|
-
super(...e), this.componentInfo =
|
|
1602
|
+
super(...e), this.componentInfo = mi, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1586
1603
|
}
|
|
1587
1604
|
wrap(e) {
|
|
1588
|
-
return new
|
|
1605
|
+
return new hi(this.ctx, e);
|
|
1589
1606
|
}
|
|
1590
|
-
},
|
|
1607
|
+
}, _i = class {
|
|
1591
1608
|
constructor(e, t) {
|
|
1592
1609
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1593
1610
|
type: "eval",
|
|
@@ -1597,7 +1614,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1597
1614
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveRange = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1598
1615
|
type: "eval",
|
|
1599
1616
|
el: this.wrapper.unwrap(),
|
|
1600
|
-
fn:
|
|
1617
|
+
fn: ae
|
|
1601
1618
|
}, e, "toHaveRange(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1602
1619
|
type: "eval",
|
|
1603
1620
|
el: this.wrapper.unwrap(),
|
|
@@ -1608,18 +1625,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1608
1625
|
fn: f
|
|
1609
1626
|
}, e, "toHaveVisibleError(${value})"));
|
|
1610
1627
|
}
|
|
1611
|
-
},
|
|
1628
|
+
}, vi = { name: "rich-text-editor" }, yi = class extends e {
|
|
1612
1629
|
constructor(...e) {
|
|
1613
|
-
super(...e), this.type = "richTextEditor", this.componentInfo =
|
|
1630
|
+
super(...e), this.type = "richTextEditor", this.componentInfo = vi, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1614
1631
|
}
|
|
1615
|
-
},
|
|
1632
|
+
}, bi = class extends t {
|
|
1616
1633
|
constructor(...e) {
|
|
1617
|
-
super(...e), this.componentInfo =
|
|
1634
|
+
super(...e), this.componentInfo = vi, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1618
1635
|
}
|
|
1619
1636
|
wrap(e) {
|
|
1620
|
-
return new
|
|
1637
|
+
return new yi(this.ctx, e);
|
|
1621
1638
|
}
|
|
1622
|
-
},
|
|
1639
|
+
}, xi = class {
|
|
1623
1640
|
constructor(e, t) {
|
|
1624
1641
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1625
1642
|
type: "eval",
|
|
@@ -1628,18 +1645,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1628
1645
|
arg: e
|
|
1629
1646
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1630
1647
|
}
|
|
1631
|
-
},
|
|
1648
|
+
}, Si = { name: "rich-text-view" }, Ci = class extends e {
|
|
1632
1649
|
constructor(...e) {
|
|
1633
|
-
super(...e), this.type = "richTextView", this.componentInfo =
|
|
1650
|
+
super(...e), this.type = "richTextView", this.componentInfo = Si, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1634
1651
|
}
|
|
1635
|
-
},
|
|
1652
|
+
}, wi = class extends t {
|
|
1636
1653
|
constructor(...e) {
|
|
1637
|
-
super(...e), this.componentInfo =
|
|
1654
|
+
super(...e), this.componentInfo = Si, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1638
1655
|
}
|
|
1639
1656
|
wrap(e) {
|
|
1640
|
-
return new
|
|
1657
|
+
return new Ci(this.ctx, e);
|
|
1641
1658
|
}
|
|
1642
|
-
},
|
|
1659
|
+
}, Ti = class {
|
|
1643
1660
|
constructor(e, t) {
|
|
1644
1661
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1645
1662
|
type: "eval",
|
|
@@ -1648,18 +1665,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1648
1665
|
arg: e
|
|
1649
1666
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1650
1667
|
}
|
|
1651
|
-
},
|
|
1668
|
+
}, Ei = { name: "searchable-select" }, Di = class extends e {
|
|
1652
1669
|
constructor(...e) {
|
|
1653
|
-
super(...e), this.type = "searchableSelect", this.componentInfo =
|
|
1670
|
+
super(...e), this.type = "searchableSelect", this.componentInfo = Ei, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.selectOptionByText = this.ctx.driver.wrapAction(A.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(k.bind(this));
|
|
1654
1671
|
}
|
|
1655
|
-
},
|
|
1672
|
+
}, Oi = class extends t {
|
|
1656
1673
|
constructor(...e) {
|
|
1657
|
-
super(...e), this.componentInfo =
|
|
1674
|
+
super(...e), this.componentInfo = Ei, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1658
1675
|
}
|
|
1659
1676
|
wrap(e) {
|
|
1660
|
-
return new
|
|
1677
|
+
return new Di(this.ctx, e);
|
|
1661
1678
|
}
|
|
1662
|
-
},
|
|
1679
|
+
}, ki = class {
|
|
1663
1680
|
constructor(e, t) {
|
|
1664
1681
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1665
1682
|
type: "eval",
|
|
@@ -1669,11 +1686,11 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1669
1686
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1670
1687
|
type: "eval",
|
|
1671
1688
|
el: this.wrapper.unwrap(),
|
|
1672
|
-
fn:
|
|
1689
|
+
fn: S
|
|
1673
1690
|
}, e, "toHaveIcon(${value})")), this.toHaveSelectedOptions = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1674
1691
|
type: "eval",
|
|
1675
1692
|
el: this.wrapper.unwrap(),
|
|
1676
|
-
fn:
|
|
1693
|
+
fn: re
|
|
1677
1694
|
}, e, "toHaveSelectedOptions(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1678
1695
|
type: "eval",
|
|
1679
1696
|
el: this.wrapper.unwrap(),
|
|
@@ -1681,25 +1698,25 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1681
1698
|
}, e, "toHaveValue(${value})")), this.toHaveValues = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1682
1699
|
type: "eval",
|
|
1683
1700
|
el: this.wrapper.unwrap(),
|
|
1684
|
-
fn:
|
|
1701
|
+
fn: ne
|
|
1685
1702
|
}, e, "toHaveValues(${value})")), this.toHaveVisibleError = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1686
1703
|
type: "eval",
|
|
1687
1704
|
el: this.wrapper.unwrap(),
|
|
1688
1705
|
fn: f
|
|
1689
1706
|
}, e, "toHaveVisibleError(${value})"));
|
|
1690
1707
|
}
|
|
1691
|
-
},
|
|
1708
|
+
}, Ai = { name: "select" }, ji = class extends e {
|
|
1692
1709
|
constructor(...e) {
|
|
1693
|
-
super(...e), this.type = "select", this.componentInfo =
|
|
1710
|
+
super(...e), this.type = "select", this.componentInfo = Ai, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.selectOptionByText = this.ctx.driver.wrapAction(A.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(k.bind(this));
|
|
1694
1711
|
}
|
|
1695
|
-
},
|
|
1712
|
+
}, Mi = class extends t {
|
|
1696
1713
|
constructor(...e) {
|
|
1697
|
-
super(...e), this.componentInfo =
|
|
1714
|
+
super(...e), this.componentInfo = Ai, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1698
1715
|
}
|
|
1699
1716
|
wrap(e) {
|
|
1700
|
-
return new
|
|
1717
|
+
return new ji(this.ctx, e);
|
|
1701
1718
|
}
|
|
1702
|
-
},
|
|
1719
|
+
}, Ni = class {
|
|
1703
1720
|
constructor(e, t) {
|
|
1704
1721
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1705
1722
|
type: "eval",
|
|
@@ -1709,7 +1726,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1709
1726
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1710
1727
|
type: "eval",
|
|
1711
1728
|
el: this.wrapper.unwrap(),
|
|
1712
|
-
fn:
|
|
1729
|
+
fn: S
|
|
1713
1730
|
}, e, "toHaveIcon(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1714
1731
|
type: "eval",
|
|
1715
1732
|
el: this.wrapper.unwrap(),
|
|
@@ -1720,18 +1737,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1720
1737
|
fn: f
|
|
1721
1738
|
}, e, "toHaveVisibleError(${value})"));
|
|
1722
1739
|
}
|
|
1723
|
-
},
|
|
1740
|
+
}, Pi = { name: "selectable-box" }, Fi = class extends e {
|
|
1724
1741
|
constructor(...e) {
|
|
1725
|
-
super(...e), this.type = "selectableBox", this.componentInfo =
|
|
1742
|
+
super(...e), this.type = "selectableBox", this.componentInfo = Pi, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(fe.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.uncheck = this.ctx.driver.wrapAction(pe.bind(this, () => this.control())), this.control = Ce.bind(this, "[data-vvd-component].control", "div.control");
|
|
1726
1743
|
}
|
|
1727
|
-
},
|
|
1744
|
+
}, Ii = class extends t {
|
|
1728
1745
|
constructor(...e) {
|
|
1729
|
-
super(...e), this.componentInfo =
|
|
1746
|
+
super(...e), this.componentInfo = Pi, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1730
1747
|
}
|
|
1731
1748
|
wrap(e) {
|
|
1732
|
-
return new
|
|
1749
|
+
return new Fi(this.ctx, e);
|
|
1733
1750
|
}
|
|
1734
|
-
},
|
|
1751
|
+
}, Li = class {
|
|
1735
1752
|
constructor(e, t) {
|
|
1736
1753
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1737
1754
|
type: "eval",
|
|
@@ -1748,18 +1765,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1748
1765
|
fn: u
|
|
1749
1766
|
}, !1, "toBeUnchecked()"));
|
|
1750
1767
|
}
|
|
1751
|
-
},
|
|
1768
|
+
}, Ri = { name: "side-drawer" }, zi = class extends e {
|
|
1752
1769
|
constructor(...e) {
|
|
1753
|
-
super(...e), this.type = "sideDrawer", this.componentInfo =
|
|
1770
|
+
super(...e), this.type = "sideDrawer", this.componentInfo = Ri, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1754
1771
|
}
|
|
1755
|
-
},
|
|
1772
|
+
}, Bi = class extends t {
|
|
1756
1773
|
constructor(...e) {
|
|
1757
|
-
super(...e), this.componentInfo =
|
|
1774
|
+
super(...e), this.componentInfo = Ri, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1758
1775
|
}
|
|
1759
1776
|
wrap(e) {
|
|
1760
|
-
return new
|
|
1777
|
+
return new zi(this.ctx, e);
|
|
1761
1778
|
}
|
|
1762
|
-
},
|
|
1779
|
+
}, Vi = class {
|
|
1763
1780
|
constructor(e, t) {
|
|
1764
1781
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1765
1782
|
type: "eval",
|
|
@@ -1768,18 +1785,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1768
1785
|
arg: e
|
|
1769
1786
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1770
1787
|
}
|
|
1771
|
-
},
|
|
1788
|
+
}, Hi = { name: "simple-color-picker" }, Ui = class extends e {
|
|
1772
1789
|
constructor(...e) {
|
|
1773
|
-
super(...e), this.type = "simpleColorPicker", this.componentInfo =
|
|
1790
|
+
super(...e), this.type = "simpleColorPicker", this.componentInfo = Hi, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1774
1791
|
}
|
|
1775
|
-
},
|
|
1792
|
+
}, Wi = class extends t {
|
|
1776
1793
|
constructor(...e) {
|
|
1777
|
-
super(...e), this.componentInfo =
|
|
1794
|
+
super(...e), this.componentInfo = Hi, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1778
1795
|
}
|
|
1779
1796
|
wrap(e) {
|
|
1780
|
-
return new
|
|
1797
|
+
return new Ui(this.ctx, e);
|
|
1781
1798
|
}
|
|
1782
|
-
},
|
|
1799
|
+
}, Gi = class {
|
|
1783
1800
|
constructor(e, t) {
|
|
1784
1801
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1785
1802
|
type: "eval",
|
|
@@ -1796,18 +1813,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1796
1813
|
fn: f
|
|
1797
1814
|
}, e, "toHaveVisibleError(${value})"));
|
|
1798
1815
|
}
|
|
1799
|
-
},
|
|
1816
|
+
}, Ki = { name: "slider" }, qi = class extends e {
|
|
1800
1817
|
constructor(...e) {
|
|
1801
|
-
super(...e), this.type = "slider", this.componentInfo =
|
|
1818
|
+
super(...e), this.type = "slider", this.componentInfo = Ki, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.slideTo = this.ctx.driver.wrapAction(F.bind(this, () => this.track(), () => this.thumb())), this.thumb = z.bind(this, ".thumb-container"), this.track = z.bind(this, ".control");
|
|
1802
1819
|
}
|
|
1803
|
-
},
|
|
1820
|
+
}, Ji = class extends t {
|
|
1804
1821
|
constructor(...e) {
|
|
1805
|
-
super(...e), this.componentInfo =
|
|
1822
|
+
super(...e), this.componentInfo = Ki, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1806
1823
|
}
|
|
1807
1824
|
wrap(e) {
|
|
1808
|
-
return new
|
|
1825
|
+
return new qi(this.ctx, e);
|
|
1809
1826
|
}
|
|
1810
|
-
},
|
|
1827
|
+
}, Yi = class {
|
|
1811
1828
|
constructor(e, t) {
|
|
1812
1829
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1813
1830
|
type: "eval",
|
|
@@ -1821,21 +1838,21 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1821
1838
|
}, e, "toHaveValue(${value})")), this.toHaveValueAsNumber = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1822
1839
|
type: "eval",
|
|
1823
1840
|
el: this.wrapper.unwrap(),
|
|
1824
|
-
fn:
|
|
1841
|
+
fn: g
|
|
1825
1842
|
}, e, "toHaveValueAsNumber(${value})"));
|
|
1826
1843
|
}
|
|
1827
|
-
},
|
|
1844
|
+
}, Xi = { name: "split-button" }, Zi = class extends e {
|
|
1828
1845
|
constructor(...e) {
|
|
1829
|
-
super(...e), this.type = "splitButton", this.componentInfo =
|
|
1846
|
+
super(...e), this.type = "splitButton", this.componentInfo = Xi, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clickAction = this.ctx.driver.wrapAction(C.bind(this, () => this.actionButton())), this.clickIndicator = this.ctx.driver.wrapAction(C.bind(this, () => this.indicatorButton())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.actionButton = z.bind(this, "button.control"), this.indicatorButton = z.bind(this, "button.indicator");
|
|
1830
1847
|
}
|
|
1831
|
-
},
|
|
1848
|
+
}, Qi = class extends t {
|
|
1832
1849
|
constructor(...e) {
|
|
1833
|
-
super(...e), this.componentInfo =
|
|
1850
|
+
super(...e), this.componentInfo = Xi, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1834
1851
|
}
|
|
1835
1852
|
wrap(e) {
|
|
1836
|
-
return new
|
|
1853
|
+
return new Zi(this.ctx, e);
|
|
1837
1854
|
}
|
|
1838
|
-
},
|
|
1855
|
+
}, $i = class {
|
|
1839
1856
|
constructor(e, t) {
|
|
1840
1857
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1841
1858
|
type: "eval",
|
|
@@ -1845,21 +1862,21 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1845
1862
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1846
1863
|
type: "eval",
|
|
1847
1864
|
el: this.wrapper.unwrap(),
|
|
1848
|
-
fn:
|
|
1865
|
+
fn: S
|
|
1849
1866
|
}, e, "toHaveIcon(${value})"));
|
|
1850
1867
|
}
|
|
1851
|
-
},
|
|
1868
|
+
}, ea = { name: "status" }, ta = class extends e {
|
|
1852
1869
|
constructor(...e) {
|
|
1853
|
-
super(...e), this.type = "status", this.componentInfo =
|
|
1870
|
+
super(...e), this.type = "status", this.componentInfo = ea, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1854
1871
|
}
|
|
1855
|
-
},
|
|
1872
|
+
}, na = class extends t {
|
|
1856
1873
|
constructor(...e) {
|
|
1857
|
-
super(...e), this.componentInfo =
|
|
1874
|
+
super(...e), this.componentInfo = ea, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1858
1875
|
}
|
|
1859
1876
|
wrap(e) {
|
|
1860
|
-
return new
|
|
1877
|
+
return new ta(this.ctx, e);
|
|
1861
1878
|
}
|
|
1862
|
-
},
|
|
1879
|
+
}, ra = class {
|
|
1863
1880
|
constructor(e, t) {
|
|
1864
1881
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1865
1882
|
type: "eval",
|
|
@@ -1869,21 +1886,21 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1869
1886
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1870
1887
|
type: "eval",
|
|
1871
1888
|
el: this.wrapper.unwrap(),
|
|
1872
|
-
fn:
|
|
1889
|
+
fn: S
|
|
1873
1890
|
}, e, "toHaveIcon(${value})"));
|
|
1874
1891
|
}
|
|
1875
|
-
},
|
|
1892
|
+
}, ia = { name: "switch" }, aa = class extends e {
|
|
1876
1893
|
constructor(...e) {
|
|
1877
|
-
super(...e), this.type = "switch", this.componentInfo =
|
|
1894
|
+
super(...e), this.type = "switch", this.componentInfo = ia, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(C.bind(this, () => this.switch())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.uncheck = this.ctx.driver.wrapAction(C.bind(this, () => this.switch())), this.switch = z.bind(this, ".switch");
|
|
1878
1895
|
}
|
|
1879
|
-
},
|
|
1896
|
+
}, oa = class extends t {
|
|
1880
1897
|
constructor(...e) {
|
|
1881
|
-
super(...e), this.componentInfo =
|
|
1898
|
+
super(...e), this.componentInfo = ia, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1882
1899
|
}
|
|
1883
1900
|
wrap(e) {
|
|
1884
|
-
return new
|
|
1901
|
+
return new aa(this.ctx, e);
|
|
1885
1902
|
}
|
|
1886
|
-
},
|
|
1903
|
+
}, sa = class {
|
|
1887
1904
|
constructor(e, t) {
|
|
1888
1905
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1889
1906
|
type: "eval",
|
|
@@ -1904,18 +1921,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1904
1921
|
fn: h
|
|
1905
1922
|
}, e, "toHaveValue(${value})"));
|
|
1906
1923
|
}
|
|
1907
|
-
},
|
|
1924
|
+
}, ca = { name: "tab" }, la = class extends e {
|
|
1908
1925
|
constructor(...e) {
|
|
1909
|
-
super(...e), this.type = "tab", this.componentInfo =
|
|
1926
|
+
super(...e), this.type = "tab", this.componentInfo = ca, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.select = this.ctx.driver.wrapAction(C.bind(this, () => this.base())), this.base = z.bind(this, ".base");
|
|
1910
1927
|
}
|
|
1911
|
-
},
|
|
1928
|
+
}, ua = class extends t {
|
|
1912
1929
|
constructor(...e) {
|
|
1913
|
-
super(...e), this.componentInfo =
|
|
1930
|
+
super(...e), this.componentInfo = ca, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1914
1931
|
}
|
|
1915
1932
|
wrap(e) {
|
|
1916
|
-
return new
|
|
1933
|
+
return new la(this.ctx, e);
|
|
1917
1934
|
}
|
|
1918
|
-
},
|
|
1935
|
+
}, da = class {
|
|
1919
1936
|
constructor(e, t) {
|
|
1920
1937
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1921
1938
|
type: "eval",
|
|
@@ -1925,37 +1942,20 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1925
1942
|
}, t, `toHaveProp("${e}", ${t})`)), this.toBeActive = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1926
1943
|
type: "eval",
|
|
1927
1944
|
el: this.wrapper.unwrap(),
|
|
1928
|
-
fn:
|
|
1945
|
+
fn: v
|
|
1929
1946
|
}, !0, "toBeActive()")), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1930
1947
|
type: "eval",
|
|
1931
1948
|
el: this.wrapper.unwrap(),
|
|
1932
|
-
fn:
|
|
1949
|
+
fn: S
|
|
1933
1950
|
}, e, "toHaveIcon(${value})")), this.toBeInactive = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
1934
1951
|
type: "eval",
|
|
1935
1952
|
el: this.wrapper.unwrap(),
|
|
1936
|
-
fn:
|
|
1953
|
+
fn: v
|
|
1937
1954
|
}, !1, "toBeInactive()"));
|
|
1938
1955
|
}
|
|
1939
|
-
},
|
|
1940
|
-
constructor(...e) {
|
|
1941
|
-
super(...e), this.type = "tabPanel", this.componentInfo = ca, this.blur = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(k.bind(this, () => this.locator));
|
|
1942
|
-
}
|
|
1943
|
-
}, ua = class extends t {
|
|
1944
|
-
constructor(...e) {
|
|
1945
|
-
super(...e), this.componentInfo = ca, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1946
|
-
}
|
|
1947
|
-
wrap(e) {
|
|
1948
|
-
return new la(this.ctx, e);
|
|
1949
|
-
}
|
|
1950
|
-
}, da = class {
|
|
1951
|
-
constructor(e, t) {
|
|
1952
|
-
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1953
|
-
throw Error("Component does not have props.");
|
|
1954
|
-
};
|
|
1955
|
-
}
|
|
1956
|
-
}, fa = { name: "table" }, pa = class extends e {
|
|
1956
|
+
}, fa = { name: "tab-panel" }, pa = class extends e {
|
|
1957
1957
|
constructor(...e) {
|
|
1958
|
-
super(...e), this.type = "
|
|
1958
|
+
super(...e), this.type = "tabPanel", this.componentInfo = fa, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1959
1959
|
}
|
|
1960
1960
|
}, ma = class extends t {
|
|
1961
1961
|
constructor(...e) {
|
|
@@ -1970,9 +1970,9 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1970
1970
|
throw Error("Component does not have props.");
|
|
1971
1971
|
};
|
|
1972
1972
|
}
|
|
1973
|
-
}, ga = { name: "table
|
|
1973
|
+
}, ga = { name: "table" }, _a = class extends e {
|
|
1974
1974
|
constructor(...e) {
|
|
1975
|
-
super(...e), this.type = "
|
|
1975
|
+
super(...e), this.type = "table", this.componentInfo = ga, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1976
1976
|
}
|
|
1977
1977
|
}, va = class extends t {
|
|
1978
1978
|
constructor(...e) {
|
|
@@ -1987,9 +1987,9 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
1987
1987
|
throw Error("Component does not have props.");
|
|
1988
1988
|
};
|
|
1989
1989
|
}
|
|
1990
|
-
}, ba = { name: "table-
|
|
1990
|
+
}, ba = { name: "table-body" }, xa = class extends e {
|
|
1991
1991
|
constructor(...e) {
|
|
1992
|
-
super(...e), this.type = "
|
|
1992
|
+
super(...e), this.type = "tableBody", this.componentInfo = ba, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
1993
1993
|
}
|
|
1994
1994
|
}, Sa = class extends t {
|
|
1995
1995
|
constructor(...e) {
|
|
@@ -2004,9 +2004,9 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2004
2004
|
throw Error("Component does not have props.");
|
|
2005
2005
|
};
|
|
2006
2006
|
}
|
|
2007
|
-
}, wa = { name: "table-
|
|
2007
|
+
}, wa = { name: "table-cell" }, Ta = class extends e {
|
|
2008
2008
|
constructor(...e) {
|
|
2009
|
-
super(...e), this.type = "
|
|
2009
|
+
super(...e), this.type = "tableCell", this.componentInfo = wa, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2010
2010
|
}
|
|
2011
2011
|
}, Ea = class extends t {
|
|
2012
2012
|
constructor(...e) {
|
|
@@ -2021,52 +2021,69 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2021
2021
|
throw Error("Component does not have props.");
|
|
2022
2022
|
};
|
|
2023
2023
|
}
|
|
2024
|
-
},
|
|
2024
|
+
}, Oa = { name: "table-head" }, ka = class extends e {
|
|
2025
2025
|
constructor(...e) {
|
|
2026
|
-
super(...e), this.type = "
|
|
2026
|
+
super(...e), this.type = "tableHead", this.componentInfo = Oa, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2027
2027
|
}
|
|
2028
|
-
},
|
|
2028
|
+
}, Aa = class extends t {
|
|
2029
2029
|
constructor(...e) {
|
|
2030
|
-
super(...e), this.componentInfo =
|
|
2030
|
+
super(...e), this.componentInfo = Oa, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2031
2031
|
}
|
|
2032
2032
|
wrap(e) {
|
|
2033
|
-
return new
|
|
2033
|
+
return new ka(this.ctx, e);
|
|
2034
2034
|
}
|
|
2035
|
-
},
|
|
2035
|
+
}, ja = class {
|
|
2036
2036
|
constructor(e, t) {
|
|
2037
2037
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
2038
2038
|
throw Error("Component does not have props.");
|
|
2039
2039
|
};
|
|
2040
2040
|
}
|
|
2041
|
-
},
|
|
2041
|
+
}, Ma = { name: "table-header-cell" }, Na = class extends e {
|
|
2042
2042
|
constructor(...e) {
|
|
2043
|
-
super(...e), this.type = "
|
|
2043
|
+
super(...e), this.type = "tableHeaderCell", this.componentInfo = Ma, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2044
2044
|
}
|
|
2045
|
-
},
|
|
2045
|
+
}, Pa = class extends t {
|
|
2046
2046
|
constructor(...e) {
|
|
2047
|
-
super(...e), this.componentInfo =
|
|
2047
|
+
super(...e), this.componentInfo = Ma, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2048
2048
|
}
|
|
2049
2049
|
wrap(e) {
|
|
2050
|
-
return new
|
|
2050
|
+
return new Na(this.ctx, e);
|
|
2051
2051
|
}
|
|
2052
|
-
},
|
|
2052
|
+
}, Fa = class {
|
|
2053
2053
|
constructor(e, t) {
|
|
2054
2054
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
2055
2055
|
throw Error("Component does not have props.");
|
|
2056
2056
|
};
|
|
2057
2057
|
}
|
|
2058
|
-
},
|
|
2058
|
+
}, Ia = { name: "table-row" }, La = class extends e {
|
|
2059
2059
|
constructor(...e) {
|
|
2060
|
-
super(...e), this.type = "
|
|
2060
|
+
super(...e), this.type = "tableRow", this.componentInfo = Ia, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2061
2061
|
}
|
|
2062
|
-
},
|
|
2062
|
+
}, Ra = class extends t {
|
|
2063
2063
|
constructor(...e) {
|
|
2064
|
-
super(...e), this.componentInfo =
|
|
2064
|
+
super(...e), this.componentInfo = Ia, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2065
2065
|
}
|
|
2066
2066
|
wrap(e) {
|
|
2067
|
-
return new
|
|
2067
|
+
return new La(this.ctx, e);
|
|
2068
2068
|
}
|
|
2069
|
-
},
|
|
2069
|
+
}, za = class {
|
|
2070
|
+
constructor(e, t) {
|
|
2071
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
2072
|
+
throw Error("Component does not have props.");
|
|
2073
|
+
};
|
|
2074
|
+
}
|
|
2075
|
+
}, Ba = { name: "table-sorting-button" }, Va = class extends e {
|
|
2076
|
+
constructor(...e) {
|
|
2077
|
+
super(...e), this.type = "tableSortingButton", this.componentInfo = Ba, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2078
|
+
}
|
|
2079
|
+
}, Ha = class extends t {
|
|
2080
|
+
constructor(...e) {
|
|
2081
|
+
super(...e), this.componentInfo = Ba, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2082
|
+
}
|
|
2083
|
+
wrap(e) {
|
|
2084
|
+
return new Va(this.ctx, e);
|
|
2085
|
+
}
|
|
2086
|
+
}, Ua = class {
|
|
2070
2087
|
constructor(e, t) {
|
|
2071
2088
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2072
2089
|
type: "eval",
|
|
@@ -2075,18 +2092,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2075
2092
|
arg: e
|
|
2076
2093
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2077
2094
|
}
|
|
2078
|
-
},
|
|
2095
|
+
}, $ = { name: "tabs" }, Wa = class extends e {
|
|
2079
2096
|
constructor(...e) {
|
|
2080
|
-
super(...e), this.type = "tabs", this.componentInfo =
|
|
2097
|
+
super(...e), this.type = "tabs", this.componentInfo = $, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2081
2098
|
}
|
|
2082
|
-
},
|
|
2099
|
+
}, Ga = class extends t {
|
|
2083
2100
|
constructor(...e) {
|
|
2084
|
-
super(...e), this.componentInfo =
|
|
2101
|
+
super(...e), this.componentInfo = $, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2085
2102
|
}
|
|
2086
2103
|
wrap(e) {
|
|
2087
|
-
return new
|
|
2104
|
+
return new Wa(this.ctx, e);
|
|
2088
2105
|
}
|
|
2089
|
-
},
|
|
2106
|
+
}, Ka = class {
|
|
2090
2107
|
constructor(e, t) {
|
|
2091
2108
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2092
2109
|
type: "eval",
|
|
@@ -2095,18 +2112,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2095
2112
|
arg: e
|
|
2096
2113
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2097
2114
|
}
|
|
2098
|
-
},
|
|
2115
|
+
}, qa = { name: "tag" }, Ja = class extends e {
|
|
2099
2116
|
constructor(...e) {
|
|
2100
|
-
super(...e), this.type = "tag", this.componentInfo =
|
|
2117
|
+
super(...e), this.type = "tag", this.componentInfo = qa, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(C.bind(this, () => this.base())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.remove = this.ctx.driver.wrapAction(C.bind(this, () => this.dismissButton())), this.select = this.ctx.driver.wrapAction(R.bind(this, !0)), this.unselect = this.ctx.driver.wrapAction(R.bind(this, !1)), this.base = z.bind(this, ".base"), this.dismissButton = z.bind(this, ".dismiss-button");
|
|
2101
2118
|
}
|
|
2102
|
-
},
|
|
2119
|
+
}, Ya = class extends t {
|
|
2103
2120
|
constructor(...e) {
|
|
2104
|
-
super(...e), this.componentInfo =
|
|
2121
|
+
super(...e), this.componentInfo = qa, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2105
2122
|
}
|
|
2106
2123
|
wrap(e) {
|
|
2107
|
-
return new
|
|
2124
|
+
return new Ja(this.ctx, e);
|
|
2108
2125
|
}
|
|
2109
|
-
},
|
|
2126
|
+
}, Xa = class {
|
|
2110
2127
|
constructor(e, t) {
|
|
2111
2128
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2112
2129
|
type: "eval",
|
|
@@ -2116,54 +2133,54 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2116
2133
|
}, t, `toHaveProp("${e}", ${t})`)), this.notToBeDisabled = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
2117
2134
|
type: "eval",
|
|
2118
2135
|
el: this.wrapper.unwrap(),
|
|
2119
|
-
fn:
|
|
2136
|
+
fn: x
|
|
2120
2137
|
}, !1, "notToBeDisabled()")), this.toBeDisabled = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
2121
2138
|
type: "eval",
|
|
2122
2139
|
el: this.wrapper.unwrap(),
|
|
2123
|
-
fn:
|
|
2140
|
+
fn: x
|
|
2124
2141
|
}, !0, "toBeDisabled()")), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
2125
2142
|
type: "eval",
|
|
2126
2143
|
el: this.wrapper.unwrap(),
|
|
2127
|
-
fn:
|
|
2144
|
+
fn: S
|
|
2128
2145
|
}, e, "toHaveIcon(${value})")), this.toBeSelected = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
2129
2146
|
type: "eval",
|
|
2130
2147
|
el: this.wrapper.unwrap(),
|
|
2131
|
-
fn:
|
|
2148
|
+
fn: b
|
|
2132
2149
|
}, !0, "toBeSelected()")), this.toBeUnselected = this.ctx.driver.wrapExpect(() => this.ctx.driver.expectEq({
|
|
2133
2150
|
type: "eval",
|
|
2134
2151
|
el: this.wrapper.unwrap(),
|
|
2135
|
-
fn:
|
|
2152
|
+
fn: b
|
|
2136
2153
|
}, !1, "toBeUnselected()"));
|
|
2137
2154
|
}
|
|
2138
|
-
},
|
|
2155
|
+
}, Za = { name: "tag-group" }, Qa = class extends e {
|
|
2139
2156
|
constructor(...e) {
|
|
2140
|
-
super(...e), this.type = "tagGroup", this.componentInfo =
|
|
2157
|
+
super(...e), this.type = "tagGroup", this.componentInfo = Za, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2141
2158
|
}
|
|
2142
|
-
},
|
|
2159
|
+
}, $a = class extends t {
|
|
2143
2160
|
constructor(...e) {
|
|
2144
|
-
super(...e), this.componentInfo =
|
|
2161
|
+
super(...e), this.componentInfo = Za, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2145
2162
|
}
|
|
2146
2163
|
wrap(e) {
|
|
2147
|
-
return new
|
|
2164
|
+
return new Qa(this.ctx, e);
|
|
2148
2165
|
}
|
|
2149
|
-
},
|
|
2166
|
+
}, eo = class {
|
|
2150
2167
|
constructor(e, t) {
|
|
2151
2168
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
2152
2169
|
throw Error("Component does not have props.");
|
|
2153
2170
|
};
|
|
2154
2171
|
}
|
|
2155
|
-
},
|
|
2172
|
+
}, to = { name: "text-area" }, no = class extends e {
|
|
2156
2173
|
constructor(...e) {
|
|
2157
|
-
super(...e), this.type = "textArea", this.componentInfo =
|
|
2174
|
+
super(...e), this.type = "textArea", this.componentInfo = to, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(T.bind(this, () => this.control())), this.fill = this.ctx.driver.wrapAction(w.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.control = z.bind(this, ".control");
|
|
2158
2175
|
}
|
|
2159
|
-
},
|
|
2176
|
+
}, ro = class extends t {
|
|
2160
2177
|
constructor(...e) {
|
|
2161
|
-
super(...e), this.componentInfo =
|
|
2178
|
+
super(...e), this.componentInfo = to, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2162
2179
|
}
|
|
2163
2180
|
wrap(e) {
|
|
2164
|
-
return new
|
|
2181
|
+
return new no(this.ctx, e);
|
|
2165
2182
|
}
|
|
2166
|
-
},
|
|
2183
|
+
}, io = class {
|
|
2167
2184
|
constructor(e, t) {
|
|
2168
2185
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2169
2186
|
type: "eval",
|
|
@@ -2180,18 +2197,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2180
2197
|
fn: f
|
|
2181
2198
|
}, e, "toHaveVisibleError(${value})"));
|
|
2182
2199
|
}
|
|
2183
|
-
},
|
|
2200
|
+
}, ao = { name: "text-field" }, oo = class extends e {
|
|
2184
2201
|
constructor(...e) {
|
|
2185
|
-
super(...e), this.type = "textField", this.componentInfo =
|
|
2202
|
+
super(...e), this.type = "textField", this.componentInfo = ao, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(T.bind(this, () => this.control())), this.fill = this.ctx.driver.wrapAction(w.bind(this, () => this.control())), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.control = Se.bind(this, "input[slot=\"_control\"]");
|
|
2186
2203
|
}
|
|
2187
|
-
},
|
|
2204
|
+
}, so = class extends t {
|
|
2188
2205
|
constructor(...e) {
|
|
2189
|
-
super(...e), this.componentInfo =
|
|
2206
|
+
super(...e), this.componentInfo = ao, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2190
2207
|
}
|
|
2191
2208
|
wrap(e) {
|
|
2192
|
-
return new
|
|
2209
|
+
return new oo(this.ctx, e);
|
|
2193
2210
|
}
|
|
2194
|
-
},
|
|
2211
|
+
}, co = class {
|
|
2195
2212
|
constructor(e, t) {
|
|
2196
2213
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2197
2214
|
type: "eval",
|
|
@@ -2201,7 +2218,7 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2201
2218
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
2202
2219
|
type: "eval",
|
|
2203
2220
|
el: this.wrapper.unwrap(),
|
|
2204
|
-
fn:
|
|
2221
|
+
fn: S
|
|
2205
2222
|
}, e, "toHaveIcon(${value})")), this.toHaveValue = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
2206
2223
|
type: "eval",
|
|
2207
2224
|
el: this.wrapper.unwrap(),
|
|
@@ -2212,18 +2229,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2212
2229
|
fn: f
|
|
2213
2230
|
}, e, "toHaveVisibleError(${value})"));
|
|
2214
2231
|
}
|
|
2215
|
-
},
|
|
2232
|
+
}, lo = { name: "time-picker" }, uo = class extends e {
|
|
2216
2233
|
constructor(...e) {
|
|
2217
|
-
super(...e), this.type = "timePicker", this.componentInfo =
|
|
2234
|
+
super(...e), this.type = "timePicker", this.componentInfo = lo, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(N.bind(this)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator)), this.selectTime = this.ctx.driver.wrapAction(ge.bind(this)), this.clearButton = B.bind(this, "#clear-button"), this.control = V.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = B.bind(this, "#picker-button");
|
|
2218
2235
|
}
|
|
2219
|
-
},
|
|
2236
|
+
}, fo = class extends t {
|
|
2220
2237
|
constructor(...e) {
|
|
2221
|
-
super(...e), this.componentInfo =
|
|
2238
|
+
super(...e), this.componentInfo = lo, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2222
2239
|
}
|
|
2223
2240
|
wrap(e) {
|
|
2224
|
-
return new
|
|
2241
|
+
return new uo(this.ctx, e);
|
|
2225
2242
|
}
|
|
2226
|
-
},
|
|
2243
|
+
}, po = class {
|
|
2227
2244
|
constructor(e, t) {
|
|
2228
2245
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2229
2246
|
type: "eval",
|
|
@@ -2240,18 +2257,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2240
2257
|
fn: f
|
|
2241
2258
|
}, e, "toHaveVisibleError(${value})"));
|
|
2242
2259
|
}
|
|
2243
|
-
},
|
|
2260
|
+
}, mo = { name: "toggletip" }, ho = class extends e {
|
|
2244
2261
|
constructor(...e) {
|
|
2245
|
-
super(...e), this.type = "toggletip", this.componentInfo =
|
|
2262
|
+
super(...e), this.type = "toggletip", this.componentInfo = mo, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2246
2263
|
}
|
|
2247
|
-
},
|
|
2264
|
+
}, go = class extends t {
|
|
2248
2265
|
constructor(...e) {
|
|
2249
|
-
super(...e), this.componentInfo =
|
|
2266
|
+
super(...e), this.componentInfo = mo, this.byHeadline = this.ctx.driver.wrapSelector(s.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2250
2267
|
}
|
|
2251
2268
|
wrap(e) {
|
|
2252
|
-
return new
|
|
2269
|
+
return new ho(this.ctx, e);
|
|
2253
2270
|
}
|
|
2254
|
-
},
|
|
2271
|
+
}, _o = class {
|
|
2255
2272
|
constructor(e, t) {
|
|
2256
2273
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2257
2274
|
type: "eval",
|
|
@@ -2268,18 +2285,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2268
2285
|
fn: m
|
|
2269
2286
|
}, !0, "toBeOpen()"));
|
|
2270
2287
|
}
|
|
2271
|
-
},
|
|
2288
|
+
}, vo = { name: "tooltip" }, yo = class extends e {
|
|
2272
2289
|
constructor(...e) {
|
|
2273
|
-
super(...e), this.type = "tooltip", this.componentInfo =
|
|
2290
|
+
super(...e), this.type = "tooltip", this.componentInfo = vo, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2274
2291
|
}
|
|
2275
|
-
},
|
|
2292
|
+
}, bo = class extends t {
|
|
2276
2293
|
constructor(...e) {
|
|
2277
|
-
super(...e), this.componentInfo =
|
|
2294
|
+
super(...e), this.componentInfo = vo, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this)), this.byText = this.ctx.driver.wrapSelector(c.bind(this));
|
|
2278
2295
|
}
|
|
2279
2296
|
wrap(e) {
|
|
2280
|
-
return new
|
|
2297
|
+
return new yo(this.ctx, e);
|
|
2281
2298
|
}
|
|
2282
|
-
},
|
|
2299
|
+
}, xo = class {
|
|
2283
2300
|
constructor(e, t) {
|
|
2284
2301
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2285
2302
|
type: "eval",
|
|
@@ -2296,18 +2313,18 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2296
2313
|
fn: m
|
|
2297
2314
|
}, !0, "toBeOpen()"));
|
|
2298
2315
|
}
|
|
2299
|
-
},
|
|
2316
|
+
}, So = { name: "tree-item" }, Co = class extends e {
|
|
2300
2317
|
constructor(...e) {
|
|
2301
|
-
super(...e), this.type = "treeItem", this.componentInfo =
|
|
2318
|
+
super(...e), this.type = "treeItem", this.componentInfo = So, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2302
2319
|
}
|
|
2303
|
-
},
|
|
2320
|
+
}, wo = class extends t {
|
|
2304
2321
|
constructor(...e) {
|
|
2305
|
-
super(...e), this.componentInfo =
|
|
2322
|
+
super(...e), this.componentInfo = So, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2306
2323
|
}
|
|
2307
2324
|
wrap(e) {
|
|
2308
|
-
return new
|
|
2325
|
+
return new Co(this.ctx, e);
|
|
2309
2326
|
}
|
|
2310
|
-
},
|
|
2327
|
+
}, To = class {
|
|
2311
2328
|
constructor(e, t) {
|
|
2312
2329
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2313
2330
|
type: "eval",
|
|
@@ -2317,21 +2334,21 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2317
2334
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
2318
2335
|
type: "eval",
|
|
2319
2336
|
el: this.wrapper.unwrap(),
|
|
2320
|
-
fn:
|
|
2337
|
+
fn: S
|
|
2321
2338
|
}, e, "toHaveIcon(${value})"));
|
|
2322
2339
|
}
|
|
2323
|
-
},
|
|
2340
|
+
}, Eo = { name: "tree-view" }, Do = class extends e {
|
|
2324
2341
|
constructor(...e) {
|
|
2325
|
-
super(...e), this.type = "treeView", this.componentInfo =
|
|
2342
|
+
super(...e), this.type = "treeView", this.componentInfo = Eo, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2326
2343
|
}
|
|
2327
|
-
},
|
|
2344
|
+
}, Oo = class extends t {
|
|
2328
2345
|
constructor(...e) {
|
|
2329
|
-
super(...e), this.componentInfo =
|
|
2346
|
+
super(...e), this.componentInfo = Eo, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2330
2347
|
}
|
|
2331
2348
|
wrap(e) {
|
|
2332
|
-
return new
|
|
2349
|
+
return new Do(this.ctx, e);
|
|
2333
2350
|
}
|
|
2334
|
-
},
|
|
2351
|
+
}, ko = class {
|
|
2335
2352
|
constructor(e, t) {
|
|
2336
2353
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2337
2354
|
type: "eval",
|
|
@@ -2340,29 +2357,29 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2340
2357
|
arg: e
|
|
2341
2358
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2342
2359
|
}
|
|
2343
|
-
},
|
|
2360
|
+
}, Ao = { name: "video-player" }, jo = class extends e {
|
|
2344
2361
|
constructor(...e) {
|
|
2345
|
-
super(...e), this.type = "videoPlayer", this.componentInfo =
|
|
2362
|
+
super(...e), this.type = "videoPlayer", this.componentInfo = Ao, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(E.bind(this, () => this.locator)), this.hover = this.ctx.driver.wrapAction(O.bind(this, () => this.locator));
|
|
2346
2363
|
}
|
|
2347
|
-
},
|
|
2364
|
+
}, Mo = class extends t {
|
|
2348
2365
|
constructor(...e) {
|
|
2349
|
-
super(...e), this.componentInfo =
|
|
2366
|
+
super(...e), this.componentInfo = Ao, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2350
2367
|
}
|
|
2351
2368
|
wrap(e) {
|
|
2352
|
-
return new
|
|
2369
|
+
return new jo(this.ctx, e);
|
|
2353
2370
|
}
|
|
2354
|
-
},
|
|
2371
|
+
}, No = {
|
|
2355
2372
|
collection: r,
|
|
2356
|
-
accordion:
|
|
2357
|
-
accordionItem:
|
|
2358
|
-
actionGroup:
|
|
2359
|
-
alert:
|
|
2360
|
-
audioPlayer:
|
|
2361
|
-
avatar:
|
|
2362
|
-
badge:
|
|
2363
|
-
banner:
|
|
2364
|
-
breadcrumb:
|
|
2365
|
-
breadcrumbItem:
|
|
2373
|
+
accordion: Ee,
|
|
2374
|
+
accordionItem: ke,
|
|
2375
|
+
actionGroup: Me,
|
|
2376
|
+
alert: Fe,
|
|
2377
|
+
audioPlayer: Re,
|
|
2378
|
+
avatar: Ve,
|
|
2379
|
+
badge: We,
|
|
2380
|
+
banner: qe,
|
|
2381
|
+
breadcrumb: Xe,
|
|
2382
|
+
breadcrumbItem: $e,
|
|
2366
2383
|
button: nt,
|
|
2367
2384
|
calendar: ot,
|
|
2368
2385
|
calendarEvent: ut,
|
|
@@ -2398,45 +2415,46 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2398
2415
|
navItem: Cr,
|
|
2399
2416
|
note: Dr,
|
|
2400
2417
|
numberField: jr,
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2418
|
+
optgroup: Fr,
|
|
2419
|
+
option: zr,
|
|
2420
|
+
pagination: Ur,
|
|
2421
|
+
platformSwitch: qr,
|
|
2422
|
+
popover: Zr,
|
|
2423
|
+
progress: ti,
|
|
2424
|
+
progressRing: ai,
|
|
2425
|
+
radio: li,
|
|
2426
|
+
radioGroup: pi,
|
|
2427
|
+
rangeSlider: _i,
|
|
2428
|
+
richTextEditor: xi,
|
|
2429
|
+
richTextView: Ti,
|
|
2430
|
+
searchableSelect: ki,
|
|
2431
|
+
select: Ni,
|
|
2432
|
+
selectableBox: Li,
|
|
2433
|
+
sideDrawer: Vi,
|
|
2434
|
+
simpleColorPicker: Gi,
|
|
2435
|
+
slider: Yi,
|
|
2436
|
+
splitButton: $i,
|
|
2437
|
+
status: ra,
|
|
2438
|
+
switch: sa,
|
|
2439
|
+
tab: da,
|
|
2440
|
+
tabPanel: ha,
|
|
2441
|
+
table: ya,
|
|
2442
|
+
tableBody: Ca,
|
|
2443
|
+
tableCell: Da,
|
|
2444
|
+
tableHead: ja,
|
|
2445
|
+
tableHeaderCell: Fa,
|
|
2446
|
+
tableRow: za,
|
|
2447
|
+
tableSortingButton: Ua,
|
|
2448
|
+
tabs: Ka,
|
|
2449
|
+
tag: Xa,
|
|
2450
|
+
tagGroup: eo,
|
|
2451
|
+
textArea: io,
|
|
2452
|
+
textField: co,
|
|
2453
|
+
timePicker: po,
|
|
2454
|
+
toggletip: _o,
|
|
2455
|
+
tooltip: xo,
|
|
2456
|
+
treeItem: To,
|
|
2457
|
+
treeView: ko,
|
|
2440
2458
|
videoPlayer: class {
|
|
2441
2459
|
constructor(e, t) {
|
|
2442
2460
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
@@ -2447,14 +2465,14 @@ var W = { name: "accordion" }, Se = class extends e {
|
|
|
2447
2465
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2448
2466
|
}
|
|
2449
2467
|
}
|
|
2450
|
-
},
|
|
2468
|
+
}, Po = class {
|
|
2451
2469
|
constructor(e) {
|
|
2452
|
-
this.ctx = e, this.accordion = new
|
|
2470
|
+
this.ctx = e, this.accordion = new Te(this.ctx), this.accordionItem = new Oe(this.ctx), this.actionGroup = new je(this.ctx), this.alert = new Pe(this.ctx), this.audioPlayer = new Le(this.ctx), this.avatar = new Be(this.ctx), this.badge = new Ue(this.ctx), this.banner = new Ke(this.ctx), this.breadcrumb = new Ye(this.ctx), this.breadcrumbItem = new Qe(this.ctx), this.button = new tt(this.ctx), this.calendar = new at(this.ctx), this.calendarEvent = new lt(this.ctx), this.card = new pt(this.ctx), this.checkbox = new _t(this.ctx), this.colorPicker = new xt(this.ctx), this.combobox = new Tt(this.ctx), this.contextualHelp = new kt(this.ctx), this.country = new Nt(this.ctx), this.countryGroup = new Lt(this.ctx), this.dataGrid = new Vt(this.ctx), this.dataGridCell = new Gt(this.ctx), this.dataGridRow = new Yt(this.ctx), this.datePicker = new $t(this.ctx), this.dateRangePicker = new rn(this.ctx), this.dateTimePicker = new cn(this.ctx), this.dialPad = new fn(this.ctx), this.dialog = new gn(this.ctx), this.divider = new bn(this.ctx), this.emptyState = new wn(this.ctx), this.fab = new On(this.ctx), this.filePicker = new Mn(this.ctx), this.flag = new In(this.ctx), this.header = new Bn(this.ctx), this.icon = new Wn(this.ctx), this.kbdKey = new Jn(this.ctx), this.kbdShortcut = new Qn(this.ctx), this.layout = new nr(this.ctx), this.menu = new or(this.ctx), this.menuItem = new ur(this.ctx), this.nav = new mr(this.ctx), this.navDisclosure = new vr(this.ctx), this.navItem = new Sr(this.ctx), this.note = new Er(this.ctx), this.numberField = new Ar(this.ctx), this.optgroup = new Pr(this.ctx), this.option = new Rr(this.ctx), this.pagination = new Hr(this.ctx), this.platformSwitch = new Kr(this.ctx), this.popover = new Xr(this.ctx), this.progress = new ei(this.ctx), this.progressRing = new ii(this.ctx), this.radio = new ci(this.ctx), this.radioGroup = new fi(this.ctx), this.rangeSlider = new gi(this.ctx), this.richTextEditor = new bi(this.ctx), this.richTextView = new wi(this.ctx), this.searchableSelect = new Oi(this.ctx), this.select = new Mi(this.ctx), this.selectableBox = new Ii(this.ctx), this.sideDrawer = new Bi(this.ctx), this.simpleColorPicker = new Wi(this.ctx), this.slider = new Ji(this.ctx), this.splitButton = new Qi(this.ctx), this.status = new na(this.ctx), this.switch = new oa(this.ctx), this.tab = new ua(this.ctx), this.tabPanel = new ma(this.ctx), this.table = new va(this.ctx), this.tableBody = new Sa(this.ctx), this.tableCell = new Ea(this.ctx), this.tableHead = new Aa(this.ctx), this.tableHeaderCell = new Pa(this.ctx), this.tableRow = new Ra(this.ctx), this.tableSortingButton = new Ha(this.ctx), this.tabs = new Ga(this.ctx), this.tag = new Ya(this.ctx), this.tagGroup = new $a(this.ctx), this.textArea = new ro(this.ctx), this.textField = new so(this.ctx), this.timePicker = new fo(this.ctx), this.toggletip = new go(this.ctx), this.tooltip = new bo(this.ctx), this.treeItem = new wo(this.ctx), this.treeView = new Oo(this.ctx), this.videoPlayer = new Mo(this.ctx);
|
|
2453
2471
|
}
|
|
2454
2472
|
expect(e) {
|
|
2455
|
-
if (e.type in
|
|
2473
|
+
if (e.type in No) return new No[e.type](this.ctx, e);
|
|
2456
2474
|
throw Error(`Unknown component type: ${e.type}`);
|
|
2457
2475
|
}
|
|
2458
2476
|
};
|
|
2459
2477
|
//#endregion
|
|
2460
|
-
export {
|
|
2478
|
+
export { Po as t };
|