@vonage/vivid-test-utils 5.16.0 → 5.18.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-COkF2wRg.cjs +1 -0
- package/dist/{components.generated-Bgf7lMJM.js → components.generated-I2dbgH3K.js} +665 -598
- package/dist/components.generated.d.ts +89 -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/dist/queries.d.ts +1 -0
- package/package.json +7 -5
- package/dist/components.generated-DNNSCeHI.cjs +0 -1
|
@@ -116,9 +116,12 @@ function oe(e) {
|
|
|
116
116
|
return e.name;
|
|
117
117
|
}
|
|
118
118
|
function se(e) {
|
|
119
|
-
return e.
|
|
119
|
+
return e.code;
|
|
120
120
|
}
|
|
121
121
|
function ce(e) {
|
|
122
|
+
return e.total;
|
|
123
|
+
}
|
|
124
|
+
function le(e) {
|
|
122
125
|
return e.selectedIndex + 1 || null;
|
|
123
126
|
}
|
|
124
127
|
function S(e) {
|
|
@@ -138,49 +141,49 @@ function C(e) {
|
|
|
138
141
|
function w(e, t) {
|
|
139
142
|
return this.ctx.driver.userFill(e(), t);
|
|
140
143
|
}
|
|
141
|
-
function
|
|
144
|
+
function ue(e) {
|
|
142
145
|
return l([() => this.ctx.driver.userFill(this.control(), e), () => this.ctx.driver.userBlur(this.control())]);
|
|
143
146
|
}
|
|
144
147
|
function T(e) {
|
|
145
148
|
return this.ctx.driver.userClear(e());
|
|
146
149
|
}
|
|
147
|
-
function
|
|
150
|
+
function de() {
|
|
148
151
|
return l([
|
|
149
152
|
() => this.ctx.driver.eval(this.locator, () => new Promise((e) => setTimeout(e, 200))),
|
|
150
153
|
() => this.ctx.driver.userClear(this.control()),
|
|
151
154
|
() => this.ctx.driver.userBlur(this.control())
|
|
152
155
|
]);
|
|
153
156
|
}
|
|
154
|
-
function
|
|
157
|
+
function fe(e) {
|
|
155
158
|
return l([
|
|
156
159
|
() => this.assert("Component is unchecked before it can be checked", d, "unchecked"),
|
|
157
160
|
() => this.ctx.driver.userClick(e()),
|
|
158
161
|
() => this.assert("Component is checked after checking it", d, "checked")
|
|
159
162
|
]);
|
|
160
163
|
}
|
|
161
|
-
function
|
|
164
|
+
function pe(e) {
|
|
162
165
|
return l([
|
|
163
166
|
() => this.assert("Component is checked before it can be unchecked", d, "checked"),
|
|
164
167
|
() => this.ctx.driver.userClick(e()),
|
|
165
168
|
() => this.assert("Component is unchecked after unchecking it", d, "unchecked")
|
|
166
169
|
]);
|
|
167
170
|
}
|
|
168
|
-
function
|
|
171
|
+
function E(e) {
|
|
169
172
|
return this.ctx.driver.userFocus(e());
|
|
170
173
|
}
|
|
171
|
-
function
|
|
174
|
+
function D(e) {
|
|
172
175
|
return this.ctx.driver.userBlur(e());
|
|
173
176
|
}
|
|
174
|
-
function
|
|
177
|
+
function O(e) {
|
|
175
178
|
return this.ctx.driver.userHover(e());
|
|
176
179
|
}
|
|
177
|
-
function
|
|
178
|
-
return
|
|
180
|
+
function k(e) {
|
|
181
|
+
return me.call(this, i("option", [["value", e]]));
|
|
179
182
|
}
|
|
180
|
-
function
|
|
181
|
-
return
|
|
183
|
+
function A(e) {
|
|
184
|
+
return me.call(this, i("option", [["text", e]]));
|
|
182
185
|
}
|
|
183
|
-
function
|
|
186
|
+
function me(e) {
|
|
184
187
|
return this.ctx.driver.eval(this.locator, (e) => e.open, void 0, (t) => l([
|
|
185
188
|
() => {
|
|
186
189
|
if (!t) return this.ctx.driver.userClick(this.locator);
|
|
@@ -203,91 +206,91 @@ function N(e) {
|
|
|
203
206
|
}, !0, "Option is selected after selecting it")
|
|
204
207
|
]));
|
|
205
208
|
}
|
|
206
|
-
function
|
|
209
|
+
function j(e) {
|
|
207
210
|
return e().click();
|
|
208
211
|
}
|
|
209
|
-
var
|
|
212
|
+
var M = (e) => {
|
|
210
213
|
let [t, n, r] = e.split("-");
|
|
211
214
|
return `${n}/${r}/${t}`;
|
|
212
215
|
};
|
|
213
|
-
function
|
|
214
|
-
return l([() => this.control().fill(
|
|
216
|
+
function he(e) {
|
|
217
|
+
return l([() => this.control().fill(M(e)), () => this.control().blur()]);
|
|
215
218
|
}
|
|
216
|
-
function
|
|
219
|
+
function N() {
|
|
217
220
|
return l([() => this.pickerButton().click(), () => this.clearButton().click()]);
|
|
218
221
|
}
|
|
219
|
-
var
|
|
222
|
+
var P = (e) => {
|
|
220
223
|
let [t, n, r] = e.split(":");
|
|
221
224
|
return `${t % 12 || 12}:${n}:${r} ${+t < 12 ? "AM" : "PM"}`;
|
|
222
225
|
};
|
|
223
|
-
function
|
|
224
|
-
return l([() => this.control().fill(
|
|
226
|
+
function ge(e) {
|
|
227
|
+
return l([() => this.control().fill(P(e)), () => this.control().blur()]);
|
|
225
228
|
}
|
|
226
|
-
var
|
|
227
|
-
function
|
|
228
|
-
return l([() => this.control().fill(
|
|
229
|
+
var _e = ([e, t]) => `${M(e)} – ${M(t)}`;
|
|
230
|
+
function ve(e) {
|
|
231
|
+
return l([() => this.control().fill(_e(e)), () => this.control().blur()]);
|
|
229
232
|
}
|
|
230
|
-
var
|
|
233
|
+
var ye = (e) => {
|
|
231
234
|
let [t, n] = e.split("T");
|
|
232
|
-
return `${
|
|
235
|
+
return `${M(t)} ${P(n)}`;
|
|
233
236
|
};
|
|
234
|
-
function
|
|
235
|
-
return l([() => this.control().fill(
|
|
237
|
+
function be(e) {
|
|
238
|
+
return l([() => this.control().fill(ye(e)), () => this.control().blur()]);
|
|
236
239
|
}
|
|
237
|
-
function
|
|
240
|
+
function F(e, t, n) {
|
|
238
241
|
return this.ctx.driver.userDragSlider(this.locator, e(), t(), n);
|
|
239
242
|
}
|
|
240
|
-
function
|
|
243
|
+
function xe(e) {
|
|
241
244
|
return this.ctx.driver.userClick(this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.locator), `.vwc-pagination-button[label="${e + 1}"]`));
|
|
242
245
|
}
|
|
243
|
-
function
|
|
246
|
+
function I(e) {
|
|
244
247
|
return l([
|
|
245
248
|
() => this.assert(`Component is ${e ? "collapsed" : "expanded"} before it can be ${e ? "expanded" : "collapsed"}`, (e) => !!e.expanded, !e),
|
|
246
249
|
() => this.ctx.driver.userClick(this.button()),
|
|
247
250
|
() => this.assert(`Component is ${e ? "expanded" : "collapsed"} after ${e ? "expanding" : "collapsing"} it`, (e) => !!e.expanded, e)
|
|
248
251
|
]);
|
|
249
252
|
}
|
|
250
|
-
function
|
|
253
|
+
function L(e) {
|
|
251
254
|
return l([
|
|
252
255
|
() => this.assert(`Component is ${e ? "closed" : "open"} before it can be ${e ? "expanded" : "collapsed"}`, (e) => !!e.open, !e),
|
|
253
256
|
() => this.ctx.driver.userClick(this.summary()),
|
|
254
257
|
() => this.assert(`Component is ${e ? "open" : "closed"} after ${e ? "expanding" : "collapsing"} it`, (e) => !!e.open, e)
|
|
255
258
|
]);
|
|
256
259
|
}
|
|
257
|
-
function
|
|
260
|
+
function R(e) {
|
|
258
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)]);
|
|
259
262
|
}
|
|
260
263
|
//#endregion
|
|
261
264
|
//#region src/refs.ts
|
|
262
|
-
function
|
|
265
|
+
function Se(e) {
|
|
263
266
|
return this.ctx.driver.querySelector(this.unwrap(), e);
|
|
264
267
|
}
|
|
265
|
-
function
|
|
268
|
+
function z(e) {
|
|
266
269
|
return this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e);
|
|
267
270
|
}
|
|
268
|
-
function
|
|
271
|
+
function Ce(e, t) {
|
|
269
272
|
return this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e)), t);
|
|
270
273
|
}
|
|
271
|
-
function
|
|
272
|
-
return new
|
|
274
|
+
function B(e) {
|
|
275
|
+
return new et(this.ctx, this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e));
|
|
273
276
|
}
|
|
274
|
-
function
|
|
275
|
-
return new
|
|
277
|
+
function V(e) {
|
|
278
|
+
return new Wa(this.ctx, this.ctx.driver.querySelector(this.ctx.driver.enterShadow(this.unwrap()), e));
|
|
276
279
|
}
|
|
277
280
|
//#endregion
|
|
278
281
|
//#region src/components.generated.ts
|
|
279
|
-
var
|
|
282
|
+
var H = { name: "accordion" }, we = class extends e {
|
|
280
283
|
constructor(...e) {
|
|
281
|
-
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));
|
|
282
285
|
}
|
|
283
|
-
},
|
|
286
|
+
}, Te = class extends t {
|
|
284
287
|
constructor(...e) {
|
|
285
|
-
super(...e), this.componentInfo =
|
|
288
|
+
super(...e), this.componentInfo = H, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
286
289
|
}
|
|
287
290
|
wrap(e) {
|
|
288
|
-
return new
|
|
291
|
+
return new we(this.ctx, e);
|
|
289
292
|
}
|
|
290
|
-
},
|
|
293
|
+
}, Ee = class {
|
|
291
294
|
constructor(e, t) {
|
|
292
295
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
293
296
|
type: "eval",
|
|
@@ -296,18 +299,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
296
299
|
arg: e
|
|
297
300
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
298
301
|
}
|
|
299
|
-
},
|
|
302
|
+
}, U = { name: "accordion-item" }, De = class extends e {
|
|
300
303
|
constructor(...e) {
|
|
301
|
-
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");
|
|
302
305
|
}
|
|
303
|
-
},
|
|
306
|
+
}, Oe = class extends t {
|
|
304
307
|
constructor(...e) {
|
|
305
|
-
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));
|
|
306
309
|
}
|
|
307
310
|
wrap(e) {
|
|
308
|
-
return new
|
|
311
|
+
return new De(this.ctx, e);
|
|
309
312
|
}
|
|
310
|
-
},
|
|
313
|
+
}, ke = class {
|
|
311
314
|
constructor(e, t) {
|
|
312
315
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
313
316
|
type: "eval",
|
|
@@ -328,18 +331,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
328
331
|
fn: S
|
|
329
332
|
}, e, "toHaveIcon(${value})"));
|
|
330
333
|
}
|
|
331
|
-
},
|
|
334
|
+
}, W = { name: "action-group" }, Ae = class extends e {
|
|
332
335
|
constructor(...e) {
|
|
333
|
-
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));
|
|
334
337
|
}
|
|
335
|
-
},
|
|
338
|
+
}, je = class extends t {
|
|
336
339
|
constructor(...e) {
|
|
337
|
-
super(...e), this.componentInfo =
|
|
340
|
+
super(...e), this.componentInfo = W, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
338
341
|
}
|
|
339
342
|
wrap(e) {
|
|
340
|
-
return new
|
|
343
|
+
return new Ae(this.ctx, e);
|
|
341
344
|
}
|
|
342
|
-
},
|
|
345
|
+
}, Me = class {
|
|
343
346
|
constructor(e, t) {
|
|
344
347
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
345
348
|
type: "eval",
|
|
@@ -348,18 +351,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
348
351
|
arg: e
|
|
349
352
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
350
353
|
}
|
|
351
|
-
},
|
|
354
|
+
}, G = { name: "alert" }, Ne = class extends e {
|
|
352
355
|
constructor(...e) {
|
|
353
|
-
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));
|
|
354
357
|
}
|
|
355
|
-
},
|
|
358
|
+
}, Pe = class extends t {
|
|
356
359
|
constructor(...e) {
|
|
357
|
-
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));
|
|
358
361
|
}
|
|
359
362
|
wrap(e) {
|
|
360
|
-
return new
|
|
363
|
+
return new Ne(this.ctx, e);
|
|
361
364
|
}
|
|
362
|
-
},
|
|
365
|
+
}, Fe = class {
|
|
363
366
|
constructor(e, t) {
|
|
364
367
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
365
368
|
type: "eval",
|
|
@@ -380,18 +383,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
380
383
|
fn: m
|
|
381
384
|
}, !0, "toBeOpen()"));
|
|
382
385
|
}
|
|
383
|
-
},
|
|
386
|
+
}, K = { name: "audio-player" }, Ie = class extends e {
|
|
384
387
|
constructor(...e) {
|
|
385
|
-
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));
|
|
386
389
|
}
|
|
387
|
-
},
|
|
390
|
+
}, Le = class extends t {
|
|
388
391
|
constructor(...e) {
|
|
389
|
-
super(...e), this.componentInfo =
|
|
392
|
+
super(...e), this.componentInfo = K, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
390
393
|
}
|
|
391
394
|
wrap(e) {
|
|
392
|
-
return new
|
|
395
|
+
return new Ie(this.ctx, e);
|
|
393
396
|
}
|
|
394
|
-
},
|
|
397
|
+
}, Re = class {
|
|
395
398
|
constructor(e, t) {
|
|
396
399
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
397
400
|
type: "eval",
|
|
@@ -400,18 +403,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
400
403
|
arg: e
|
|
401
404
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
402
405
|
}
|
|
403
|
-
},
|
|
406
|
+
}, q = { name: "avatar" }, ze = class extends e {
|
|
404
407
|
constructor(...e) {
|
|
405
|
-
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));
|
|
406
409
|
}
|
|
407
|
-
},
|
|
410
|
+
}, Be = class extends t {
|
|
408
411
|
constructor(...e) {
|
|
409
|
-
super(...e), this.componentInfo =
|
|
412
|
+
super(...e), this.componentInfo = q, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
410
413
|
}
|
|
411
414
|
wrap(e) {
|
|
412
|
-
return new
|
|
415
|
+
return new ze(this.ctx, e);
|
|
413
416
|
}
|
|
414
|
-
},
|
|
417
|
+
}, Ve = class {
|
|
415
418
|
constructor(e, t) {
|
|
416
419
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
417
420
|
type: "eval",
|
|
@@ -420,18 +423,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
420
423
|
arg: e
|
|
421
424
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
422
425
|
}
|
|
423
|
-
},
|
|
426
|
+
}, J = { name: "badge" }, He = class extends e {
|
|
424
427
|
constructor(...e) {
|
|
425
|
-
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));
|
|
426
429
|
}
|
|
427
|
-
},
|
|
430
|
+
}, Ue = class extends t {
|
|
428
431
|
constructor(...e) {
|
|
429
|
-
super(...e), this.componentInfo =
|
|
432
|
+
super(...e), this.componentInfo = J, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
430
433
|
}
|
|
431
434
|
wrap(e) {
|
|
432
|
-
return new
|
|
435
|
+
return new He(this.ctx, e);
|
|
433
436
|
}
|
|
434
|
-
},
|
|
437
|
+
}, We = class {
|
|
435
438
|
constructor(e, t) {
|
|
436
439
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
437
440
|
type: "eval",
|
|
@@ -444,18 +447,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
444
447
|
fn: S
|
|
445
448
|
}, e, "toHaveIcon(${value})"));
|
|
446
449
|
}
|
|
447
|
-
},
|
|
450
|
+
}, Y = { name: "banner" }, Ge = class extends e {
|
|
448
451
|
constructor(...e) {
|
|
449
|
-
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");
|
|
450
453
|
}
|
|
451
|
-
},
|
|
454
|
+
}, Ke = class extends t {
|
|
452
455
|
constructor(...e) {
|
|
453
|
-
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));
|
|
454
457
|
}
|
|
455
458
|
wrap(e) {
|
|
456
|
-
return new
|
|
459
|
+
return new Ge(this.ctx, e);
|
|
457
460
|
}
|
|
458
|
-
},
|
|
461
|
+
}, qe = class {
|
|
459
462
|
constructor(e, t) {
|
|
460
463
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
461
464
|
type: "eval",
|
|
@@ -468,35 +471,35 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
468
471
|
fn: S
|
|
469
472
|
}, e, "toHaveIcon(${value})"));
|
|
470
473
|
}
|
|
471
|
-
},
|
|
474
|
+
}, X = { name: "breadcrumb" }, Je = class extends e {
|
|
472
475
|
constructor(...e) {
|
|
473
|
-
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));
|
|
474
477
|
}
|
|
475
|
-
},
|
|
478
|
+
}, Ye = class extends t {
|
|
476
479
|
constructor(...e) {
|
|
477
|
-
super(...e), this.componentInfo =
|
|
480
|
+
super(...e), this.componentInfo = X, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
478
481
|
}
|
|
479
482
|
wrap(e) {
|
|
480
|
-
return new
|
|
483
|
+
return new Je(this.ctx, e);
|
|
481
484
|
}
|
|
482
|
-
},
|
|
485
|
+
}, Xe = class {
|
|
483
486
|
constructor(e, t) {
|
|
484
487
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
485
488
|
throw Error("Component does not have props.");
|
|
486
489
|
};
|
|
487
490
|
}
|
|
488
|
-
},
|
|
491
|
+
}, Z = { name: "breadcrumb-item" }, Ze = class extends e {
|
|
489
492
|
constructor(...e) {
|
|
490
|
-
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));
|
|
491
494
|
}
|
|
492
|
-
},
|
|
495
|
+
}, Qe = class extends t {
|
|
493
496
|
constructor(...e) {
|
|
494
|
-
super(...e), this.componentInfo =
|
|
497
|
+
super(...e), this.componentInfo = Z, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
495
498
|
}
|
|
496
499
|
wrap(e) {
|
|
497
|
-
return new
|
|
500
|
+
return new Ze(this.ctx, e);
|
|
498
501
|
}
|
|
499
|
-
},
|
|
502
|
+
}, $e = class {
|
|
500
503
|
constructor(e, t) {
|
|
501
504
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
502
505
|
type: "eval",
|
|
@@ -505,18 +508,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
505
508
|
arg: e
|
|
506
509
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
507
510
|
}
|
|
508
|
-
},
|
|
511
|
+
}, Q = { name: "button" }, et = class extends e {
|
|
509
512
|
constructor(...e) {
|
|
510
|
-
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");
|
|
511
514
|
}
|
|
512
|
-
},
|
|
515
|
+
}, tt = class extends t {
|
|
513
516
|
constructor(...e) {
|
|
514
|
-
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));
|
|
515
518
|
}
|
|
516
519
|
wrap(e) {
|
|
517
|
-
return new
|
|
520
|
+
return new et(this.ctx, e);
|
|
518
521
|
}
|
|
519
|
-
},
|
|
522
|
+
}, nt = class {
|
|
520
523
|
constructor(e, t) {
|
|
521
524
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
522
525
|
type: "eval",
|
|
@@ -533,18 +536,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
533
536
|
fn: h
|
|
534
537
|
}, e, "toHaveValue(${value})"));
|
|
535
538
|
}
|
|
536
|
-
},
|
|
539
|
+
}, rt = { name: "calendar" }, it = class extends e {
|
|
537
540
|
constructor(...e) {
|
|
538
|
-
super(...e), this.type = "calendar", this.componentInfo =
|
|
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));
|
|
539
542
|
}
|
|
540
|
-
},
|
|
543
|
+
}, at = class extends t {
|
|
541
544
|
constructor(...e) {
|
|
542
|
-
super(...e), this.componentInfo =
|
|
545
|
+
super(...e), this.componentInfo = rt, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
543
546
|
}
|
|
544
547
|
wrap(e) {
|
|
545
|
-
return new
|
|
548
|
+
return new it(this.ctx, e);
|
|
546
549
|
}
|
|
547
|
-
},
|
|
550
|
+
}, ot = class {
|
|
548
551
|
constructor(e, t) {
|
|
549
552
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
550
553
|
type: "eval",
|
|
@@ -553,18 +556,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
553
556
|
arg: e
|
|
554
557
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
555
558
|
}
|
|
556
|
-
},
|
|
559
|
+
}, st = { name: "calendar-event" }, ct = class extends e {
|
|
557
560
|
constructor(...e) {
|
|
558
|
-
super(...e), this.type = "calendarEvent", this.componentInfo =
|
|
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));
|
|
559
562
|
}
|
|
560
|
-
},
|
|
563
|
+
}, lt = class extends t {
|
|
561
564
|
constructor(...e) {
|
|
562
|
-
super(...e), this.componentInfo =
|
|
565
|
+
super(...e), this.componentInfo = st, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
563
566
|
}
|
|
564
567
|
wrap(e) {
|
|
565
|
-
return new
|
|
568
|
+
return new ct(this.ctx, e);
|
|
566
569
|
}
|
|
567
|
-
},
|
|
570
|
+
}, ut = class {
|
|
568
571
|
constructor(e, t) {
|
|
569
572
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
570
573
|
type: "eval",
|
|
@@ -573,18 +576,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
573
576
|
arg: e
|
|
574
577
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
575
578
|
}
|
|
576
|
-
},
|
|
579
|
+
}, dt = { name: "card" }, ft = class extends e {
|
|
577
580
|
constructor(...e) {
|
|
578
|
-
super(...e), this.type = "card", this.componentInfo =
|
|
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));
|
|
579
582
|
}
|
|
580
|
-
},
|
|
583
|
+
}, pt = class extends t {
|
|
581
584
|
constructor(...e) {
|
|
582
|
-
super(...e), this.componentInfo =
|
|
585
|
+
super(...e), this.componentInfo = dt, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
583
586
|
}
|
|
584
587
|
wrap(e) {
|
|
585
|
-
return new
|
|
588
|
+
return new ft(this.ctx, e);
|
|
586
589
|
}
|
|
587
|
-
},
|
|
590
|
+
}, mt = class {
|
|
588
591
|
constructor(e, t) {
|
|
589
592
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
590
593
|
type: "eval",
|
|
@@ -597,18 +600,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
597
600
|
fn: p
|
|
598
601
|
}, e, "toHaveHeadline(${value})"));
|
|
599
602
|
}
|
|
600
|
-
},
|
|
603
|
+
}, ht = { name: "checkbox" }, gt = class extends e {
|
|
601
604
|
constructor(...e) {
|
|
602
|
-
super(...e), this.type = "checkbox", this.componentInfo =
|
|
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");
|
|
603
606
|
}
|
|
604
|
-
},
|
|
607
|
+
}, _t = class extends t {
|
|
605
608
|
constructor(...e) {
|
|
606
|
-
super(...e), this.componentInfo =
|
|
609
|
+
super(...e), this.componentInfo = ht, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
607
610
|
}
|
|
608
611
|
wrap(e) {
|
|
609
|
-
return new
|
|
612
|
+
return new gt(this.ctx, e);
|
|
610
613
|
}
|
|
611
|
-
},
|
|
614
|
+
}, vt = class {
|
|
612
615
|
constructor(e, t) {
|
|
613
616
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
614
617
|
type: "eval",
|
|
@@ -637,18 +640,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
637
640
|
fn: f
|
|
638
641
|
}, e, "toHaveVisibleError(${value})"));
|
|
639
642
|
}
|
|
640
|
-
},
|
|
643
|
+
}, yt = { name: "color-picker" }, bt = class extends e {
|
|
641
644
|
constructor(...e) {
|
|
642
|
-
super(...e), this.type = "colorPicker", this.componentInfo =
|
|
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));
|
|
643
646
|
}
|
|
644
|
-
},
|
|
647
|
+
}, xt = class extends t {
|
|
645
648
|
constructor(...e) {
|
|
646
|
-
super(...e), this.componentInfo =
|
|
649
|
+
super(...e), this.componentInfo = yt, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
647
650
|
}
|
|
648
651
|
wrap(e) {
|
|
649
|
-
return new
|
|
652
|
+
return new bt(this.ctx, e);
|
|
650
653
|
}
|
|
651
|
-
},
|
|
654
|
+
}, St = class {
|
|
652
655
|
constructor(e, t) {
|
|
653
656
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
654
657
|
type: "eval",
|
|
@@ -665,18 +668,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
665
668
|
fn: f
|
|
666
669
|
}, e, "toHaveVisibleError(${value})"));
|
|
667
670
|
}
|
|
668
|
-
},
|
|
671
|
+
}, Ct = { name: "combobox" }, wt = class extends e {
|
|
669
672
|
constructor(...e) {
|
|
670
|
-
super(...e), this.type = "combobox", this.componentInfo =
|
|
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");
|
|
671
674
|
}
|
|
672
|
-
},
|
|
675
|
+
}, Tt = class extends t {
|
|
673
676
|
constructor(...e) {
|
|
674
|
-
super(...e), this.componentInfo =
|
|
677
|
+
super(...e), this.componentInfo = Ct, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
675
678
|
}
|
|
676
679
|
wrap(e) {
|
|
677
|
-
return new
|
|
680
|
+
return new wt(this.ctx, e);
|
|
678
681
|
}
|
|
679
|
-
},
|
|
682
|
+
}, Et = class {
|
|
680
683
|
constructor(e, t) {
|
|
681
684
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
682
685
|
type: "eval",
|
|
@@ -697,18 +700,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
697
700
|
fn: f
|
|
698
701
|
}, e, "toHaveVisibleError(${value})"));
|
|
699
702
|
}
|
|
700
|
-
},
|
|
703
|
+
}, Dt = { name: "contextual-help" }, Ot = class extends e {
|
|
701
704
|
constructor(...e) {
|
|
702
|
-
super(...e), this.type = "contextualHelp", this.componentInfo =
|
|
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));
|
|
703
706
|
}
|
|
704
|
-
},
|
|
707
|
+
}, kt = class extends t {
|
|
705
708
|
constructor(...e) {
|
|
706
|
-
super(...e), this.componentInfo =
|
|
709
|
+
super(...e), this.componentInfo = Dt, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
707
710
|
}
|
|
708
711
|
wrap(e) {
|
|
709
|
-
return new
|
|
712
|
+
return new Ot(this.ctx, e);
|
|
710
713
|
}
|
|
711
|
-
},
|
|
714
|
+
}, At = class {
|
|
712
715
|
constructor(e, t) {
|
|
713
716
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
714
717
|
type: "eval",
|
|
@@ -717,18 +720,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
717
720
|
arg: e
|
|
718
721
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
719
722
|
}
|
|
720
|
-
},
|
|
723
|
+
}, jt = { name: "country" }, Mt = class extends e {
|
|
721
724
|
constructor(...e) {
|
|
722
|
-
super(...e), this.type = "country", this.componentInfo =
|
|
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));
|
|
723
726
|
}
|
|
724
|
-
},
|
|
727
|
+
}, Nt = class extends t {
|
|
725
728
|
constructor(...e) {
|
|
726
|
-
super(...e), this.componentInfo =
|
|
729
|
+
super(...e), this.componentInfo = jt, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
727
730
|
}
|
|
728
731
|
wrap(e) {
|
|
729
|
-
return new
|
|
732
|
+
return new Mt(this.ctx, e);
|
|
730
733
|
}
|
|
731
|
-
},
|
|
734
|
+
}, Pt = class {
|
|
732
735
|
constructor(e, t) {
|
|
733
736
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
734
737
|
type: "eval",
|
|
@@ -737,18 +740,35 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
737
740
|
arg: e
|
|
738
741
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
739
742
|
}
|
|
740
|
-
},
|
|
743
|
+
}, Ft = { name: "country-group" }, It = class extends e {
|
|
741
744
|
constructor(...e) {
|
|
742
|
-
super(...e), this.type = "
|
|
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));
|
|
743
746
|
}
|
|
744
|
-
},
|
|
747
|
+
}, Lt = class extends t {
|
|
745
748
|
constructor(...e) {
|
|
746
|
-
super(...e), this.componentInfo =
|
|
749
|
+
super(...e), this.componentInfo = Ft, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
747
750
|
}
|
|
748
751
|
wrap(e) {
|
|
749
|
-
return new
|
|
752
|
+
return new It(this.ctx, e);
|
|
750
753
|
}
|
|
751
|
-
},
|
|
754
|
+
}, Rt = class {
|
|
755
|
+
constructor(e, t) {
|
|
756
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
757
|
+
throw Error("Component does not have props.");
|
|
758
|
+
};
|
|
759
|
+
}
|
|
760
|
+
}, zt = { name: "data-grid" }, Bt = class extends e {
|
|
761
|
+
constructor(...e) {
|
|
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
|
+
}
|
|
764
|
+
}, Vt = class extends t {
|
|
765
|
+
constructor(...e) {
|
|
766
|
+
super(...e), this.componentInfo = zt, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
767
|
+
}
|
|
768
|
+
wrap(e) {
|
|
769
|
+
return new Bt(this.ctx, e);
|
|
770
|
+
}
|
|
771
|
+
}, Ht = class {
|
|
752
772
|
constructor(e, t) {
|
|
753
773
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
754
774
|
type: "eval",
|
|
@@ -757,18 +777,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
757
777
|
arg: e
|
|
758
778
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
759
779
|
}
|
|
760
|
-
},
|
|
780
|
+
}, Ut = { name: "data-grid-cell" }, Wt = class extends e {
|
|
761
781
|
constructor(...e) {
|
|
762
|
-
super(...e), this.type = "dataGridCell", this.componentInfo =
|
|
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));
|
|
763
783
|
}
|
|
764
|
-
},
|
|
784
|
+
}, Gt = class extends t {
|
|
765
785
|
constructor(...e) {
|
|
766
|
-
super(...e), this.componentInfo =
|
|
786
|
+
super(...e), this.componentInfo = Ut, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
767
787
|
}
|
|
768
788
|
wrap(e) {
|
|
769
|
-
return new
|
|
789
|
+
return new Wt(this.ctx, e);
|
|
770
790
|
}
|
|
771
|
-
},
|
|
791
|
+
}, Kt = class {
|
|
772
792
|
constructor(e, t) {
|
|
773
793
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
774
794
|
type: "eval",
|
|
@@ -777,18 +797,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
777
797
|
arg: e
|
|
778
798
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
779
799
|
}
|
|
780
|
-
},
|
|
800
|
+
}, qt = { name: "data-grid-row" }, Jt = class extends e {
|
|
781
801
|
constructor(...e) {
|
|
782
|
-
super(...e), this.type = "dataGridRow", this.componentInfo =
|
|
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));
|
|
783
803
|
}
|
|
784
|
-
},
|
|
804
|
+
}, Yt = class extends t {
|
|
785
805
|
constructor(...e) {
|
|
786
|
-
super(...e), this.componentInfo =
|
|
806
|
+
super(...e), this.componentInfo = qt, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
787
807
|
}
|
|
788
808
|
wrap(e) {
|
|
789
|
-
return new
|
|
809
|
+
return new Jt(this.ctx, e);
|
|
790
810
|
}
|
|
791
|
-
},
|
|
811
|
+
}, Xt = class {
|
|
792
812
|
constructor(e, t) {
|
|
793
813
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
794
814
|
type: "eval",
|
|
@@ -797,18 +817,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
797
817
|
arg: e
|
|
798
818
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
799
819
|
}
|
|
800
|
-
},
|
|
820
|
+
}, Zt = { name: "date-picker" }, Qt = class extends e {
|
|
801
821
|
constructor(...e) {
|
|
802
|
-
super(...e), this.type = "datePicker", this.componentInfo =
|
|
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");
|
|
803
823
|
}
|
|
804
|
-
},
|
|
824
|
+
}, $t = class extends t {
|
|
805
825
|
constructor(...e) {
|
|
806
|
-
super(...e), this.componentInfo =
|
|
826
|
+
super(...e), this.componentInfo = Zt, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
807
827
|
}
|
|
808
828
|
wrap(e) {
|
|
809
|
-
return new
|
|
829
|
+
return new Qt(this.ctx, e);
|
|
810
830
|
}
|
|
811
|
-
},
|
|
831
|
+
}, en = class {
|
|
812
832
|
constructor(e, t) {
|
|
813
833
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
814
834
|
type: "eval",
|
|
@@ -825,18 +845,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
825
845
|
fn: f
|
|
826
846
|
}, e, "toHaveVisibleError(${value})"));
|
|
827
847
|
}
|
|
828
|
-
},
|
|
848
|
+
}, tn = { name: "date-range-picker" }, nn = class extends e {
|
|
829
849
|
constructor(...e) {
|
|
830
|
-
super(...e), this.type = "dateRangePicker", this.componentInfo =
|
|
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");
|
|
831
851
|
}
|
|
832
|
-
},
|
|
852
|
+
}, rn = class extends t {
|
|
833
853
|
constructor(...e) {
|
|
834
|
-
super(...e), this.componentInfo =
|
|
854
|
+
super(...e), this.componentInfo = tn, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
835
855
|
}
|
|
836
856
|
wrap(e) {
|
|
837
|
-
return new
|
|
857
|
+
return new nn(this.ctx, e);
|
|
838
858
|
}
|
|
839
|
-
},
|
|
859
|
+
}, an = class {
|
|
840
860
|
constructor(e, t) {
|
|
841
861
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
842
862
|
type: "eval",
|
|
@@ -857,18 +877,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
857
877
|
fn: f
|
|
858
878
|
}, e, "toHaveVisibleError(${value})"));
|
|
859
879
|
}
|
|
860
|
-
},
|
|
880
|
+
}, on = { name: "date-time-picker" }, sn = class extends e {
|
|
861
881
|
constructor(...e) {
|
|
862
|
-
super(...e), this.type = "dateTimePicker", this.componentInfo =
|
|
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");
|
|
863
883
|
}
|
|
864
|
-
},
|
|
884
|
+
}, cn = class extends t {
|
|
865
885
|
constructor(...e) {
|
|
866
|
-
super(...e), this.componentInfo =
|
|
886
|
+
super(...e), this.componentInfo = on, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
867
887
|
}
|
|
868
888
|
wrap(e) {
|
|
869
|
-
return new
|
|
889
|
+
return new sn(this.ctx, e);
|
|
870
890
|
}
|
|
871
|
-
},
|
|
891
|
+
}, ln = class {
|
|
872
892
|
constructor(e, t) {
|
|
873
893
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
874
894
|
type: "eval",
|
|
@@ -885,18 +905,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
885
905
|
fn: f
|
|
886
906
|
}, e, "toHaveVisibleError(${value})"));
|
|
887
907
|
}
|
|
888
|
-
},
|
|
908
|
+
}, un = { name: "dial-pad" }, dn = class extends e {
|
|
889
909
|
constructor(...e) {
|
|
890
|
-
super(...e), this.type = "dialPad", this.componentInfo =
|
|
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));
|
|
891
911
|
}
|
|
892
|
-
},
|
|
912
|
+
}, fn = class extends t {
|
|
893
913
|
constructor(...e) {
|
|
894
|
-
super(...e), this.componentInfo =
|
|
914
|
+
super(...e), this.componentInfo = un, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
895
915
|
}
|
|
896
916
|
wrap(e) {
|
|
897
|
-
return new
|
|
917
|
+
return new dn(this.ctx, e);
|
|
898
918
|
}
|
|
899
|
-
},
|
|
919
|
+
}, pn = class {
|
|
900
920
|
constructor(e, t) {
|
|
901
921
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
902
922
|
type: "eval",
|
|
@@ -905,18 +925,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
905
925
|
arg: e
|
|
906
926
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
907
927
|
}
|
|
908
|
-
},
|
|
928
|
+
}, mn = { name: "dialog" }, hn = class extends e {
|
|
909
929
|
constructor(...e) {
|
|
910
|
-
super(...e), this.type = "dialog", this.componentInfo =
|
|
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");
|
|
911
931
|
}
|
|
912
|
-
},
|
|
932
|
+
}, gn = class extends t {
|
|
913
933
|
constructor(...e) {
|
|
914
|
-
super(...e), this.componentInfo =
|
|
934
|
+
super(...e), this.componentInfo = mn, this.byHeadline = this.ctx.driver.wrapSelector(s.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
915
935
|
}
|
|
916
936
|
wrap(e) {
|
|
917
|
-
return new
|
|
937
|
+
return new hn(this.ctx, e);
|
|
918
938
|
}
|
|
919
|
-
},
|
|
939
|
+
}, _n = class {
|
|
920
940
|
constructor(e, t) {
|
|
921
941
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
922
942
|
type: "eval",
|
|
@@ -937,18 +957,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
937
957
|
fn: m
|
|
938
958
|
}, !0, "toBeOpen()"));
|
|
939
959
|
}
|
|
940
|
-
},
|
|
960
|
+
}, vn = { name: "divider" }, yn = class extends e {
|
|
941
961
|
constructor(...e) {
|
|
942
|
-
super(...e), this.type = "divider", this.componentInfo =
|
|
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));
|
|
943
963
|
}
|
|
944
|
-
},
|
|
964
|
+
}, bn = class extends t {
|
|
945
965
|
constructor(...e) {
|
|
946
|
-
super(...e), this.componentInfo =
|
|
966
|
+
super(...e), this.componentInfo = vn, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
947
967
|
}
|
|
948
968
|
wrap(e) {
|
|
949
|
-
return new
|
|
969
|
+
return new yn(this.ctx, e);
|
|
950
970
|
}
|
|
951
|
-
},
|
|
971
|
+
}, xn = class {
|
|
952
972
|
constructor(e, t) {
|
|
953
973
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
954
974
|
type: "eval",
|
|
@@ -957,18 +977,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
957
977
|
arg: e
|
|
958
978
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
959
979
|
}
|
|
960
|
-
},
|
|
980
|
+
}, Sn = { name: "empty-state" }, Cn = class extends e {
|
|
961
981
|
constructor(...e) {
|
|
962
|
-
super(...e), this.type = "emptyState", this.componentInfo =
|
|
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));
|
|
963
983
|
}
|
|
964
|
-
},
|
|
984
|
+
}, wn = class extends t {
|
|
965
985
|
constructor(...e) {
|
|
966
|
-
super(...e), this.componentInfo =
|
|
986
|
+
super(...e), this.componentInfo = Sn, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
967
987
|
}
|
|
968
988
|
wrap(e) {
|
|
969
|
-
return new
|
|
989
|
+
return new Cn(this.ctx, e);
|
|
970
990
|
}
|
|
971
|
-
},
|
|
991
|
+
}, Tn = class {
|
|
972
992
|
constructor(e, t) {
|
|
973
993
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
974
994
|
type: "eval",
|
|
@@ -977,18 +997,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
977
997
|
arg: e
|
|
978
998
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
979
999
|
}
|
|
980
|
-
},
|
|
1000
|
+
}, En = { name: "fab" }, Dn = class extends e {
|
|
981
1001
|
constructor(...e) {
|
|
982
|
-
super(...e), this.type = "fab", this.componentInfo =
|
|
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");
|
|
983
1003
|
}
|
|
984
|
-
},
|
|
1004
|
+
}, On = class extends t {
|
|
985
1005
|
constructor(...e) {
|
|
986
|
-
super(...e), this.componentInfo =
|
|
1006
|
+
super(...e), this.componentInfo = En, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
987
1007
|
}
|
|
988
1008
|
wrap(e) {
|
|
989
|
-
return new
|
|
1009
|
+
return new Dn(this.ctx, e);
|
|
990
1010
|
}
|
|
991
|
-
},
|
|
1011
|
+
}, kn = class {
|
|
992
1012
|
constructor(e, t) {
|
|
993
1013
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
994
1014
|
type: "eval",
|
|
@@ -1005,18 +1025,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1005
1025
|
fn: h
|
|
1006
1026
|
}, e, "toHaveValue(${value})"));
|
|
1007
1027
|
}
|
|
1008
|
-
},
|
|
1028
|
+
}, An = { name: "file-picker" }, jn = class extends e {
|
|
1009
1029
|
constructor(...e) {
|
|
1010
|
-
super(...e), this.type = "filePicker", this.componentInfo =
|
|
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));
|
|
1011
1031
|
}
|
|
1012
|
-
},
|
|
1032
|
+
}, Mn = class extends t {
|
|
1013
1033
|
constructor(...e) {
|
|
1014
|
-
super(...e), this.componentInfo =
|
|
1034
|
+
super(...e), this.componentInfo = An, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1015
1035
|
}
|
|
1016
1036
|
wrap(e) {
|
|
1017
|
-
return new
|
|
1037
|
+
return new jn(this.ctx, e);
|
|
1018
1038
|
}
|
|
1019
|
-
},
|
|
1039
|
+
}, Nn = class {
|
|
1020
1040
|
constructor(e, t) {
|
|
1021
1041
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1022
1042
|
type: "eval",
|
|
@@ -1033,18 +1053,42 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1033
1053
|
fn: f
|
|
1034
1054
|
}, e, "toHaveVisibleError(${value})"));
|
|
1035
1055
|
}
|
|
1036
|
-
},
|
|
1056
|
+
}, Pn = { name: "flag" }, Fn = class extends e {
|
|
1057
|
+
constructor(...e) {
|
|
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
|
+
}
|
|
1060
|
+
}, In = class extends t {
|
|
1061
|
+
constructor(...e) {
|
|
1062
|
+
super(...e), this.componentInfo = Pn, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1063
|
+
}
|
|
1064
|
+
wrap(e) {
|
|
1065
|
+
return new Fn(this.ctx, e);
|
|
1066
|
+
}
|
|
1067
|
+
}, Ln = class {
|
|
1068
|
+
constructor(e, t) {
|
|
1069
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1070
|
+
type: "eval",
|
|
1071
|
+
el: this.wrapper.unwrap(),
|
|
1072
|
+
fn: (e, t) => e[t],
|
|
1073
|
+
arg: e
|
|
1074
|
+
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveCode = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1075
|
+
type: "eval",
|
|
1076
|
+
el: this.wrapper.unwrap(),
|
|
1077
|
+
fn: se
|
|
1078
|
+
}, e, "toHaveCode(${value})"));
|
|
1079
|
+
}
|
|
1080
|
+
}, Rn = { name: "header" }, zn = class extends e {
|
|
1037
1081
|
constructor(...e) {
|
|
1038
|
-
super(...e), this.type = "header", this.componentInfo =
|
|
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));
|
|
1039
1083
|
}
|
|
1040
|
-
},
|
|
1084
|
+
}, Bn = class extends t {
|
|
1041
1085
|
constructor(...e) {
|
|
1042
|
-
super(...e), this.componentInfo =
|
|
1086
|
+
super(...e), this.componentInfo = Rn, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1043
1087
|
}
|
|
1044
1088
|
wrap(e) {
|
|
1045
|
-
return new
|
|
1089
|
+
return new zn(this.ctx, e);
|
|
1046
1090
|
}
|
|
1047
|
-
},
|
|
1091
|
+
}, Vn = class {
|
|
1048
1092
|
constructor(e, t) {
|
|
1049
1093
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1050
1094
|
type: "eval",
|
|
@@ -1053,18 +1097,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1053
1097
|
arg: e
|
|
1054
1098
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1055
1099
|
}
|
|
1056
|
-
},
|
|
1100
|
+
}, Hn = { name: "icon" }, Un = class extends e {
|
|
1057
1101
|
constructor(...e) {
|
|
1058
|
-
super(...e), this.type = "icon", this.componentInfo =
|
|
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));
|
|
1059
1103
|
}
|
|
1060
|
-
},
|
|
1104
|
+
}, Wn = class extends t {
|
|
1061
1105
|
constructor(...e) {
|
|
1062
|
-
super(...e), this.componentInfo =
|
|
1106
|
+
super(...e), this.componentInfo = Hn, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1063
1107
|
}
|
|
1064
1108
|
wrap(e) {
|
|
1065
|
-
return new
|
|
1109
|
+
return new Un(this.ctx, e);
|
|
1066
1110
|
}
|
|
1067
|
-
},
|
|
1111
|
+
}, Gn = class {
|
|
1068
1112
|
constructor(e, t) {
|
|
1069
1113
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1070
1114
|
type: "eval",
|
|
@@ -1077,18 +1121,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1077
1121
|
fn: oe
|
|
1078
1122
|
}, e, "toHaveName(${value})"));
|
|
1079
1123
|
}
|
|
1080
|
-
},
|
|
1124
|
+
}, Kn = { name: "layout" }, qn = class extends e {
|
|
1081
1125
|
constructor(...e) {
|
|
1082
|
-
super(...e), this.type = "layout", this.componentInfo =
|
|
1126
|
+
super(...e), this.type = "layout", 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));
|
|
1083
1127
|
}
|
|
1084
|
-
},
|
|
1128
|
+
}, Jn = class extends t {
|
|
1085
1129
|
constructor(...e) {
|
|
1086
|
-
super(...e), this.componentInfo =
|
|
1130
|
+
super(...e), this.componentInfo = Kn, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1087
1131
|
}
|
|
1088
1132
|
wrap(e) {
|
|
1089
|
-
return new
|
|
1133
|
+
return new qn(this.ctx, e);
|
|
1090
1134
|
}
|
|
1091
|
-
},
|
|
1135
|
+
}, Yn = class {
|
|
1092
1136
|
constructor(e, t) {
|
|
1093
1137
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1094
1138
|
type: "eval",
|
|
@@ -1097,18 +1141,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1097
1141
|
arg: e
|
|
1098
1142
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1099
1143
|
}
|
|
1100
|
-
},
|
|
1144
|
+
}, Xn = { name: "menu" }, Zn = class extends e {
|
|
1101
1145
|
constructor(...e) {
|
|
1102
|
-
super(...e), this.type = "menu", this.componentInfo =
|
|
1146
|
+
super(...e), this.type = "menu", 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));
|
|
1103
1147
|
}
|
|
1104
|
-
},
|
|
1148
|
+
}, Qn = class extends t {
|
|
1105
1149
|
constructor(...e) {
|
|
1106
|
-
super(...e), this.componentInfo =
|
|
1150
|
+
super(...e), this.componentInfo = Xn, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1107
1151
|
}
|
|
1108
1152
|
wrap(e) {
|
|
1109
|
-
return new
|
|
1153
|
+
return new Zn(this.ctx, e);
|
|
1110
1154
|
}
|
|
1111
|
-
},
|
|
1155
|
+
}, $n = class {
|
|
1112
1156
|
constructor(e, t) {
|
|
1113
1157
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1114
1158
|
type: "eval",
|
|
@@ -1125,18 +1169,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1125
1169
|
fn: m
|
|
1126
1170
|
}, !0, "toBeOpen()"));
|
|
1127
1171
|
}
|
|
1128
|
-
},
|
|
1172
|
+
}, er = { name: "menu-item" }, tr = class extends e {
|
|
1129
1173
|
constructor(...e) {
|
|
1130
|
-
super(...e), this.type = "menuItem", this.componentInfo =
|
|
1174
|
+
super(...e), this.type = "menuItem", this.componentInfo = er, 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
1175
|
}
|
|
1132
|
-
},
|
|
1176
|
+
}, nr = class extends t {
|
|
1133
1177
|
constructor(...e) {
|
|
1134
|
-
super(...e), this.componentInfo =
|
|
1178
|
+
super(...e), this.componentInfo = er, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this)), this.byText = this.ctx.driver.wrapSelector(c.bind(this));
|
|
1135
1179
|
}
|
|
1136
1180
|
wrap(e) {
|
|
1137
|
-
return new
|
|
1181
|
+
return new tr(this.ctx, e);
|
|
1138
1182
|
}
|
|
1139
|
-
},
|
|
1183
|
+
}, rr = class {
|
|
1140
1184
|
constructor(e, t) {
|
|
1141
1185
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1142
1186
|
type: "eval",
|
|
@@ -1161,35 +1205,35 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1161
1205
|
fn: u
|
|
1162
1206
|
}, !1, "toBeUnchecked()"));
|
|
1163
1207
|
}
|
|
1164
|
-
},
|
|
1208
|
+
}, ir = { name: "nav" }, ar = class extends e {
|
|
1165
1209
|
constructor(...e) {
|
|
1166
|
-
super(...e), this.type = "nav", this.componentInfo =
|
|
1210
|
+
super(...e), this.type = "nav", 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));
|
|
1167
1211
|
}
|
|
1168
|
-
},
|
|
1212
|
+
}, or = class extends t {
|
|
1169
1213
|
constructor(...e) {
|
|
1170
|
-
super(...e), this.componentInfo =
|
|
1214
|
+
super(...e), this.componentInfo = ir, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1171
1215
|
}
|
|
1172
1216
|
wrap(e) {
|
|
1173
|
-
return new
|
|
1217
|
+
return new ar(this.ctx, e);
|
|
1174
1218
|
}
|
|
1175
|
-
},
|
|
1219
|
+
}, sr = class {
|
|
1176
1220
|
constructor(e, t) {
|
|
1177
1221
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1178
1222
|
throw Error("Component does not have props.");
|
|
1179
1223
|
};
|
|
1180
1224
|
}
|
|
1181
|
-
},
|
|
1225
|
+
}, cr = { name: "nav-disclosure" }, lr = class extends e {
|
|
1182
1226
|
constructor(...e) {
|
|
1183
|
-
super(...e), this.type = "navDisclosure", this.componentInfo =
|
|
1227
|
+
super(...e), this.type = "navDisclosure", this.componentInfo = cr, 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
1228
|
}
|
|
1185
|
-
},
|
|
1229
|
+
}, ur = class extends t {
|
|
1186
1230
|
constructor(...e) {
|
|
1187
|
-
super(...e), this.componentInfo =
|
|
1231
|
+
super(...e), this.componentInfo = cr, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1188
1232
|
}
|
|
1189
1233
|
wrap(e) {
|
|
1190
|
-
return new
|
|
1234
|
+
return new lr(this.ctx, e);
|
|
1191
1235
|
}
|
|
1192
|
-
},
|
|
1236
|
+
}, dr = class {
|
|
1193
1237
|
constructor(e, t) {
|
|
1194
1238
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1195
1239
|
type: "eval",
|
|
@@ -1218,18 +1262,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1218
1262
|
fn: m
|
|
1219
1263
|
}, !0, "toBeOpen()"));
|
|
1220
1264
|
}
|
|
1221
|
-
},
|
|
1265
|
+
}, fr = { name: "nav-item" }, pr = class extends e {
|
|
1222
1266
|
constructor(...e) {
|
|
1223
|
-
super(...e), this.type = "navItem", this.componentInfo =
|
|
1267
|
+
super(...e), this.type = "navItem", this.componentInfo = fr, 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
1268
|
}
|
|
1225
|
-
},
|
|
1269
|
+
}, mr = class extends t {
|
|
1226
1270
|
constructor(...e) {
|
|
1227
|
-
super(...e), this.componentInfo =
|
|
1271
|
+
super(...e), this.componentInfo = fr, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1228
1272
|
}
|
|
1229
1273
|
wrap(e) {
|
|
1230
|
-
return new
|
|
1274
|
+
return new pr(this.ctx, e);
|
|
1231
1275
|
}
|
|
1232
|
-
},
|
|
1276
|
+
}, hr = class {
|
|
1233
1277
|
constructor(e, t) {
|
|
1234
1278
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1235
1279
|
type: "eval",
|
|
@@ -1250,18 +1294,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1250
1294
|
fn: S
|
|
1251
1295
|
}, e, "toHaveIcon(${value})"));
|
|
1252
1296
|
}
|
|
1253
|
-
},
|
|
1297
|
+
}, gr = { name: "note" }, _r = class extends e {
|
|
1254
1298
|
constructor(...e) {
|
|
1255
|
-
super(...e), this.type = "note", this.componentInfo =
|
|
1299
|
+
super(...e), this.type = "note", this.componentInfo = gr, 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
1300
|
}
|
|
1257
|
-
},
|
|
1301
|
+
}, vr = class extends t {
|
|
1258
1302
|
constructor(...e) {
|
|
1259
|
-
super(...e), this.componentInfo =
|
|
1303
|
+
super(...e), this.componentInfo = gr, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1260
1304
|
}
|
|
1261
1305
|
wrap(e) {
|
|
1262
|
-
return new
|
|
1306
|
+
return new _r(this.ctx, e);
|
|
1263
1307
|
}
|
|
1264
|
-
},
|
|
1308
|
+
}, yr = class {
|
|
1265
1309
|
constructor(e, t) {
|
|
1266
1310
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1267
1311
|
type: "eval",
|
|
@@ -1274,18 +1318,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1274
1318
|
fn: S
|
|
1275
1319
|
}, e, "toHaveIcon(${value})"));
|
|
1276
1320
|
}
|
|
1277
|
-
},
|
|
1321
|
+
}, br = { name: "number-field" }, xr = class extends e {
|
|
1278
1322
|
constructor(...e) {
|
|
1279
|
-
super(...e), this.type = "numberField", this.componentInfo =
|
|
1323
|
+
super(...e), this.type = "numberField", this.componentInfo = br, 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
1324
|
}
|
|
1281
|
-
},
|
|
1325
|
+
}, Sr = class extends t {
|
|
1282
1326
|
constructor(...e) {
|
|
1283
|
-
super(...e), this.componentInfo =
|
|
1327
|
+
super(...e), this.componentInfo = br, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1284
1328
|
}
|
|
1285
1329
|
wrap(e) {
|
|
1286
|
-
return new
|
|
1330
|
+
return new xr(this.ctx, e);
|
|
1287
1331
|
}
|
|
1288
|
-
},
|
|
1332
|
+
}, Cr = class {
|
|
1289
1333
|
constructor(e, t) {
|
|
1290
1334
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1291
1335
|
type: "eval",
|
|
@@ -1310,18 +1354,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1310
1354
|
fn: f
|
|
1311
1355
|
}, e, "toHaveVisibleError(${value})"));
|
|
1312
1356
|
}
|
|
1313
|
-
},
|
|
1357
|
+
}, wr = { name: "option" }, Tr = class extends e {
|
|
1314
1358
|
constructor(...e) {
|
|
1315
|
-
super(...e), this.type = "option", this.componentInfo =
|
|
1359
|
+
super(...e), this.type = "option", this.componentInfo = wr, 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
1360
|
}
|
|
1317
|
-
},
|
|
1361
|
+
}, Er = class extends t {
|
|
1318
1362
|
constructor(...e) {
|
|
1319
|
-
super(...e), this.componentInfo =
|
|
1363
|
+
super(...e), this.componentInfo = wr, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1320
1364
|
}
|
|
1321
1365
|
wrap(e) {
|
|
1322
|
-
return new
|
|
1366
|
+
return new Tr(this.ctx, e);
|
|
1323
1367
|
}
|
|
1324
|
-
},
|
|
1368
|
+
}, Dr = class {
|
|
1325
1369
|
constructor(e, t) {
|
|
1326
1370
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1327
1371
|
type: "eval",
|
|
@@ -1334,18 +1378,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1334
1378
|
fn: S
|
|
1335
1379
|
}, e, "toHaveIcon(${value})"));
|
|
1336
1380
|
}
|
|
1337
|
-
},
|
|
1381
|
+
}, Or = { name: "pagination" }, kr = class extends e {
|
|
1338
1382
|
constructor(...e) {
|
|
1339
|
-
super(...e), this.type = "pagination", this.componentInfo =
|
|
1383
|
+
super(...e), this.type = "pagination", this.componentInfo = Or, 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");
|
|
1340
1384
|
}
|
|
1341
|
-
},
|
|
1385
|
+
}, Ar = class extends t {
|
|
1342
1386
|
constructor(...e) {
|
|
1343
|
-
super(...e), this.componentInfo =
|
|
1387
|
+
super(...e), this.componentInfo = Or, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1344
1388
|
}
|
|
1345
1389
|
wrap(e) {
|
|
1346
|
-
return new
|
|
1390
|
+
return new kr(this.ctx, e);
|
|
1347
1391
|
}
|
|
1348
|
-
},
|
|
1392
|
+
}, jr = class {
|
|
1349
1393
|
constructor(e, t) {
|
|
1350
1394
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1351
1395
|
type: "eval",
|
|
@@ -1355,25 +1399,25 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1355
1399
|
}, t, `toHaveProp("${e}", ${t})`)), this.toHaveSelectedPage = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1356
1400
|
type: "eval",
|
|
1357
1401
|
el: this.wrapper.unwrap(),
|
|
1358
|
-
fn:
|
|
1402
|
+
fn: le
|
|
1359
1403
|
}, e, "toHaveSelectedPage(${value})")), this.toHaveTotal = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq({
|
|
1360
1404
|
type: "eval",
|
|
1361
1405
|
el: this.wrapper.unwrap(),
|
|
1362
|
-
fn:
|
|
1406
|
+
fn: ce
|
|
1363
1407
|
}, e, "toHaveTotal(${value})"));
|
|
1364
1408
|
}
|
|
1365
|
-
},
|
|
1409
|
+
}, Mr = { name: "popover" }, Nr = class extends e {
|
|
1366
1410
|
constructor(...e) {
|
|
1367
|
-
super(...e), this.type = "popover", this.componentInfo =
|
|
1411
|
+
super(...e), this.type = "popover", 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));
|
|
1368
1412
|
}
|
|
1369
|
-
},
|
|
1413
|
+
}, Pr = class extends t {
|
|
1370
1414
|
constructor(...e) {
|
|
1371
|
-
super(...e), this.componentInfo =
|
|
1415
|
+
super(...e), this.componentInfo = Mr, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1372
1416
|
}
|
|
1373
1417
|
wrap(e) {
|
|
1374
|
-
return new
|
|
1418
|
+
return new Nr(this.ctx, e);
|
|
1375
1419
|
}
|
|
1376
|
-
},
|
|
1420
|
+
}, Fr = class {
|
|
1377
1421
|
constructor(e, t) {
|
|
1378
1422
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1379
1423
|
type: "eval",
|
|
@@ -1382,18 +1426,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1382
1426
|
arg: e
|
|
1383
1427
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1384
1428
|
}
|
|
1385
|
-
},
|
|
1429
|
+
}, Ir = { name: "progress" }, Lr = class extends e {
|
|
1386
1430
|
constructor(...e) {
|
|
1387
|
-
super(...e), this.type = "progress", this.componentInfo =
|
|
1431
|
+
super(...e), this.type = "progress", 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));
|
|
1388
1432
|
}
|
|
1389
|
-
},
|
|
1433
|
+
}, Rr = class extends t {
|
|
1390
1434
|
constructor(...e) {
|
|
1391
|
-
super(...e), this.componentInfo =
|
|
1435
|
+
super(...e), this.componentInfo = Ir, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1392
1436
|
}
|
|
1393
1437
|
wrap(e) {
|
|
1394
|
-
return new
|
|
1438
|
+
return new Lr(this.ctx, e);
|
|
1395
1439
|
}
|
|
1396
|
-
},
|
|
1440
|
+
}, zr = class {
|
|
1397
1441
|
constructor(e, t) {
|
|
1398
1442
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1399
1443
|
type: "eval",
|
|
@@ -1402,18 +1446,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1402
1446
|
arg: e
|
|
1403
1447
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1404
1448
|
}
|
|
1405
|
-
},
|
|
1449
|
+
}, Br = { name: "progress-ring" }, Vr = class extends e {
|
|
1406
1450
|
constructor(...e) {
|
|
1407
|
-
super(...e), this.type = "progressRing", this.componentInfo =
|
|
1451
|
+
super(...e), this.type = "progressRing", this.componentInfo = Br, 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
1452
|
}
|
|
1409
|
-
},
|
|
1453
|
+
}, Hr = class extends t {
|
|
1410
1454
|
constructor(...e) {
|
|
1411
|
-
super(...e), this.componentInfo =
|
|
1455
|
+
super(...e), this.componentInfo = Br, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1412
1456
|
}
|
|
1413
1457
|
wrap(e) {
|
|
1414
|
-
return new
|
|
1458
|
+
return new Vr(this.ctx, e);
|
|
1415
1459
|
}
|
|
1416
|
-
},
|
|
1460
|
+
}, Ur = class {
|
|
1417
1461
|
constructor(e, t) {
|
|
1418
1462
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1419
1463
|
type: "eval",
|
|
@@ -1422,18 +1466,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1422
1466
|
arg: e
|
|
1423
1467
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1424
1468
|
}
|
|
1425
|
-
},
|
|
1469
|
+
}, Wr = { name: "radio" }, Gr = class extends e {
|
|
1426
1470
|
constructor(...e) {
|
|
1427
|
-
super(...e), this.type = "radio", this.componentInfo =
|
|
1471
|
+
super(...e), this.type = "radio", this.componentInfo = Wr, 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
1472
|
}
|
|
1429
|
-
},
|
|
1473
|
+
}, Kr = class extends t {
|
|
1430
1474
|
constructor(...e) {
|
|
1431
|
-
super(...e), this.componentInfo =
|
|
1475
|
+
super(...e), this.componentInfo = Wr, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1432
1476
|
}
|
|
1433
1477
|
wrap(e) {
|
|
1434
|
-
return new
|
|
1478
|
+
return new Gr(this.ctx, e);
|
|
1435
1479
|
}
|
|
1436
|
-
},
|
|
1480
|
+
}, qr = class {
|
|
1437
1481
|
constructor(e, t) {
|
|
1438
1482
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1439
1483
|
type: "eval",
|
|
@@ -1458,18 +1502,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1458
1502
|
fn: f
|
|
1459
1503
|
}, e, "toHaveVisibleError(${value})"));
|
|
1460
1504
|
}
|
|
1461
|
-
},
|
|
1505
|
+
}, Jr = { name: "radio-group" }, Yr = class extends e {
|
|
1462
1506
|
constructor(...e) {
|
|
1463
|
-
super(...e), this.type = "radioGroup", this.componentInfo =
|
|
1507
|
+
super(...e), this.type = "radioGroup", 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));
|
|
1464
1508
|
}
|
|
1465
|
-
},
|
|
1509
|
+
}, Xr = class extends t {
|
|
1466
1510
|
constructor(...e) {
|
|
1467
|
-
super(...e), this.componentInfo =
|
|
1511
|
+
super(...e), this.componentInfo = Jr, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1468
1512
|
}
|
|
1469
1513
|
wrap(e) {
|
|
1470
|
-
return new
|
|
1514
|
+
return new Yr(this.ctx, e);
|
|
1471
1515
|
}
|
|
1472
|
-
},
|
|
1516
|
+
}, Zr = class {
|
|
1473
1517
|
constructor(e, t) {
|
|
1474
1518
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1475
1519
|
type: "eval",
|
|
@@ -1478,18 +1522,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1478
1522
|
arg: e
|
|
1479
1523
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1480
1524
|
}
|
|
1481
|
-
},
|
|
1525
|
+
}, Qr = { name: "range-slider" }, $r = class extends e {
|
|
1482
1526
|
constructor(...e) {
|
|
1483
|
-
super(...e), this.type = "rangeSlider", this.componentInfo =
|
|
1527
|
+
super(...e), this.type = "rangeSlider", 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)), 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
1528
|
}
|
|
1485
|
-
},
|
|
1529
|
+
}, ei = class extends t {
|
|
1486
1530
|
constructor(...e) {
|
|
1487
|
-
super(...e), this.componentInfo =
|
|
1531
|
+
super(...e), this.componentInfo = Qr, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1488
1532
|
}
|
|
1489
1533
|
wrap(e) {
|
|
1490
|
-
return new
|
|
1534
|
+
return new $r(this.ctx, e);
|
|
1491
1535
|
}
|
|
1492
|
-
},
|
|
1536
|
+
}, ti = class {
|
|
1493
1537
|
constructor(e, t) {
|
|
1494
1538
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1495
1539
|
type: "eval",
|
|
@@ -1510,18 +1554,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1510
1554
|
fn: f
|
|
1511
1555
|
}, e, "toHaveVisibleError(${value})"));
|
|
1512
1556
|
}
|
|
1513
|
-
},
|
|
1557
|
+
}, ni = { name: "rich-text-editor" }, ri = class extends e {
|
|
1514
1558
|
constructor(...e) {
|
|
1515
|
-
super(...e), this.type = "richTextEditor", this.componentInfo =
|
|
1559
|
+
super(...e), this.type = "richTextEditor", 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));
|
|
1516
1560
|
}
|
|
1517
|
-
},
|
|
1561
|
+
}, ii = class extends t {
|
|
1518
1562
|
constructor(...e) {
|
|
1519
|
-
super(...e), this.componentInfo =
|
|
1563
|
+
super(...e), this.componentInfo = ni, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1520
1564
|
}
|
|
1521
1565
|
wrap(e) {
|
|
1522
|
-
return new
|
|
1566
|
+
return new ri(this.ctx, e);
|
|
1523
1567
|
}
|
|
1524
|
-
},
|
|
1568
|
+
}, ai = class {
|
|
1525
1569
|
constructor(e, t) {
|
|
1526
1570
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1527
1571
|
type: "eval",
|
|
@@ -1530,18 +1574,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1530
1574
|
arg: e
|
|
1531
1575
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1532
1576
|
}
|
|
1533
|
-
},
|
|
1577
|
+
}, oi = { name: "rich-text-view" }, si = class extends e {
|
|
1534
1578
|
constructor(...e) {
|
|
1535
|
-
super(...e), this.type = "richTextView", this.componentInfo =
|
|
1579
|
+
super(...e), this.type = "richTextView", this.componentInfo = oi, 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
1580
|
}
|
|
1537
|
-
},
|
|
1581
|
+
}, ci = class extends t {
|
|
1538
1582
|
constructor(...e) {
|
|
1539
|
-
super(...e), this.componentInfo =
|
|
1583
|
+
super(...e), this.componentInfo = oi, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1540
1584
|
}
|
|
1541
1585
|
wrap(e) {
|
|
1542
|
-
return new
|
|
1586
|
+
return new si(this.ctx, e);
|
|
1543
1587
|
}
|
|
1544
|
-
},
|
|
1588
|
+
}, li = class {
|
|
1545
1589
|
constructor(e, t) {
|
|
1546
1590
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1547
1591
|
type: "eval",
|
|
@@ -1550,18 +1594,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1550
1594
|
arg: e
|
|
1551
1595
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1552
1596
|
}
|
|
1553
|
-
},
|
|
1597
|
+
}, ui = { name: "searchable-select" }, di = class extends e {
|
|
1554
1598
|
constructor(...e) {
|
|
1555
|
-
super(...e), this.type = "searchableSelect", this.componentInfo =
|
|
1599
|
+
super(...e), this.type = "searchableSelect", 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)), this.selectOptionByText = this.ctx.driver.wrapAction(A.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(k.bind(this));
|
|
1556
1600
|
}
|
|
1557
|
-
},
|
|
1601
|
+
}, fi = class extends t {
|
|
1558
1602
|
constructor(...e) {
|
|
1559
|
-
super(...e), this.componentInfo =
|
|
1603
|
+
super(...e), this.componentInfo = ui, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1560
1604
|
}
|
|
1561
1605
|
wrap(e) {
|
|
1562
|
-
return new
|
|
1606
|
+
return new di(this.ctx, e);
|
|
1563
1607
|
}
|
|
1564
|
-
},
|
|
1608
|
+
}, pi = class {
|
|
1565
1609
|
constructor(e, t) {
|
|
1566
1610
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1567
1611
|
type: "eval",
|
|
@@ -1590,18 +1634,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1590
1634
|
fn: f
|
|
1591
1635
|
}, e, "toHaveVisibleError(${value})"));
|
|
1592
1636
|
}
|
|
1593
|
-
},
|
|
1637
|
+
}, mi = { name: "select" }, hi = class extends e {
|
|
1594
1638
|
constructor(...e) {
|
|
1595
|
-
super(...e), this.type = "select", this.componentInfo =
|
|
1639
|
+
super(...e), this.type = "select", 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.selectOptionByText = this.ctx.driver.wrapAction(A.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(k.bind(this));
|
|
1596
1640
|
}
|
|
1597
|
-
},
|
|
1641
|
+
}, gi = class extends t {
|
|
1598
1642
|
constructor(...e) {
|
|
1599
|
-
super(...e), this.componentInfo =
|
|
1643
|
+
super(...e), this.componentInfo = mi, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1600
1644
|
}
|
|
1601
1645
|
wrap(e) {
|
|
1602
|
-
return new
|
|
1646
|
+
return new hi(this.ctx, e);
|
|
1603
1647
|
}
|
|
1604
|
-
},
|
|
1648
|
+
}, _i = class {
|
|
1605
1649
|
constructor(e, t) {
|
|
1606
1650
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1607
1651
|
type: "eval",
|
|
@@ -1622,18 +1666,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1622
1666
|
fn: f
|
|
1623
1667
|
}, e, "toHaveVisibleError(${value})"));
|
|
1624
1668
|
}
|
|
1625
|
-
},
|
|
1669
|
+
}, vi = { name: "selectable-box" }, yi = class extends e {
|
|
1626
1670
|
constructor(...e) {
|
|
1627
|
-
super(...e), this.type = "selectableBox", this.componentInfo =
|
|
1671
|
+
super(...e), this.type = "selectableBox", this.componentInfo = vi, 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");
|
|
1628
1672
|
}
|
|
1629
|
-
},
|
|
1673
|
+
}, bi = class extends t {
|
|
1630
1674
|
constructor(...e) {
|
|
1631
|
-
super(...e), this.componentInfo =
|
|
1675
|
+
super(...e), this.componentInfo = vi, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1632
1676
|
}
|
|
1633
1677
|
wrap(e) {
|
|
1634
|
-
return new
|
|
1678
|
+
return new yi(this.ctx, e);
|
|
1635
1679
|
}
|
|
1636
|
-
},
|
|
1680
|
+
}, xi = class {
|
|
1637
1681
|
constructor(e, t) {
|
|
1638
1682
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1639
1683
|
type: "eval",
|
|
@@ -1650,18 +1694,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1650
1694
|
fn: u
|
|
1651
1695
|
}, !1, "toBeUnchecked()"));
|
|
1652
1696
|
}
|
|
1653
|
-
},
|
|
1697
|
+
}, Si = { name: "side-drawer" }, Ci = class extends e {
|
|
1654
1698
|
constructor(...e) {
|
|
1655
|
-
super(...e), this.type = "sideDrawer", this.componentInfo =
|
|
1699
|
+
super(...e), this.type = "sideDrawer", 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));
|
|
1656
1700
|
}
|
|
1657
|
-
},
|
|
1701
|
+
}, wi = class extends t {
|
|
1658
1702
|
constructor(...e) {
|
|
1659
|
-
super(...e), this.componentInfo =
|
|
1703
|
+
super(...e), this.componentInfo = Si, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1660
1704
|
}
|
|
1661
1705
|
wrap(e) {
|
|
1662
|
-
return new
|
|
1706
|
+
return new Ci(this.ctx, e);
|
|
1663
1707
|
}
|
|
1664
|
-
},
|
|
1708
|
+
}, Ti = class {
|
|
1665
1709
|
constructor(e, t) {
|
|
1666
1710
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1667
1711
|
type: "eval",
|
|
@@ -1670,18 +1714,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1670
1714
|
arg: e
|
|
1671
1715
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1672
1716
|
}
|
|
1673
|
-
},
|
|
1717
|
+
}, Ei = { name: "simple-color-picker" }, Di = class extends e {
|
|
1674
1718
|
constructor(...e) {
|
|
1675
|
-
super(...e), this.type = "simpleColorPicker", this.componentInfo =
|
|
1719
|
+
super(...e), this.type = "simpleColorPicker", 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));
|
|
1676
1720
|
}
|
|
1677
|
-
},
|
|
1721
|
+
}, Oi = class extends t {
|
|
1678
1722
|
constructor(...e) {
|
|
1679
|
-
super(...e), this.componentInfo =
|
|
1723
|
+
super(...e), this.componentInfo = Ei, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1680
1724
|
}
|
|
1681
1725
|
wrap(e) {
|
|
1682
|
-
return new
|
|
1726
|
+
return new Di(this.ctx, e);
|
|
1683
1727
|
}
|
|
1684
|
-
},
|
|
1728
|
+
}, ki = class {
|
|
1685
1729
|
constructor(e, t) {
|
|
1686
1730
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1687
1731
|
type: "eval",
|
|
@@ -1698,18 +1742,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1698
1742
|
fn: f
|
|
1699
1743
|
}, e, "toHaveVisibleError(${value})"));
|
|
1700
1744
|
}
|
|
1701
|
-
},
|
|
1745
|
+
}, Ai = { name: "slider" }, ji = class extends e {
|
|
1702
1746
|
constructor(...e) {
|
|
1703
|
-
super(...e), this.type = "slider", this.componentInfo =
|
|
1747
|
+
super(...e), this.type = "slider", 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.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
1748
|
}
|
|
1705
|
-
},
|
|
1749
|
+
}, Mi = class extends t {
|
|
1706
1750
|
constructor(...e) {
|
|
1707
|
-
super(...e), this.componentInfo =
|
|
1751
|
+
super(...e), this.componentInfo = Ai, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1708
1752
|
}
|
|
1709
1753
|
wrap(e) {
|
|
1710
|
-
return new
|
|
1754
|
+
return new ji(this.ctx, e);
|
|
1711
1755
|
}
|
|
1712
|
-
},
|
|
1756
|
+
}, Ni = class {
|
|
1713
1757
|
constructor(e, t) {
|
|
1714
1758
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1715
1759
|
type: "eval",
|
|
@@ -1726,18 +1770,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1726
1770
|
fn: g
|
|
1727
1771
|
}, e, "toHaveValueAsNumber(${value})"));
|
|
1728
1772
|
}
|
|
1729
|
-
},
|
|
1773
|
+
}, Pi = { name: "split-button" }, Fi = class extends e {
|
|
1730
1774
|
constructor(...e) {
|
|
1731
|
-
super(...e), this.type = "splitButton", this.componentInfo =
|
|
1775
|
+
super(...e), this.type = "splitButton", this.componentInfo = Pi, 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
1776
|
}
|
|
1733
|
-
},
|
|
1777
|
+
}, Ii = class extends t {
|
|
1734
1778
|
constructor(...e) {
|
|
1735
|
-
super(...e), this.componentInfo =
|
|
1779
|
+
super(...e), this.componentInfo = Pi, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1736
1780
|
}
|
|
1737
1781
|
wrap(e) {
|
|
1738
|
-
return new
|
|
1782
|
+
return new Fi(this.ctx, e);
|
|
1739
1783
|
}
|
|
1740
|
-
},
|
|
1784
|
+
}, Li = class {
|
|
1741
1785
|
constructor(e, t) {
|
|
1742
1786
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1743
1787
|
type: "eval",
|
|
@@ -1750,18 +1794,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1750
1794
|
fn: S
|
|
1751
1795
|
}, e, "toHaveIcon(${value})"));
|
|
1752
1796
|
}
|
|
1753
|
-
},
|
|
1797
|
+
}, Ri = { name: "status" }, zi = class extends e {
|
|
1754
1798
|
constructor(...e) {
|
|
1755
|
-
super(...e), this.type = "status", this.componentInfo =
|
|
1799
|
+
super(...e), this.type = "status", 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));
|
|
1756
1800
|
}
|
|
1757
|
-
},
|
|
1801
|
+
}, Bi = class extends t {
|
|
1758
1802
|
constructor(...e) {
|
|
1759
|
-
super(...e), this.componentInfo =
|
|
1803
|
+
super(...e), this.componentInfo = Ri, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1760
1804
|
}
|
|
1761
1805
|
wrap(e) {
|
|
1762
|
-
return new
|
|
1806
|
+
return new zi(this.ctx, e);
|
|
1763
1807
|
}
|
|
1764
|
-
},
|
|
1808
|
+
}, Vi = class {
|
|
1765
1809
|
constructor(e, t) {
|
|
1766
1810
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1767
1811
|
type: "eval",
|
|
@@ -1774,18 +1818,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1774
1818
|
fn: S
|
|
1775
1819
|
}, e, "toHaveIcon(${value})"));
|
|
1776
1820
|
}
|
|
1777
|
-
},
|
|
1821
|
+
}, Hi = { name: "switch" }, Ui = class extends e {
|
|
1778
1822
|
constructor(...e) {
|
|
1779
|
-
super(...e), this.type = "switch", this.componentInfo =
|
|
1823
|
+
super(...e), this.type = "switch", this.componentInfo = Hi, 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
1824
|
}
|
|
1781
|
-
},
|
|
1825
|
+
}, Wi = class extends t {
|
|
1782
1826
|
constructor(...e) {
|
|
1783
|
-
super(...e), this.componentInfo =
|
|
1827
|
+
super(...e), this.componentInfo = Hi, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1784
1828
|
}
|
|
1785
1829
|
wrap(e) {
|
|
1786
|
-
return new
|
|
1830
|
+
return new Ui(this.ctx, e);
|
|
1787
1831
|
}
|
|
1788
|
-
},
|
|
1832
|
+
}, Gi = class {
|
|
1789
1833
|
constructor(e, t) {
|
|
1790
1834
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1791
1835
|
type: "eval",
|
|
@@ -1806,18 +1850,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1806
1850
|
fn: h
|
|
1807
1851
|
}, e, "toHaveValue(${value})"));
|
|
1808
1852
|
}
|
|
1809
|
-
},
|
|
1853
|
+
}, Ki = { name: "tab" }, qi = class extends e {
|
|
1810
1854
|
constructor(...e) {
|
|
1811
|
-
super(...e), this.type = "tab", this.componentInfo =
|
|
1855
|
+
super(...e), this.type = "tab", 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.select = this.ctx.driver.wrapAction(C.bind(this, () => this.base())), this.base = z.bind(this, ".base");
|
|
1812
1856
|
}
|
|
1813
|
-
},
|
|
1857
|
+
}, Ji = class extends t {
|
|
1814
1858
|
constructor(...e) {
|
|
1815
|
-
super(...e), this.componentInfo =
|
|
1859
|
+
super(...e), this.componentInfo = Ki, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1816
1860
|
}
|
|
1817
1861
|
wrap(e) {
|
|
1818
|
-
return new
|
|
1862
|
+
return new qi(this.ctx, e);
|
|
1819
1863
|
}
|
|
1820
|
-
},
|
|
1864
|
+
}, Yi = class {
|
|
1821
1865
|
constructor(e, t) {
|
|
1822
1866
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1823
1867
|
type: "eval",
|
|
@@ -1838,137 +1882,157 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1838
1882
|
fn: v
|
|
1839
1883
|
}, !1, "toBeInactive()"));
|
|
1840
1884
|
}
|
|
1841
|
-
},
|
|
1885
|
+
}, Xi = { name: "tab-panel" }, Zi = class extends e {
|
|
1842
1886
|
constructor(...e) {
|
|
1843
|
-
super(...e), this.type = "tabPanel", this.componentInfo =
|
|
1887
|
+
super(...e), this.type = "tabPanel", 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));
|
|
1844
1888
|
}
|
|
1845
|
-
},
|
|
1889
|
+
}, Qi = class extends t {
|
|
1846
1890
|
constructor(...e) {
|
|
1847
|
-
super(...e), this.componentInfo =
|
|
1891
|
+
super(...e), this.componentInfo = Xi, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1848
1892
|
}
|
|
1849
1893
|
wrap(e) {
|
|
1850
|
-
return new
|
|
1894
|
+
return new Zi(this.ctx, e);
|
|
1851
1895
|
}
|
|
1852
|
-
},
|
|
1896
|
+
}, $i = class {
|
|
1853
1897
|
constructor(e, t) {
|
|
1854
1898
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1855
1899
|
throw Error("Component does not have props.");
|
|
1856
1900
|
};
|
|
1857
1901
|
}
|
|
1858
|
-
},
|
|
1902
|
+
}, ea = { name: "table" }, ta = class extends e {
|
|
1859
1903
|
constructor(...e) {
|
|
1860
|
-
super(...e), this.type = "table", this.componentInfo =
|
|
1904
|
+
super(...e), this.type = "table", 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));
|
|
1861
1905
|
}
|
|
1862
|
-
},
|
|
1906
|
+
}, na = class extends t {
|
|
1863
1907
|
constructor(...e) {
|
|
1864
|
-
super(...e), this.componentInfo =
|
|
1908
|
+
super(...e), this.componentInfo = ea, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1865
1909
|
}
|
|
1866
1910
|
wrap(e) {
|
|
1867
|
-
return new
|
|
1911
|
+
return new ta(this.ctx, e);
|
|
1868
1912
|
}
|
|
1869
|
-
},
|
|
1913
|
+
}, ra = class {
|
|
1870
1914
|
constructor(e, t) {
|
|
1871
1915
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1872
1916
|
throw Error("Component does not have props.");
|
|
1873
1917
|
};
|
|
1874
1918
|
}
|
|
1875
|
-
},
|
|
1919
|
+
}, ia = { name: "table-body" }, aa = class extends e {
|
|
1876
1920
|
constructor(...e) {
|
|
1877
|
-
super(...e), this.type = "tableBody", this.componentInfo =
|
|
1921
|
+
super(...e), this.type = "tableBody", 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));
|
|
1878
1922
|
}
|
|
1879
|
-
},
|
|
1923
|
+
}, oa = class extends t {
|
|
1880
1924
|
constructor(...e) {
|
|
1881
|
-
super(...e), this.componentInfo =
|
|
1925
|
+
super(...e), this.componentInfo = ia, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1882
1926
|
}
|
|
1883
1927
|
wrap(e) {
|
|
1884
|
-
return new
|
|
1928
|
+
return new aa(this.ctx, e);
|
|
1885
1929
|
}
|
|
1886
|
-
},
|
|
1930
|
+
}, sa = class {
|
|
1887
1931
|
constructor(e, t) {
|
|
1888
1932
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1889
1933
|
throw Error("Component does not have props.");
|
|
1890
1934
|
};
|
|
1891
1935
|
}
|
|
1892
|
-
},
|
|
1936
|
+
}, ca = { name: "table-cell" }, la = class extends e {
|
|
1893
1937
|
constructor(...e) {
|
|
1894
|
-
super(...e), this.type = "tableCell", this.componentInfo =
|
|
1938
|
+
super(...e), this.type = "tableCell", 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));
|
|
1895
1939
|
}
|
|
1896
|
-
},
|
|
1940
|
+
}, ua = class extends t {
|
|
1897
1941
|
constructor(...e) {
|
|
1898
|
-
super(...e), this.componentInfo =
|
|
1942
|
+
super(...e), this.componentInfo = ca, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1899
1943
|
}
|
|
1900
1944
|
wrap(e) {
|
|
1901
|
-
return new
|
|
1945
|
+
return new la(this.ctx, e);
|
|
1902
1946
|
}
|
|
1903
|
-
},
|
|
1947
|
+
}, da = class {
|
|
1904
1948
|
constructor(e, t) {
|
|
1905
1949
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1906
1950
|
throw Error("Component does not have props.");
|
|
1907
1951
|
};
|
|
1908
1952
|
}
|
|
1909
|
-
},
|
|
1953
|
+
}, fa = { name: "table-head" }, pa = class extends e {
|
|
1910
1954
|
constructor(...e) {
|
|
1911
|
-
super(...e), this.type = "tableHead", this.componentInfo =
|
|
1955
|
+
super(...e), this.type = "tableHead", 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));
|
|
1912
1956
|
}
|
|
1913
|
-
},
|
|
1957
|
+
}, ma = class extends t {
|
|
1914
1958
|
constructor(...e) {
|
|
1915
|
-
super(...e), this.componentInfo =
|
|
1959
|
+
super(...e), this.componentInfo = fa, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1916
1960
|
}
|
|
1917
1961
|
wrap(e) {
|
|
1918
|
-
return new
|
|
1962
|
+
return new pa(this.ctx, e);
|
|
1919
1963
|
}
|
|
1920
|
-
},
|
|
1964
|
+
}, ha = class {
|
|
1921
1965
|
constructor(e, t) {
|
|
1922
1966
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1923
1967
|
throw Error("Component does not have props.");
|
|
1924
1968
|
};
|
|
1925
1969
|
}
|
|
1926
|
-
},
|
|
1970
|
+
}, ga = { name: "table-header-cell" }, _a = class extends e {
|
|
1927
1971
|
constructor(...e) {
|
|
1928
|
-
super(...e), this.type = "tableHeaderCell", this.componentInfo =
|
|
1972
|
+
super(...e), this.type = "tableHeaderCell", 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));
|
|
1929
1973
|
}
|
|
1930
|
-
},
|
|
1974
|
+
}, va = class extends t {
|
|
1931
1975
|
constructor(...e) {
|
|
1932
|
-
super(...e), this.componentInfo =
|
|
1976
|
+
super(...e), this.componentInfo = ga, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1933
1977
|
}
|
|
1934
1978
|
wrap(e) {
|
|
1935
|
-
return new
|
|
1979
|
+
return new _a(this.ctx, e);
|
|
1936
1980
|
}
|
|
1937
|
-
},
|
|
1981
|
+
}, ya = class {
|
|
1938
1982
|
constructor(e, t) {
|
|
1939
1983
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1940
1984
|
throw Error("Component does not have props.");
|
|
1941
1985
|
};
|
|
1942
1986
|
}
|
|
1943
|
-
},
|
|
1987
|
+
}, ba = { name: "table-row" }, xa = class extends e {
|
|
1944
1988
|
constructor(...e) {
|
|
1945
|
-
super(...e), this.type = "tableRow", this.componentInfo =
|
|
1989
|
+
super(...e), this.type = "tableRow", 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));
|
|
1946
1990
|
}
|
|
1947
|
-
},
|
|
1991
|
+
}, Sa = class extends t {
|
|
1948
1992
|
constructor(...e) {
|
|
1949
|
-
super(...e), this.componentInfo =
|
|
1993
|
+
super(...e), this.componentInfo = ba, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1950
1994
|
}
|
|
1951
1995
|
wrap(e) {
|
|
1952
|
-
return new
|
|
1996
|
+
return new xa(this.ctx, e);
|
|
1953
1997
|
}
|
|
1954
|
-
},
|
|
1998
|
+
}, Ca = class {
|
|
1955
1999
|
constructor(e, t) {
|
|
1956
2000
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
1957
2001
|
throw Error("Component does not have props.");
|
|
1958
2002
|
};
|
|
1959
2003
|
}
|
|
1960
|
-
},
|
|
2004
|
+
}, wa = { name: "table-sorting-button" }, Ta = class extends e {
|
|
2005
|
+
constructor(...e) {
|
|
2006
|
+
super(...e), this.type = "tableSortingButton", 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));
|
|
2007
|
+
}
|
|
2008
|
+
}, Ea = class extends t {
|
|
2009
|
+
constructor(...e) {
|
|
2010
|
+
super(...e), this.componentInfo = wa, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2011
|
+
}
|
|
2012
|
+
wrap(e) {
|
|
2013
|
+
return new Ta(this.ctx, e);
|
|
2014
|
+
}
|
|
2015
|
+
}, Da = class {
|
|
2016
|
+
constructor(e, t) {
|
|
2017
|
+
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2018
|
+
type: "eval",
|
|
2019
|
+
el: this.wrapper.unwrap(),
|
|
2020
|
+
fn: (e, t) => e[t],
|
|
2021
|
+
arg: e
|
|
2022
|
+
}, t, `toHaveProp("${e}", ${t})`));
|
|
2023
|
+
}
|
|
2024
|
+
}, Oa = { name: "tabs" }, ka = class extends e {
|
|
1961
2025
|
constructor(...e) {
|
|
1962
|
-
super(...e), this.type = "tabs", this.componentInfo =
|
|
2026
|
+
super(...e), this.type = "tabs", 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));
|
|
1963
2027
|
}
|
|
1964
|
-
},
|
|
2028
|
+
}, Aa = class extends t {
|
|
1965
2029
|
constructor(...e) {
|
|
1966
|
-
super(...e), this.componentInfo =
|
|
2030
|
+
super(...e), this.componentInfo = Oa, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1967
2031
|
}
|
|
1968
2032
|
wrap(e) {
|
|
1969
|
-
return new
|
|
2033
|
+
return new ka(this.ctx, e);
|
|
1970
2034
|
}
|
|
1971
|
-
},
|
|
2035
|
+
}, ja = class {
|
|
1972
2036
|
constructor(e, t) {
|
|
1973
2037
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1974
2038
|
type: "eval",
|
|
@@ -1977,18 +2041,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
1977
2041
|
arg: e
|
|
1978
2042
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
1979
2043
|
}
|
|
1980
|
-
},
|
|
2044
|
+
}, Ma = { name: "tag" }, Na = class extends e {
|
|
1981
2045
|
constructor(...e) {
|
|
1982
|
-
super(...e), this.type = "tag", this.componentInfo =
|
|
2046
|
+
super(...e), this.type = "tag", this.componentInfo = Ma, 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");
|
|
1983
2047
|
}
|
|
1984
|
-
},
|
|
2048
|
+
}, Pa = class extends t {
|
|
1985
2049
|
constructor(...e) {
|
|
1986
|
-
super(...e), this.componentInfo =
|
|
2050
|
+
super(...e), this.componentInfo = Ma, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
1987
2051
|
}
|
|
1988
2052
|
wrap(e) {
|
|
1989
|
-
return new
|
|
2053
|
+
return new Na(this.ctx, e);
|
|
1990
2054
|
}
|
|
1991
|
-
},
|
|
2055
|
+
}, Fa = class {
|
|
1992
2056
|
constructor(e, t) {
|
|
1993
2057
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
1994
2058
|
type: "eval",
|
|
@@ -2017,35 +2081,35 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2017
2081
|
fn: b
|
|
2018
2082
|
}, !1, "toBeUnselected()"));
|
|
2019
2083
|
}
|
|
2020
|
-
},
|
|
2084
|
+
}, Ia = { name: "tag-group" }, La = class extends e {
|
|
2021
2085
|
constructor(...e) {
|
|
2022
|
-
super(...e), this.type = "tagGroup", this.componentInfo =
|
|
2086
|
+
super(...e), this.type = "tagGroup", 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));
|
|
2023
2087
|
}
|
|
2024
|
-
},
|
|
2088
|
+
}, Ra = class extends t {
|
|
2025
2089
|
constructor(...e) {
|
|
2026
|
-
super(...e), this.componentInfo =
|
|
2090
|
+
super(...e), this.componentInfo = Ia, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2027
2091
|
}
|
|
2028
2092
|
wrap(e) {
|
|
2029
|
-
return new
|
|
2093
|
+
return new La(this.ctx, e);
|
|
2030
2094
|
}
|
|
2031
|
-
},
|
|
2095
|
+
}, za = class {
|
|
2032
2096
|
constructor(e, t) {
|
|
2033
2097
|
this.ctx = e, this.wrapper = t, this.toHaveProp = (e, t) => {
|
|
2034
2098
|
throw Error("Component does not have props.");
|
|
2035
2099
|
};
|
|
2036
2100
|
}
|
|
2037
|
-
},
|
|
2101
|
+
}, Ba = { name: "text-area" }, Va = class extends e {
|
|
2038
2102
|
constructor(...e) {
|
|
2039
|
-
super(...e), this.type = "textArea", this.componentInfo =
|
|
2103
|
+
super(...e), this.type = "textArea", this.componentInfo = Ba, 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
2104
|
}
|
|
2041
|
-
},
|
|
2105
|
+
}, Ha = class extends t {
|
|
2042
2106
|
constructor(...e) {
|
|
2043
|
-
super(...e), this.componentInfo =
|
|
2107
|
+
super(...e), this.componentInfo = Ba, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2044
2108
|
}
|
|
2045
2109
|
wrap(e) {
|
|
2046
|
-
return new
|
|
2110
|
+
return new Va(this.ctx, e);
|
|
2047
2111
|
}
|
|
2048
|
-
},
|
|
2112
|
+
}, Ua = class {
|
|
2049
2113
|
constructor(e, t) {
|
|
2050
2114
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2051
2115
|
type: "eval",
|
|
@@ -2062,18 +2126,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2062
2126
|
fn: f
|
|
2063
2127
|
}, e, "toHaveVisibleError(${value})"));
|
|
2064
2128
|
}
|
|
2065
|
-
},
|
|
2129
|
+
}, $ = { name: "text-field" }, Wa = class extends e {
|
|
2066
2130
|
constructor(...e) {
|
|
2067
|
-
super(...e), this.type = "textField", this.componentInfo =
|
|
2131
|
+
super(...e), this.type = "textField", this.componentInfo = $, 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\"]");
|
|
2068
2132
|
}
|
|
2069
|
-
},
|
|
2133
|
+
}, Ga = class extends t {
|
|
2070
2134
|
constructor(...e) {
|
|
2071
|
-
super(...e), this.componentInfo =
|
|
2135
|
+
super(...e), this.componentInfo = $, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2072
2136
|
}
|
|
2073
2137
|
wrap(e) {
|
|
2074
|
-
return new
|
|
2138
|
+
return new Wa(this.ctx, e);
|
|
2075
2139
|
}
|
|
2076
|
-
},
|
|
2140
|
+
}, Ka = class {
|
|
2077
2141
|
constructor(e, t) {
|
|
2078
2142
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2079
2143
|
type: "eval",
|
|
@@ -2094,18 +2158,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2094
2158
|
fn: f
|
|
2095
2159
|
}, e, "toHaveVisibleError(${value})"));
|
|
2096
2160
|
}
|
|
2097
|
-
},
|
|
2161
|
+
}, qa = { name: "time-picker" }, Ja = class extends e {
|
|
2098
2162
|
constructor(...e) {
|
|
2099
|
-
super(...e), this.type = "timePicker", this.componentInfo =
|
|
2163
|
+
super(...e), this.type = "timePicker", this.componentInfo = qa, 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");
|
|
2100
2164
|
}
|
|
2101
|
-
},
|
|
2165
|
+
}, Ya = class extends t {
|
|
2102
2166
|
constructor(...e) {
|
|
2103
|
-
super(...e), this.componentInfo =
|
|
2167
|
+
super(...e), this.componentInfo = qa, this.byLabel = this.ctx.driver.wrapSelector(o.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2104
2168
|
}
|
|
2105
2169
|
wrap(e) {
|
|
2106
|
-
return new
|
|
2170
|
+
return new Ja(this.ctx, e);
|
|
2107
2171
|
}
|
|
2108
|
-
},
|
|
2172
|
+
}, Xa = class {
|
|
2109
2173
|
constructor(e, t) {
|
|
2110
2174
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2111
2175
|
type: "eval",
|
|
@@ -2122,18 +2186,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2122
2186
|
fn: f
|
|
2123
2187
|
}, e, "toHaveVisibleError(${value})"));
|
|
2124
2188
|
}
|
|
2125
|
-
},
|
|
2189
|
+
}, Za = { name: "toggletip" }, Qa = class extends e {
|
|
2126
2190
|
constructor(...e) {
|
|
2127
|
-
super(...e), this.type = "toggletip", this.componentInfo =
|
|
2191
|
+
super(...e), this.type = "toggletip", 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));
|
|
2128
2192
|
}
|
|
2129
|
-
},
|
|
2193
|
+
}, $a = class extends t {
|
|
2130
2194
|
constructor(...e) {
|
|
2131
|
-
super(...e), this.componentInfo =
|
|
2195
|
+
super(...e), this.componentInfo = Za, this.byHeadline = this.ctx.driver.wrapSelector(s.bind(this)), this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2132
2196
|
}
|
|
2133
2197
|
wrap(e) {
|
|
2134
|
-
return new
|
|
2198
|
+
return new Qa(this.ctx, e);
|
|
2135
2199
|
}
|
|
2136
|
-
},
|
|
2200
|
+
}, eo = class {
|
|
2137
2201
|
constructor(e, t) {
|
|
2138
2202
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2139
2203
|
type: "eval",
|
|
@@ -2150,18 +2214,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2150
2214
|
fn: m
|
|
2151
2215
|
}, !0, "toBeOpen()"));
|
|
2152
2216
|
}
|
|
2153
|
-
},
|
|
2217
|
+
}, to = { name: "tooltip" }, no = class extends e {
|
|
2154
2218
|
constructor(...e) {
|
|
2155
|
-
super(...e), this.type = "tooltip", this.componentInfo =
|
|
2219
|
+
super(...e), this.type = "tooltip", 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));
|
|
2156
2220
|
}
|
|
2157
|
-
},
|
|
2221
|
+
}, ro = class extends t {
|
|
2158
2222
|
constructor(...e) {
|
|
2159
|
-
super(...e), this.componentInfo =
|
|
2223
|
+
super(...e), this.componentInfo = to, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this)), this.byText = this.ctx.driver.wrapSelector(c.bind(this));
|
|
2160
2224
|
}
|
|
2161
2225
|
wrap(e) {
|
|
2162
|
-
return new
|
|
2226
|
+
return new no(this.ctx, e);
|
|
2163
2227
|
}
|
|
2164
|
-
},
|
|
2228
|
+
}, io = class {
|
|
2165
2229
|
constructor(e, t) {
|
|
2166
2230
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2167
2231
|
type: "eval",
|
|
@@ -2178,18 +2242,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2178
2242
|
fn: m
|
|
2179
2243
|
}, !0, "toBeOpen()"));
|
|
2180
2244
|
}
|
|
2181
|
-
},
|
|
2245
|
+
}, ao = { name: "tree-item" }, oo = class extends e {
|
|
2182
2246
|
constructor(...e) {
|
|
2183
|
-
super(...e), this.type = "treeItem", this.componentInfo =
|
|
2247
|
+
super(...e), this.type = "treeItem", 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));
|
|
2184
2248
|
}
|
|
2185
|
-
},
|
|
2249
|
+
}, so = class extends t {
|
|
2186
2250
|
constructor(...e) {
|
|
2187
|
-
super(...e), this.componentInfo =
|
|
2251
|
+
super(...e), this.componentInfo = ao, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2188
2252
|
}
|
|
2189
2253
|
wrap(e) {
|
|
2190
|
-
return new
|
|
2254
|
+
return new oo(this.ctx, e);
|
|
2191
2255
|
}
|
|
2192
|
-
},
|
|
2256
|
+
}, co = class {
|
|
2193
2257
|
constructor(e, t) {
|
|
2194
2258
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2195
2259
|
type: "eval",
|
|
@@ -2202,18 +2266,18 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2202
2266
|
fn: S
|
|
2203
2267
|
}, e, "toHaveIcon(${value})"));
|
|
2204
2268
|
}
|
|
2205
|
-
},
|
|
2269
|
+
}, lo = { name: "tree-view" }, uo = class extends e {
|
|
2206
2270
|
constructor(...e) {
|
|
2207
|
-
super(...e), this.type = "treeView", this.componentInfo =
|
|
2271
|
+
super(...e), this.type = "treeView", this.componentInfo = lo, 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
2272
|
}
|
|
2209
|
-
},
|
|
2273
|
+
}, fo = class extends t {
|
|
2210
2274
|
constructor(...e) {
|
|
2211
|
-
super(...e), this.componentInfo =
|
|
2275
|
+
super(...e), this.componentInfo = lo, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2212
2276
|
}
|
|
2213
2277
|
wrap(e) {
|
|
2214
|
-
return new
|
|
2278
|
+
return new uo(this.ctx, e);
|
|
2215
2279
|
}
|
|
2216
|
-
},
|
|
2280
|
+
}, po = class {
|
|
2217
2281
|
constructor(e, t) {
|
|
2218
2282
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
2219
2283
|
type: "eval",
|
|
@@ -2222,97 +2286,100 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2222
2286
|
arg: e
|
|
2223
2287
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2224
2288
|
}
|
|
2225
|
-
},
|
|
2289
|
+
}, mo = { name: "video-player" }, ho = class extends e {
|
|
2226
2290
|
constructor(...e) {
|
|
2227
|
-
super(...e), this.type = "videoPlayer", this.componentInfo =
|
|
2291
|
+
super(...e), this.type = "videoPlayer", 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));
|
|
2228
2292
|
}
|
|
2229
|
-
},
|
|
2293
|
+
}, go = class extends t {
|
|
2230
2294
|
constructor(...e) {
|
|
2231
|
-
super(...e), this.componentInfo =
|
|
2295
|
+
super(...e), this.componentInfo = mo, this.byTestId = this.ctx.driver.wrapSelector(a.bind(this));
|
|
2232
2296
|
}
|
|
2233
2297
|
wrap(e) {
|
|
2234
|
-
return new
|
|
2298
|
+
return new ho(this.ctx, e);
|
|
2235
2299
|
}
|
|
2236
|
-
},
|
|
2300
|
+
}, _o = {
|
|
2237
2301
|
collection: r,
|
|
2238
|
-
accordion:
|
|
2239
|
-
accordionItem:
|
|
2240
|
-
actionGroup:
|
|
2241
|
-
alert:
|
|
2242
|
-
audioPlayer:
|
|
2243
|
-
avatar:
|
|
2244
|
-
badge:
|
|
2245
|
-
banner:
|
|
2246
|
-
breadcrumb:
|
|
2247
|
-
breadcrumbItem:
|
|
2248
|
-
button:
|
|
2249
|
-
calendar:
|
|
2250
|
-
calendarEvent:
|
|
2251
|
-
card:
|
|
2252
|
-
checkbox:
|
|
2253
|
-
colorPicker:
|
|
2254
|
-
combobox:
|
|
2255
|
-
contextualHelp:
|
|
2256
|
-
country:
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2302
|
+
accordion: Ee,
|
|
2303
|
+
accordionItem: ke,
|
|
2304
|
+
actionGroup: Me,
|
|
2305
|
+
alert: Fe,
|
|
2306
|
+
audioPlayer: Re,
|
|
2307
|
+
avatar: Ve,
|
|
2308
|
+
badge: We,
|
|
2309
|
+
banner: qe,
|
|
2310
|
+
breadcrumb: Xe,
|
|
2311
|
+
breadcrumbItem: $e,
|
|
2312
|
+
button: nt,
|
|
2313
|
+
calendar: ot,
|
|
2314
|
+
calendarEvent: ut,
|
|
2315
|
+
card: mt,
|
|
2316
|
+
checkbox: vt,
|
|
2317
|
+
colorPicker: St,
|
|
2318
|
+
combobox: Et,
|
|
2319
|
+
contextualHelp: At,
|
|
2320
|
+
country: Pt,
|
|
2321
|
+
countryGroup: Rt,
|
|
2322
|
+
dataGrid: Ht,
|
|
2323
|
+
dataGridCell: Kt,
|
|
2324
|
+
dataGridRow: Xt,
|
|
2325
|
+
datePicker: en,
|
|
2326
|
+
dateRangePicker: an,
|
|
2327
|
+
dateTimePicker: ln,
|
|
2328
|
+
dialPad: pn,
|
|
2329
|
+
dialog: _n,
|
|
2330
|
+
divider: xn,
|
|
2331
|
+
emptyState: Tn,
|
|
2332
|
+
fab: kn,
|
|
2333
|
+
filePicker: Nn,
|
|
2334
|
+
flag: Ln,
|
|
2335
|
+
header: Vn,
|
|
2336
|
+
icon: Gn,
|
|
2337
|
+
layout: Yn,
|
|
2338
|
+
menu: $n,
|
|
2339
|
+
menuItem: rr,
|
|
2340
|
+
nav: sr,
|
|
2341
|
+
navDisclosure: dr,
|
|
2342
|
+
navItem: hr,
|
|
2343
|
+
note: yr,
|
|
2344
|
+
numberField: Cr,
|
|
2345
|
+
option: Dr,
|
|
2346
|
+
pagination: jr,
|
|
2347
|
+
popover: Fr,
|
|
2348
|
+
progress: zr,
|
|
2349
|
+
progressRing: Ur,
|
|
2350
|
+
radio: qr,
|
|
2351
|
+
radioGroup: Zr,
|
|
2352
|
+
rangeSlider: ti,
|
|
2353
|
+
richTextEditor: ai,
|
|
2354
|
+
richTextView: li,
|
|
2355
|
+
searchableSelect: pi,
|
|
2356
|
+
select: _i,
|
|
2357
|
+
selectableBox: xi,
|
|
2358
|
+
sideDrawer: Ti,
|
|
2359
|
+
simpleColorPicker: ki,
|
|
2360
|
+
slider: Ni,
|
|
2361
|
+
splitButton: Li,
|
|
2362
|
+
status: Vi,
|
|
2363
|
+
switch: Gi,
|
|
2364
|
+
tab: Yi,
|
|
2365
|
+
tabPanel: $i,
|
|
2366
|
+
table: ra,
|
|
2367
|
+
tableBody: sa,
|
|
2368
|
+
tableCell: da,
|
|
2369
|
+
tableHead: ha,
|
|
2370
|
+
tableHeaderCell: ya,
|
|
2371
|
+
tableRow: Ca,
|
|
2372
|
+
tableSortingButton: Da,
|
|
2373
|
+
tabs: ja,
|
|
2374
|
+
tag: Fa,
|
|
2375
|
+
tagGroup: za,
|
|
2376
|
+
textArea: Ua,
|
|
2377
|
+
textField: Ka,
|
|
2378
|
+
timePicker: Xa,
|
|
2379
|
+
toggletip: eo,
|
|
2380
|
+
tooltip: io,
|
|
2381
|
+
treeItem: co,
|
|
2382
|
+
treeView: po,
|
|
2316
2383
|
videoPlayer: class {
|
|
2317
2384
|
constructor(e, t) {
|
|
2318
2385
|
this.ctx = e, this.wrapper = t, this.toHaveProp = this.ctx.driver.wrapExpect((e, t) => this.ctx.driver.expectEq({
|
|
@@ -2323,14 +2390,14 @@ var G = { name: "accordion" }, be = class extends e {
|
|
|
2323
2390
|
}, t, `toHaveProp("${e}", ${t})`));
|
|
2324
2391
|
}
|
|
2325
2392
|
}
|
|
2326
|
-
},
|
|
2393
|
+
}, vo = class {
|
|
2327
2394
|
constructor(e) {
|
|
2328
|
-
this.ctx = e, this.accordion = new
|
|
2395
|
+
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.layout = new Jn(this.ctx), this.menu = new Qn(this.ctx), this.menuItem = new nr(this.ctx), this.nav = new or(this.ctx), this.navDisclosure = new ur(this.ctx), this.navItem = new mr(this.ctx), this.note = new vr(this.ctx), this.numberField = new Sr(this.ctx), this.option = new Er(this.ctx), this.pagination = new Ar(this.ctx), this.popover = new Pr(this.ctx), this.progress = new Rr(this.ctx), this.progressRing = new Hr(this.ctx), this.radio = new Kr(this.ctx), this.radioGroup = new Xr(this.ctx), this.rangeSlider = new ei(this.ctx), this.richTextEditor = new ii(this.ctx), this.richTextView = new ci(this.ctx), this.searchableSelect = new fi(this.ctx), this.select = new gi(this.ctx), this.selectableBox = new bi(this.ctx), this.sideDrawer = new wi(this.ctx), this.simpleColorPicker = new Oi(this.ctx), this.slider = new Mi(this.ctx), this.splitButton = new Ii(this.ctx), this.status = new Bi(this.ctx), this.switch = new Wi(this.ctx), this.tab = new Ji(this.ctx), this.tabPanel = new Qi(this.ctx), this.table = new na(this.ctx), this.tableBody = new oa(this.ctx), this.tableCell = new ua(this.ctx), this.tableHead = new ma(this.ctx), this.tableHeaderCell = new va(this.ctx), this.tableRow = new Sa(this.ctx), this.tableSortingButton = new Ea(this.ctx), this.tabs = new Aa(this.ctx), this.tag = new Pa(this.ctx), this.tagGroup = new Ra(this.ctx), this.textArea = new Ha(this.ctx), this.textField = new Ga(this.ctx), this.timePicker = new Ya(this.ctx), this.toggletip = new $a(this.ctx), this.tooltip = new ro(this.ctx), this.treeItem = new so(this.ctx), this.treeView = new fo(this.ctx), this.videoPlayer = new go(this.ctx);
|
|
2329
2396
|
}
|
|
2330
2397
|
expect(e) {
|
|
2331
|
-
if (e.type in
|
|
2398
|
+
if (e.type in _o) return new _o[e.type](this.ctx, e);
|
|
2332
2399
|
throw Error(`Unknown component type: ${e.type}`);
|
|
2333
2400
|
}
|
|
2334
2401
|
};
|
|
2335
2402
|
//#endregion
|
|
2336
|
-
export {
|
|
2403
|
+
export { vo as t };
|