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