@vonage/vivid-test-utils 5.16.0 → 5.17.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/actions.d.ts +1 -1
- package/dist/{components.generated-Bgf7lMJM.js → components.generated-Bs-nWVke.js} +279 -258
- package/dist/components.generated-DG8EN6bP.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 +8 -6
- package/dist/components.generated-DNNSCeHI.cjs +0 -1
|
@@ -151,36 +151,36 @@ function ue() {
|
|
|
151
151
|
() => this.ctx.driver.userBlur(this.control())
|
|
152
152
|
]);
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function de(e) {
|
|
155
155
|
return l([
|
|
156
156
|
() => this.assert("Component is unchecked before it can be checked", d, "unchecked"),
|
|
157
157
|
() => this.ctx.driver.userClick(e()),
|
|
158
158
|
() => this.assert("Component is checked after checking it", d, "checked")
|
|
159
159
|
]);
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function fe(e) {
|
|
162
162
|
return l([
|
|
163
163
|
() => this.assert("Component is checked before it can be unchecked", d, "checked"),
|
|
164
164
|
() => this.ctx.driver.userClick(e()),
|
|
165
165
|
() => this.assert("Component is unchecked after unchecking it", d, "unchecked")
|
|
166
166
|
]);
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function E(e) {
|
|
169
169
|
return this.ctx.driver.userFocus(e());
|
|
170
170
|
}
|
|
171
|
-
function
|
|
171
|
+
function D(e) {
|
|
172
172
|
return this.ctx.driver.userBlur(e());
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function O(e) {
|
|
175
175
|
return this.ctx.driver.userHover(e());
|
|
176
176
|
}
|
|
177
|
-
function
|
|
178
|
-
return
|
|
177
|
+
function k(e) {
|
|
178
|
+
return pe.call(this, i("option", [["value", e]]));
|
|
179
179
|
}
|
|
180
|
-
function
|
|
181
|
-
return
|
|
180
|
+
function A(e) {
|
|
181
|
+
return pe.call(this, i("option", [["text", e]]));
|
|
182
182
|
}
|
|
183
|
-
function
|
|
183
|
+
function pe(e) {
|
|
184
184
|
return this.ctx.driver.eval(this.locator, (e) => e.open, void 0, (t) => l([
|
|
185
185
|
() => {
|
|
186
186
|
if (!t) return this.ctx.driver.userClick(this.locator);
|
|
@@ -203,91 +203,91 @@ function N(e) {
|
|
|
203
203
|
}, !0, "Option is selected after selecting it")
|
|
204
204
|
]));
|
|
205
205
|
}
|
|
206
|
-
function
|
|
206
|
+
function j(e) {
|
|
207
207
|
return e().click();
|
|
208
208
|
}
|
|
209
|
-
var
|
|
209
|
+
var M = (e) => {
|
|
210
210
|
let [t, n, r] = e.split("-");
|
|
211
211
|
return `${n}/${r}/${t}`;
|
|
212
212
|
};
|
|
213
|
-
function
|
|
214
|
-
return l([() => this.control().fill(
|
|
213
|
+
function me(e) {
|
|
214
|
+
return l([() => this.control().fill(M(e)), () => this.control().blur()]);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function N() {
|
|
217
217
|
return l([() => this.pickerButton().click(), () => this.clearButton().click()]);
|
|
218
218
|
}
|
|
219
|
-
var
|
|
219
|
+
var P = (e) => {
|
|
220
220
|
let [t, n, r] = e.split(":");
|
|
221
221
|
return `${t % 12 || 12}:${n}:${r} ${+t < 12 ? "AM" : "PM"}`;
|
|
222
222
|
};
|
|
223
|
-
function
|
|
224
|
-
return l([() => this.control().fill(
|
|
223
|
+
function he(e) {
|
|
224
|
+
return l([() => this.control().fill(P(e)), () => this.control().blur()]);
|
|
225
225
|
}
|
|
226
|
-
var
|
|
227
|
-
function
|
|
228
|
-
return l([() => this.control().fill(
|
|
226
|
+
var ge = ([e, t]) => `${M(e)} – ${M(t)}`;
|
|
227
|
+
function _e(e) {
|
|
228
|
+
return l([() => this.control().fill(ge(e)), () => this.control().blur()]);
|
|
229
229
|
}
|
|
230
|
-
var
|
|
230
|
+
var ve = (e) => {
|
|
231
231
|
let [t, n] = e.split("T");
|
|
232
|
-
return `${
|
|
232
|
+
return `${M(t)} ${P(n)}`;
|
|
233
233
|
};
|
|
234
|
-
function
|
|
235
|
-
return l([() => this.control().fill(
|
|
234
|
+
function ye(e) {
|
|
235
|
+
return l([() => this.control().fill(ve(e)), () => this.control().blur()]);
|
|
236
236
|
}
|
|
237
|
-
function
|
|
237
|
+
function F(e, t, n) {
|
|
238
238
|
return this.ctx.driver.userDragSlider(this.locator, e(), t(), n);
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function be(e) {
|
|
241
241
|
return this.ctx.driver.userClick(this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.locator), `.vwc-pagination-button[label="${e + 1}"]`));
|
|
242
242
|
}
|
|
243
|
-
function
|
|
243
|
+
function I(e) {
|
|
244
244
|
return l([
|
|
245
245
|
() => this.assert(`Component is ${e ? "collapsed" : "expanded"} before it can be ${e ? "expanded" : "collapsed"}`, (e) => !!e.expanded, !e),
|
|
246
246
|
() => this.ctx.driver.userClick(this.button()),
|
|
247
247
|
() => this.assert(`Component is ${e ? "expanded" : "collapsed"} after ${e ? "expanding" : "collapsing"} it`, (e) => !!e.expanded, e)
|
|
248
248
|
]);
|
|
249
249
|
}
|
|
250
|
-
function
|
|
250
|
+
function L(e) {
|
|
251
251
|
return l([
|
|
252
252
|
() => this.assert(`Component is ${e ? "closed" : "open"} before it can be ${e ? "expanded" : "collapsed"}`, (e) => !!e.open, !e),
|
|
253
253
|
() => this.ctx.driver.userClick(this.summary()),
|
|
254
254
|
() => this.assert(`Component is ${e ? "open" : "closed"} after ${e ? "expanding" : "collapsing"} it`, (e) => !!e.open, e)
|
|
255
255
|
]);
|
|
256
256
|
}
|
|
257
|
-
function
|
|
257
|
+
function R(e) {
|
|
258
258
|
return l([() => this.ctx.driver.userClick(this.base()), () => this.assert(`Component is ${e ? "selected" : "unselected"} after ${e ? "selecting" : "unselecting"} it`, (e) => !!e.selected, e)]);
|
|
259
259
|
}
|
|
260
260
|
//#endregion
|
|
261
261
|
//#region src/refs.ts
|
|
262
|
-
function
|
|
262
|
+
function xe(e) {
|
|
263
263
|
return this.ctx.driver.querySelector(this.unwrap(), e);
|
|
264
264
|
}
|
|
265
|
-
function
|
|
265
|
+
function z(e) {
|
|
266
266
|
return this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e);
|
|
267
267
|
}
|
|
268
|
-
function
|
|
268
|
+
function Se(e, t) {
|
|
269
269
|
return this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e)), t);
|
|
270
270
|
}
|
|
271
|
-
function
|
|
271
|
+
function B(e) {
|
|
272
272
|
return new $e(this.ctx, this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e));
|
|
273
273
|
}
|
|
274
|
-
function
|
|
275
|
-
return new
|
|
274
|
+
function V(e) {
|
|
275
|
+
return new Ia(this.ctx, this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e));
|
|
276
276
|
}
|
|
277
277
|
//#endregion
|
|
278
278
|
//#region src/components.generated.ts
|
|
279
|
-
var
|
|
279
|
+
var H = { name: "accordion" }, Ce = class extends e {
|
|
280
280
|
constructor(...e) {
|
|
281
|
-
super(...e), this.type = "accordion", this.componentInfo =
|
|
281
|
+
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));
|
|
282
282
|
}
|
|
283
|
-
},
|
|
283
|
+
}, we = class extends t {
|
|
284
284
|
constructor(...e) {
|
|
285
|
-
super(...e), this.componentInfo =
|
|
285
|
+
super(...e), this.componentInfo = H, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
286
286
|
}
|
|
287
287
|
wrap(e) {
|
|
288
|
-
return new
|
|
288
|
+
return new Ce(this.ctx, e);
|
|
289
289
|
}
|
|
290
|
-
},
|
|
290
|
+
}, Te = class {
|
|
291
291
|
constructor(e, t) {
|
|
292
292
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
293
293
|
type: "eval",
|
|
@@ -296,18 +296,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
296
296
|
arg: e
|
|
297
297
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
298
298
|
}
|
|
299
|
-
},
|
|
299
|
+
}, U = { name: "accordion-item" }, Ee = class extends e {
|
|
300
300
|
constructor(...e) {
|
|
301
|
-
super(...e), this.type = "accordionItem", this.componentInfo =
|
|
301
|
+
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");
|
|
302
302
|
}
|
|
303
|
-
},
|
|
303
|
+
}, De = class extends t {
|
|
304
304
|
constructor(...e) {
|
|
305
|
-
super(...e), this.componentInfo =
|
|
305
|
+
super(...e), this.componentInfo = U, this.byHeading = this.ctx.driver.wrapSelector(te.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
306
306
|
}
|
|
307
307
|
wrap(e) {
|
|
308
|
-
return new
|
|
308
|
+
return new Ee(this.ctx, e);
|
|
309
309
|
}
|
|
310
|
-
},
|
|
310
|
+
}, Oe = class {
|
|
311
311
|
constructor(e, t) {
|
|
312
312
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
313
313
|
type: "eval",
|
|
@@ -328,18 +328,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
328
328
|
fn: S
|
|
329
329
|
}, e, "toHaveIcon(${value})"));
|
|
330
330
|
}
|
|
331
|
-
},
|
|
331
|
+
}, W = { name: "action-group" }, ke = class extends e {
|
|
332
332
|
constructor(...e) {
|
|
333
|
-
super(...e), this.type = "actionGroup", this.componentInfo =
|
|
333
|
+
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));
|
|
334
334
|
}
|
|
335
|
-
},
|
|
335
|
+
}, Ae = class extends t {
|
|
336
336
|
constructor(...e) {
|
|
337
|
-
super(...e), this.componentInfo =
|
|
337
|
+
super(...e), this.componentInfo = W, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
338
338
|
}
|
|
339
339
|
wrap(e) {
|
|
340
|
-
return new
|
|
340
|
+
return new ke(this.ctx, e);
|
|
341
341
|
}
|
|
342
|
-
},
|
|
342
|
+
}, je = class {
|
|
343
343
|
constructor(e, t) {
|
|
344
344
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
345
345
|
type: "eval",
|
|
@@ -348,18 +348,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
348
348
|
arg: e
|
|
349
349
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
350
350
|
}
|
|
351
|
-
},
|
|
351
|
+
}, G = { name: "alert" }, Me = class extends e {
|
|
352
352
|
constructor(...e) {
|
|
353
|
-
super(...e), this.type = "alert", this.componentInfo =
|
|
353
|
+
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));
|
|
354
354
|
}
|
|
355
|
-
},
|
|
355
|
+
}, Ne = class extends t {
|
|
356
356
|
constructor(...e) {
|
|
357
|
-
super(...e), this.componentInfo =
|
|
357
|
+
super(...e), this.componentInfo = G, this.byHeadline = this.ctx.driver.wrapSelector(s.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
358
358
|
}
|
|
359
359
|
wrap(e) {
|
|
360
|
-
return new
|
|
360
|
+
return new Me(this.ctx, e);
|
|
361
361
|
}
|
|
362
|
-
},
|
|
362
|
+
}, Pe = class {
|
|
363
363
|
constructor(e, t) {
|
|
364
364
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
365
365
|
type: "eval",
|
|
@@ -380,18 +380,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
380
380
|
fn: m
|
|
381
381
|
}, !0, "toBeOpen()"));
|
|
382
382
|
}
|
|
383
|
-
},
|
|
383
|
+
}, K = { name: "audio-player" }, Fe = class extends e {
|
|
384
384
|
constructor(...e) {
|
|
385
|
-
super(...e), this.type = "audioPlayer", this.componentInfo =
|
|
385
|
+
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));
|
|
386
386
|
}
|
|
387
|
-
},
|
|
387
|
+
}, Ie = class extends t {
|
|
388
388
|
constructor(...e) {
|
|
389
|
-
super(...e), this.componentInfo =
|
|
389
|
+
super(...e), this.componentInfo = K, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
390
390
|
}
|
|
391
391
|
wrap(e) {
|
|
392
|
-
return new
|
|
392
|
+
return new Fe(this.ctx, e);
|
|
393
393
|
}
|
|
394
|
-
},
|
|
394
|
+
}, Le = class {
|
|
395
395
|
constructor(e, t) {
|
|
396
396
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
397
397
|
type: "eval",
|
|
@@ -400,18 +400,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
400
400
|
arg: e
|
|
401
401
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
402
402
|
}
|
|
403
|
-
},
|
|
403
|
+
}, q = { name: "avatar" }, Re = class extends e {
|
|
404
404
|
constructor(...e) {
|
|
405
|
-
super(...e), this.type = "avatar", this.componentInfo =
|
|
405
|
+
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));
|
|
406
406
|
}
|
|
407
|
-
},
|
|
407
|
+
}, ze = class extends t {
|
|
408
408
|
constructor(...e) {
|
|
409
|
-
super(...e), this.componentInfo =
|
|
409
|
+
super(...e), this.componentInfo = q, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
410
410
|
}
|
|
411
411
|
wrap(e) {
|
|
412
|
-
return new
|
|
412
|
+
return new Re(this.ctx, e);
|
|
413
413
|
}
|
|
414
|
-
},
|
|
414
|
+
}, Be = class {
|
|
415
415
|
constructor(e, t) {
|
|
416
416
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
417
417
|
type: "eval",
|
|
@@ -420,18 +420,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
420
420
|
arg: e
|
|
421
421
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
422
422
|
}
|
|
423
|
-
},
|
|
423
|
+
}, J = { name: "badge" }, Ve = class extends e {
|
|
424
424
|
constructor(...e) {
|
|
425
|
-
super(...e), this.type = "badge", this.componentInfo =
|
|
425
|
+
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));
|
|
426
426
|
}
|
|
427
|
-
},
|
|
427
|
+
}, He = class extends t {
|
|
428
428
|
constructor(...e) {
|
|
429
|
-
super(...e), this.componentInfo =
|
|
429
|
+
super(...e), this.componentInfo = J, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
430
430
|
}
|
|
431
431
|
wrap(e) {
|
|
432
|
-
return new
|
|
432
|
+
return new Ve(this.ctx, e);
|
|
433
433
|
}
|
|
434
|
-
},
|
|
434
|
+
}, Ue = class {
|
|
435
435
|
constructor(e, t) {
|
|
436
436
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
437
437
|
type: "eval",
|
|
@@ -444,18 +444,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
444
444
|
fn: S
|
|
445
445
|
}, e, "toHaveIcon(${value})"));
|
|
446
446
|
}
|
|
447
|
-
},
|
|
447
|
+
}, Y = { name: "banner" }, We = class extends e {
|
|
448
448
|
constructor(...e) {
|
|
449
|
-
super(...e), this.type = "banner", this.componentInfo =
|
|
449
|
+
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");
|
|
450
450
|
}
|
|
451
|
-
},
|
|
451
|
+
}, Ge = class extends t {
|
|
452
452
|
constructor(...e) {
|
|
453
|
-
super(...e), this.componentInfo =
|
|
453
|
+
super(...e), this.componentInfo = Y, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this)), this.byText = this.ctx.driver.wrapSelector(c.bind(this));
|
|
454
454
|
}
|
|
455
455
|
wrap(e) {
|
|
456
|
-
return new
|
|
456
|
+
return new We(this.ctx, e);
|
|
457
457
|
}
|
|
458
|
-
},
|
|
458
|
+
}, Ke = class {
|
|
459
459
|
constructor(e, t) {
|
|
460
460
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
461
461
|
type: "eval",
|
|
@@ -468,35 +468,35 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
468
468
|
fn: S
|
|
469
469
|
}, e, "toHaveIcon(${value})"));
|
|
470
470
|
}
|
|
471
|
-
},
|
|
471
|
+
}, X = { name: "breadcrumb" }, qe = class extends e {
|
|
472
472
|
constructor(...e) {
|
|
473
|
-
super(...e), this.type = "breadcrumb", this.componentInfo =
|
|
473
|
+
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));
|
|
474
474
|
}
|
|
475
|
-
},
|
|
475
|
+
}, Je = class extends t {
|
|
476
476
|
constructor(...e) {
|
|
477
|
-
super(...e), this.componentInfo =
|
|
477
|
+
super(...e), this.componentInfo = X, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
478
478
|
}
|
|
479
479
|
wrap(e) {
|
|
480
|
-
return new
|
|
480
|
+
return new qe(this.ctx, e);
|
|
481
481
|
}
|
|
482
|
-
},
|
|
482
|
+
}, Ye = class {
|
|
483
483
|
constructor(e, t) {
|
|
484
484
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
485
485
|
throw Error("Component does not have props.");
|
|
486
486
|
};
|
|
487
487
|
}
|
|
488
|
-
},
|
|
488
|
+
}, Z = { name: "breadcrumb-item" }, Xe = class extends e {
|
|
489
489
|
constructor(...e) {
|
|
490
|
-
super(...e), this.type = "breadcrumbItem", this.componentInfo =
|
|
490
|
+
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));
|
|
491
491
|
}
|
|
492
|
-
},
|
|
492
|
+
}, Ze = class extends t {
|
|
493
493
|
constructor(...e) {
|
|
494
|
-
super(...e), this.componentInfo =
|
|
494
|
+
super(...e), this.componentInfo = Z, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
495
495
|
}
|
|
496
496
|
wrap(e) {
|
|
497
|
-
return new
|
|
497
|
+
return new Xe(this.ctx, e);
|
|
498
498
|
}
|
|
499
|
-
},
|
|
499
|
+
}, Qe = class {
|
|
500
500
|
constructor(e, t) {
|
|
501
501
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
502
502
|
type: "eval",
|
|
@@ -505,13 +505,13 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
505
505
|
arg: e
|
|
506
506
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
507
507
|
}
|
|
508
|
-
},
|
|
508
|
+
}, Q = { name: "button" }, $e = class extends e {
|
|
509
509
|
constructor(...e) {
|
|
510
|
-
super(...e), this.type = "button", this.componentInfo =
|
|
510
|
+
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");
|
|
511
511
|
}
|
|
512
512
|
}, et = class extends t {
|
|
513
513
|
constructor(...e) {
|
|
514
|
-
super(...e), this.componentInfo =
|
|
514
|
+
super(...e), this.componentInfo = Q, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
515
515
|
}
|
|
516
516
|
wrap(e) {
|
|
517
517
|
return new $e(this.ctx, e);
|
|
@@ -535,7 +535,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
535
535
|
}
|
|
536
536
|
}, nt = { name: "calendar" }, rt = class extends e {
|
|
537
537
|
constructor(...e) {
|
|
538
|
-
super(...e), this.type = "calendar", this.componentInfo = nt, this.blur = this.ctx.driver.wrapAction(
|
|
538
|
+
super(...e), this.type = "calendar", this.componentInfo = nt, 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));
|
|
539
539
|
}
|
|
540
540
|
}, it = class extends t {
|
|
541
541
|
constructor(...e) {
|
|
@@ -555,7 +555,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
555
555
|
}
|
|
556
556
|
}, ot = { name: "calendar-event" }, st = class extends e {
|
|
557
557
|
constructor(...e) {
|
|
558
|
-
super(...e), this.type = "calendarEvent", this.componentInfo = ot, this.blur = this.ctx.driver.wrapAction(
|
|
558
|
+
super(...e), this.type = "calendarEvent", this.componentInfo = ot, 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));
|
|
559
559
|
}
|
|
560
560
|
}, ct = class extends t {
|
|
561
561
|
constructor(...e) {
|
|
@@ -575,7 +575,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
575
575
|
}
|
|
576
576
|
}, ut = { name: "card" }, dt = class extends e {
|
|
577
577
|
constructor(...e) {
|
|
578
|
-
super(...e), this.type = "card", this.componentInfo = ut, this.blur = this.ctx.driver.wrapAction(
|
|
578
|
+
super(...e), this.type = "card", 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));
|
|
579
579
|
}
|
|
580
580
|
}, ft = class extends t {
|
|
581
581
|
constructor(...e) {
|
|
@@ -599,7 +599,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
599
599
|
}
|
|
600
600
|
}, mt = { name: "checkbox" }, ht = class extends e {
|
|
601
601
|
constructor(...e) {
|
|
602
|
-
super(...e), this.type = "checkbox", this.componentInfo = mt, this.blur = this.ctx.driver.wrapAction(
|
|
602
|
+
super(...e), this.type = "checkbox", this.componentInfo = mt, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(de.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(fe.bind(this, () => this.control())), this.control = z.bind(this, "div.control");
|
|
603
603
|
}
|
|
604
604
|
}, gt = class extends t {
|
|
605
605
|
constructor(...e) {
|
|
@@ -639,7 +639,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
639
639
|
}
|
|
640
640
|
}, vt = { name: "color-picker" }, yt = class extends e {
|
|
641
641
|
constructor(...e) {
|
|
642
|
-
super(...e), this.type = "colorPicker", this.componentInfo = vt, this.blur = this.ctx.driver.wrapAction(
|
|
642
|
+
super(...e), this.type = "colorPicker", this.componentInfo = vt, 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));
|
|
643
643
|
}
|
|
644
644
|
}, bt = class extends t {
|
|
645
645
|
constructor(...e) {
|
|
@@ -667,7 +667,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
667
667
|
}
|
|
668
668
|
}, St = { name: "combobox" }, Ct = class extends e {
|
|
669
669
|
constructor(...e) {
|
|
670
|
-
super(...e), this.type = "combobox", this.componentInfo = St, this.blur = this.ctx.driver.wrapAction(
|
|
670
|
+
super(...e), this.type = "combobox", this.componentInfo = St, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction(ue.bind(this)), this.fill = this.ctx.driver.wrapAction(le.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");
|
|
671
671
|
}
|
|
672
672
|
}, wt = class extends t {
|
|
673
673
|
constructor(...e) {
|
|
@@ -699,7 +699,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
699
699
|
}
|
|
700
700
|
}, Et = { name: "contextual-help" }, Dt = class extends e {
|
|
701
701
|
constructor(...e) {
|
|
702
|
-
super(...e), this.type = "contextualHelp", this.componentInfo = Et, this.blur = this.ctx.driver.wrapAction(
|
|
702
|
+
super(...e), this.type = "contextualHelp", this.componentInfo = Et, 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));
|
|
703
703
|
}
|
|
704
704
|
}, Ot = class extends t {
|
|
705
705
|
constructor(...e) {
|
|
@@ -719,7 +719,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
719
719
|
}
|
|
720
720
|
}, At = { name: "country" }, jt = class extends e {
|
|
721
721
|
constructor(...e) {
|
|
722
|
-
super(...e), this.type = "country", this.componentInfo = At, this.blur = this.ctx.driver.wrapAction(
|
|
722
|
+
super(...e), this.type = "country", this.componentInfo = At, 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));
|
|
723
723
|
}
|
|
724
724
|
}, Mt = class extends t {
|
|
725
725
|
constructor(...e) {
|
|
@@ -739,7 +739,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
739
739
|
}
|
|
740
740
|
}, Pt = { name: "data-grid" }, Ft = class extends e {
|
|
741
741
|
constructor(...e) {
|
|
742
|
-
super(...e), this.type = "dataGrid", this.componentInfo = Pt, this.blur = this.ctx.driver.wrapAction(
|
|
742
|
+
super(...e), this.type = "dataGrid", this.componentInfo = Pt, 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));
|
|
743
743
|
}
|
|
744
744
|
}, It = class extends t {
|
|
745
745
|
constructor(...e) {
|
|
@@ -759,7 +759,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
759
759
|
}
|
|
760
760
|
}, Rt = { name: "data-grid-cell" }, zt = class extends e {
|
|
761
761
|
constructor(...e) {
|
|
762
|
-
super(...e), this.type = "dataGridCell", this.componentInfo = Rt, this.blur = this.ctx.driver.wrapAction(
|
|
762
|
+
super(...e), this.type = "dataGridCell", 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));
|
|
763
763
|
}
|
|
764
764
|
}, Bt = class extends t {
|
|
765
765
|
constructor(...e) {
|
|
@@ -779,7 +779,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
779
779
|
}
|
|
780
780
|
}, Ht = { name: "data-grid-row" }, Ut = class extends e {
|
|
781
781
|
constructor(...e) {
|
|
782
|
-
super(...e), this.type = "dataGridRow", this.componentInfo = Ht, this.blur = this.ctx.driver.wrapAction(
|
|
782
|
+
super(...e), this.type = "dataGridRow", this.componentInfo = Ht, 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
|
}, Wt = class extends t {
|
|
785
785
|
constructor(...e) {
|
|
@@ -799,7 +799,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
799
799
|
}
|
|
800
800
|
}, Kt = { name: "date-picker" }, qt = class extends e {
|
|
801
801
|
constructor(...e) {
|
|
802
|
-
super(...e), this.type = "datePicker", this.componentInfo = Kt, this.blur = this.ctx.driver.wrapAction(
|
|
802
|
+
super(...e), this.type = "datePicker", this.componentInfo = Kt, 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(me.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");
|
|
803
803
|
}
|
|
804
804
|
}, Jt = class extends t {
|
|
805
805
|
constructor(...e) {
|
|
@@ -827,7 +827,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
827
827
|
}
|
|
828
828
|
}, Xt = { name: "date-range-picker" }, Zt = class extends e {
|
|
829
829
|
constructor(...e) {
|
|
830
|
-
super(...e), this.type = "dateRangePicker", this.componentInfo = Xt, this.blur = this.ctx.driver.wrapAction(
|
|
830
|
+
super(...e), this.type = "dateRangePicker", this.componentInfo = Xt, 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(_e.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");
|
|
831
831
|
}
|
|
832
832
|
}, Qt = class extends t {
|
|
833
833
|
constructor(...e) {
|
|
@@ -859,7 +859,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
859
859
|
}
|
|
860
860
|
}, en = { name: "date-time-picker" }, tn = class extends e {
|
|
861
861
|
constructor(...e) {
|
|
862
|
-
super(...e), this.type = "dateTimePicker", this.componentInfo = en, this.blur = this.ctx.driver.wrapAction(
|
|
862
|
+
super(...e), this.type = "dateTimePicker", this.componentInfo = en, 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(ye.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");
|
|
863
863
|
}
|
|
864
864
|
}, nn = class extends t {
|
|
865
865
|
constructor(...e) {
|
|
@@ -887,7 +887,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
887
887
|
}
|
|
888
888
|
}, an = { name: "dial-pad" }, on = class extends e {
|
|
889
889
|
constructor(...e) {
|
|
890
|
-
super(...e), this.type = "dialPad", this.componentInfo = an, this.blur = this.ctx.driver.wrapAction(
|
|
890
|
+
super(...e), this.type = "dialPad", 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));
|
|
891
891
|
}
|
|
892
892
|
}, sn = class extends t {
|
|
893
893
|
constructor(...e) {
|
|
@@ -907,7 +907,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
907
907
|
}
|
|
908
908
|
}, ln = { name: "dialog" }, un = class extends e {
|
|
909
909
|
constructor(...e) {
|
|
910
|
-
super(...e), this.type = "dialog", this.componentInfo = ln, this.blur = this.ctx.driver.wrapAction(
|
|
910
|
+
super(...e), this.type = "dialog", this.componentInfo = ln, 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");
|
|
911
911
|
}
|
|
912
912
|
}, dn = class extends t {
|
|
913
913
|
constructor(...e) {
|
|
@@ -939,7 +939,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
939
939
|
}
|
|
940
940
|
}, pn = { name: "divider" }, mn = class extends e {
|
|
941
941
|
constructor(...e) {
|
|
942
|
-
super(...e), this.type = "divider", this.componentInfo = pn, this.blur = this.ctx.driver.wrapAction(
|
|
942
|
+
super(...e), this.type = "divider", 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));
|
|
943
943
|
}
|
|
944
944
|
}, hn = class extends t {
|
|
945
945
|
constructor(...e) {
|
|
@@ -959,7 +959,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
959
959
|
}
|
|
960
960
|
}, _n = { name: "empty-state" }, vn = class extends e {
|
|
961
961
|
constructor(...e) {
|
|
962
|
-
super(...e), this.type = "emptyState", this.componentInfo = _n, this.blur = this.ctx.driver.wrapAction(
|
|
962
|
+
super(...e), this.type = "emptyState", this.componentInfo = _n, 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
|
}, yn = class extends t {
|
|
965
965
|
constructor(...e) {
|
|
@@ -979,7 +979,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
979
979
|
}
|
|
980
980
|
}, xn = { name: "fab" }, Sn = class extends e {
|
|
981
981
|
constructor(...e) {
|
|
982
|
-
super(...e), this.type = "fab", this.componentInfo = xn, this.blur = this.ctx.driver.wrapAction(
|
|
982
|
+
super(...e), this.type = "fab", this.componentInfo = xn, 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");
|
|
983
983
|
}
|
|
984
984
|
}, Cn = class extends t {
|
|
985
985
|
constructor(...e) {
|
|
@@ -1007,7 +1007,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1007
1007
|
}
|
|
1008
1008
|
}, Tn = { name: "file-picker" }, En = class extends e {
|
|
1009
1009
|
constructor(...e) {
|
|
1010
|
-
super(...e), this.type = "filePicker", this.componentInfo = Tn, this.blur = this.ctx.driver.wrapAction(
|
|
1010
|
+
super(...e), this.type = "filePicker", this.componentInfo = Tn, 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));
|
|
1011
1011
|
}
|
|
1012
1012
|
}, Dn = class extends t {
|
|
1013
1013
|
constructor(...e) {
|
|
@@ -1035,7 +1035,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1035
1035
|
}
|
|
1036
1036
|
}, kn = { name: "header" }, An = class extends e {
|
|
1037
1037
|
constructor(...e) {
|
|
1038
|
-
super(...e), this.type = "header", this.componentInfo = kn, this.blur = this.ctx.driver.wrapAction(
|
|
1038
|
+
super(...e), this.type = "header", 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));
|
|
1039
1039
|
}
|
|
1040
1040
|
}, jn = class extends t {
|
|
1041
1041
|
constructor(...e) {
|
|
@@ -1055,7 +1055,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
}, Nn = { name: "icon" }, Pn = class extends e {
|
|
1057
1057
|
constructor(...e) {
|
|
1058
|
-
super(...e), this.type = "icon", this.componentInfo = Nn, this.blur = this.ctx.driver.wrapAction(
|
|
1058
|
+
super(...e), this.type = "icon", this.componentInfo = Nn, 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
|
}, Fn = class extends t {
|
|
1061
1061
|
constructor(...e) {
|
|
@@ -1079,7 +1079,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1079
1079
|
}
|
|
1080
1080
|
}, Ln = { name: "layout" }, Rn = class extends e {
|
|
1081
1081
|
constructor(...e) {
|
|
1082
|
-
super(...e), this.type = "layout", this.componentInfo = Ln, this.blur = this.ctx.driver.wrapAction(
|
|
1082
|
+
super(...e), this.type = "layout", this.componentInfo = Ln, 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
|
}, zn = class extends t {
|
|
1085
1085
|
constructor(...e) {
|
|
@@ -1099,7 +1099,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
}, Vn = { name: "menu" }, Hn = class extends e {
|
|
1101
1101
|
constructor(...e) {
|
|
1102
|
-
super(...e), this.type = "menu", this.componentInfo = Vn, this.blur = this.ctx.driver.wrapAction(
|
|
1102
|
+
super(...e), this.type = "menu", 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));
|
|
1103
1103
|
}
|
|
1104
1104
|
}, Un = class extends t {
|
|
1105
1105
|
constructor(...e) {
|
|
@@ -1127,7 +1127,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1127
1127
|
}
|
|
1128
1128
|
}, Gn = { name: "menu-item" }, Kn = class extends e {
|
|
1129
1129
|
constructor(...e) {
|
|
1130
|
-
super(...e), this.type = "menuItem", this.componentInfo = Gn, this.blur = this.ctx.driver.wrapAction(
|
|
1130
|
+
super(...e), this.type = "menuItem", this.componentInfo = Gn, 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");
|
|
1131
1131
|
}
|
|
1132
1132
|
}, qn = class extends t {
|
|
1133
1133
|
constructor(...e) {
|
|
@@ -1163,7 +1163,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1163
1163
|
}
|
|
1164
1164
|
}, Yn = { name: "nav" }, Xn = class extends e {
|
|
1165
1165
|
constructor(...e) {
|
|
1166
|
-
super(...e), this.type = "nav", this.componentInfo = Yn, this.blur = this.ctx.driver.wrapAction(
|
|
1166
|
+
super(...e), this.type = "nav", this.componentInfo = Yn, 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));
|
|
1167
1167
|
}
|
|
1168
1168
|
}, Zn = class extends t {
|
|
1169
1169
|
constructor(...e) {
|
|
@@ -1180,7 +1180,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
}, $n = { name: "nav-disclosure" }, er = class extends e {
|
|
1182
1182
|
constructor(...e) {
|
|
1183
|
-
super(...e), this.type = "navDisclosure", this.componentInfo = $n, this.blur = this.ctx.driver.wrapAction(
|
|
1183
|
+
super(...e), this.type = "navDisclosure", this.componentInfo = $n, 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");
|
|
1184
1184
|
}
|
|
1185
1185
|
}, tr = class extends t {
|
|
1186
1186
|
constructor(...e) {
|
|
@@ -1220,7 +1220,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1220
1220
|
}
|
|
1221
1221
|
}, rr = { name: "nav-item" }, ir = class extends e {
|
|
1222
1222
|
constructor(...e) {
|
|
1223
|
-
super(...e), this.type = "navItem", this.componentInfo = rr, this.blur = this.ctx.driver.wrapAction(
|
|
1223
|
+
super(...e), this.type = "navItem", this.componentInfo = rr, 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");
|
|
1224
1224
|
}
|
|
1225
1225
|
}, ar = class extends t {
|
|
1226
1226
|
constructor(...e) {
|
|
@@ -1252,7 +1252,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1252
1252
|
}
|
|
1253
1253
|
}, sr = { name: "note" }, cr = class extends e {
|
|
1254
1254
|
constructor(...e) {
|
|
1255
|
-
super(...e), this.type = "note", this.componentInfo = sr, this.blur = this.ctx.driver.wrapAction(
|
|
1255
|
+
super(...e), this.type = "note", this.componentInfo = sr, 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));
|
|
1256
1256
|
}
|
|
1257
1257
|
}, lr = class extends t {
|
|
1258
1258
|
constructor(...e) {
|
|
@@ -1276,7 +1276,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
}, dr = { name: "number-field" }, fr = class extends e {
|
|
1278
1278
|
constructor(...e) {
|
|
1279
|
-
super(...e), this.type = "numberField", this.componentInfo = dr, this.blur = this.ctx.driver.wrapAction(
|
|
1279
|
+
super(...e), this.type = "numberField", this.componentInfo = dr, 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");
|
|
1280
1280
|
}
|
|
1281
1281
|
}, pr = class extends t {
|
|
1282
1282
|
constructor(...e) {
|
|
@@ -1312,7 +1312,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1312
1312
|
}
|
|
1313
1313
|
}, hr = { name: "option" }, gr = class extends e {
|
|
1314
1314
|
constructor(...e) {
|
|
1315
|
-
super(...e), this.type = "option", this.componentInfo = hr, this.blur = this.ctx.driver.wrapAction(
|
|
1315
|
+
super(...e), this.type = "option", this.componentInfo = hr, 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));
|
|
1316
1316
|
}
|
|
1317
1317
|
}, _r = class extends t {
|
|
1318
1318
|
constructor(...e) {
|
|
@@ -1336,7 +1336,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1336
1336
|
}
|
|
1337
1337
|
}, yr = { name: "pagination" }, br = class extends e {
|
|
1338
1338
|
constructor(...e) {
|
|
1339
|
-
super(...e), this.type = "pagination", this.componentInfo = yr, this.blur = this.ctx.driver.wrapAction(
|
|
1339
|
+
super(...e), this.type = "pagination", this.componentInfo = yr, 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(be.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");
|
|
1340
1340
|
}
|
|
1341
1341
|
}, xr = class extends t {
|
|
1342
1342
|
constructor(...e) {
|
|
@@ -1364,7 +1364,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1364
1364
|
}
|
|
1365
1365
|
}, Cr = { name: "popover" }, wr = class extends e {
|
|
1366
1366
|
constructor(...e) {
|
|
1367
|
-
super(...e), this.type = "popover", this.componentInfo = Cr, this.blur = this.ctx.driver.wrapAction(
|
|
1367
|
+
super(...e), this.type = "popover", this.componentInfo = Cr, 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));
|
|
1368
1368
|
}
|
|
1369
1369
|
}, Tr = class extends t {
|
|
1370
1370
|
constructor(...e) {
|
|
@@ -1384,7 +1384,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1384
1384
|
}
|
|
1385
1385
|
}, Dr = { name: "progress" }, Or = class extends e {
|
|
1386
1386
|
constructor(...e) {
|
|
1387
|
-
super(...e), this.type = "progress", this.componentInfo = Dr, this.blur = this.ctx.driver.wrapAction(
|
|
1387
|
+
super(...e), this.type = "progress", this.componentInfo = Dr, 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));
|
|
1388
1388
|
}
|
|
1389
1389
|
}, kr = class extends t {
|
|
1390
1390
|
constructor(...e) {
|
|
@@ -1404,7 +1404,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1404
1404
|
}
|
|
1405
1405
|
}, jr = { name: "progress-ring" }, Mr = class extends e {
|
|
1406
1406
|
constructor(...e) {
|
|
1407
|
-
super(...e), this.type = "progressRing", this.componentInfo = jr, this.blur = this.ctx.driver.wrapAction(
|
|
1407
|
+
super(...e), this.type = "progressRing", 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));
|
|
1408
1408
|
}
|
|
1409
1409
|
}, Nr = class extends t {
|
|
1410
1410
|
constructor(...e) {
|
|
@@ -1424,7 +1424,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1424
1424
|
}
|
|
1425
1425
|
}, Fr = { name: "radio" }, Ir = class extends e {
|
|
1426
1426
|
constructor(...e) {
|
|
1427
|
-
super(...e), this.type = "radio", this.componentInfo = Fr, this.blur = this.ctx.driver.wrapAction(
|
|
1427
|
+
super(...e), this.type = "radio", this.componentInfo = Fr, 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");
|
|
1428
1428
|
}
|
|
1429
1429
|
}, Lr = class extends t {
|
|
1430
1430
|
constructor(...e) {
|
|
@@ -1460,7 +1460,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1460
1460
|
}
|
|
1461
1461
|
}, zr = { name: "radio-group" }, Br = class extends e {
|
|
1462
1462
|
constructor(...e) {
|
|
1463
|
-
super(...e), this.type = "radioGroup", this.componentInfo = zr, this.blur = this.ctx.driver.wrapAction(
|
|
1463
|
+
super(...e), this.type = "radioGroup", this.componentInfo = zr, 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));
|
|
1464
1464
|
}
|
|
1465
1465
|
}, Vr = class extends t {
|
|
1466
1466
|
constructor(...e) {
|
|
@@ -1480,7 +1480,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
}, Ur = { name: "range-slider" }, Wr = class extends e {
|
|
1482
1482
|
constructor(...e) {
|
|
1483
|
-
super(...e), this.type = "rangeSlider", this.componentInfo = Ur, this.blur = this.ctx.driver.wrapAction(
|
|
1483
|
+
super(...e), this.type = "rangeSlider", this.componentInfo = Ur, 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");
|
|
1484
1484
|
}
|
|
1485
1485
|
}, Gr = class extends t {
|
|
1486
1486
|
constructor(...e) {
|
|
@@ -1512,7 +1512,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1512
1512
|
}
|
|
1513
1513
|
}, qr = { name: "rich-text-editor" }, Jr = class extends e {
|
|
1514
1514
|
constructor(...e) {
|
|
1515
|
-
super(...e), this.type = "richTextEditor", this.componentInfo = qr, this.blur = this.ctx.driver.wrapAction(
|
|
1515
|
+
super(...e), this.type = "richTextEditor", 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));
|
|
1516
1516
|
}
|
|
1517
1517
|
}, Yr = class extends t {
|
|
1518
1518
|
constructor(...e) {
|
|
@@ -1532,7 +1532,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1532
1532
|
}
|
|
1533
1533
|
}, Zr = { name: "rich-text-view" }, Qr = class extends e {
|
|
1534
1534
|
constructor(...e) {
|
|
1535
|
-
super(...e), this.type = "richTextView", this.componentInfo = Zr, this.blur = this.ctx.driver.wrapAction(
|
|
1535
|
+
super(...e), this.type = "richTextView", this.componentInfo = Zr, 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));
|
|
1536
1536
|
}
|
|
1537
1537
|
}, $r = class extends t {
|
|
1538
1538
|
constructor(...e) {
|
|
@@ -1552,7 +1552,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1552
1552
|
}
|
|
1553
1553
|
}, ti = { name: "searchable-select" }, ni = class extends e {
|
|
1554
1554
|
constructor(...e) {
|
|
1555
|
-
super(...e), this.type = "searchableSelect", this.componentInfo = ti, this.blur = this.ctx.driver.wrapAction(
|
|
1555
|
+
super(...e), this.type = "searchableSelect", this.componentInfo = ti, 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));
|
|
1556
1556
|
}
|
|
1557
1557
|
}, ri = class extends t {
|
|
1558
1558
|
constructor(...e) {
|
|
@@ -1592,7 +1592,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1592
1592
|
}
|
|
1593
1593
|
}, ai = { name: "select" }, oi = class extends e {
|
|
1594
1594
|
constructor(...e) {
|
|
1595
|
-
super(...e), this.type = "select", this.componentInfo = ai, this.blur = this.ctx.driver.wrapAction(
|
|
1595
|
+
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));
|
|
1596
1596
|
}
|
|
1597
1597
|
}, si = class extends t {
|
|
1598
1598
|
constructor(...e) {
|
|
@@ -1624,7 +1624,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1624
1624
|
}
|
|
1625
1625
|
}, li = { name: "selectable-box" }, ui = class extends e {
|
|
1626
1626
|
constructor(...e) {
|
|
1627
|
-
super(...e), this.type = "selectableBox", this.componentInfo = li, this.blur = this.ctx.driver.wrapAction(
|
|
1627
|
+
super(...e), this.type = "selectableBox", this.componentInfo = li, this.blur = this.ctx.driver.wrapAction(D.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(de.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(fe.bind(this, () => this.control())), this.control = Se.bind(this, "[data-vvd-component].control", "div.control");
|
|
1628
1628
|
}
|
|
1629
1629
|
}, di = class extends t {
|
|
1630
1630
|
constructor(...e) {
|
|
@@ -1652,7 +1652,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1652
1652
|
}
|
|
1653
1653
|
}, pi = { name: "side-drawer" }, mi = class extends e {
|
|
1654
1654
|
constructor(...e) {
|
|
1655
|
-
super(...e), this.type = "sideDrawer", this.componentInfo = pi, this.blur = this.ctx.driver.wrapAction(
|
|
1655
|
+
super(...e), this.type = "sideDrawer", this.componentInfo = pi, 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));
|
|
1656
1656
|
}
|
|
1657
1657
|
}, hi = class extends t {
|
|
1658
1658
|
constructor(...e) {
|
|
@@ -1672,7 +1672,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1672
1672
|
}
|
|
1673
1673
|
}, _i = { name: "simple-color-picker" }, vi = class extends e {
|
|
1674
1674
|
constructor(...e) {
|
|
1675
|
-
super(...e), this.type = "simpleColorPicker", this.componentInfo = _i, this.blur = this.ctx.driver.wrapAction(
|
|
1675
|
+
super(...e), this.type = "simpleColorPicker", this.componentInfo = _i, 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));
|
|
1676
1676
|
}
|
|
1677
1677
|
}, yi = class extends t {
|
|
1678
1678
|
constructor(...e) {
|
|
@@ -1700,7 +1700,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1700
1700
|
}
|
|
1701
1701
|
}, xi = { name: "slider" }, Si = class extends e {
|
|
1702
1702
|
constructor(...e) {
|
|
1703
|
-
super(...e), this.type = "slider", this.componentInfo = xi, this.blur = this.ctx.driver.wrapAction(
|
|
1703
|
+
super(...e), this.type = "slider", this.componentInfo = xi, 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");
|
|
1704
1704
|
}
|
|
1705
1705
|
}, Ci = class extends t {
|
|
1706
1706
|
constructor(...e) {
|
|
@@ -1728,7 +1728,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1728
1728
|
}
|
|
1729
1729
|
}, Ti = { name: "split-button" }, Ei = class extends e {
|
|
1730
1730
|
constructor(...e) {
|
|
1731
|
-
super(...e), this.type = "splitButton", this.componentInfo = Ti, this.blur = this.ctx.driver.wrapAction(
|
|
1731
|
+
super(...e), this.type = "splitButton", this.componentInfo = Ti, 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");
|
|
1732
1732
|
}
|
|
1733
1733
|
}, Di = class extends t {
|
|
1734
1734
|
constructor(...e) {
|
|
@@ -1752,7 +1752,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1752
1752
|
}
|
|
1753
1753
|
}, ki = { name: "status" }, Ai = class extends e {
|
|
1754
1754
|
constructor(...e) {
|
|
1755
|
-
super(...e), this.type = "status", this.componentInfo = ki, this.blur = this.ctx.driver.wrapAction(
|
|
1755
|
+
super(...e), this.type = "status", 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));
|
|
1756
1756
|
}
|
|
1757
1757
|
}, ji = class extends t {
|
|
1758
1758
|
constructor(...e) {
|
|
@@ -1776,7 +1776,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1776
1776
|
}
|
|
1777
1777
|
}, Ni = { name: "switch" }, Pi = class extends e {
|
|
1778
1778
|
constructor(...e) {
|
|
1779
|
-
super(...e), this.type = "switch", this.componentInfo = Ni, this.blur = this.ctx.driver.wrapAction(
|
|
1779
|
+
super(...e), this.type = "switch", this.componentInfo = Ni, 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");
|
|
1780
1780
|
}
|
|
1781
1781
|
}, Fi = class extends t {
|
|
1782
1782
|
constructor(...e) {
|
|
@@ -1808,7 +1808,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
}, Li = { name: "tab" }, Ri = class extends e {
|
|
1810
1810
|
constructor(...e) {
|
|
1811
|
-
super(...e), this.type = "tab", this.componentInfo = Li, this.blur = this.ctx.driver.wrapAction(
|
|
1811
|
+
super(...e), this.type = "tab", this.componentInfo = Li, 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");
|
|
1812
1812
|
}
|
|
1813
1813
|
}, zi = class extends t {
|
|
1814
1814
|
constructor(...e) {
|
|
@@ -1840,7 +1840,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1840
1840
|
}
|
|
1841
1841
|
}, Vi = { name: "tab-panel" }, Hi = class extends e {
|
|
1842
1842
|
constructor(...e) {
|
|
1843
|
-
super(...e), this.type = "tabPanel", this.componentInfo = Vi, this.blur = this.ctx.driver.wrapAction(
|
|
1843
|
+
super(...e), this.type = "tabPanel", 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));
|
|
1844
1844
|
}
|
|
1845
1845
|
}, Ui = class extends t {
|
|
1846
1846
|
constructor(...e) {
|
|
@@ -1857,7 +1857,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1857
1857
|
}
|
|
1858
1858
|
}, Gi = { name: "table" }, Ki = class extends e {
|
|
1859
1859
|
constructor(...e) {
|
|
1860
|
-
super(...e), this.type = "table", this.componentInfo = Gi, this.blur = this.ctx.driver.wrapAction(
|
|
1860
|
+
super(...e), this.type = "table", this.componentInfo = Gi, 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));
|
|
1861
1861
|
}
|
|
1862
1862
|
}, qi = class extends t {
|
|
1863
1863
|
constructor(...e) {
|
|
@@ -1874,7 +1874,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1874
1874
|
}
|
|
1875
1875
|
}, Yi = { name: "table-body" }, Xi = class extends e {
|
|
1876
1876
|
constructor(...e) {
|
|
1877
|
-
super(...e), this.type = "tableBody", this.componentInfo = Yi, this.blur = this.ctx.driver.wrapAction(
|
|
1877
|
+
super(...e), this.type = "tableBody", this.componentInfo = Yi, 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));
|
|
1878
1878
|
}
|
|
1879
1879
|
}, Zi = class extends t {
|
|
1880
1880
|
constructor(...e) {
|
|
@@ -1891,7 +1891,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1891
1891
|
}
|
|
1892
1892
|
}, $i = { name: "table-cell" }, ea = class extends e {
|
|
1893
1893
|
constructor(...e) {
|
|
1894
|
-
super(...e), this.type = "tableCell", this.componentInfo = $i, this.blur = this.ctx.driver.wrapAction(
|
|
1894
|
+
super(...e), this.type = "tableCell", this.componentInfo = $i, 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));
|
|
1895
1895
|
}
|
|
1896
1896
|
}, ta = class extends t {
|
|
1897
1897
|
constructor(...e) {
|
|
@@ -1908,7 +1908,7 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1908
1908
|
}
|
|
1909
1909
|
}, ra = { name: "table-head" }, ia = class extends e {
|
|
1910
1910
|
constructor(...e) {
|
|
1911
|
-
super(...e), this.type = "tableHead", this.componentInfo = ra, this.blur = this.ctx.driver.wrapAction(
|
|
1911
|
+
super(...e), this.type = "tableHead", this.componentInfo = ra, 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));
|
|
1912
1912
|
}
|
|
1913
1913
|
}, aa = class extends t {
|
|
1914
1914
|
constructor(...e) {
|
|
@@ -1923,52 +1923,52 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1923
1923
|
throw Error("Component does not have props.");
|
|
1924
1924
|
};
|
|
1925
1925
|
}
|
|
1926
|
-
},
|
|
1926
|
+
}, sa = { name: "table-header-cell" }, ca = class extends e {
|
|
1927
1927
|
constructor(...e) {
|
|
1928
|
-
super(...e), this.type = "tableHeaderCell", this.componentInfo =
|
|
1928
|
+
super(...e), this.type = "tableHeaderCell", this.componentInfo = sa, 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));
|
|
1929
1929
|
}
|
|
1930
|
-
},
|
|
1930
|
+
}, la = class extends t {
|
|
1931
1931
|
constructor(...e) {
|
|
1932
|
-
super(...e), this.componentInfo =
|
|
1932
|
+
super(...e), this.componentInfo = sa, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1933
1933
|
}
|
|
1934
1934
|
wrap(e) {
|
|
1935
|
-
return new
|
|
1935
|
+
return new ca(this.ctx, e);
|
|
1936
1936
|
}
|
|
1937
|
-
},
|
|
1937
|
+
}, ua = class {
|
|
1938
1938
|
constructor(e, t) {
|
|
1939
1939
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1940
1940
|
throw Error("Component does not have props.");
|
|
1941
1941
|
};
|
|
1942
1942
|
}
|
|
1943
|
-
},
|
|
1943
|
+
}, da = { name: "table-row" }, fa = class extends e {
|
|
1944
1944
|
constructor(...e) {
|
|
1945
|
-
super(...e), this.type = "tableRow", this.componentInfo =
|
|
1945
|
+
super(...e), this.type = "tableRow", this.componentInfo = da, 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));
|
|
1946
1946
|
}
|
|
1947
|
-
},
|
|
1947
|
+
}, pa = class extends t {
|
|
1948
1948
|
constructor(...e) {
|
|
1949
|
-
super(...e), this.componentInfo =
|
|
1949
|
+
super(...e), this.componentInfo = da, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1950
1950
|
}
|
|
1951
1951
|
wrap(e) {
|
|
1952
|
-
return new
|
|
1952
|
+
return new fa(this.ctx, e);
|
|
1953
1953
|
}
|
|
1954
|
-
},
|
|
1954
|
+
}, ma = class {
|
|
1955
1955
|
constructor(e, t) {
|
|
1956
1956
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1957
1957
|
throw Error("Component does not have props.");
|
|
1958
1958
|
};
|
|
1959
1959
|
}
|
|
1960
|
-
},
|
|
1960
|
+
}, ha = { name: "table-sorting-button" }, ga = class extends e {
|
|
1961
1961
|
constructor(...e) {
|
|
1962
|
-
super(...e), this.type = "
|
|
1962
|
+
super(...e), this.type = "tableSortingButton", this.componentInfo = ha, 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));
|
|
1963
1963
|
}
|
|
1964
|
-
},
|
|
1964
|
+
}, _a = class extends t {
|
|
1965
1965
|
constructor(...e) {
|
|
1966
|
-
super(...e), this.componentInfo =
|
|
1966
|
+
super(...e), this.componentInfo = ha, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1967
1967
|
}
|
|
1968
1968
|
wrap(e) {
|
|
1969
|
-
return new
|
|
1969
|
+
return new ga(this.ctx, e);
|
|
1970
1970
|
}
|
|
1971
|
-
},
|
|
1971
|
+
}, va = class {
|
|
1972
1972
|
constructor(e, t) {
|
|
1973
1973
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1974
1974
|
type: "eval",
|
|
@@ -1977,18 +1977,38 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1977
1977
|
arg: e
|
|
1978
1978
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1979
1979
|
}
|
|
1980
|
-
},
|
|
1980
|
+
}, ya = { name: "tabs" }, ba = class extends e {
|
|
1981
1981
|
constructor(...e) {
|
|
1982
|
-
super(...e), this.type = "
|
|
1982
|
+
super(...e), this.type = "tabs", this.componentInfo = ya, 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));
|
|
1983
1983
|
}
|
|
1984
|
-
},
|
|
1984
|
+
}, xa = class extends t {
|
|
1985
1985
|
constructor(...e) {
|
|
1986
|
-
super(...e), this.componentInfo =
|
|
1986
|
+
super(...e), this.componentInfo = ya, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1987
1987
|
}
|
|
1988
1988
|
wrap(e) {
|
|
1989
|
-
return new
|
|
1989
|
+
return new ba(this.ctx, e);
|
|
1990
1990
|
}
|
|
1991
|
-
},
|
|
1991
|
+
}, Sa = class {
|
|
1992
|
+
constructor(e, t) {
|
|
1993
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1994
|
+
type: "eval",
|
|
1995
|
+
el: this.wrapper.unwrap(),
|
|
1996
|
+
fn: (e, t) => e[t],
|
|
1997
|
+
arg: e
|
|
1998
|
+
}, t, `toHaveProp("${e}", ${t})`));
|
|
1999
|
+
}
|
|
2000
|
+
}, Ca = { name: "tag" }, wa = class extends e {
|
|
2001
|
+
constructor(...e) {
|
|
2002
|
+
super(...e), this.type = "tag", this.componentInfo = Ca, 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");
|
|
2003
|
+
}
|
|
2004
|
+
}, Ta = class extends t {
|
|
2005
|
+
constructor(...e) {
|
|
2006
|
+
super(...e), this.componentInfo = Ca, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2007
|
+
}
|
|
2008
|
+
wrap(e) {
|
|
2009
|
+
return new wa(this.ctx, e);
|
|
2010
|
+
}
|
|
2011
|
+
}, Ea = class {
|
|
1992
2012
|
constructor(e, t) {
|
|
1993
2013
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1994
2014
|
type: "eval",
|
|
@@ -2017,35 +2037,35 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2017
2037
|
fn: b
|
|
2018
2038
|
}, !1, "toBeUnselected()"));
|
|
2019
2039
|
}
|
|
2020
|
-
},
|
|
2040
|
+
}, Da = { name: "tag-group" }, Oa = class extends e {
|
|
2021
2041
|
constructor(...e) {
|
|
2022
|
-
super(...e), this.type = "tagGroup", this.componentInfo =
|
|
2042
|
+
super(...e), this.type = "tagGroup", this.componentInfo = Da, 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));
|
|
2023
2043
|
}
|
|
2024
|
-
},
|
|
2044
|
+
}, ka = class extends t {
|
|
2025
2045
|
constructor(...e) {
|
|
2026
|
-
super(...e), this.componentInfo =
|
|
2046
|
+
super(...e), this.componentInfo = Da, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2027
2047
|
}
|
|
2028
2048
|
wrap(e) {
|
|
2029
|
-
return new
|
|
2049
|
+
return new Oa(this.ctx, e);
|
|
2030
2050
|
}
|
|
2031
|
-
},
|
|
2051
|
+
}, Aa = class {
|
|
2032
2052
|
constructor(e, t) {
|
|
2033
2053
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
2034
2054
|
throw Error("Component does not have props.");
|
|
2035
2055
|
};
|
|
2036
2056
|
}
|
|
2037
|
-
},
|
|
2057
|
+
}, ja = { name: "text-area" }, Ma = class extends e {
|
|
2038
2058
|
constructor(...e) {
|
|
2039
|
-
super(...e), this.type = "textArea", this.componentInfo =
|
|
2059
|
+
super(...e), this.type = "textArea", this.componentInfo = ja, 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");
|
|
2040
2060
|
}
|
|
2041
|
-
},
|
|
2061
|
+
}, Na = class extends t {
|
|
2042
2062
|
constructor(...e) {
|
|
2043
|
-
super(...e), this.componentInfo =
|
|
2063
|
+
super(...e), this.componentInfo = ja, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2044
2064
|
}
|
|
2045
2065
|
wrap(e) {
|
|
2046
|
-
return new
|
|
2066
|
+
return new Ma(this.ctx, e);
|
|
2047
2067
|
}
|
|
2048
|
-
},
|
|
2068
|
+
}, Pa = class {
|
|
2049
2069
|
constructor(e, t) {
|
|
2050
2070
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2051
2071
|
type: "eval",
|
|
@@ -2062,18 +2082,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2062
2082
|
fn: f
|
|
2063
2083
|
}, e, "toHaveVisibleError(${value})"));
|
|
2064
2084
|
}
|
|
2065
|
-
},
|
|
2085
|
+
}, Fa = { name: "text-field" }, Ia = class extends e {
|
|
2066
2086
|
constructor(...e) {
|
|
2067
|
-
super(...e), this.type = "textField", this.componentInfo =
|
|
2087
|
+
super(...e), this.type = "textField", this.componentInfo = Fa, 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 = xe.bind(this, "input[slot=\"_control\"]");
|
|
2068
2088
|
}
|
|
2069
|
-
},
|
|
2089
|
+
}, La = class extends t {
|
|
2070
2090
|
constructor(...e) {
|
|
2071
|
-
super(...e), this.componentInfo =
|
|
2091
|
+
super(...e), this.componentInfo = Fa, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2072
2092
|
}
|
|
2073
2093
|
wrap(e) {
|
|
2074
|
-
return new
|
|
2094
|
+
return new Ia(this.ctx, e);
|
|
2075
2095
|
}
|
|
2076
|
-
},
|
|
2096
|
+
}, Ra = class {
|
|
2077
2097
|
constructor(e, t) {
|
|
2078
2098
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2079
2099
|
type: "eval",
|
|
@@ -2094,18 +2114,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2094
2114
|
fn: f
|
|
2095
2115
|
}, e, "toHaveVisibleError(${value})"));
|
|
2096
2116
|
}
|
|
2097
|
-
},
|
|
2117
|
+
}, za = { name: "time-picker" }, Ba = class extends e {
|
|
2098
2118
|
constructor(...e) {
|
|
2099
|
-
super(...e), this.type = "timePicker", this.componentInfo =
|
|
2119
|
+
super(...e), this.type = "timePicker", this.componentInfo = za, 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(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");
|
|
2100
2120
|
}
|
|
2101
|
-
},
|
|
2121
|
+
}, Va = class extends t {
|
|
2102
2122
|
constructor(...e) {
|
|
2103
|
-
super(...e), this.componentInfo =
|
|
2123
|
+
super(...e), this.componentInfo = za, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2104
2124
|
}
|
|
2105
2125
|
wrap(e) {
|
|
2106
|
-
return new
|
|
2126
|
+
return new Ba(this.ctx, e);
|
|
2107
2127
|
}
|
|
2108
|
-
},
|
|
2128
|
+
}, Ha = class {
|
|
2109
2129
|
constructor(e, t) {
|
|
2110
2130
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2111
2131
|
type: "eval",
|
|
@@ -2122,18 +2142,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2122
2142
|
fn: f
|
|
2123
2143
|
}, e, "toHaveVisibleError(${value})"));
|
|
2124
2144
|
}
|
|
2125
|
-
},
|
|
2145
|
+
}, Ua = { name: "toggletip" }, Wa = class extends e {
|
|
2126
2146
|
constructor(...e) {
|
|
2127
|
-
super(...e), this.type = "toggletip", this.componentInfo =
|
|
2147
|
+
super(...e), this.type = "toggletip", this.componentInfo = Ua, 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));
|
|
2128
2148
|
}
|
|
2129
|
-
},
|
|
2149
|
+
}, Ga = class extends t {
|
|
2130
2150
|
constructor(...e) {
|
|
2131
|
-
super(...e), this.componentInfo =
|
|
2151
|
+
super(...e), this.componentInfo = Ua, this.byHeadline = this.ctx.driver.wrapSelector(s.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2132
2152
|
}
|
|
2133
2153
|
wrap(e) {
|
|
2134
|
-
return new
|
|
2154
|
+
return new Wa(this.ctx, e);
|
|
2135
2155
|
}
|
|
2136
|
-
},
|
|
2156
|
+
}, Ka = class {
|
|
2137
2157
|
constructor(e, t) {
|
|
2138
2158
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2139
2159
|
type: "eval",
|
|
@@ -2150,18 +2170,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2150
2170
|
fn: m
|
|
2151
2171
|
}, !0, "toBeOpen()"));
|
|
2152
2172
|
}
|
|
2153
|
-
},
|
|
2173
|
+
}, qa = { name: "tooltip" }, Ja = class extends e {
|
|
2154
2174
|
constructor(...e) {
|
|
2155
|
-
super(...e), this.type = "tooltip", this.componentInfo =
|
|
2175
|
+
super(...e), this.type = "tooltip", this.componentInfo = qa, 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));
|
|
2156
2176
|
}
|
|
2157
|
-
},
|
|
2177
|
+
}, Ya = class extends t {
|
|
2158
2178
|
constructor(...e) {
|
|
2159
|
-
super(...e), this.componentInfo =
|
|
2179
|
+
super(...e), this.componentInfo = qa, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this)), this.byText = this.ctx.driver.wrapSelector(c.bind(this));
|
|
2160
2180
|
}
|
|
2161
2181
|
wrap(e) {
|
|
2162
|
-
return new
|
|
2182
|
+
return new Ja(this.ctx, e);
|
|
2163
2183
|
}
|
|
2164
|
-
},
|
|
2184
|
+
}, Xa = class {
|
|
2165
2185
|
constructor(e, t) {
|
|
2166
2186
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2167
2187
|
type: "eval",
|
|
@@ -2178,18 +2198,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2178
2198
|
fn: m
|
|
2179
2199
|
}, !0, "toBeOpen()"));
|
|
2180
2200
|
}
|
|
2181
|
-
},
|
|
2201
|
+
}, Za = { name: "tree-item" }, Qa = class extends e {
|
|
2182
2202
|
constructor(...e) {
|
|
2183
|
-
super(...e), this.type = "treeItem", this.componentInfo =
|
|
2203
|
+
super(...e), this.type = "treeItem", 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));
|
|
2184
2204
|
}
|
|
2185
|
-
},
|
|
2205
|
+
}, $a = class extends t {
|
|
2186
2206
|
constructor(...e) {
|
|
2187
|
-
super(...e), this.componentInfo =
|
|
2207
|
+
super(...e), this.componentInfo = Za, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2188
2208
|
}
|
|
2189
2209
|
wrap(e) {
|
|
2190
|
-
return new
|
|
2210
|
+
return new Qa(this.ctx, e);
|
|
2191
2211
|
}
|
|
2192
|
-
},
|
|
2212
|
+
}, eo = class {
|
|
2193
2213
|
constructor(e, t) {
|
|
2194
2214
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2195
2215
|
type: "eval",
|
|
@@ -2202,18 +2222,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2202
2222
|
fn: S
|
|
2203
2223
|
}, e, "toHaveIcon(${value})"));
|
|
2204
2224
|
}
|
|
2205
|
-
},
|
|
2225
|
+
}, to = { name: "tree-view" }, no = class extends e {
|
|
2206
2226
|
constructor(...e) {
|
|
2207
|
-
super(...e), this.type = "treeView", this.componentInfo =
|
|
2227
|
+
super(...e), this.type = "treeView", this.componentInfo = to, 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));
|
|
2208
2228
|
}
|
|
2209
|
-
},
|
|
2229
|
+
}, ro = class extends t {
|
|
2210
2230
|
constructor(...e) {
|
|
2211
|
-
super(...e), this.componentInfo =
|
|
2231
|
+
super(...e), this.componentInfo = to, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2212
2232
|
}
|
|
2213
2233
|
wrap(e) {
|
|
2214
|
-
return new
|
|
2234
|
+
return new no(this.ctx, e);
|
|
2215
2235
|
}
|
|
2216
|
-
},
|
|
2236
|
+
}, io = class {
|
|
2217
2237
|
constructor(e, t) {
|
|
2218
2238
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2219
2239
|
type: "eval",
|
|
@@ -2222,29 +2242,29 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2222
2242
|
arg: e
|
|
2223
2243
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2224
2244
|
}
|
|
2225
|
-
},
|
|
2245
|
+
}, $ = { name: "video-player" }, ao = class extends e {
|
|
2226
2246
|
constructor(...e) {
|
|
2227
|
-
super(...e), this.type = "videoPlayer", this.componentInfo =
|
|
2247
|
+
super(...e), this.type = "videoPlayer", 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));
|
|
2228
2248
|
}
|
|
2229
|
-
},
|
|
2249
|
+
}, oo = class extends t {
|
|
2230
2250
|
constructor(...e) {
|
|
2231
|
-
super(...e), this.componentInfo =
|
|
2251
|
+
super(...e), this.componentInfo = $, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2232
2252
|
}
|
|
2233
2253
|
wrap(e) {
|
|
2234
|
-
return new
|
|
2254
|
+
return new ao(this.ctx, e);
|
|
2235
2255
|
}
|
|
2236
|
-
},
|
|
2256
|
+
}, so = {
|
|
2237
2257
|
collection: r,
|
|
2238
|
-
accordion:
|
|
2239
|
-
accordionItem:
|
|
2240
|
-
actionGroup:
|
|
2241
|
-
alert:
|
|
2242
|
-
audioPlayer:
|
|
2243
|
-
avatar:
|
|
2244
|
-
badge:
|
|
2245
|
-
banner:
|
|
2246
|
-
breadcrumb:
|
|
2247
|
-
breadcrumbItem:
|
|
2258
|
+
accordion: Te,
|
|
2259
|
+
accordionItem: Oe,
|
|
2260
|
+
actionGroup: je,
|
|
2261
|
+
alert: Pe,
|
|
2262
|
+
audioPlayer: Le,
|
|
2263
|
+
avatar: Be,
|
|
2264
|
+
badge: Ue,
|
|
2265
|
+
banner: Ke,
|
|
2266
|
+
breadcrumb: Ye,
|
|
2267
|
+
breadcrumbItem: Qe,
|
|
2248
2268
|
button: tt,
|
|
2249
2269
|
calendar: at,
|
|
2250
2270
|
calendarEvent: lt,
|
|
@@ -2301,18 +2321,19 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2301
2321
|
tableBody: Qi,
|
|
2302
2322
|
tableCell: na,
|
|
2303
2323
|
tableHead: oa,
|
|
2304
|
-
tableHeaderCell:
|
|
2305
|
-
tableRow:
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2324
|
+
tableHeaderCell: ua,
|
|
2325
|
+
tableRow: ma,
|
|
2326
|
+
tableSortingButton: va,
|
|
2327
|
+
tabs: Sa,
|
|
2328
|
+
tag: Ea,
|
|
2329
|
+
tagGroup: Aa,
|
|
2330
|
+
textArea: Pa,
|
|
2331
|
+
textField: Ra,
|
|
2332
|
+
timePicker: Ha,
|
|
2333
|
+
toggletip: Ka,
|
|
2334
|
+
tooltip: Xa,
|
|
2335
|
+
treeItem: eo,
|
|
2336
|
+
treeView: io,
|
|
2316
2337
|
videoPlayer: class {
|
|
2317
2338
|
constructor(e, t) {
|
|
2318
2339
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
@@ -2323,14 +2344,14 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2323
2344
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2324
2345
|
}
|
|
2325
2346
|
}
|
|
2326
|
-
},
|
|
2347
|
+
}, co = class {
|
|
2327
2348
|
constructor(e) {
|
|
2328
|
-
this.ctx = e, this.accordion = new
|
|
2349
|
+
this.ctx = e, this.accordion = new we(this.ctx), this.accordionItem = new De(this.ctx), this.actionGroup = new Ae(this.ctx), this.alert = new Ne(this.ctx), this.audioPlayer = new Ie(this.ctx), this.avatar = new ze(this.ctx), this.badge = new He(this.ctx), this.banner = new Ge(this.ctx), this.breadcrumb = new Je(this.ctx), this.breadcrumbItem = new Ze(this.ctx), this.button = new et(this.ctx), this.calendar = new it(this.ctx), this.calendarEvent = new ct(this.ctx), this.card = new ft(this.ctx), this.checkbox = new gt(this.ctx), this.colorPicker = new bt(this.ctx), this.combobox = new wt(this.ctx), this.contextualHelp = new Ot(this.ctx), this.country = new Mt(this.ctx), this.dataGrid = new It(this.ctx), this.dataGridCell = new Bt(this.ctx), this.dataGridRow = new Wt(this.ctx), this.datePicker = new Jt(this.ctx), this.dateRangePicker = new Qt(this.ctx), this.dateTimePicker = new nn(this.ctx), this.dialPad = new sn(this.ctx), this.dialog = new dn(this.ctx), this.divider = new hn(this.ctx), this.emptyState = new yn(this.ctx), this.fab = new Cn(this.ctx), this.filePicker = new Dn(this.ctx), this.header = new jn(this.ctx), this.icon = new Fn(this.ctx), this.layout = new zn(this.ctx), this.menu = new Un(this.ctx), this.menuItem = new qn(this.ctx), this.nav = new Zn(this.ctx), this.navDisclosure = new tr(this.ctx), this.navItem = new ar(this.ctx), this.note = new lr(this.ctx), this.numberField = new pr(this.ctx), this.option = new _r(this.ctx), this.pagination = new xr(this.ctx), this.popover = new Tr(this.ctx), this.progress = new kr(this.ctx), this.progressRing = new Nr(this.ctx), this.radio = new Lr(this.ctx), this.radioGroup = new Vr(this.ctx), this.rangeSlider = new Gr(this.ctx), this.richTextEditor = new Yr(this.ctx), this.richTextView = new $r(this.ctx), this.searchableSelect = new ri(this.ctx), this.select = new si(this.ctx), this.selectableBox = new di(this.ctx), this.sideDrawer = new hi(this.ctx), this.simpleColorPicker = new yi(this.ctx), this.slider = new Ci(this.ctx), this.splitButton = new Di(this.ctx), this.status = new ji(this.ctx), this.switch = new Fi(this.ctx), this.tab = new zi(this.ctx), this.tabPanel = new Ui(this.ctx), this.table = new qi(this.ctx), this.tableBody = new Zi(this.ctx), this.tableCell = new ta(this.ctx), this.tableHead = new aa(this.ctx), this.tableHeaderCell = new la(this.ctx), this.tableRow = new pa(this.ctx), this.tableSortingButton = new _a(this.ctx), this.tabs = new xa(this.ctx), this.tag = new Ta(this.ctx), this.tagGroup = new ka(this.ctx), this.textArea = new Na(this.ctx), this.textField = new La(this.ctx), this.timePicker = new Va(this.ctx), this.toggletip = new Ga(this.ctx), this.tooltip = new Ya(this.ctx), this.treeItem = new $a(this.ctx), this.treeView = new ro(this.ctx), this.videoPlayer = new oo(this.ctx);
|
|
2329
2350
|
}
|
|
2330
2351
|
expect(e) {
|
|
2331
|
-
if (e.type in
|
|
2352
|
+
if (e.type in so) return new so[e.type](this.ctx, e);
|
|
2332
2353
|
throw Error(`Unknown component type: ${e.type}`);
|
|
2333
2354
|
}
|
|
2334
2355
|
};
|
|
2335
2356
|
//#endregion
|
|
2336
|
-
export {
|
|
2357
|
+
export { co as t };
|