@vonage/vivid-test-utils 5.8.0 → 5.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ class n {
21
21
  class a {
22
22
  constructor(r) {
23
23
  this.ctx = r, this.all = this.ctx.driver.wrapSelector(
24
- () => new ve(
24
+ () => new Ae(
25
25
  this.ctx,
26
26
  this,
27
27
  this.ctx.driver.querySelectorAll(
@@ -32,14 +32,14 @@ class a {
32
32
  );
33
33
  }
34
34
  }
35
- class ve {
35
+ class Ae {
36
36
  constructor(r, s, e) {
37
37
  this.ctx = r, this.component = s, this.locator = e, this.type = "collection", this.nth = this.ctx.driver.wrapSelector(
38
38
  (i) => this.component.wrap(this.ctx.driver.nth(this.locator, i))
39
39
  );
40
40
  }
41
41
  }
42
- class ue {
42
+ class He {
43
43
  constructor(r, s) {
44
44
  this.ctx = r, this.locator = s, this.toHaveCount = this.ctx.driver.wrapExpect(
45
45
  (e) => this.ctx.driver.expectEq(
@@ -54,8 +54,8 @@ class ue {
54
54
  );
55
55
  }
56
56
  }
57
- const we = (t) => t.replace(/\\/g, "\\\\").replace(/"/g, '\\"').replace(/'/g, "\\'"), A = (t, r) => r.map(
58
- ([s, e]) => `[data-vvd-component="${t}"][${s}="${we(
57
+ const Pe = (t) => t.replace(/\\/g, "\\\\").replace(/"/g, '\\"').replace(/'/g, "\\'"), A = (t, r) => r.map(
58
+ ([s, e]) => `[data-vvd-component="${t}"][${s}="${Pe(
59
59
  e
60
60
  )}"]`
61
61
  ).join(",");
@@ -83,7 +83,7 @@ function x(t) {
83
83
  )
84
84
  );
85
85
  }
86
- function be(t) {
86
+ function $e(t) {
87
87
  return this.wrap(
88
88
  this.ctx.driver.querySelector(
89
89
  this.ctx.rootLocator,
@@ -91,7 +91,7 @@ function be(t) {
91
91
  )
92
92
  );
93
93
  }
94
- function T(t) {
94
+ function k(t) {
95
95
  return this.wrap(
96
96
  this.ctx.driver.querySelector(
97
97
  this.ctx.rootLocator,
@@ -128,19 +128,19 @@ function _(t) {
128
128
  function E(t) {
129
129
  return t.open;
130
130
  }
131
- function u(t) {
131
+ function w(t) {
132
132
  return t.value;
133
133
  }
134
134
  function z(t) {
135
135
  return t.valueAsNumber;
136
136
  }
137
- function me(t) {
137
+ function Se(t) {
138
138
  return t.values;
139
139
  }
140
- function fe(t) {
140
+ function Ce(t) {
141
141
  return t.selectedOptions.map((r) => r.label);
142
142
  }
143
- function R(t) {
143
+ function G(t) {
144
144
  return t.expanded;
145
145
  }
146
146
  function L(t) {
@@ -152,25 +152,25 @@ function H(t) {
152
152
  function O(t) {
153
153
  return t.selected;
154
154
  }
155
- function S(t) {
155
+ function C(t) {
156
156
  return t.disabled;
157
157
  }
158
- function Ee(t) {
158
+ function qe(t) {
159
159
  return [t.start, t.end];
160
160
  }
161
- function ye(t) {
161
+ function Te(t) {
162
162
  return [t.startAsNumber, t.endAsNumber];
163
163
  }
164
- function Ie(t) {
164
+ function ke(t) {
165
165
  return t.name;
166
166
  }
167
- function ge(t) {
167
+ function Be(t) {
168
168
  return t.total;
169
169
  }
170
- function Ae(t) {
170
+ function Ve(t) {
171
171
  return t.selectedIndex + 1 || null;
172
172
  }
173
- function w(t) {
173
+ function u(t) {
174
174
  const r = t.shadowRoot.querySelector("slot[name=icon]");
175
175
  if (r) {
176
176
  const e = r.assignedElements()[0];
@@ -188,7 +188,7 @@ function b(t) {
188
188
  function V(t, r) {
189
189
  return this.ctx.driver.userFill(t(), r);
190
190
  }
191
- function He(t) {
191
+ function We(t) {
192
192
  return f([
193
193
  () => this.ctx.driver.userFill(this.control(), t),
194
194
  () => this.ctx.driver.userBlur(this.control())
@@ -198,7 +198,7 @@ function He(t) {
198
198
  function W(t) {
199
199
  return this.ctx.driver.userClear(t());
200
200
  }
201
- function Pe() {
201
+ function De() {
202
202
  return f([
203
203
  // Wait before clearing to ensure any previous operations have fully settled.
204
204
  // This prevents a sporadic issue in Playwright Safari where the combobox will not clear
@@ -253,7 +253,7 @@ function l(t) {
253
253
  function D(t) {
254
254
  return Q.call(this, A("option", [["value", t]]));
255
255
  }
256
- function G(t) {
256
+ function R(t) {
257
257
  return Q.call(this, A("option", [["text", t]]));
258
258
  }
259
259
  function Q(t) {
@@ -304,14 +304,14 @@ function Q(t) {
304
304
  ])
305
305
  );
306
306
  }
307
- function C(t) {
307
+ function q(t) {
308
308
  return t().click();
309
309
  }
310
310
  const P = (t) => {
311
311
  const [r, s, e] = t.split("-");
312
312
  return `${s}/${e}/${r}`;
313
313
  };
314
- function $e(t) {
314
+ function Re(t) {
315
315
  return f([
316
316
  () => this.control().fill(P(t)),
317
317
  () => this.control().blur()
@@ -327,33 +327,33 @@ const X = (t) => {
327
327
  const [r, s, e] = t.split(":"), i = +r % 12 || 12, c = +r < 12 ? "AM" : "PM";
328
328
  return `${i}:${s}:${e} ${c}`;
329
329
  };
330
- function qe(t) {
330
+ function Ge(t) {
331
331
  return f([
332
332
  () => this.control().fill(X(t)),
333
333
  () => this.control().blur()
334
334
  ]);
335
335
  }
336
- const Se = ([t, r]) => `${P(t)} – ${P(r)}`;
337
- function Ce(t) {
336
+ const Le = ([t, r]) => `${P(t)} – ${P(r)}`;
337
+ function Oe(t) {
338
338
  return f([
339
- () => this.control().fill(Se(t)),
339
+ () => this.control().fill(Le(t)),
340
340
  () => this.control().blur()
341
341
  ]);
342
342
  }
343
- const ke = (t) => {
343
+ const Fe = (t) => {
344
344
  const [r, s] = t.split("T");
345
345
  return `${P(r)} ${X(s)}`;
346
346
  };
347
- function Te(t) {
347
+ function Ue(t) {
348
348
  return f([
349
- () => this.control().fill(ke(t)),
349
+ () => this.control().fill(Fe(t)),
350
350
  () => this.control().blur()
351
351
  ]);
352
352
  }
353
- function k(t, r, s) {
353
+ function T(t, r, s) {
354
354
  return this.ctx.driver.userDragSlider(this.locator, t(), r(), s);
355
355
  }
356
- function Be(t) {
356
+ function Me(t) {
357
357
  return this.ctx.driver.userClick(
358
358
  this.ctx.driver.querySelector(
359
359
  this.ctx.driver.enterShadow(this.locator),
@@ -401,7 +401,7 @@ function M(t) {
401
401
  )
402
402
  ]);
403
403
  }
404
- function Ve(t) {
404
+ function je(t) {
405
405
  return this.ctx.driver.querySelector(this.unwrap(), t);
406
406
  }
407
407
  function v(t) {
@@ -410,7 +410,7 @@ function v(t) {
410
410
  t
411
411
  );
412
412
  }
413
- function We(t, r) {
413
+ function _e(t, r) {
414
414
  return this.ctx.driver.querySelector(
415
415
  this.ctx.driver.enterShadow(
416
416
  this.ctx.driver.querySelector(
@@ -430,8 +430,8 @@ function y(t) {
430
430
  )
431
431
  );
432
432
  }
433
- function q(t) {
434
- return new ne(
433
+ function S(t) {
434
+ return new be(
435
435
  this.ctx,
436
436
  this.ctx.driver.querySelector(
437
437
  this.ctx.driver.enterShadow(this.unwrap()),
@@ -442,20 +442,20 @@ function q(t) {
442
442
  const Y = {
443
443
  name: "accordion"
444
444
  };
445
- class De extends n {
445
+ class ze extends n {
446
446
  constructor() {
447
447
  super(...arguments), this.type = "accordion", this.componentInfo = Y, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
448
448
  }
449
449
  }
450
- class Ge extends a {
450
+ class Je extends a {
451
451
  constructor() {
452
452
  super(...arguments), this.componentInfo = Y, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
453
453
  }
454
454
  wrap(r) {
455
- return new De(this.ctx, r);
455
+ return new ze(this.ctx, r);
456
456
  }
457
457
  }
458
- class Re {
458
+ class Ke {
459
459
  constructor(r, s) {
460
460
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
461
461
  {
@@ -472,20 +472,20 @@ class Re {
472
472
  const Z = {
473
473
  name: "accordion-item"
474
474
  };
475
- class Le extends n {
475
+ class Qe extends n {
476
476
  constructor() {
477
477
  super(...arguments), this.type = "accordionItem", this.componentInfo = Z, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.expand = this.ctx.driver.wrapAction(F.bind(this, !0)), this.collapse = this.ctx.driver.wrapAction(F.bind(this, !1)), this.button = v.bind(this, ".heading-button");
478
478
  }
479
479
  }
480
- class Oe extends a {
480
+ class Xe extends a {
481
481
  constructor() {
482
- super(...arguments), this.componentInfo = Z, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeading = this.ctx.driver.wrapSelector(be.bind(this));
482
+ super(...arguments), this.componentInfo = Z, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeading = this.ctx.driver.wrapSelector($e.bind(this));
483
483
  }
484
484
  wrap(r) {
485
- return new Le(this.ctx, r);
485
+ return new Qe(this.ctx, r);
486
486
  }
487
487
  }
488
- class Fe {
488
+ class Ye {
489
489
  constructor(r, s) {
490
490
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
491
491
  {
@@ -500,7 +500,7 @@ class Fe {
500
500
  {
501
501
  type: "eval",
502
502
  el: this.wrapper.unwrap(),
503
- fn: w
503
+ fn: u
504
504
  },
505
505
  e,
506
506
  "toHaveIcon(${value})"
@@ -508,7 +508,7 @@ class Fe {
508
508
  {
509
509
  type: "eval",
510
510
  el: this.wrapper.unwrap(),
511
- fn: R
511
+ fn: G
512
512
  },
513
513
  !0,
514
514
  "toBeExpanded()"
@@ -516,7 +516,7 @@ class Fe {
516
516
  {
517
517
  type: "eval",
518
518
  el: this.wrapper.unwrap(),
519
- fn: R
519
+ fn: G
520
520
  },
521
521
  !1,
522
522
  "toBeCollapsed()"
@@ -526,20 +526,20 @@ class Fe {
526
526
  const N = {
527
527
  name: "action-group"
528
528
  };
529
- class Ue extends n {
529
+ class Ze extends n {
530
530
  constructor() {
531
531
  super(...arguments), this.type = "actionGroup", this.componentInfo = N, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
532
532
  }
533
533
  }
534
- class Me extends a {
534
+ class Ne extends a {
535
535
  constructor() {
536
536
  super(...arguments), this.componentInfo = N, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
537
537
  }
538
538
  wrap(r) {
539
- return new Ue(this.ctx, r);
539
+ return new Ze(this.ctx, r);
540
540
  }
541
541
  }
542
- class je {
542
+ class tr {
543
543
  constructor(r, s) {
544
544
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
545
545
  {
@@ -556,20 +556,20 @@ class je {
556
556
  const tt = {
557
557
  name: "alert"
558
558
  };
559
- class _e extends n {
559
+ class er extends n {
560
560
  constructor() {
561
561
  super(...arguments), this.type = "alert", this.componentInfo = tt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
562
562
  }
563
563
  }
564
- class ze extends a {
564
+ class rr extends a {
565
565
  constructor() {
566
- super(...arguments), this.componentInfo = tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(T.bind(this));
566
+ super(...arguments), this.componentInfo = tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(k.bind(this));
567
567
  }
568
568
  wrap(r) {
569
- return new _e(this.ctx, r);
569
+ return new er(this.ctx, r);
570
570
  }
571
571
  }
572
- class Je {
572
+ class ir {
573
573
  constructor(r, s) {
574
574
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
575
575
  {
@@ -584,7 +584,7 @@ class Je {
584
584
  {
585
585
  type: "eval",
586
586
  el: this.wrapper.unwrap(),
587
- fn: w
587
+ fn: u
588
588
  },
589
589
  e,
590
590
  "toHaveIcon(${value})"
@@ -610,20 +610,20 @@ class Je {
610
610
  const et = {
611
611
  name: "audio-player"
612
612
  };
613
- class Ke extends n {
613
+ class sr extends n {
614
614
  constructor() {
615
615
  super(...arguments), this.type = "audioPlayer", this.componentInfo = et, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
616
616
  }
617
617
  }
618
- class Qe extends a {
618
+ class cr extends a {
619
619
  constructor() {
620
620
  super(...arguments), this.componentInfo = et, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
621
621
  }
622
622
  wrap(r) {
623
- return new Ke(this.ctx, r);
623
+ return new sr(this.ctx, r);
624
624
  }
625
625
  }
626
- class Xe {
626
+ class or {
627
627
  constructor(r, s) {
628
628
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
629
629
  {
@@ -640,20 +640,20 @@ class Xe {
640
640
  const rt = {
641
641
  name: "avatar"
642
642
  };
643
- class Ye extends n {
643
+ class nr extends n {
644
644
  constructor() {
645
645
  super(...arguments), this.type = "avatar", this.componentInfo = rt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
646
646
  }
647
647
  }
648
- class Ze extends a {
648
+ class ar extends a {
649
649
  constructor() {
650
650
  super(...arguments), this.componentInfo = rt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
651
651
  }
652
652
  wrap(r) {
653
- return new Ye(this.ctx, r);
653
+ return new nr(this.ctx, r);
654
654
  }
655
655
  }
656
- class Ne {
656
+ class hr {
657
657
  constructor(r, s) {
658
658
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
659
659
  {
@@ -670,20 +670,20 @@ class Ne {
670
670
  const it = {
671
671
  name: "badge"
672
672
  };
673
- class tr extends n {
673
+ class pr extends n {
674
674
  constructor() {
675
675
  super(...arguments), this.type = "badge", this.componentInfo = it, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
676
676
  }
677
677
  }
678
- class er extends a {
678
+ class dr extends a {
679
679
  constructor() {
680
680
  super(...arguments), this.componentInfo = it, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
681
681
  }
682
682
  wrap(r) {
683
- return new tr(this.ctx, r);
683
+ return new pr(this.ctx, r);
684
684
  }
685
685
  }
686
- class rr {
686
+ class lr {
687
687
  constructor(r, s) {
688
688
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
689
689
  {
@@ -698,7 +698,7 @@ class rr {
698
698
  {
699
699
  type: "eval",
700
700
  el: this.wrapper.unwrap(),
701
- fn: w
701
+ fn: u
702
702
  },
703
703
  e,
704
704
  "toHaveIcon(${value})"
@@ -708,20 +708,20 @@ class rr {
708
708
  const st = {
709
709
  name: "banner"
710
710
  };
711
- class ir extends n {
711
+ class xr extends n {
712
712
  constructor() {
713
- super(...arguments), this.type = "banner", this.componentInfo = st, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(C.bind(this, () => this.dismissButton())), this.dismissButton = y.bind(this, ".dismiss-button");
713
+ super(...arguments), this.type = "banner", this.componentInfo = st, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(q.bind(this, () => this.dismissButton())), this.dismissButton = y.bind(this, ".dismiss-button");
714
714
  }
715
715
  }
716
- class sr extends a {
716
+ class vr extends a {
717
717
  constructor() {
718
718
  super(...arguments), this.componentInfo = st, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
719
719
  }
720
720
  wrap(r) {
721
- return new ir(this.ctx, r);
721
+ return new xr(this.ctx, r);
722
722
  }
723
723
  }
724
- class cr {
724
+ class ur {
725
725
  constructor(r, s) {
726
726
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
727
727
  {
@@ -736,7 +736,7 @@ class cr {
736
736
  {
737
737
  type: "eval",
738
738
  el: this.wrapper.unwrap(),
739
- fn: w
739
+ fn: u
740
740
  },
741
741
  e,
742
742
  "toHaveIcon(${value})"
@@ -746,20 +746,20 @@ class cr {
746
746
  const ct = {
747
747
  name: "breadcrumb"
748
748
  };
749
- class or extends n {
749
+ class wr extends n {
750
750
  constructor() {
751
751
  super(...arguments), this.type = "breadcrumb", this.componentInfo = ct, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
752
752
  }
753
753
  }
754
- class nr extends a {
754
+ class br extends a {
755
755
  constructor() {
756
756
  super(...arguments), this.componentInfo = ct, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
757
757
  }
758
758
  wrap(r) {
759
- return new or(this.ctx, r);
759
+ return new wr(this.ctx, r);
760
760
  }
761
761
  }
762
- class ar {
762
+ class mr {
763
763
  constructor(r, s) {
764
764
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
765
765
  throw new Error("Component does not have props.");
@@ -769,20 +769,20 @@ class ar {
769
769
  const ot = {
770
770
  name: "breadcrumb-item"
771
771
  };
772
- class hr extends n {
772
+ class fr extends n {
773
773
  constructor() {
774
774
  super(...arguments), this.type = "breadcrumbItem", this.componentInfo = ot, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
775
775
  }
776
776
  }
777
- class pr extends a {
777
+ class Er extends a {
778
778
  constructor() {
779
779
  super(...arguments), this.componentInfo = ot, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
780
780
  }
781
781
  wrap(r) {
782
- return new hr(this.ctx, r);
782
+ return new fr(this.ctx, r);
783
783
  }
784
784
  }
785
- class dr {
785
+ class yr {
786
786
  constructor(r, s) {
787
787
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
788
788
  {
@@ -804,7 +804,7 @@ class at extends n {
804
804
  super(...arguments), this.type = "button", this.componentInfo = nt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, "button.control");
805
805
  }
806
806
  }
807
- class lr extends a {
807
+ class Ir extends a {
808
808
  constructor() {
809
809
  super(...arguments), this.componentInfo = nt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
810
810
  }
@@ -812,7 +812,7 @@ class lr extends a {
812
812
  return new at(this.ctx, r);
813
813
  }
814
814
  }
815
- class xr {
815
+ class gr {
816
816
  constructor(r, s) {
817
817
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
818
818
  {
@@ -827,7 +827,7 @@ class xr {
827
827
  {
828
828
  type: "eval",
829
829
  el: this.wrapper.unwrap(),
830
- fn: u
830
+ fn: w
831
831
  },
832
832
  e,
833
833
  "toHaveValue(${value})"
@@ -835,7 +835,7 @@ class xr {
835
835
  {
836
836
  type: "eval",
837
837
  el: this.wrapper.unwrap(),
838
- fn: w
838
+ fn: u
839
839
  },
840
840
  e,
841
841
  "toHaveIcon(${value})"
@@ -845,20 +845,20 @@ class xr {
845
845
  const ht = {
846
846
  name: "calendar"
847
847
  };
848
- class vr extends n {
848
+ class Ar extends n {
849
849
  constructor() {
850
850
  super(...arguments), this.type = "calendar", this.componentInfo = ht, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
851
851
  }
852
852
  }
853
- class ur extends a {
853
+ class Hr extends a {
854
854
  constructor() {
855
855
  super(...arguments), this.componentInfo = ht, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
856
856
  }
857
857
  wrap(r) {
858
- return new vr(this.ctx, r);
858
+ return new Ar(this.ctx, r);
859
859
  }
860
860
  }
861
- class wr {
861
+ class Pr {
862
862
  constructor(r, s) {
863
863
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
864
864
  {
@@ -875,20 +875,20 @@ class wr {
875
875
  const pt = {
876
876
  name: "calendar-event"
877
877
  };
878
- class br extends n {
878
+ class $r extends n {
879
879
  constructor() {
880
880
  super(...arguments), this.type = "calendarEvent", this.componentInfo = pt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
881
881
  }
882
882
  }
883
- class mr extends a {
883
+ class Sr extends a {
884
884
  constructor() {
885
885
  super(...arguments), this.componentInfo = pt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
886
886
  }
887
887
  wrap(r) {
888
- return new br(this.ctx, r);
888
+ return new $r(this.ctx, r);
889
889
  }
890
890
  }
891
- class fr {
891
+ class Cr {
892
892
  constructor(r, s) {
893
893
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
894
894
  {
@@ -905,20 +905,20 @@ class fr {
905
905
  const dt = {
906
906
  name: "card"
907
907
  };
908
- class Er extends n {
908
+ class qr extends n {
909
909
  constructor() {
910
910
  super(...arguments), this.type = "card", this.componentInfo = dt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
911
911
  }
912
912
  }
913
- class yr extends a {
913
+ class Tr extends a {
914
914
  constructor() {
915
915
  super(...arguments), this.componentInfo = dt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
916
916
  }
917
917
  wrap(r) {
918
- return new Er(this.ctx, r);
918
+ return new qr(this.ctx, r);
919
919
  }
920
920
  }
921
- class Ir {
921
+ class kr {
922
922
  constructor(r, s) {
923
923
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
924
924
  {
@@ -943,20 +943,20 @@ class Ir {
943
943
  const lt = {
944
944
  name: "checkbox"
945
945
  };
946
- class gr extends n {
946
+ class Br extends n {
947
947
  constructor() {
948
948
  super(...arguments), this.type = "checkbox", this.componentInfo = lt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(J.bind(this, () => this.control())), this.uncheck = this.ctx.driver.wrapAction(K.bind(this, () => this.control())), this.control = v.bind(this, "div.control");
949
949
  }
950
950
  }
951
- class Ar extends a {
951
+ class Vr extends a {
952
952
  constructor() {
953
953
  super(...arguments), this.componentInfo = lt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
954
954
  }
955
955
  wrap(r) {
956
- return new gr(this.ctx, r);
956
+ return new Br(this.ctx, r);
957
957
  }
958
958
  }
959
- class Hr {
959
+ class Wr {
960
960
  constructor(r, s) {
961
961
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
962
962
  {
@@ -979,7 +979,7 @@ class Hr {
979
979
  {
980
980
  type: "eval",
981
981
  el: this.wrapper.unwrap(),
982
- fn: u
982
+ fn: w
983
983
  },
984
984
  e,
985
985
  "toHaveValue(${value})"
@@ -1013,20 +1013,20 @@ class Hr {
1013
1013
  const xt = {
1014
1014
  name: "color-picker"
1015
1015
  };
1016
- class Pr extends n {
1016
+ class Dr extends n {
1017
1017
  constructor() {
1018
1018
  super(...arguments), this.type = "colorPicker", this.componentInfo = xt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1019
1019
  }
1020
1020
  }
1021
- class $r extends a {
1021
+ class Rr extends a {
1022
1022
  constructor() {
1023
1023
  super(...arguments), this.componentInfo = xt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1024
1024
  }
1025
1025
  wrap(r) {
1026
- return new Pr(this.ctx, r);
1026
+ return new Dr(this.ctx, r);
1027
1027
  }
1028
1028
  }
1029
- class qr {
1029
+ class Gr {
1030
1030
  constructor(r, s) {
1031
1031
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1032
1032
  {
@@ -1049,7 +1049,7 @@ class qr {
1049
1049
  {
1050
1050
  type: "eval",
1051
1051
  el: this.wrapper.unwrap(),
1052
- fn: u
1052
+ fn: w
1053
1053
  },
1054
1054
  e,
1055
1055
  "toHaveValue(${value})"
@@ -1059,20 +1059,20 @@ class qr {
1059
1059
  const vt = {
1060
1060
  name: "combobox"
1061
1061
  };
1062
- class Sr extends n {
1062
+ class Lr extends n {
1063
1063
  constructor() {
1064
- super(...arguments), this.type = "combobox", this.componentInfo = vt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(He.bind(this)), this.clear = this.ctx.driver.wrapAction(Pe.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(G.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.control = v.bind(this, "input.control");
1064
+ super(...arguments), this.type = "combobox", this.componentInfo = vt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(We.bind(this)), this.clear = this.ctx.driver.wrapAction(De.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(R.bind(this)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.control = v.bind(this, "input.control");
1065
1065
  }
1066
1066
  }
1067
- class Cr extends a {
1067
+ class Or extends a {
1068
1068
  constructor() {
1069
1069
  super(...arguments), this.componentInfo = vt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1070
1070
  }
1071
1071
  wrap(r) {
1072
- return new Sr(this.ctx, r);
1072
+ return new Lr(this.ctx, r);
1073
1073
  }
1074
1074
  }
1075
- class kr {
1075
+ class Fr {
1076
1076
  constructor(r, s) {
1077
1077
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1078
1078
  {
@@ -1095,7 +1095,7 @@ class kr {
1095
1095
  {
1096
1096
  type: "eval",
1097
1097
  el: this.wrapper.unwrap(),
1098
- fn: w
1098
+ fn: u
1099
1099
  },
1100
1100
  e,
1101
1101
  "toHaveIcon(${value})"
@@ -1103,7 +1103,7 @@ class kr {
1103
1103
  {
1104
1104
  type: "eval",
1105
1105
  el: this.wrapper.unwrap(),
1106
- fn: u
1106
+ fn: w
1107
1107
  },
1108
1108
  e,
1109
1109
  "toHaveValue(${value})"
@@ -1113,20 +1113,20 @@ class kr {
1113
1113
  const ut = {
1114
1114
  name: "contextual-help"
1115
1115
  };
1116
- class Tr extends n {
1116
+ class Ur extends n {
1117
1117
  constructor() {
1118
1118
  super(...arguments), this.type = "contextualHelp", this.componentInfo = ut, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1119
1119
  }
1120
1120
  }
1121
- class Br extends a {
1121
+ class Mr extends a {
1122
1122
  constructor() {
1123
1123
  super(...arguments), this.componentInfo = ut, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1124
1124
  }
1125
1125
  wrap(r) {
1126
- return new Tr(this.ctx, r);
1126
+ return new Ur(this.ctx, r);
1127
1127
  }
1128
1128
  }
1129
- class Vr {
1129
+ class jr {
1130
1130
  constructor(r, s) {
1131
1131
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1132
1132
  {
@@ -1141,22 +1141,22 @@ class Vr {
1141
1141
  }
1142
1142
  }
1143
1143
  const wt = {
1144
- name: "data-grid"
1144
+ name: "country"
1145
1145
  };
1146
- class Wr extends n {
1146
+ class _r extends n {
1147
1147
  constructor() {
1148
- super(...arguments), this.type = "dataGrid", this.componentInfo = wt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1148
+ super(...arguments), this.type = "country", this.componentInfo = wt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1149
1149
  }
1150
1150
  }
1151
- class Dr extends a {
1151
+ class zr extends a {
1152
1152
  constructor() {
1153
1153
  super(...arguments), this.componentInfo = wt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1154
1154
  }
1155
1155
  wrap(r) {
1156
- return new Wr(this.ctx, r);
1156
+ return new _r(this.ctx, r);
1157
1157
  }
1158
1158
  }
1159
- class Gr {
1159
+ class Jr {
1160
1160
  constructor(r, s) {
1161
1161
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1162
1162
  {
@@ -1171,22 +1171,22 @@ class Gr {
1171
1171
  }
1172
1172
  }
1173
1173
  const bt = {
1174
- name: "data-grid-cell"
1174
+ name: "data-grid"
1175
1175
  };
1176
- class Rr extends n {
1176
+ class Kr extends n {
1177
1177
  constructor() {
1178
- super(...arguments), this.type = "dataGridCell", this.componentInfo = bt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1178
+ super(...arguments), this.type = "dataGrid", this.componentInfo = bt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1179
1179
  }
1180
1180
  }
1181
- class Lr extends a {
1181
+ class Qr extends a {
1182
1182
  constructor() {
1183
1183
  super(...arguments), this.componentInfo = bt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1184
1184
  }
1185
1185
  wrap(r) {
1186
- return new Rr(this.ctx, r);
1186
+ return new Kr(this.ctx, r);
1187
1187
  }
1188
1188
  }
1189
- class Or {
1189
+ class Xr {
1190
1190
  constructor(r, s) {
1191
1191
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1192
1192
  {
@@ -1201,22 +1201,22 @@ class Or {
1201
1201
  }
1202
1202
  }
1203
1203
  const mt = {
1204
- name: "data-grid-row"
1204
+ name: "data-grid-cell"
1205
1205
  };
1206
- class Fr extends n {
1206
+ class Yr extends n {
1207
1207
  constructor() {
1208
- super(...arguments), this.type = "dataGridRow", this.componentInfo = mt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1208
+ super(...arguments), this.type = "dataGridCell", this.componentInfo = mt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1209
1209
  }
1210
1210
  }
1211
- class Ur extends a {
1211
+ class Zr extends a {
1212
1212
  constructor() {
1213
1213
  super(...arguments), this.componentInfo = mt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1214
1214
  }
1215
1215
  wrap(r) {
1216
- return new Fr(this.ctx, r);
1216
+ return new Yr(this.ctx, r);
1217
1217
  }
1218
1218
  }
1219
- class Mr {
1219
+ class Nr {
1220
1220
  constructor(r, s) {
1221
1221
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1222
1222
  {
@@ -1231,22 +1231,52 @@ class Mr {
1231
1231
  }
1232
1232
  }
1233
1233
  const ft = {
1234
+ name: "data-grid-row"
1235
+ };
1236
+ class ti extends n {
1237
+ constructor() {
1238
+ super(...arguments), this.type = "dataGridRow", this.componentInfo = ft, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1239
+ }
1240
+ }
1241
+ class ei extends a {
1242
+ constructor() {
1243
+ super(...arguments), this.componentInfo = ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1244
+ }
1245
+ wrap(r) {
1246
+ return new ti(this.ctx, r);
1247
+ }
1248
+ }
1249
+ class ri {
1250
+ constructor(r, s) {
1251
+ this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1252
+ {
1253
+ type: "eval",
1254
+ el: this.wrapper.unwrap(),
1255
+ fn: (c, o) => c[o],
1256
+ arg: e
1257
+ },
1258
+ i,
1259
+ `toHaveProp("${e}", ${i})`
1260
+ ));
1261
+ }
1262
+ }
1263
+ const Et = {
1234
1264
  name: "date-picker"
1235
1265
  };
1236
- class jr extends n {
1266
+ class ii extends n {
1237
1267
  constructor() {
1238
- super(...arguments), this.type = "datePicker", this.componentInfo = ft, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDate = this.ctx.driver.wrapAction($e.bind(this)), this.control = q.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
1268
+ super(...arguments), this.type = "datePicker", this.componentInfo = Et, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDate = this.ctx.driver.wrapAction(Re.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
1239
1269
  }
1240
1270
  }
1241
- class _r extends a {
1271
+ class si extends a {
1242
1272
  constructor() {
1243
- super(...arguments), this.componentInfo = ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1273
+ super(...arguments), this.componentInfo = Et, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1244
1274
  }
1245
1275
  wrap(r) {
1246
- return new jr(this.ctx, r);
1276
+ return new ii(this.ctx, r);
1247
1277
  }
1248
1278
  }
1249
- class zr {
1279
+ class ci {
1250
1280
  constructor(r, s) {
1251
1281
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1252
1282
  {
@@ -1269,30 +1299,30 @@ class zr {
1269
1299
  {
1270
1300
  type: "eval",
1271
1301
  el: this.wrapper.unwrap(),
1272
- fn: u
1302
+ fn: w
1273
1303
  },
1274
1304
  e,
1275
1305
  "toHaveValue(${value})"
1276
1306
  ));
1277
1307
  }
1278
1308
  }
1279
- const Et = {
1309
+ const yt = {
1280
1310
  name: "date-range-picker"
1281
1311
  };
1282
- class Jr extends n {
1312
+ class oi extends n {
1283
1313
  constructor() {
1284
- super(...arguments), this.type = "dateRangePicker", this.componentInfo = Et, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateRange = this.ctx.driver.wrapAction(Ce.bind(this)), this.control = q.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
1314
+ super(...arguments), this.type = "dateRangePicker", this.componentInfo = yt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateRange = this.ctx.driver.wrapAction(Oe.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
1285
1315
  }
1286
1316
  }
1287
- class Kr extends a {
1317
+ class ni extends a {
1288
1318
  constructor() {
1289
- super(...arguments), this.componentInfo = Et, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1319
+ super(...arguments), this.componentInfo = yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1290
1320
  }
1291
1321
  wrap(r) {
1292
- return new Jr(this.ctx, r);
1322
+ return new oi(this.ctx, r);
1293
1323
  }
1294
1324
  }
1295
- class Qr {
1325
+ class ai {
1296
1326
  constructor(r, s) {
1297
1327
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1298
1328
  {
@@ -1315,7 +1345,7 @@ class Qr {
1315
1345
  {
1316
1346
  type: "eval",
1317
1347
  el: this.wrapper.unwrap(),
1318
- fn: u
1348
+ fn: w
1319
1349
  },
1320
1350
  e,
1321
1351
  "toHaveValue(${value})"
@@ -1323,30 +1353,30 @@ class Qr {
1323
1353
  {
1324
1354
  type: "eval",
1325
1355
  el: this.wrapper.unwrap(),
1326
- fn: Ee
1356
+ fn: qe
1327
1357
  },
1328
1358
  e,
1329
1359
  "toHaveRange(${value})"
1330
1360
  ));
1331
1361
  }
1332
1362
  }
1333
- const yt = {
1363
+ const It = {
1334
1364
  name: "date-time-picker"
1335
1365
  };
1336
- class Xr extends n {
1366
+ class hi extends n {
1337
1367
  constructor() {
1338
- super(...arguments), this.type = "dateTimePicker", this.componentInfo = yt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateTime = this.ctx.driver.wrapAction(Te.bind(this)), this.control = q.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
1368
+ super(...arguments), this.type = "dateTimePicker", this.componentInfo = It, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectDateTime = this.ctx.driver.wrapAction(Ue.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
1339
1369
  }
1340
1370
  }
1341
- class Yr extends a {
1371
+ class pi extends a {
1342
1372
  constructor() {
1343
- super(...arguments), this.componentInfo = yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1373
+ super(...arguments), this.componentInfo = It, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1344
1374
  }
1345
1375
  wrap(r) {
1346
- return new Xr(this.ctx, r);
1376
+ return new hi(this.ctx, r);
1347
1377
  }
1348
1378
  }
1349
- class Zr {
1379
+ class di {
1350
1380
  constructor(r, s) {
1351
1381
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1352
1382
  {
@@ -1369,30 +1399,30 @@ class Zr {
1369
1399
  {
1370
1400
  type: "eval",
1371
1401
  el: this.wrapper.unwrap(),
1372
- fn: u
1402
+ fn: w
1373
1403
  },
1374
1404
  e,
1375
1405
  "toHaveValue(${value})"
1376
1406
  ));
1377
1407
  }
1378
1408
  }
1379
- const It = {
1409
+ const gt = {
1380
1410
  name: "dial-pad"
1381
1411
  };
1382
- class Nr extends n {
1412
+ class li extends n {
1383
1413
  constructor() {
1384
- super(...arguments), this.type = "dialPad", this.componentInfo = It, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1414
+ super(...arguments), this.type = "dialPad", this.componentInfo = gt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1385
1415
  }
1386
1416
  }
1387
- class ti extends a {
1417
+ class xi extends a {
1388
1418
  constructor() {
1389
- super(...arguments), this.componentInfo = It, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1419
+ super(...arguments), this.componentInfo = gt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1390
1420
  }
1391
1421
  wrap(r) {
1392
- return new Nr(this.ctx, r);
1422
+ return new li(this.ctx, r);
1393
1423
  }
1394
1424
  }
1395
- class ei {
1425
+ class vi {
1396
1426
  constructor(r, s) {
1397
1427
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1398
1428
  {
@@ -1406,23 +1436,23 @@ class ei {
1406
1436
  ));
1407
1437
  }
1408
1438
  }
1409
- const gt = {
1439
+ const At = {
1410
1440
  name: "dialog"
1411
1441
  };
1412
- class ri extends n {
1442
+ class ui extends n {
1413
1443
  constructor() {
1414
- super(...arguments), this.type = "dialog", this.componentInfo = gt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(b.bind(this, () => this.dismissButton())), this.dismissButton = v.bind(this, ".dismiss-button");
1444
+ super(...arguments), this.type = "dialog", this.componentInfo = At, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.dismiss = this.ctx.driver.wrapAction(b.bind(this, () => this.dismissButton())), this.dismissButton = v.bind(this, ".dismiss-button");
1415
1445
  }
1416
1446
  }
1417
- class ii extends a {
1447
+ class wi extends a {
1418
1448
  constructor() {
1419
- super(...arguments), this.componentInfo = gt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(T.bind(this));
1449
+ super(...arguments), this.componentInfo = At, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(k.bind(this));
1420
1450
  }
1421
1451
  wrap(r) {
1422
- return new ri(this.ctx, r);
1452
+ return new ui(this.ctx, r);
1423
1453
  }
1424
1454
  }
1425
- class si {
1455
+ class bi {
1426
1456
  constructor(r, s) {
1427
1457
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1428
1458
  {
@@ -1460,23 +1490,23 @@ class si {
1460
1490
  ));
1461
1491
  }
1462
1492
  }
1463
- const At = {
1493
+ const Ht = {
1464
1494
  name: "divider"
1465
1495
  };
1466
- class ci extends n {
1496
+ class mi extends n {
1467
1497
  constructor() {
1468
- super(...arguments), this.type = "divider", this.componentInfo = At, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1498
+ super(...arguments), this.type = "divider", this.componentInfo = Ht, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1469
1499
  }
1470
1500
  }
1471
- class oi extends a {
1501
+ class fi extends a {
1472
1502
  constructor() {
1473
- super(...arguments), this.componentInfo = At, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1503
+ super(...arguments), this.componentInfo = Ht, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1474
1504
  }
1475
1505
  wrap(r) {
1476
- return new ci(this.ctx, r);
1506
+ return new mi(this.ctx, r);
1477
1507
  }
1478
1508
  }
1479
- class ni {
1509
+ class Ei {
1480
1510
  constructor(r, s) {
1481
1511
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1482
1512
  {
@@ -1490,23 +1520,23 @@ class ni {
1490
1520
  ));
1491
1521
  }
1492
1522
  }
1493
- const Ht = {
1523
+ const Pt = {
1494
1524
  name: "empty-state"
1495
1525
  };
1496
- class ai extends n {
1526
+ class yi extends n {
1497
1527
  constructor() {
1498
- super(...arguments), this.type = "emptyState", this.componentInfo = Ht, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1528
+ super(...arguments), this.type = "emptyState", this.componentInfo = Pt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1499
1529
  }
1500
1530
  }
1501
- class hi extends a {
1531
+ class Ii extends a {
1502
1532
  constructor() {
1503
- super(...arguments), this.componentInfo = Ht, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1533
+ super(...arguments), this.componentInfo = Pt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1504
1534
  }
1505
1535
  wrap(r) {
1506
- return new ai(this.ctx, r);
1536
+ return new yi(this.ctx, r);
1507
1537
  }
1508
1538
  }
1509
- class pi {
1539
+ class gi {
1510
1540
  constructor(r, s) {
1511
1541
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1512
1542
  {
@@ -1520,23 +1550,23 @@ class pi {
1520
1550
  ));
1521
1551
  }
1522
1552
  }
1523
- const Pt = {
1553
+ const $t = {
1524
1554
  name: "fab"
1525
1555
  };
1526
- class di extends n {
1556
+ class Ai extends n {
1527
1557
  constructor() {
1528
- super(...arguments), this.type = "fab", this.componentInfo = Pt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, "button.control");
1558
+ super(...arguments), this.type = "fab", this.componentInfo = $t, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, "button.control");
1529
1559
  }
1530
1560
  }
1531
- class li extends a {
1561
+ class Hi extends a {
1532
1562
  constructor() {
1533
- super(...arguments), this.componentInfo = Pt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1563
+ super(...arguments), this.componentInfo = $t, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1534
1564
  }
1535
1565
  wrap(r) {
1536
- return new di(this.ctx, r);
1566
+ return new Ai(this.ctx, r);
1537
1567
  }
1538
1568
  }
1539
- class xi {
1569
+ class Pi {
1540
1570
  constructor(r, s) {
1541
1571
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1542
1572
  {
@@ -1551,7 +1581,7 @@ class xi {
1551
1581
  {
1552
1582
  type: "eval",
1553
1583
  el: this.wrapper.unwrap(),
1554
- fn: u
1584
+ fn: w
1555
1585
  },
1556
1586
  e,
1557
1587
  "toHaveValue(${value})"
@@ -1559,30 +1589,30 @@ class xi {
1559
1589
  {
1560
1590
  type: "eval",
1561
1591
  el: this.wrapper.unwrap(),
1562
- fn: w
1592
+ fn: u
1563
1593
  },
1564
1594
  e,
1565
1595
  "toHaveIcon(${value})"
1566
1596
  ));
1567
1597
  }
1568
1598
  }
1569
- const $t = {
1599
+ const St = {
1570
1600
  name: "file-picker"
1571
1601
  };
1572
- class vi extends n {
1602
+ class $i extends n {
1573
1603
  constructor() {
1574
- super(...arguments), this.type = "filePicker", this.componentInfo = $t, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1604
+ super(...arguments), this.type = "filePicker", this.componentInfo = St, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1575
1605
  }
1576
1606
  }
1577
- class ui extends a {
1607
+ class Si extends a {
1578
1608
  constructor() {
1579
- super(...arguments), this.componentInfo = $t, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1609
+ super(...arguments), this.componentInfo = St, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1580
1610
  }
1581
1611
  wrap(r) {
1582
- return new vi(this.ctx, r);
1612
+ return new $i(this.ctx, r);
1583
1613
  }
1584
1614
  }
1585
- class wi {
1615
+ class Ci {
1586
1616
  constructor(r, s) {
1587
1617
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1588
1618
  {
@@ -1605,30 +1635,30 @@ class wi {
1605
1635
  {
1606
1636
  type: "eval",
1607
1637
  el: this.wrapper.unwrap(),
1608
- fn: u
1638
+ fn: w
1609
1639
  },
1610
1640
  e,
1611
1641
  "toHaveValue(${value})"
1612
1642
  ));
1613
1643
  }
1614
1644
  }
1615
- const qt = {
1645
+ const Ct = {
1616
1646
  name: "header"
1617
1647
  };
1618
- class bi extends n {
1648
+ class qi extends n {
1619
1649
  constructor() {
1620
- super(...arguments), this.type = "header", this.componentInfo = qt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1650
+ super(...arguments), this.type = "header", this.componentInfo = Ct, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1621
1651
  }
1622
1652
  }
1623
- class mi extends a {
1653
+ class Ti extends a {
1624
1654
  constructor() {
1625
- super(...arguments), this.componentInfo = qt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1655
+ super(...arguments), this.componentInfo = Ct, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1626
1656
  }
1627
1657
  wrap(r) {
1628
- return new bi(this.ctx, r);
1658
+ return new qi(this.ctx, r);
1629
1659
  }
1630
1660
  }
1631
- class fi {
1661
+ class ki {
1632
1662
  constructor(r, s) {
1633
1663
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1634
1664
  {
@@ -1642,23 +1672,23 @@ class fi {
1642
1672
  ));
1643
1673
  }
1644
1674
  }
1645
- const St = {
1675
+ const qt = {
1646
1676
  name: "icon"
1647
1677
  };
1648
- class Ei extends n {
1678
+ class Bi extends n {
1649
1679
  constructor() {
1650
- super(...arguments), this.type = "icon", this.componentInfo = St, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1680
+ super(...arguments), this.type = "icon", this.componentInfo = qt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1651
1681
  }
1652
1682
  }
1653
- class yi extends a {
1683
+ class Vi extends a {
1654
1684
  constructor() {
1655
- super(...arguments), this.componentInfo = St, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1685
+ super(...arguments), this.componentInfo = qt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1656
1686
  }
1657
1687
  wrap(r) {
1658
- return new Ei(this.ctx, r);
1688
+ return new Bi(this.ctx, r);
1659
1689
  }
1660
1690
  }
1661
- class Ii {
1691
+ class Wi {
1662
1692
  constructor(r, s) {
1663
1693
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1664
1694
  {
@@ -1673,30 +1703,30 @@ class Ii {
1673
1703
  {
1674
1704
  type: "eval",
1675
1705
  el: this.wrapper.unwrap(),
1676
- fn: Ie
1706
+ fn: ke
1677
1707
  },
1678
1708
  e,
1679
1709
  "toHaveName(${value})"
1680
1710
  ));
1681
1711
  }
1682
1712
  }
1683
- const Ct = {
1713
+ const Tt = {
1684
1714
  name: "layout"
1685
1715
  };
1686
- class gi extends n {
1716
+ class Di extends n {
1687
1717
  constructor() {
1688
- super(...arguments), this.type = "layout", this.componentInfo = Ct, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1718
+ super(...arguments), this.type = "layout", this.componentInfo = Tt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1689
1719
  }
1690
1720
  }
1691
- class Ai extends a {
1721
+ class Ri extends a {
1692
1722
  constructor() {
1693
- super(...arguments), this.componentInfo = Ct, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1723
+ super(...arguments), this.componentInfo = Tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1694
1724
  }
1695
1725
  wrap(r) {
1696
- return new gi(this.ctx, r);
1726
+ return new Di(this.ctx, r);
1697
1727
  }
1698
1728
  }
1699
- class Hi {
1729
+ class Gi {
1700
1730
  constructor(r, s) {
1701
1731
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1702
1732
  {
@@ -1713,20 +1743,20 @@ class Hi {
1713
1743
  const kt = {
1714
1744
  name: "menu"
1715
1745
  };
1716
- class Pi extends n {
1746
+ class Li extends n {
1717
1747
  constructor() {
1718
1748
  super(...arguments), this.type = "menu", this.componentInfo = kt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1719
1749
  }
1720
1750
  }
1721
- class $i extends a {
1751
+ class Oi extends a {
1722
1752
  constructor() {
1723
1753
  super(...arguments), this.componentInfo = kt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1724
1754
  }
1725
1755
  wrap(r) {
1726
- return new Pi(this.ctx, r);
1756
+ return new Li(this.ctx, r);
1727
1757
  }
1728
1758
  }
1729
- class qi {
1759
+ class Fi {
1730
1760
  constructor(r, s) {
1731
1761
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1732
1762
  {
@@ -1756,23 +1786,23 @@ class qi {
1756
1786
  ));
1757
1787
  }
1758
1788
  }
1759
- const Tt = {
1789
+ const Bt = {
1760
1790
  name: "menu-item"
1761
1791
  };
1762
- class Si extends n {
1792
+ class Ui extends n {
1763
1793
  constructor() {
1764
- super(...arguments), this.type = "menuItem", this.componentInfo = Tt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.base = v.bind(this, ".base");
1794
+ super(...arguments), this.type = "menuItem", this.componentInfo = Bt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.base = v.bind(this, ".base");
1765
1795
  }
1766
1796
  }
1767
- class Ci extends a {
1797
+ class Mi extends a {
1768
1798
  constructor() {
1769
- super(...arguments), this.componentInfo = Tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
1799
+ super(...arguments), this.componentInfo = Bt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
1770
1800
  }
1771
1801
  wrap(r) {
1772
- return new Si(this.ctx, r);
1802
+ return new Ui(this.ctx, r);
1773
1803
  }
1774
1804
  }
1775
- class ki {
1805
+ class ji {
1776
1806
  constructor(r, s) {
1777
1807
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1778
1808
  {
@@ -1787,7 +1817,7 @@ class ki {
1787
1817
  {
1788
1818
  type: "eval",
1789
1819
  el: this.wrapper.unwrap(),
1790
- fn: w
1820
+ fn: u
1791
1821
  },
1792
1822
  e,
1793
1823
  "toHaveIcon(${value})"
@@ -1811,53 +1841,53 @@ class ki {
1811
1841
  {
1812
1842
  type: "eval",
1813
1843
  el: this.wrapper.unwrap(),
1814
- fn: S
1844
+ fn: C
1815
1845
  },
1816
1846
  e,
1817
1847
  "toHaveDisabled(${value})"
1818
1848
  ));
1819
1849
  }
1820
1850
  }
1821
- const Bt = {
1851
+ const Vt = {
1822
1852
  name: "nav"
1823
1853
  };
1824
- class Ti extends n {
1854
+ class _i extends n {
1825
1855
  constructor() {
1826
- super(...arguments), this.type = "nav", this.componentInfo = Bt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1856
+ super(...arguments), this.type = "nav", this.componentInfo = Vt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1827
1857
  }
1828
1858
  }
1829
- class Bi extends a {
1859
+ class zi extends a {
1830
1860
  constructor() {
1831
- super(...arguments), this.componentInfo = Bt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1861
+ super(...arguments), this.componentInfo = Vt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1832
1862
  }
1833
1863
  wrap(r) {
1834
- return new Ti(this.ctx, r);
1864
+ return new _i(this.ctx, r);
1835
1865
  }
1836
1866
  }
1837
- class Vi {
1867
+ class Ji {
1838
1868
  constructor(r, s) {
1839
1869
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
1840
1870
  throw new Error("Component does not have props.");
1841
1871
  };
1842
1872
  }
1843
1873
  }
1844
- const Vt = {
1874
+ const Wt = {
1845
1875
  name: "nav-disclosure"
1846
1876
  };
1847
- class Wi extends n {
1877
+ class Ki extends n {
1848
1878
  constructor() {
1849
- super(...arguments), this.type = "navDisclosure", this.componentInfo = Vt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.expand = this.ctx.driver.wrapAction(U.bind(this, !0)), this.collapse = this.ctx.driver.wrapAction(U.bind(this, !1)), this.summary = v.bind(this, "summary");
1879
+ super(...arguments), this.type = "navDisclosure", this.componentInfo = Wt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.expand = this.ctx.driver.wrapAction(U.bind(this, !0)), this.collapse = this.ctx.driver.wrapAction(U.bind(this, !1)), this.summary = v.bind(this, "summary");
1850
1880
  }
1851
1881
  }
1852
- class Di extends a {
1882
+ class Qi extends a {
1853
1883
  constructor() {
1854
- super(...arguments), this.componentInfo = Vt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1884
+ super(...arguments), this.componentInfo = Wt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1855
1885
  }
1856
1886
  wrap(r) {
1857
- return new Wi(this.ctx, r);
1887
+ return new Ki(this.ctx, r);
1858
1888
  }
1859
1889
  }
1860
- class Gi {
1890
+ class Xi {
1861
1891
  constructor(r, s) {
1862
1892
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1863
1893
  {
@@ -1872,7 +1902,7 @@ class Gi {
1872
1902
  {
1873
1903
  type: "eval",
1874
1904
  el: this.wrapper.unwrap(),
1875
- fn: w
1905
+ fn: u
1876
1906
  },
1877
1907
  e,
1878
1908
  "toHaveIcon(${value})"
@@ -1911,23 +1941,23 @@ class Gi {
1911
1941
  ));
1912
1942
  }
1913
1943
  }
1914
- const Wt = {
1944
+ const Dt = {
1915
1945
  name: "nav-item"
1916
1946
  };
1917
- class Ri extends n {
1947
+ class Yi extends n {
1918
1948
  constructor() {
1919
- super(...arguments), this.type = "navItem", this.componentInfo = Wt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, ".control");
1949
+ super(...arguments), this.type = "navItem", this.componentInfo = Dt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, ".control");
1920
1950
  }
1921
1951
  }
1922
- class Li extends a {
1952
+ class Zi extends a {
1923
1953
  constructor() {
1924
- super(...arguments), this.componentInfo = Wt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1954
+ super(...arguments), this.componentInfo = Dt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
1925
1955
  }
1926
1956
  wrap(r) {
1927
- return new Ri(this.ctx, r);
1957
+ return new Yi(this.ctx, r);
1928
1958
  }
1929
1959
  }
1930
- class Oi {
1960
+ class Ni {
1931
1961
  constructor(r, s) {
1932
1962
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1933
1963
  {
@@ -1942,7 +1972,7 @@ class Oi {
1942
1972
  {
1943
1973
  type: "eval",
1944
1974
  el: this.wrapper.unwrap(),
1945
- fn: w
1975
+ fn: u
1946
1976
  },
1947
1977
  e,
1948
1978
  "toHaveIcon(${value})"
@@ -1965,23 +1995,23 @@ class Oi {
1965
1995
  ));
1966
1996
  }
1967
1997
  }
1968
- const Dt = {
1998
+ const Rt = {
1969
1999
  name: "note"
1970
2000
  };
1971
- class Fi extends n {
2001
+ class ts extends n {
1972
2002
  constructor() {
1973
- super(...arguments), this.type = "note", this.componentInfo = Dt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2003
+ super(...arguments), this.type = "note", this.componentInfo = Rt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
1974
2004
  }
1975
2005
  }
1976
- class Ui extends a {
2006
+ class es extends a {
1977
2007
  constructor() {
1978
- super(...arguments), this.componentInfo = Dt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2008
+ super(...arguments), this.componentInfo = Rt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
1979
2009
  }
1980
2010
  wrap(r) {
1981
- return new Fi(this.ctx, r);
2011
+ return new ts(this.ctx, r);
1982
2012
  }
1983
2013
  }
1984
- class Mi {
2014
+ class rs {
1985
2015
  constructor(r, s) {
1986
2016
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
1987
2017
  {
@@ -1996,7 +2026,7 @@ class Mi {
1996
2026
  {
1997
2027
  type: "eval",
1998
2028
  el: this.wrapper.unwrap(),
1999
- fn: w
2029
+ fn: u
2000
2030
  },
2001
2031
  e,
2002
2032
  "toHaveIcon(${value})"
@@ -2006,20 +2036,20 @@ class Mi {
2006
2036
  const Gt = {
2007
2037
  name: "number-field"
2008
2038
  };
2009
- class ji extends n {
2039
+ class is extends n {
2010
2040
  constructor() {
2011
- super(...arguments), this.type = "numberField", this.componentInfo = Gt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.clickIncrement = this.ctx.driver.wrapAction(C.bind(this, () => this.incrementButton())), this.clickDecrement = this.ctx.driver.wrapAction(C.bind(this, () => this.decrementButton())), this.control = v.bind(this, "input.control"), this.incrementButton = y.bind(this, "#add"), this.decrementButton = y.bind(this, "#subtract");
2041
+ super(...arguments), this.type = "numberField", this.componentInfo = Gt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.clickIncrement = this.ctx.driver.wrapAction(q.bind(this, () => this.incrementButton())), this.clickDecrement = this.ctx.driver.wrapAction(q.bind(this, () => this.decrementButton())), this.control = v.bind(this, "input.control"), this.incrementButton = y.bind(this, "#add"), this.decrementButton = y.bind(this, "#subtract");
2012
2042
  }
2013
2043
  }
2014
- class _i extends a {
2044
+ class ss extends a {
2015
2045
  constructor() {
2016
2046
  super(...arguments), this.componentInfo = Gt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2017
2047
  }
2018
2048
  wrap(r) {
2019
- return new ji(this.ctx, r);
2049
+ return new is(this.ctx, r);
2020
2050
  }
2021
2051
  }
2022
- class zi {
2052
+ class cs {
2023
2053
  constructor(r, s) {
2024
2054
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2025
2055
  {
@@ -2042,7 +2072,7 @@ class zi {
2042
2072
  {
2043
2073
  type: "eval",
2044
2074
  el: this.wrapper.unwrap(),
2045
- fn: w
2075
+ fn: u
2046
2076
  },
2047
2077
  e,
2048
2078
  "toHaveIcon(${value})"
@@ -2050,7 +2080,7 @@ class zi {
2050
2080
  {
2051
2081
  type: "eval",
2052
2082
  el: this.wrapper.unwrap(),
2053
- fn: u
2083
+ fn: w
2054
2084
  },
2055
2085
  e,
2056
2086
  "toHaveValue(${value})"
@@ -2065,23 +2095,23 @@ class zi {
2065
2095
  ));
2066
2096
  }
2067
2097
  }
2068
- const Rt = {
2098
+ const Lt = {
2069
2099
  name: "option"
2070
2100
  };
2071
- class Ji extends n {
2101
+ class os extends n {
2072
2102
  constructor() {
2073
- super(...arguments), this.type = "option", this.componentInfo = Rt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.locator));
2103
+ super(...arguments), this.type = "option", this.componentInfo = Lt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.locator));
2074
2104
  }
2075
2105
  }
2076
- class Ki extends a {
2106
+ class ns extends a {
2077
2107
  constructor() {
2078
- super(...arguments), this.componentInfo = Rt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2108
+ super(...arguments), this.componentInfo = Lt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2079
2109
  }
2080
2110
  wrap(r) {
2081
- return new Ji(this.ctx, r);
2111
+ return new os(this.ctx, r);
2082
2112
  }
2083
2113
  }
2084
- class Qi {
2114
+ class as {
2085
2115
  constructor(r, s) {
2086
2116
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2087
2117
  {
@@ -2096,30 +2126,30 @@ class Qi {
2096
2126
  {
2097
2127
  type: "eval",
2098
2128
  el: this.wrapper.unwrap(),
2099
- fn: w
2129
+ fn: u
2100
2130
  },
2101
2131
  e,
2102
2132
  "toHaveIcon(${value})"
2103
2133
  ));
2104
2134
  }
2105
2135
  }
2106
- const Lt = {
2136
+ const Ot = {
2107
2137
  name: "pagination"
2108
2138
  };
2109
- class Xi extends n {
2139
+ class hs extends n {
2110
2140
  constructor() {
2111
- super(...arguments), this.type = "pagination", this.componentInfo = Lt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clickNext = this.ctx.driver.wrapAction(b.bind(this, () => this.nextButton())), this.clickPrev = this.ctx.driver.wrapAction(b.bind(this, () => this.prevButton())), this.clickPageIndex = this.ctx.driver.wrapAction(Be.bind(this)), this.nextButton = v.bind(this, ".next-button"), this.prevButton = v.bind(this, ".prev-button");
2141
+ super(...arguments), this.type = "pagination", this.componentInfo = Ot, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clickNext = this.ctx.driver.wrapAction(b.bind(this, () => this.nextButton())), this.clickPrev = this.ctx.driver.wrapAction(b.bind(this, () => this.prevButton())), this.clickPageIndex = this.ctx.driver.wrapAction(Me.bind(this)), this.nextButton = v.bind(this, ".next-button"), this.prevButton = v.bind(this, ".prev-button");
2112
2142
  }
2113
2143
  }
2114
- class Yi extends a {
2144
+ class ps extends a {
2115
2145
  constructor() {
2116
- super(...arguments), this.componentInfo = Lt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2146
+ super(...arguments), this.componentInfo = Ot, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2117
2147
  }
2118
2148
  wrap(r) {
2119
- return new Xi(this.ctx, r);
2149
+ return new hs(this.ctx, r);
2120
2150
  }
2121
2151
  }
2122
- class Zi {
2152
+ class ds {
2123
2153
  constructor(r, s) {
2124
2154
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2125
2155
  {
@@ -2134,7 +2164,7 @@ class Zi {
2134
2164
  {
2135
2165
  type: "eval",
2136
2166
  el: this.wrapper.unwrap(),
2137
- fn: ge
2167
+ fn: Be
2138
2168
  },
2139
2169
  e,
2140
2170
  "toHaveTotal(${value})"
@@ -2142,30 +2172,60 @@ class Zi {
2142
2172
  {
2143
2173
  type: "eval",
2144
2174
  el: this.wrapper.unwrap(),
2145
- fn: Ae
2175
+ fn: Ve
2146
2176
  },
2147
2177
  e,
2148
2178
  "toHaveSelectedPage(${value})"
2149
2179
  ));
2150
2180
  }
2151
2181
  }
2152
- const Ot = {
2182
+ const Ft = {
2183
+ name: "popover"
2184
+ };
2185
+ class ls extends n {
2186
+ constructor() {
2187
+ super(...arguments), this.type = "popover", this.componentInfo = Ft, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2188
+ }
2189
+ }
2190
+ class xs extends a {
2191
+ constructor() {
2192
+ super(...arguments), this.componentInfo = Ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2193
+ }
2194
+ wrap(r) {
2195
+ return new ls(this.ctx, r);
2196
+ }
2197
+ }
2198
+ class vs {
2199
+ constructor(r, s) {
2200
+ this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2201
+ {
2202
+ type: "eval",
2203
+ el: this.wrapper.unwrap(),
2204
+ fn: (c, o) => c[o],
2205
+ arg: e
2206
+ },
2207
+ i,
2208
+ `toHaveProp("${e}", ${i})`
2209
+ ));
2210
+ }
2211
+ }
2212
+ const Ut = {
2153
2213
  name: "progress"
2154
2214
  };
2155
- class Ni extends n {
2215
+ class us extends n {
2156
2216
  constructor() {
2157
- super(...arguments), this.type = "progress", this.componentInfo = Ot, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2217
+ super(...arguments), this.type = "progress", this.componentInfo = Ut, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2158
2218
  }
2159
2219
  }
2160
- class ts extends a {
2220
+ class ws extends a {
2161
2221
  constructor() {
2162
- super(...arguments), this.componentInfo = Ot, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2222
+ super(...arguments), this.componentInfo = Ut, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2163
2223
  }
2164
2224
  wrap(r) {
2165
- return new Ni(this.ctx, r);
2225
+ return new us(this.ctx, r);
2166
2226
  }
2167
2227
  }
2168
- class es {
2228
+ class bs {
2169
2229
  constructor(r, s) {
2170
2230
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2171
2231
  {
@@ -2179,23 +2239,23 @@ class es {
2179
2239
  ));
2180
2240
  }
2181
2241
  }
2182
- const Ft = {
2242
+ const Mt = {
2183
2243
  name: "progress-ring"
2184
2244
  };
2185
- class rs extends n {
2245
+ class ms extends n {
2186
2246
  constructor() {
2187
- super(...arguments), this.type = "progressRing", this.componentInfo = Ft, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2247
+ super(...arguments), this.type = "progressRing", this.componentInfo = Mt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2188
2248
  }
2189
2249
  }
2190
- class is extends a {
2250
+ class fs extends a {
2191
2251
  constructor() {
2192
- super(...arguments), this.componentInfo = Ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2252
+ super(...arguments), this.componentInfo = Mt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2193
2253
  }
2194
2254
  wrap(r) {
2195
- return new rs(this.ctx, r);
2255
+ return new ms(this.ctx, r);
2196
2256
  }
2197
2257
  }
2198
- class ss {
2258
+ class Es {
2199
2259
  constructor(r, s) {
2200
2260
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2201
2261
  {
@@ -2209,23 +2269,23 @@ class ss {
2209
2269
  ));
2210
2270
  }
2211
2271
  }
2212
- const Ut = {
2272
+ const jt = {
2213
2273
  name: "radio"
2214
2274
  };
2215
- class cs extends n {
2275
+ class ys extends n {
2216
2276
  constructor() {
2217
- super(...arguments), this.type = "radio", this.componentInfo = Ut, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, ".control");
2277
+ super(...arguments), this.type = "radio", this.componentInfo = jt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(b.bind(this, () => this.control())), this.control = v.bind(this, ".control");
2218
2278
  }
2219
2279
  }
2220
- class os extends a {
2280
+ class Is extends a {
2221
2281
  constructor() {
2222
- super(...arguments), this.componentInfo = Ut, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2282
+ super(...arguments), this.componentInfo = jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2223
2283
  }
2224
2284
  wrap(r) {
2225
- return new cs(this.ctx, r);
2285
+ return new ys(this.ctx, r);
2226
2286
  }
2227
2287
  }
2228
- class ns {
2288
+ class gs {
2229
2289
  constructor(r, s) {
2230
2290
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2231
2291
  {
@@ -2248,7 +2308,7 @@ class ns {
2248
2308
  {
2249
2309
  type: "eval",
2250
2310
  el: this.wrapper.unwrap(),
2251
- fn: u
2311
+ fn: w
2252
2312
  },
2253
2313
  e,
2254
2314
  "toHaveValue(${value})"
@@ -2271,23 +2331,23 @@ class ns {
2271
2331
  ));
2272
2332
  }
2273
2333
  }
2274
- const Mt = {
2334
+ const _t = {
2275
2335
  name: "radio-group"
2276
2336
  };
2277
- class as extends n {
2337
+ class As extends n {
2278
2338
  constructor() {
2279
- super(...arguments), this.type = "radioGroup", this.componentInfo = Mt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2339
+ super(...arguments), this.type = "radioGroup", this.componentInfo = _t, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2280
2340
  }
2281
2341
  }
2282
- class hs extends a {
2342
+ class Hs extends a {
2283
2343
  constructor() {
2284
- super(...arguments), this.componentInfo = Mt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2344
+ super(...arguments), this.componentInfo = _t, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2285
2345
  }
2286
2346
  wrap(r) {
2287
- return new as(this.ctx, r);
2347
+ return new As(this.ctx, r);
2288
2348
  }
2289
2349
  }
2290
- class ps {
2350
+ class Ps {
2291
2351
  constructor(r, s) {
2292
2352
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2293
2353
  {
@@ -2301,23 +2361,23 @@ class ps {
2301
2361
  ));
2302
2362
  }
2303
2363
  }
2304
- const jt = {
2364
+ const zt = {
2305
2365
  name: "range-slider"
2306
2366
  };
2307
- class ds extends n {
2367
+ class $s extends n {
2308
2368
  constructor() {
2309
- super(...arguments), this.type = "rangeSlider", this.componentInfo = jt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.slideStartTo = this.ctx.driver.wrapAction(k.bind(this, () => this.track(), () => this.startThumb())), this.slideEndTo = this.ctx.driver.wrapAction(k.bind(this, () => this.track(), () => this.endThumb())), this.track = v.bind(this, ".control"), this.startThumb = v.bind(this, "#start-thumb"), this.endThumb = v.bind(this, "#end-thumb");
2369
+ super(...arguments), this.type = "rangeSlider", this.componentInfo = zt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.slideStartTo = this.ctx.driver.wrapAction(T.bind(this, () => this.track(), () => this.startThumb())), this.slideEndTo = this.ctx.driver.wrapAction(T.bind(this, () => this.track(), () => this.endThumb())), this.track = v.bind(this, ".control"), this.startThumb = v.bind(this, "#start-thumb"), this.endThumb = v.bind(this, "#end-thumb");
2310
2370
  }
2311
2371
  }
2312
- class ls extends a {
2372
+ class Ss extends a {
2313
2373
  constructor() {
2314
- super(...arguments), this.componentInfo = jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2374
+ super(...arguments), this.componentInfo = zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2315
2375
  }
2316
2376
  wrap(r) {
2317
- return new ds(this.ctx, r);
2377
+ return new $s(this.ctx, r);
2318
2378
  }
2319
2379
  }
2320
- class xs {
2380
+ class Cs {
2321
2381
  constructor(r, s) {
2322
2382
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2323
2383
  {
@@ -2340,7 +2400,7 @@ class xs {
2340
2400
  {
2341
2401
  type: "eval",
2342
2402
  el: this.wrapper.unwrap(),
2343
- fn: u
2403
+ fn: w
2344
2404
  },
2345
2405
  e,
2346
2406
  "toHaveValue(${value})"
@@ -2348,30 +2408,30 @@ class xs {
2348
2408
  {
2349
2409
  type: "eval",
2350
2410
  el: this.wrapper.unwrap(),
2351
- fn: ye
2411
+ fn: Te
2352
2412
  },
2353
2413
  e,
2354
2414
  "toHaveRange(${value})"
2355
2415
  ));
2356
2416
  }
2357
2417
  }
2358
- const _t = {
2418
+ const Jt = {
2359
2419
  name: "rich-text-editor"
2360
2420
  };
2361
- class vs extends n {
2421
+ class qs extends n {
2362
2422
  constructor() {
2363
- super(...arguments), this.type = "richTextEditor", this.componentInfo = _t, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2423
+ super(...arguments), this.type = "richTextEditor", this.componentInfo = Jt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2364
2424
  }
2365
2425
  }
2366
- class us extends a {
2426
+ class Ts extends a {
2367
2427
  constructor() {
2368
- super(...arguments), this.componentInfo = _t, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2428
+ super(...arguments), this.componentInfo = Jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2369
2429
  }
2370
2430
  wrap(r) {
2371
- return new vs(this.ctx, r);
2431
+ return new qs(this.ctx, r);
2372
2432
  }
2373
2433
  }
2374
- class ws {
2434
+ class ks {
2375
2435
  constructor(r, s) {
2376
2436
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2377
2437
  {
@@ -2385,23 +2445,53 @@ class ws {
2385
2445
  ));
2386
2446
  }
2387
2447
  }
2388
- const zt = {
2448
+ const Kt = {
2449
+ name: "rich-text-view"
2450
+ };
2451
+ class Bs extends n {
2452
+ constructor() {
2453
+ super(...arguments), this.type = "richTextView", this.componentInfo = Kt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2454
+ }
2455
+ }
2456
+ class Vs extends a {
2457
+ constructor() {
2458
+ super(...arguments), this.componentInfo = Kt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2459
+ }
2460
+ wrap(r) {
2461
+ return new Bs(this.ctx, r);
2462
+ }
2463
+ }
2464
+ class Ws {
2465
+ constructor(r, s) {
2466
+ this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2467
+ {
2468
+ type: "eval",
2469
+ el: this.wrapper.unwrap(),
2470
+ fn: (c, o) => c[o],
2471
+ arg: e
2472
+ },
2473
+ i,
2474
+ `toHaveProp("${e}", ${i})`
2475
+ ));
2476
+ }
2477
+ }
2478
+ const Qt = {
2389
2479
  name: "searchable-select"
2390
2480
  };
2391
- class bs extends n {
2481
+ class Ds extends n {
2392
2482
  constructor() {
2393
- super(...arguments), this.type = "searchableSelect", this.componentInfo = zt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(G.bind(this));
2483
+ super(...arguments), this.type = "searchableSelect", this.componentInfo = Qt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(R.bind(this));
2394
2484
  }
2395
2485
  }
2396
- class ms extends a {
2486
+ class Rs extends a {
2397
2487
  constructor() {
2398
- super(...arguments), this.componentInfo = zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2488
+ super(...arguments), this.componentInfo = Qt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2399
2489
  }
2400
2490
  wrap(r) {
2401
- return new bs(this.ctx, r);
2491
+ return new Ds(this.ctx, r);
2402
2492
  }
2403
2493
  }
2404
- class fs {
2494
+ class Gs {
2405
2495
  constructor(r, s) {
2406
2496
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2407
2497
  {
@@ -2424,7 +2514,7 @@ class fs {
2424
2514
  {
2425
2515
  type: "eval",
2426
2516
  el: this.wrapper.unwrap(),
2427
- fn: w
2517
+ fn: u
2428
2518
  },
2429
2519
  e,
2430
2520
  "toHaveIcon(${value})"
@@ -2432,7 +2522,7 @@ class fs {
2432
2522
  {
2433
2523
  type: "eval",
2434
2524
  el: this.wrapper.unwrap(),
2435
- fn: u
2525
+ fn: w
2436
2526
  },
2437
2527
  e,
2438
2528
  "toHaveValue(${value})"
@@ -2440,7 +2530,7 @@ class fs {
2440
2530
  {
2441
2531
  type: "eval",
2442
2532
  el: this.wrapper.unwrap(),
2443
- fn: me
2533
+ fn: Se
2444
2534
  },
2445
2535
  e,
2446
2536
  "toHaveValues(${value})"
@@ -2448,30 +2538,30 @@ class fs {
2448
2538
  {
2449
2539
  type: "eval",
2450
2540
  el: this.wrapper.unwrap(),
2451
- fn: fe
2541
+ fn: Ce
2452
2542
  },
2453
2543
  e,
2454
2544
  "toHaveSelectedOptions(${value})"
2455
2545
  ));
2456
2546
  }
2457
2547
  }
2458
- const Jt = {
2548
+ const Xt = {
2459
2549
  name: "select"
2460
2550
  };
2461
- class Es extends n {
2551
+ class Ls extends n {
2462
2552
  constructor() {
2463
- super(...arguments), this.type = "select", this.componentInfo = Jt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(G.bind(this));
2553
+ super(...arguments), this.type = "select", this.componentInfo = Xt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(R.bind(this));
2464
2554
  }
2465
2555
  }
2466
- class ys extends a {
2556
+ class Os extends a {
2467
2557
  constructor() {
2468
- super(...arguments), this.componentInfo = Jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2558
+ super(...arguments), this.componentInfo = Xt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2469
2559
  }
2470
2560
  wrap(r) {
2471
- return new Es(this.ctx, r);
2561
+ return new Ls(this.ctx, r);
2472
2562
  }
2473
2563
  }
2474
- class Is {
2564
+ class Fs {
2475
2565
  constructor(r, s) {
2476
2566
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2477
2567
  {
@@ -2494,7 +2584,7 @@ class Is {
2494
2584
  {
2495
2585
  type: "eval",
2496
2586
  el: this.wrapper.unwrap(),
2497
- fn: w
2587
+ fn: u
2498
2588
  },
2499
2589
  e,
2500
2590
  "toHaveIcon(${value})"
@@ -2502,30 +2592,30 @@ class Is {
2502
2592
  {
2503
2593
  type: "eval",
2504
2594
  el: this.wrapper.unwrap(),
2505
- fn: u
2595
+ fn: w
2506
2596
  },
2507
2597
  e,
2508
2598
  "toHaveValue(${value})"
2509
2599
  ));
2510
2600
  }
2511
2601
  }
2512
- const Kt = {
2602
+ const Yt = {
2513
2603
  name: "selectable-box"
2514
2604
  };
2515
- class gs extends n {
2605
+ class Us extends n {
2516
2606
  constructor() {
2517
- super(...arguments), this.type = "selectableBox", this.componentInfo = Kt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(J.bind(this, () => this.control())), this.uncheck = this.ctx.driver.wrapAction(K.bind(this, () => this.control())), this.control = We.bind(this, "[data-vvd-component].control", "div.control");
2607
+ super(...arguments), this.type = "selectableBox", this.componentInfo = Yt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(J.bind(this, () => this.control())), this.uncheck = this.ctx.driver.wrapAction(K.bind(this, () => this.control())), this.control = _e.bind(this, "[data-vvd-component].control", "div.control");
2518
2608
  }
2519
2609
  }
2520
- class As extends a {
2610
+ class Ms extends a {
2521
2611
  constructor() {
2522
- super(...arguments), this.componentInfo = Kt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2612
+ super(...arguments), this.componentInfo = Yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2523
2613
  }
2524
2614
  wrap(r) {
2525
- return new gs(this.ctx, r);
2615
+ return new Us(this.ctx, r);
2526
2616
  }
2527
2617
  }
2528
- class Hs {
2618
+ class js {
2529
2619
  constructor(r, s) {
2530
2620
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2531
2621
  {
@@ -2555,23 +2645,23 @@ class Hs {
2555
2645
  ));
2556
2646
  }
2557
2647
  }
2558
- const Qt = {
2648
+ const Zt = {
2559
2649
  name: "side-drawer"
2560
2650
  };
2561
- class Ps extends n {
2651
+ class _s extends n {
2562
2652
  constructor() {
2563
- super(...arguments), this.type = "sideDrawer", this.componentInfo = Qt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2653
+ super(...arguments), this.type = "sideDrawer", this.componentInfo = Zt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2564
2654
  }
2565
2655
  }
2566
- class $s extends a {
2656
+ class zs extends a {
2567
2657
  constructor() {
2568
- super(...arguments), this.componentInfo = Qt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2658
+ super(...arguments), this.componentInfo = Zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2569
2659
  }
2570
2660
  wrap(r) {
2571
- return new Ps(this.ctx, r);
2661
+ return new _s(this.ctx, r);
2572
2662
  }
2573
2663
  }
2574
- class qs {
2664
+ class Js {
2575
2665
  constructor(r, s) {
2576
2666
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2577
2667
  {
@@ -2585,23 +2675,23 @@ class qs {
2585
2675
  ));
2586
2676
  }
2587
2677
  }
2588
- const Xt = {
2678
+ const Nt = {
2589
2679
  name: "simple-color-picker"
2590
2680
  };
2591
- class Ss extends n {
2681
+ class Ks extends n {
2592
2682
  constructor() {
2593
- super(...arguments), this.type = "simpleColorPicker", this.componentInfo = Xt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2683
+ super(...arguments), this.type = "simpleColorPicker", this.componentInfo = Nt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2594
2684
  }
2595
2685
  }
2596
- class Cs extends a {
2686
+ class Qs extends a {
2597
2687
  constructor() {
2598
- super(...arguments), this.componentInfo = Xt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2688
+ super(...arguments), this.componentInfo = Nt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2599
2689
  }
2600
2690
  wrap(r) {
2601
- return new Ss(this.ctx, r);
2691
+ return new Ks(this.ctx, r);
2602
2692
  }
2603
2693
  }
2604
- class ks {
2694
+ class Xs {
2605
2695
  constructor(r, s) {
2606
2696
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2607
2697
  {
@@ -2624,30 +2714,30 @@ class ks {
2624
2714
  {
2625
2715
  type: "eval",
2626
2716
  el: this.wrapper.unwrap(),
2627
- fn: u
2717
+ fn: w
2628
2718
  },
2629
2719
  e,
2630
2720
  "toHaveValue(${value})"
2631
2721
  ));
2632
2722
  }
2633
2723
  }
2634
- const Yt = {
2724
+ const te = {
2635
2725
  name: "slider"
2636
2726
  };
2637
- class Ts extends n {
2727
+ class Ys extends n {
2638
2728
  constructor() {
2639
- super(...arguments), this.type = "slider", this.componentInfo = Yt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.slideTo = this.ctx.driver.wrapAction(k.bind(this, () => this.track(), () => this.thumb())), this.track = v.bind(this, ".control"), this.thumb = v.bind(this, ".thumb-container");
2729
+ super(...arguments), this.type = "slider", this.componentInfo = te, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.slideTo = this.ctx.driver.wrapAction(T.bind(this, () => this.track(), () => this.thumb())), this.track = v.bind(this, ".control"), this.thumb = v.bind(this, ".thumb-container");
2640
2730
  }
2641
2731
  }
2642
- class Bs extends a {
2732
+ class Zs extends a {
2643
2733
  constructor() {
2644
- super(...arguments), this.componentInfo = Yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2734
+ super(...arguments), this.componentInfo = te, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2645
2735
  }
2646
2736
  wrap(r) {
2647
- return new Ts(this.ctx, r);
2737
+ return new Ys(this.ctx, r);
2648
2738
  }
2649
2739
  }
2650
- class Vs {
2740
+ class Ns {
2651
2741
  constructor(r, s) {
2652
2742
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2653
2743
  {
@@ -2662,7 +2752,7 @@ class Vs {
2662
2752
  {
2663
2753
  type: "eval",
2664
2754
  el: this.wrapper.unwrap(),
2665
- fn: u
2755
+ fn: w
2666
2756
  },
2667
2757
  e,
2668
2758
  "toHaveValue(${value})"
@@ -2677,23 +2767,23 @@ class Vs {
2677
2767
  ));
2678
2768
  }
2679
2769
  }
2680
- const Zt = {
2770
+ const ee = {
2681
2771
  name: "split-button"
2682
2772
  };
2683
- class Ws extends n {
2773
+ class tc extends n {
2684
2774
  constructor() {
2685
- super(...arguments), this.type = "splitButton", this.componentInfo = Zt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clickAction = this.ctx.driver.wrapAction(b.bind(this, () => this.actionButton())), this.clickIndicator = this.ctx.driver.wrapAction(b.bind(this, () => this.indicatorButton())), this.actionButton = v.bind(this, "button.control"), this.indicatorButton = v.bind(this, "button.indicator");
2775
+ super(...arguments), this.type = "splitButton", this.componentInfo = ee, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clickAction = this.ctx.driver.wrapAction(b.bind(this, () => this.actionButton())), this.clickIndicator = this.ctx.driver.wrapAction(b.bind(this, () => this.indicatorButton())), this.actionButton = v.bind(this, "button.control"), this.indicatorButton = v.bind(this, "button.indicator");
2686
2776
  }
2687
2777
  }
2688
- class Ds extends a {
2778
+ class ec extends a {
2689
2779
  constructor() {
2690
- super(...arguments), this.componentInfo = Zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2780
+ super(...arguments), this.componentInfo = ee, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2691
2781
  }
2692
2782
  wrap(r) {
2693
- return new Ws(this.ctx, r);
2783
+ return new tc(this.ctx, r);
2694
2784
  }
2695
2785
  }
2696
- class Gs {
2786
+ class rc {
2697
2787
  constructor(r, s) {
2698
2788
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2699
2789
  {
@@ -2708,30 +2798,68 @@ class Gs {
2708
2798
  {
2709
2799
  type: "eval",
2710
2800
  el: this.wrapper.unwrap(),
2711
- fn: w
2801
+ fn: u
2712
2802
  },
2713
2803
  e,
2714
2804
  "toHaveIcon(${value})"
2715
2805
  ));
2716
2806
  }
2717
2807
  }
2718
- const Nt = {
2808
+ const re = {
2809
+ name: "status"
2810
+ };
2811
+ class ic extends n {
2812
+ constructor() {
2813
+ super(...arguments), this.type = "status", this.componentInfo = re, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2814
+ }
2815
+ }
2816
+ class sc extends a {
2817
+ constructor() {
2818
+ super(...arguments), this.componentInfo = re, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2819
+ }
2820
+ wrap(r) {
2821
+ return new ic(this.ctx, r);
2822
+ }
2823
+ }
2824
+ class cc {
2825
+ constructor(r, s) {
2826
+ this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2827
+ {
2828
+ type: "eval",
2829
+ el: this.wrapper.unwrap(),
2830
+ fn: (c, o) => c[o],
2831
+ arg: e
2832
+ },
2833
+ i,
2834
+ `toHaveProp("${e}", ${i})`
2835
+ )), this.toHaveIcon = this.ctx.driver.wrapExpect((e) => this.ctx.driver.expectEq(
2836
+ {
2837
+ type: "eval",
2838
+ el: this.wrapper.unwrap(),
2839
+ fn: u
2840
+ },
2841
+ e,
2842
+ "toHaveIcon(${value})"
2843
+ ));
2844
+ }
2845
+ }
2846
+ const ie = {
2719
2847
  name: "switch"
2720
2848
  };
2721
- class Rs extends n {
2849
+ class oc extends n {
2722
2850
  constructor() {
2723
- super(...arguments), this.type = "switch", this.componentInfo = Nt, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(b.bind(this, () => this.switch())), this.uncheck = this.ctx.driver.wrapAction(b.bind(this, () => this.switch())), this.switch = v.bind(this, ".switch");
2851
+ super(...arguments), this.type = "switch", this.componentInfo = ie, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.check = this.ctx.driver.wrapAction(b.bind(this, () => this.switch())), this.uncheck = this.ctx.driver.wrapAction(b.bind(this, () => this.switch())), this.switch = v.bind(this, ".switch");
2724
2852
  }
2725
2853
  }
2726
- class Ls extends a {
2854
+ class nc extends a {
2727
2855
  constructor() {
2728
- super(...arguments), this.componentInfo = Nt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2856
+ super(...arguments), this.componentInfo = ie, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2729
2857
  }
2730
2858
  wrap(r) {
2731
- return new Rs(this.ctx, r);
2859
+ return new oc(this.ctx, r);
2732
2860
  }
2733
2861
  }
2734
- class Os {
2862
+ class ac {
2735
2863
  constructor(r, s) {
2736
2864
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2737
2865
  {
@@ -2746,7 +2874,7 @@ class Os {
2746
2874
  {
2747
2875
  type: "eval",
2748
2876
  el: this.wrapper.unwrap(),
2749
- fn: u
2877
+ fn: w
2750
2878
  },
2751
2879
  e,
2752
2880
  "toHaveValue(${value})"
@@ -2769,23 +2897,23 @@ class Os {
2769
2897
  ));
2770
2898
  }
2771
2899
  }
2772
- const te = {
2900
+ const se = {
2773
2901
  name: "tab"
2774
2902
  };
2775
- class Fs extends n {
2903
+ class hc extends n {
2776
2904
  constructor() {
2777
- super(...arguments), this.type = "tab", this.componentInfo = te, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.select = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.base = v.bind(this, ".base");
2905
+ super(...arguments), this.type = "tab", this.componentInfo = se, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.select = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.base = v.bind(this, ".base");
2778
2906
  }
2779
2907
  }
2780
- class Us extends a {
2908
+ class pc extends a {
2781
2909
  constructor() {
2782
- super(...arguments), this.componentInfo = te, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2910
+ super(...arguments), this.componentInfo = se, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2783
2911
  }
2784
2912
  wrap(r) {
2785
- return new Fs(this.ctx, r);
2913
+ return new hc(this.ctx, r);
2786
2914
  }
2787
2915
  }
2788
- class Ms {
2916
+ class dc {
2789
2917
  constructor(r, s) {
2790
2918
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2791
2919
  {
@@ -2800,7 +2928,7 @@ class Ms {
2800
2928
  {
2801
2929
  type: "eval",
2802
2930
  el: this.wrapper.unwrap(),
2803
- fn: w
2931
+ fn: u
2804
2932
  },
2805
2933
  e,
2806
2934
  "toHaveIcon(${value})"
@@ -2823,46 +2951,184 @@ class Ms {
2823
2951
  ));
2824
2952
  }
2825
2953
  }
2826
- const ee = {
2954
+ const ce = {
2827
2955
  name: "tab-panel"
2828
2956
  };
2829
- class js extends n {
2957
+ class lc extends n {
2830
2958
  constructor() {
2831
- super(...arguments), this.type = "tabPanel", this.componentInfo = ee, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2959
+ super(...arguments), this.type = "tabPanel", this.componentInfo = ce, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2832
2960
  }
2833
2961
  }
2834
- class _s extends a {
2962
+ class xc extends a {
2835
2963
  constructor() {
2836
- super(...arguments), this.componentInfo = ee, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2964
+ super(...arguments), this.componentInfo = ce, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2837
2965
  }
2838
2966
  wrap(r) {
2839
- return new js(this.ctx, r);
2967
+ return new lc(this.ctx, r);
2840
2968
  }
2841
2969
  }
2842
- class zs {
2970
+ class vc {
2843
2971
  constructor(r, s) {
2844
2972
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2845
2973
  throw new Error("Component does not have props.");
2846
2974
  };
2847
2975
  }
2848
2976
  }
2849
- const re = {
2977
+ const oe = {
2978
+ name: "table"
2979
+ };
2980
+ class uc extends n {
2981
+ constructor() {
2982
+ super(...arguments), this.type = "table", this.componentInfo = oe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2983
+ }
2984
+ }
2985
+ class wc extends a {
2986
+ constructor() {
2987
+ super(...arguments), this.componentInfo = oe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2988
+ }
2989
+ wrap(r) {
2990
+ return new uc(this.ctx, r);
2991
+ }
2992
+ }
2993
+ class bc {
2994
+ constructor(r, s) {
2995
+ this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2996
+ throw new Error("Component does not have props.");
2997
+ };
2998
+ }
2999
+ }
3000
+ const ne = {
3001
+ name: "table-body"
3002
+ };
3003
+ class mc extends n {
3004
+ constructor() {
3005
+ super(...arguments), this.type = "tableBody", this.componentInfo = ne, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3006
+ }
3007
+ }
3008
+ class fc extends a {
3009
+ constructor() {
3010
+ super(...arguments), this.componentInfo = ne, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3011
+ }
3012
+ wrap(r) {
3013
+ return new mc(this.ctx, r);
3014
+ }
3015
+ }
3016
+ class Ec {
3017
+ constructor(r, s) {
3018
+ this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3019
+ throw new Error("Component does not have props.");
3020
+ };
3021
+ }
3022
+ }
3023
+ const ae = {
3024
+ name: "table-cell"
3025
+ };
3026
+ class yc extends n {
3027
+ constructor() {
3028
+ super(...arguments), this.type = "tableCell", this.componentInfo = ae, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3029
+ }
3030
+ }
3031
+ class Ic extends a {
3032
+ constructor() {
3033
+ super(...arguments), this.componentInfo = ae, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3034
+ }
3035
+ wrap(r) {
3036
+ return new yc(this.ctx, r);
3037
+ }
3038
+ }
3039
+ class gc {
3040
+ constructor(r, s) {
3041
+ this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3042
+ throw new Error("Component does not have props.");
3043
+ };
3044
+ }
3045
+ }
3046
+ const he = {
3047
+ name: "table-head"
3048
+ };
3049
+ class Ac extends n {
3050
+ constructor() {
3051
+ super(...arguments), this.type = "tableHead", this.componentInfo = he, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3052
+ }
3053
+ }
3054
+ class Hc extends a {
3055
+ constructor() {
3056
+ super(...arguments), this.componentInfo = he, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3057
+ }
3058
+ wrap(r) {
3059
+ return new Ac(this.ctx, r);
3060
+ }
3061
+ }
3062
+ class Pc {
3063
+ constructor(r, s) {
3064
+ this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3065
+ throw new Error("Component does not have props.");
3066
+ };
3067
+ }
3068
+ }
3069
+ const pe = {
3070
+ name: "table-header-cell"
3071
+ };
3072
+ class $c extends n {
3073
+ constructor() {
3074
+ super(...arguments), this.type = "tableHeaderCell", this.componentInfo = pe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3075
+ }
3076
+ }
3077
+ class Sc extends a {
3078
+ constructor() {
3079
+ super(...arguments), this.componentInfo = pe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3080
+ }
3081
+ wrap(r) {
3082
+ return new $c(this.ctx, r);
3083
+ }
3084
+ }
3085
+ class Cc {
3086
+ constructor(r, s) {
3087
+ this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3088
+ throw new Error("Component does not have props.");
3089
+ };
3090
+ }
3091
+ }
3092
+ const de = {
3093
+ name: "table-row"
3094
+ };
3095
+ class qc extends n {
3096
+ constructor() {
3097
+ super(...arguments), this.type = "tableRow", this.componentInfo = de, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3098
+ }
3099
+ }
3100
+ class Tc extends a {
3101
+ constructor() {
3102
+ super(...arguments), this.componentInfo = de, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3103
+ }
3104
+ wrap(r) {
3105
+ return new qc(this.ctx, r);
3106
+ }
3107
+ }
3108
+ class kc {
3109
+ constructor(r, s) {
3110
+ this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3111
+ throw new Error("Component does not have props.");
3112
+ };
3113
+ }
3114
+ }
3115
+ const le = {
2850
3116
  name: "tabs"
2851
3117
  };
2852
- class Js extends n {
3118
+ class Bc extends n {
2853
3119
  constructor() {
2854
- super(...arguments), this.type = "tabs", this.componentInfo = re, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3120
+ super(...arguments), this.type = "tabs", this.componentInfo = le, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2855
3121
  }
2856
3122
  }
2857
- class Ks extends a {
3123
+ class Vc extends a {
2858
3124
  constructor() {
2859
- super(...arguments), this.componentInfo = re, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3125
+ super(...arguments), this.componentInfo = le, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2860
3126
  }
2861
3127
  wrap(r) {
2862
- return new Js(this.ctx, r);
3128
+ return new Bc(this.ctx, r);
2863
3129
  }
2864
3130
  }
2865
- class Qs {
3131
+ class Wc {
2866
3132
  constructor(r, s) {
2867
3133
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2868
3134
  {
@@ -2876,23 +3142,23 @@ class Qs {
2876
3142
  ));
2877
3143
  }
2878
3144
  }
2879
- const ie = {
3145
+ const xe = {
2880
3146
  name: "tag"
2881
3147
  };
2882
- class Xs extends n {
3148
+ class Dc extends n {
2883
3149
  constructor() {
2884
- super(...arguments), this.type = "tag", this.componentInfo = ie, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.remove = this.ctx.driver.wrapAction(b.bind(this, () => this.dismissButton())), this.select = this.ctx.driver.wrapAction(M.bind(this, !0)), this.unselect = this.ctx.driver.wrapAction(M.bind(this, !1)), this.base = v.bind(this, ".base"), this.dismissButton = v.bind(this, ".dismiss-button");
3150
+ super(...arguments), this.type = "tag", this.componentInfo = xe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.click = this.ctx.driver.wrapAction(b.bind(this, () => this.base())), this.remove = this.ctx.driver.wrapAction(b.bind(this, () => this.dismissButton())), this.select = this.ctx.driver.wrapAction(M.bind(this, !0)), this.unselect = this.ctx.driver.wrapAction(M.bind(this, !1)), this.base = v.bind(this, ".base"), this.dismissButton = v.bind(this, ".dismiss-button");
2885
3151
  }
2886
3152
  }
2887
- class Ys extends a {
3153
+ class Rc extends a {
2888
3154
  constructor() {
2889
- super(...arguments), this.componentInfo = ie, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
3155
+ super(...arguments), this.componentInfo = xe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2890
3156
  }
2891
3157
  wrap(r) {
2892
- return new Xs(this.ctx, r);
3158
+ return new Dc(this.ctx, r);
2893
3159
  }
2894
3160
  }
2895
- class Zs {
3161
+ class Gc {
2896
3162
  constructor(r, s) {
2897
3163
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2898
3164
  {
@@ -2907,7 +3173,7 @@ class Zs {
2907
3173
  {
2908
3174
  type: "eval",
2909
3175
  el: this.wrapper.unwrap(),
2910
- fn: w
3176
+ fn: u
2911
3177
  },
2912
3178
  e,
2913
3179
  "toHaveIcon(${value})"
@@ -2931,7 +3197,7 @@ class Zs {
2931
3197
  {
2932
3198
  type: "eval",
2933
3199
  el: this.wrapper.unwrap(),
2934
- fn: S
3200
+ fn: C
2935
3201
  },
2936
3202
  !0,
2937
3203
  "toBeDisabled()"
@@ -2939,53 +3205,53 @@ class Zs {
2939
3205
  {
2940
3206
  type: "eval",
2941
3207
  el: this.wrapper.unwrap(),
2942
- fn: S
3208
+ fn: C
2943
3209
  },
2944
3210
  !1,
2945
3211
  "notToBeDisabled()"
2946
3212
  ));
2947
3213
  }
2948
3214
  }
2949
- const se = {
3215
+ const ve = {
2950
3216
  name: "tag-group"
2951
3217
  };
2952
- class Ns extends n {
3218
+ class Lc extends n {
2953
3219
  constructor() {
2954
- super(...arguments), this.type = "tagGroup", this.componentInfo = se, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3220
+ super(...arguments), this.type = "tagGroup", this.componentInfo = ve, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
2955
3221
  }
2956
3222
  }
2957
- class tc extends a {
3223
+ class Oc extends a {
2958
3224
  constructor() {
2959
- super(...arguments), this.componentInfo = se, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3225
+ super(...arguments), this.componentInfo = ve, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2960
3226
  }
2961
3227
  wrap(r) {
2962
- return new Ns(this.ctx, r);
3228
+ return new Lc(this.ctx, r);
2963
3229
  }
2964
3230
  }
2965
- class ec {
3231
+ class Fc {
2966
3232
  constructor(r, s) {
2967
3233
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2968
3234
  throw new Error("Component does not have props.");
2969
3235
  };
2970
3236
  }
2971
3237
  }
2972
- const ce = {
3238
+ const ue = {
2973
3239
  name: "text-area"
2974
3240
  };
2975
- class rc extends n {
3241
+ class Uc extends n {
2976
3242
  constructor() {
2977
- super(...arguments), this.type = "textArea", this.componentInfo = ce, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.control = v.bind(this, ".control");
3243
+ super(...arguments), this.type = "textArea", this.componentInfo = ue, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.control = v.bind(this, ".control");
2978
3244
  }
2979
3245
  }
2980
- class ic extends a {
3246
+ class Mc extends a {
2981
3247
  constructor() {
2982
- super(...arguments), this.componentInfo = ce, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
3248
+ super(...arguments), this.componentInfo = ue, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
2983
3249
  }
2984
3250
  wrap(r) {
2985
- return new rc(this.ctx, r);
3251
+ return new Uc(this.ctx, r);
2986
3252
  }
2987
3253
  }
2988
- class sc {
3254
+ class jc {
2989
3255
  constructor(r, s) {
2990
3256
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2991
3257
  {
@@ -3008,30 +3274,30 @@ class sc {
3008
3274
  {
3009
3275
  type: "eval",
3010
3276
  el: this.wrapper.unwrap(),
3011
- fn: u
3277
+ fn: w
3012
3278
  },
3013
3279
  e,
3014
3280
  "toHaveValue(${value})"
3015
3281
  ));
3016
3282
  }
3017
3283
  }
3018
- const oe = {
3284
+ const we = {
3019
3285
  name: "text-field"
3020
3286
  };
3021
- class ne extends n {
3287
+ class be extends n {
3022
3288
  constructor() {
3023
- super(...arguments), this.type = "textField", this.componentInfo = oe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.control())), this.control = Ve.bind(this, 'input[slot="_control"]');
3289
+ super(...arguments), this.type = "textField", this.componentInfo = we, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.fill = this.ctx.driver.wrapAction(V.bind(this, () => this.control())), this.clear = this.ctx.driver.wrapAction(W.bind(this, () => this.control())), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.control())), this.control = je.bind(this, 'input[slot="_control"]');
3024
3290
  }
3025
3291
  }
3026
- class cc extends a {
3292
+ class _c extends a {
3027
3293
  constructor() {
3028
- super(...arguments), this.componentInfo = oe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
3294
+ super(...arguments), this.componentInfo = we, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
3029
3295
  }
3030
3296
  wrap(r) {
3031
- return new ne(this.ctx, r);
3297
+ return new be(this.ctx, r);
3032
3298
  }
3033
3299
  }
3034
- class oc {
3300
+ class zc {
3035
3301
  constructor(r, s) {
3036
3302
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3037
3303
  {
@@ -3054,7 +3320,7 @@ class oc {
3054
3320
  {
3055
3321
  type: "eval",
3056
3322
  el: this.wrapper.unwrap(),
3057
- fn: w
3323
+ fn: u
3058
3324
  },
3059
3325
  e,
3060
3326
  "toHaveIcon(${value})"
@@ -3062,30 +3328,30 @@ class oc {
3062
3328
  {
3063
3329
  type: "eval",
3064
3330
  el: this.wrapper.unwrap(),
3065
- fn: u
3331
+ fn: w
3066
3332
  },
3067
3333
  e,
3068
3334
  "toHaveValue(${value})"
3069
3335
  ));
3070
3336
  }
3071
3337
  }
3072
- const ae = {
3338
+ const me = {
3073
3339
  name: "time-picker"
3074
3340
  };
3075
- class nc extends n {
3341
+ class Jc extends n {
3076
3342
  constructor() {
3077
- super(...arguments), this.type = "timePicker", this.componentInfo = ae, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectTime = this.ctx.driver.wrapAction(qe.bind(this)), this.control = q.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
3343
+ super(...arguments), this.type = "timePicker", this.componentInfo = me, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectTime = this.ctx.driver.wrapAction(Ge.bind(this)), this.control = S.bind(this, "[data-vvd-component=text-field].control"), this.pickerButton = y.bind(this, "#picker-button"), this.clearButton = y.bind(this, "#clear-button");
3078
3344
  }
3079
3345
  }
3080
- class ac extends a {
3346
+ class Kc extends a {
3081
3347
  constructor() {
3082
- super(...arguments), this.componentInfo = ae, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
3348
+ super(...arguments), this.componentInfo = me, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
3083
3349
  }
3084
3350
  wrap(r) {
3085
- return new nc(this.ctx, r);
3351
+ return new Jc(this.ctx, r);
3086
3352
  }
3087
3353
  }
3088
- class hc {
3354
+ class Qc {
3089
3355
  constructor(r, s) {
3090
3356
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3091
3357
  {
@@ -3108,30 +3374,30 @@ class hc {
3108
3374
  {
3109
3375
  type: "eval",
3110
3376
  el: this.wrapper.unwrap(),
3111
- fn: u
3377
+ fn: w
3112
3378
  },
3113
3379
  e,
3114
3380
  "toHaveValue(${value})"
3115
3381
  ));
3116
3382
  }
3117
3383
  }
3118
- const he = {
3384
+ const fe = {
3119
3385
  name: "toggletip"
3120
3386
  };
3121
- class pc extends n {
3387
+ class Xc extends n {
3122
3388
  constructor() {
3123
- super(...arguments), this.type = "toggletip", this.componentInfo = he, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3389
+ super(...arguments), this.type = "toggletip", this.componentInfo = fe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3124
3390
  }
3125
3391
  }
3126
- class dc extends a {
3392
+ class Yc extends a {
3127
3393
  constructor() {
3128
- super(...arguments), this.componentInfo = he, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(T.bind(this));
3394
+ super(...arguments), this.componentInfo = fe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(k.bind(this));
3129
3395
  }
3130
3396
  wrap(r) {
3131
- return new pc(this.ctx, r);
3397
+ return new Xc(this.ctx, r);
3132
3398
  }
3133
3399
  }
3134
- class lc {
3400
+ class Zc {
3135
3401
  constructor(r, s) {
3136
3402
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3137
3403
  {
@@ -3161,23 +3427,23 @@ class lc {
3161
3427
  ));
3162
3428
  }
3163
3429
  }
3164
- const pe = {
3430
+ const Ee = {
3165
3431
  name: "tooltip"
3166
3432
  };
3167
- class xc extends n {
3433
+ class Nc extends n {
3168
3434
  constructor() {
3169
- super(...arguments), this.type = "tooltip", this.componentInfo = pe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3435
+ super(...arguments), this.type = "tooltip", this.componentInfo = Ee, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3170
3436
  }
3171
3437
  }
3172
- class vc extends a {
3438
+ class to extends a {
3173
3439
  constructor() {
3174
- super(...arguments), this.componentInfo = pe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
3440
+ super(...arguments), this.componentInfo = Ee, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byText = this.ctx.driver.wrapSelector(B.bind(this));
3175
3441
  }
3176
3442
  wrap(r) {
3177
- return new xc(this.ctx, r);
3443
+ return new Nc(this.ctx, r);
3178
3444
  }
3179
3445
  }
3180
- class uc {
3446
+ class eo {
3181
3447
  constructor(r, s) {
3182
3448
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3183
3449
  {
@@ -3207,23 +3473,23 @@ class uc {
3207
3473
  ));
3208
3474
  }
3209
3475
  }
3210
- const de = {
3476
+ const ye = {
3211
3477
  name: "tree-item"
3212
3478
  };
3213
- class wc extends n {
3479
+ class ro extends n {
3214
3480
  constructor() {
3215
- super(...arguments), this.type = "treeItem", this.componentInfo = de, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3481
+ super(...arguments), this.type = "treeItem", this.componentInfo = ye, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3216
3482
  }
3217
3483
  }
3218
- class bc extends a {
3484
+ class io extends a {
3219
3485
  constructor() {
3220
- super(...arguments), this.componentInfo = de, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3486
+ super(...arguments), this.componentInfo = ye, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3221
3487
  }
3222
3488
  wrap(r) {
3223
- return new wc(this.ctx, r);
3489
+ return new ro(this.ctx, r);
3224
3490
  }
3225
3491
  }
3226
- class mc {
3492
+ class so {
3227
3493
  constructor(r, s) {
3228
3494
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3229
3495
  {
@@ -3238,30 +3504,30 @@ class mc {
3238
3504
  {
3239
3505
  type: "eval",
3240
3506
  el: this.wrapper.unwrap(),
3241
- fn: w
3507
+ fn: u
3242
3508
  },
3243
3509
  e,
3244
3510
  "toHaveIcon(${value})"
3245
3511
  ));
3246
3512
  }
3247
3513
  }
3248
- const le = {
3514
+ const Ie = {
3249
3515
  name: "tree-view"
3250
3516
  };
3251
- class fc extends n {
3517
+ class co extends n {
3252
3518
  constructor() {
3253
- super(...arguments), this.type = "treeView", this.componentInfo = le, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3519
+ super(...arguments), this.type = "treeView", this.componentInfo = Ie, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3254
3520
  }
3255
3521
  }
3256
- class Ec extends a {
3522
+ class oo extends a {
3257
3523
  constructor() {
3258
- super(...arguments), this.componentInfo = le, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3524
+ super(...arguments), this.componentInfo = Ie, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3259
3525
  }
3260
3526
  wrap(r) {
3261
- return new fc(this.ctx, r);
3527
+ return new co(this.ctx, r);
3262
3528
  }
3263
3529
  }
3264
- class yc {
3530
+ class no {
3265
3531
  constructor(r, s) {
3266
3532
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3267
3533
  {
@@ -3275,23 +3541,23 @@ class yc {
3275
3541
  ));
3276
3542
  }
3277
3543
  }
3278
- const xe = {
3544
+ const ge = {
3279
3545
  name: "video-player"
3280
3546
  };
3281
- class Ic extends n {
3547
+ class ao extends n {
3282
3548
  constructor() {
3283
- super(...arguments), this.type = "videoPlayer", this.componentInfo = xe, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3549
+ super(...arguments), this.type = "videoPlayer", this.componentInfo = ge, this.hover = this.ctx.driver.wrapAction(l.bind(this, () => this.locator)), this.focus = this.ctx.driver.wrapAction(p.bind(this, () => this.locator)), this.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator));
3284
3550
  }
3285
3551
  }
3286
- class gc extends a {
3552
+ class ho extends a {
3287
3553
  constructor() {
3288
- super(...arguments), this.componentInfo = xe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3554
+ super(...arguments), this.componentInfo = ge, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3289
3555
  }
3290
3556
  wrap(r) {
3291
- return new Ic(this.ctx, r);
3557
+ return new ao(this.ctx, r);
3292
3558
  }
3293
3559
  }
3294
- class Ac {
3560
+ class po {
3295
3561
  constructor(r, s) {
3296
3562
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3297
3563
  {
@@ -3306,80 +3572,90 @@ class Ac {
3306
3572
  }
3307
3573
  }
3308
3574
  const j = {
3309
- collection: ue,
3310
- accordion: Re,
3311
- accordionItem: Fe,
3312
- actionGroup: je,
3313
- alert: Je,
3314
- audioPlayer: Xe,
3315
- avatar: Ne,
3316
- badge: rr,
3317
- banner: cr,
3318
- breadcrumb: ar,
3319
- breadcrumbItem: dr,
3320
- button: xr,
3321
- calendar: wr,
3322
- calendarEvent: fr,
3323
- card: Ir,
3324
- checkbox: Hr,
3325
- colorPicker: qr,
3326
- combobox: kr,
3327
- contextualHelp: Vr,
3328
- dataGrid: Gr,
3329
- dataGridCell: Or,
3330
- dataGridRow: Mr,
3331
- datePicker: zr,
3332
- dateRangePicker: Qr,
3333
- dateTimePicker: Zr,
3334
- dialPad: ei,
3335
- dialog: si,
3336
- divider: ni,
3337
- emptyState: pi,
3338
- fab: xi,
3339
- filePicker: wi,
3340
- header: fi,
3341
- icon: Ii,
3342
- layout: Hi,
3343
- menu: qi,
3344
- menuItem: ki,
3345
- nav: Vi,
3346
- navDisclosure: Gi,
3347
- navItem: Oi,
3348
- note: Mi,
3349
- numberField: zi,
3350
- option: Qi,
3351
- pagination: Zi,
3352
- progress: es,
3353
- progressRing: ss,
3354
- radio: ns,
3355
- radioGroup: ps,
3356
- rangeSlider: xs,
3357
- richTextEditor: ws,
3358
- searchableSelect: fs,
3359
- select: Is,
3360
- selectableBox: Hs,
3361
- sideDrawer: qs,
3362
- simpleColorPicker: ks,
3363
- slider: Vs,
3364
- splitButton: Gs,
3365
- switch: Os,
3366
- tab: Ms,
3367
- tabPanel: zs,
3368
- tabs: Qs,
3369
- tag: Zs,
3370
- tagGroup: ec,
3371
- textArea: sc,
3372
- textField: oc,
3373
- timePicker: hc,
3374
- toggletip: lc,
3375
- tooltip: uc,
3376
- treeItem: mc,
3377
- treeView: yc,
3378
- videoPlayer: Ac
3379
- };
3380
- class Hc {
3575
+ collection: He,
3576
+ accordion: Ke,
3577
+ accordionItem: Ye,
3578
+ actionGroup: tr,
3579
+ alert: ir,
3580
+ audioPlayer: or,
3581
+ avatar: hr,
3582
+ badge: lr,
3583
+ banner: ur,
3584
+ breadcrumb: mr,
3585
+ breadcrumbItem: yr,
3586
+ button: gr,
3587
+ calendar: Pr,
3588
+ calendarEvent: Cr,
3589
+ card: kr,
3590
+ checkbox: Wr,
3591
+ colorPicker: Gr,
3592
+ combobox: Fr,
3593
+ contextualHelp: jr,
3594
+ country: Jr,
3595
+ dataGrid: Xr,
3596
+ dataGridCell: Nr,
3597
+ dataGridRow: ri,
3598
+ datePicker: ci,
3599
+ dateRangePicker: ai,
3600
+ dateTimePicker: di,
3601
+ dialPad: vi,
3602
+ dialog: bi,
3603
+ divider: Ei,
3604
+ emptyState: gi,
3605
+ fab: Pi,
3606
+ filePicker: Ci,
3607
+ header: ki,
3608
+ icon: Wi,
3609
+ layout: Gi,
3610
+ menu: Fi,
3611
+ menuItem: ji,
3612
+ nav: Ji,
3613
+ navDisclosure: Xi,
3614
+ navItem: Ni,
3615
+ note: rs,
3616
+ numberField: cs,
3617
+ option: as,
3618
+ pagination: ds,
3619
+ popover: vs,
3620
+ progress: bs,
3621
+ progressRing: Es,
3622
+ radio: gs,
3623
+ radioGroup: Ps,
3624
+ rangeSlider: Cs,
3625
+ richTextEditor: ks,
3626
+ richTextView: Ws,
3627
+ searchableSelect: Gs,
3628
+ select: Fs,
3629
+ selectableBox: js,
3630
+ sideDrawer: Js,
3631
+ simpleColorPicker: Xs,
3632
+ slider: Ns,
3633
+ splitButton: rc,
3634
+ status: cc,
3635
+ switch: ac,
3636
+ tab: dc,
3637
+ tabPanel: vc,
3638
+ table: bc,
3639
+ tableBody: Ec,
3640
+ tableCell: gc,
3641
+ tableHead: Pc,
3642
+ tableHeaderCell: Cc,
3643
+ tableRow: kc,
3644
+ tabs: Wc,
3645
+ tag: Gc,
3646
+ tagGroup: Fc,
3647
+ textArea: jc,
3648
+ textField: zc,
3649
+ timePicker: Qc,
3650
+ toggletip: Zc,
3651
+ tooltip: eo,
3652
+ treeItem: so,
3653
+ treeView: no,
3654
+ videoPlayer: po
3655
+ };
3656
+ class lo {
3381
3657
  constructor(r) {
3382
- this.ctx = r, this.accordion = new Ge(this.ctx), this.accordionItem = new Oe(this.ctx), this.actionGroup = new Me(this.ctx), this.alert = new ze(this.ctx), this.audioPlayer = new Qe(this.ctx), this.avatar = new Ze(this.ctx), this.badge = new er(this.ctx), this.banner = new sr(this.ctx), this.breadcrumb = new nr(this.ctx), this.breadcrumbItem = new pr(this.ctx), this.button = new lr(this.ctx), this.calendar = new ur(this.ctx), this.calendarEvent = new mr(this.ctx), this.card = new yr(this.ctx), this.checkbox = new Ar(this.ctx), this.colorPicker = new $r(this.ctx), this.combobox = new Cr(this.ctx), this.contextualHelp = new Br(this.ctx), this.dataGrid = new Dr(this.ctx), this.dataGridCell = new Lr(this.ctx), this.dataGridRow = new Ur(this.ctx), this.datePicker = new _r(this.ctx), this.dateRangePicker = new Kr(this.ctx), this.dateTimePicker = new Yr(this.ctx), this.dialPad = new ti(this.ctx), this.dialog = new ii(this.ctx), this.divider = new oi(this.ctx), this.emptyState = new hi(this.ctx), this.fab = new li(this.ctx), this.filePicker = new ui(this.ctx), this.header = new mi(this.ctx), this.icon = new yi(this.ctx), this.layout = new Ai(this.ctx), this.menu = new $i(this.ctx), this.menuItem = new Ci(this.ctx), this.nav = new Bi(this.ctx), this.navDisclosure = new Di(this.ctx), this.navItem = new Li(this.ctx), this.note = new Ui(this.ctx), this.numberField = new _i(this.ctx), this.option = new Ki(this.ctx), this.pagination = new Yi(this.ctx), this.progress = new ts(this.ctx), this.progressRing = new is(this.ctx), this.radio = new os(this.ctx), this.radioGroup = new hs(this.ctx), this.rangeSlider = new ls(this.ctx), this.richTextEditor = new us(this.ctx), this.searchableSelect = new ms(this.ctx), this.select = new ys(this.ctx), this.selectableBox = new As(this.ctx), this.sideDrawer = new $s(this.ctx), this.simpleColorPicker = new Cs(this.ctx), this.slider = new Bs(this.ctx), this.splitButton = new Ds(this.ctx), this.switch = new Ls(this.ctx), this.tab = new Us(this.ctx), this.tabPanel = new _s(this.ctx), this.tabs = new Ks(this.ctx), this.tag = new Ys(this.ctx), this.tagGroup = new tc(this.ctx), this.textArea = new ic(this.ctx), this.textField = new cc(this.ctx), this.timePicker = new ac(this.ctx), this.toggletip = new dc(this.ctx), this.tooltip = new vc(this.ctx), this.treeItem = new bc(this.ctx), this.treeView = new Ec(this.ctx), this.videoPlayer = new gc(this.ctx);
3658
+ this.ctx = r, this.accordion = new Je(this.ctx), this.accordionItem = new Xe(this.ctx), this.actionGroup = new Ne(this.ctx), this.alert = new rr(this.ctx), this.audioPlayer = new cr(this.ctx), this.avatar = new ar(this.ctx), this.badge = new dr(this.ctx), this.banner = new vr(this.ctx), this.breadcrumb = new br(this.ctx), this.breadcrumbItem = new Er(this.ctx), this.button = new Ir(this.ctx), this.calendar = new Hr(this.ctx), this.calendarEvent = new Sr(this.ctx), this.card = new Tr(this.ctx), this.checkbox = new Vr(this.ctx), this.colorPicker = new Rr(this.ctx), this.combobox = new Or(this.ctx), this.contextualHelp = new Mr(this.ctx), this.country = new zr(this.ctx), this.dataGrid = new Qr(this.ctx), this.dataGridCell = new Zr(this.ctx), this.dataGridRow = new ei(this.ctx), this.datePicker = new si(this.ctx), this.dateRangePicker = new ni(this.ctx), this.dateTimePicker = new pi(this.ctx), this.dialPad = new xi(this.ctx), this.dialog = new wi(this.ctx), this.divider = new fi(this.ctx), this.emptyState = new Ii(this.ctx), this.fab = new Hi(this.ctx), this.filePicker = new Si(this.ctx), this.header = new Ti(this.ctx), this.icon = new Vi(this.ctx), this.layout = new Ri(this.ctx), this.menu = new Oi(this.ctx), this.menuItem = new Mi(this.ctx), this.nav = new zi(this.ctx), this.navDisclosure = new Qi(this.ctx), this.navItem = new Zi(this.ctx), this.note = new es(this.ctx), this.numberField = new ss(this.ctx), this.option = new ns(this.ctx), this.pagination = new ps(this.ctx), this.popover = new xs(this.ctx), this.progress = new ws(this.ctx), this.progressRing = new fs(this.ctx), this.radio = new Is(this.ctx), this.radioGroup = new Hs(this.ctx), this.rangeSlider = new Ss(this.ctx), this.richTextEditor = new Ts(this.ctx), this.richTextView = new Vs(this.ctx), this.searchableSelect = new Rs(this.ctx), this.select = new Os(this.ctx), this.selectableBox = new Ms(this.ctx), this.sideDrawer = new zs(this.ctx), this.simpleColorPicker = new Qs(this.ctx), this.slider = new Zs(this.ctx), this.splitButton = new ec(this.ctx), this.status = new sc(this.ctx), this.switch = new nc(this.ctx), this.tab = new pc(this.ctx), this.tabPanel = new xc(this.ctx), this.table = new wc(this.ctx), this.tableBody = new fc(this.ctx), this.tableCell = new Ic(this.ctx), this.tableHead = new Hc(this.ctx), this.tableHeaderCell = new Sc(this.ctx), this.tableRow = new Tc(this.ctx), this.tabs = new Vc(this.ctx), this.tag = new Rc(this.ctx), this.tagGroup = new Oc(this.ctx), this.textArea = new Mc(this.ctx), this.textField = new _c(this.ctx), this.timePicker = new Kc(this.ctx), this.toggletip = new Yc(this.ctx), this.tooltip = new to(this.ctx), this.treeItem = new io(this.ctx), this.treeView = new oo(this.ctx), this.videoPlayer = new ho(this.ctx);
3383
3659
  }
3384
3660
  expect(r) {
3385
3661
  if (r.type in j)
@@ -3391,5 +3667,5 @@ class Hc {
3391
3667
  }
3392
3668
  }
3393
3669
  export {
3394
- Hc as V
3670
+ lo as V
3395
3671
  };