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