@vonage/vivid-test-utils 5.9.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 Ie(
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 Ie {
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 ge {
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 ge {
54
54
  );
55
55
  }
56
56
  }
57
- const Ae = (t) => t.replace(/\\/g, "\\\\").replace(/"/g, '\\"').replace(/'/g, "\\'"), A = (t, r) => r.map(
58
- ([s, e]) => `[data-vvd-component="${t}"][${s}="${Ae(
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 He(t) {
86
+ function $e(t) {
87
87
  return this.wrap(
88
88
  this.ctx.driver.querySelector(
89
89
  this.ctx.rootLocator,
@@ -128,16 +128,16 @@ 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 Pe(t) {
137
+ function Se(t) {
138
138
  return t.values;
139
139
  }
140
- function $e(t) {
140
+ function Ce(t) {
141
141
  return t.selectedOptions.map((r) => r.label);
142
142
  }
143
143
  function G(t) {
@@ -155,22 +155,22 @@ function O(t) {
155
155
  function C(t) {
156
156
  return t.disabled;
157
157
  }
158
- function Se(t) {
158
+ function qe(t) {
159
159
  return [t.start, t.end];
160
160
  }
161
- function Ce(t) {
161
+ function Te(t) {
162
162
  return [t.startAsNumber, t.endAsNumber];
163
163
  }
164
- function qe(t) {
164
+ function ke(t) {
165
165
  return t.name;
166
166
  }
167
- function Te(t) {
167
+ function Be(t) {
168
168
  return t.total;
169
169
  }
170
- function ke(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 Be(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 Be(t) {
198
198
  function W(t) {
199
199
  return this.ctx.driver.userClear(t());
200
200
  }
201
- function Ve() {
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
@@ -311,7 +311,7 @@ const P = (t) => {
311
311
  const [r, s, e] = t.split("-");
312
312
  return `${s}/${e}/${r}`;
313
313
  };
314
- function We(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 De(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 Re = ([t, r]) => `${P(t)} – ${P(r)}`;
337
- function Ge(t) {
336
+ const Le = ([t, r]) => `${P(t)} – ${P(r)}`;
337
+ function Oe(t) {
338
338
  return f([
339
- () => this.control().fill(Re(t)),
339
+ () => this.control().fill(Le(t)),
340
340
  () => this.control().blur()
341
341
  ]);
342
342
  }
343
- const Le = (t) => {
343
+ const Fe = (t) => {
344
344
  const [r, s] = t.split("T");
345
345
  return `${P(r)} ${X(s)}`;
346
346
  };
347
- function Oe(t) {
347
+ function Ue(t) {
348
348
  return f([
349
- () => this.control().fill(Le(t)),
349
+ () => this.control().fill(Fe(t)),
350
350
  () => this.control().blur()
351
351
  ]);
352
352
  }
353
353
  function T(t, r, s) {
354
354
  return this.ctx.driver.userDragSlider(this.locator, t(), r(), s);
355
355
  }
356
- function Fe(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 Ue(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 Me(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(
@@ -431,7 +431,7 @@ function y(t) {
431
431
  );
432
432
  }
433
433
  function S(t) {
434
- return new ue(
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 S(t) {
442
442
  const Y = {
443
443
  name: "accordion"
444
444
  };
445
- class je 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 _e 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 je(this.ctx, r);
455
+ return new ze(this.ctx, r);
456
456
  }
457
457
  }
458
- class ze {
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 ze {
472
472
  const Z = {
473
473
  name: "accordion-item"
474
474
  };
475
- class Je 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 Ke 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(He.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 Je(this.ctx, r);
485
+ return new Qe(this.ctx, r);
486
486
  }
487
487
  }
488
- class Qe {
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 Qe {
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})"
@@ -526,20 +526,20 @@ class Qe {
526
526
  const N = {
527
527
  name: "action-group"
528
528
  };
529
- class Xe 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 Ye 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 Xe(this.ctx, r);
539
+ return new Ze(this.ctx, r);
540
540
  }
541
541
  }
542
- class Ze {
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 Ze {
556
556
  const tt = {
557
557
  name: "alert"
558
558
  };
559
- class Ne 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 tr extends a {
564
+ class rr extends a {
565
565
  constructor() {
566
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 Ne(this.ctx, r);
569
+ return new er(this.ctx, r);
570
570
  }
571
571
  }
572
- class er {
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 er {
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 er {
610
610
  const et = {
611
611
  name: "audio-player"
612
612
  };
613
- class rr 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 ir 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 rr(this.ctx, r);
623
+ return new sr(this.ctx, r);
624
624
  }
625
625
  }
626
- class sr {
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 sr {
640
640
  const rt = {
641
641
  name: "avatar"
642
642
  };
643
- class cr 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 or 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 cr(this.ctx, r);
653
+ return new nr(this.ctx, r);
654
654
  }
655
655
  }
656
- class nr {
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 nr {
670
670
  const it = {
671
671
  name: "badge"
672
672
  };
673
- class ar 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 hr 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 ar(this.ctx, r);
683
+ return new pr(this.ctx, r);
684
684
  }
685
685
  }
686
- class pr {
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 pr {
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 pr {
708
708
  const st = {
709
709
  name: "banner"
710
710
  };
711
- class dr extends n {
711
+ class xr extends n {
712
712
  constructor() {
713
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 lr 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 dr(this.ctx, r);
721
+ return new xr(this.ctx, r);
722
722
  }
723
723
  }
724
- class xr {
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 xr {
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 xr {
746
746
  const ct = {
747
747
  name: "breadcrumb"
748
748
  };
749
- class vr 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 ur 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 vr(this.ctx, r);
759
+ return new wr(this.ctx, r);
760
760
  }
761
761
  }
762
- class wr {
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 wr {
769
769
  const ot = {
770
770
  name: "breadcrumb-item"
771
771
  };
772
- class br 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 mr 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 br(this.ctx, r);
782
+ return new fr(this.ctx, r);
783
783
  }
784
784
  }
785
- class fr {
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 Er 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 Er extends a {
812
812
  return new at(this.ctx, r);
813
813
  }
814
814
  }
815
- class yr {
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 yr {
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 yr {
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 yr {
845
845
  const ht = {
846
846
  name: "calendar"
847
847
  };
848
- class Ir 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 gr 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 Ir(this.ctx, r);
858
+ return new Ar(this.ctx, r);
859
859
  }
860
860
  }
861
- class Ar {
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 Ar {
875
875
  const pt = {
876
876
  name: "calendar-event"
877
877
  };
878
- class Hr 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 Pr 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 Hr(this.ctx, r);
888
+ return new $r(this.ctx, r);
889
889
  }
890
890
  }
891
- class $r {
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 $r {
905
905
  const dt = {
906
906
  name: "card"
907
907
  };
908
- class Sr 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 Cr 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 Sr(this.ctx, r);
918
+ return new qr(this.ctx, r);
919
919
  }
920
920
  }
921
- class qr {
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 qr {
943
943
  const lt = {
944
944
  name: "checkbox"
945
945
  };
946
- class Tr 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 kr 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 Tr(this.ctx, r);
956
+ return new Br(this.ctx, r);
957
957
  }
958
958
  }
959
- class Br {
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 Br {
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 Br {
1013
1013
  const xt = {
1014
1014
  name: "color-picker"
1015
1015
  };
1016
- class Vr 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 Wr 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 Vr(this.ctx, r);
1026
+ return new Dr(this.ctx, r);
1027
1027
  }
1028
1028
  }
1029
- class Dr {
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 Dr {
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 Dr {
1059
1059
  const vt = {
1060
1060
  name: "combobox"
1061
1061
  };
1062
- class Rr 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(Be.bind(this)), this.clear = this.ctx.driver.wrapAction(Ve.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");
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 Gr 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 Rr(this.ctx, r);
1072
+ return new Lr(this.ctx, r);
1073
1073
  }
1074
1074
  }
1075
- class Lr {
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 Lr {
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 Lr {
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 Lr {
1113
1113
  const ut = {
1114
1114
  name: "contextual-help"
1115
1115
  };
1116
- class Or 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 Fr 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 Or(this.ctx, r);
1126
+ return new Ur(this.ctx, r);
1127
1127
  }
1128
1128
  }
1129
- class Ur {
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 Ur {
1141
1141
  }
1142
1142
  }
1143
1143
  const wt = {
1144
- name: "data-grid"
1144
+ name: "country"
1145
1145
  };
1146
- class Mr 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 jr 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 Mr(this.ctx, r);
1156
+ return new _r(this.ctx, r);
1157
1157
  }
1158
1158
  }
1159
- class _r {
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 _r {
1171
1171
  }
1172
1172
  }
1173
1173
  const bt = {
1174
- name: "data-grid-cell"
1174
+ name: "data-grid"
1175
1175
  };
1176
- class zr 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 Jr 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 zr(this.ctx, r);
1186
+ return new Kr(this.ctx, r);
1187
1187
  }
1188
1188
  }
1189
- class Kr {
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 Kr {
1201
1201
  }
1202
1202
  }
1203
1203
  const mt = {
1204
- name: "data-grid-row"
1204
+ name: "data-grid-cell"
1205
1205
  };
1206
- class Qr 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 Xr 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 Qr(this.ctx, r);
1216
+ return new Yr(this.ctx, r);
1217
1217
  }
1218
1218
  }
1219
- class Yr {
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 Yr {
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 Zr 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(We.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");
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 Nr 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 Zr(this.ctx, r);
1276
+ return new ii(this.ctx, r);
1247
1277
  }
1248
1278
  }
1249
- class ti {
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 ti {
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 ei 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(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");
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 ri 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 ei(this.ctx, r);
1322
+ return new oi(this.ctx, r);
1293
1323
  }
1294
1324
  }
1295
- class ii {
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 ii {
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 ii {
1323
1353
  {
1324
1354
  type: "eval",
1325
1355
  el: this.wrapper.unwrap(),
1326
- fn: Se
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 si 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(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");
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 ci 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 si(this.ctx, r);
1376
+ return new hi(this.ctx, r);
1347
1377
  }
1348
1378
  }
1349
- class oi {
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 oi {
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 ni 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 ai 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 ni(this.ctx, r);
1422
+ return new li(this.ctx, r);
1393
1423
  }
1394
1424
  }
1395
- class hi {
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 hi {
1406
1436
  ));
1407
1437
  }
1408
1438
  }
1409
- const gt = {
1439
+ const At = {
1410
1440
  name: "dialog"
1411
1441
  };
1412
- class pi 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 di 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(k.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 pi(this.ctx, r);
1452
+ return new ui(this.ctx, r);
1423
1453
  }
1424
1454
  }
1425
- class li {
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 li {
1460
1490
  ));
1461
1491
  }
1462
1492
  }
1463
- const At = {
1493
+ const Ht = {
1464
1494
  name: "divider"
1465
1495
  };
1466
- class xi 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 vi 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 xi(this.ctx, r);
1506
+ return new mi(this.ctx, r);
1477
1507
  }
1478
1508
  }
1479
- class ui {
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 ui {
1490
1520
  ));
1491
1521
  }
1492
1522
  }
1493
- const Ht = {
1523
+ const Pt = {
1494
1524
  name: "empty-state"
1495
1525
  };
1496
- class wi 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 bi 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 wi(this.ctx, r);
1536
+ return new yi(this.ctx, r);
1507
1537
  }
1508
1538
  }
1509
- class mi {
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 mi {
1520
1550
  ));
1521
1551
  }
1522
1552
  }
1523
- const Pt = {
1553
+ const $t = {
1524
1554
  name: "fab"
1525
1555
  };
1526
- class fi 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 Ei 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 fi(this.ctx, r);
1566
+ return new Ai(this.ctx, r);
1537
1567
  }
1538
1568
  }
1539
- class yi {
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 yi {
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 yi {
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 Ii 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 gi 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 Ii(this.ctx, r);
1612
+ return new $i(this.ctx, r);
1583
1613
  }
1584
1614
  }
1585
- class Ai {
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 Ai {
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 St = {
1645
+ const Ct = {
1616
1646
  name: "header"
1617
1647
  };
1618
- class Hi extends n {
1648
+ class qi extends n {
1619
1649
  constructor() {
1620
- super(...arguments), this.type = "header", 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));
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 Pi extends a {
1653
+ class Ti extends a {
1624
1654
  constructor() {
1625
- super(...arguments), this.componentInfo = St, 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 Hi(this.ctx, r);
1658
+ return new qi(this.ctx, r);
1629
1659
  }
1630
1660
  }
1631
- class $i {
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 $i {
1642
1672
  ));
1643
1673
  }
1644
1674
  }
1645
- const Ct = {
1675
+ const qt = {
1646
1676
  name: "icon"
1647
1677
  };
1648
- class Si extends n {
1678
+ class Bi extends n {
1649
1679
  constructor() {
1650
- super(...arguments), this.type = "icon", 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));
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 Ci extends a {
1683
+ class Vi extends a {
1654
1684
  constructor() {
1655
- super(...arguments), this.componentInfo = Ct, 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 Si(this.ctx, r);
1688
+ return new Bi(this.ctx, r);
1659
1689
  }
1660
1690
  }
1661
- class qi {
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 qi {
1673
1703
  {
1674
1704
  type: "eval",
1675
1705
  el: this.wrapper.unwrap(),
1676
- fn: qe
1706
+ fn: ke
1677
1707
  },
1678
1708
  e,
1679
1709
  "toHaveName(${value})"
1680
1710
  ));
1681
1711
  }
1682
1712
  }
1683
- const qt = {
1713
+ const Tt = {
1684
1714
  name: "layout"
1685
1715
  };
1686
- class Ti extends n {
1716
+ class Di extends n {
1687
1717
  constructor() {
1688
- super(...arguments), this.type = "layout", 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));
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 ki extends a {
1721
+ class Ri extends a {
1692
1722
  constructor() {
1693
- super(...arguments), this.componentInfo = qt, 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 Ti(this.ctx, r);
1726
+ return new Di(this.ctx, r);
1697
1727
  }
1698
1728
  }
1699
- class Bi {
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
  {
@@ -1710,23 +1740,23 @@ class Bi {
1710
1740
  ));
1711
1741
  }
1712
1742
  }
1713
- const Tt = {
1743
+ const kt = {
1714
1744
  name: "menu"
1715
1745
  };
1716
- class Vi extends n {
1746
+ class Li extends n {
1717
1747
  constructor() {
1718
- super(...arguments), this.type = "menu", 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));
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 Wi extends a {
1751
+ class Oi extends a {
1722
1752
  constructor() {
1723
- super(...arguments), this.componentInfo = Tt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
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 Vi(this.ctx, r);
1756
+ return new Li(this.ctx, r);
1727
1757
  }
1728
1758
  }
1729
- class Di {
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 Di {
1756
1786
  ));
1757
1787
  }
1758
1788
  }
1759
- const kt = {
1789
+ const Bt = {
1760
1790
  name: "menu-item"
1761
1791
  };
1762
- class Ri extends n {
1792
+ class Ui extends n {
1763
1793
  constructor() {
1764
- super(...arguments), this.type = "menuItem", 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.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 Gi extends a {
1797
+ class Mi extends a {
1768
1798
  constructor() {
1769
- super(...arguments), this.componentInfo = kt, 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 Ri(this.ctx, r);
1802
+ return new Ui(this.ctx, r);
1773
1803
  }
1774
1804
  }
1775
- class Li {
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 Li {
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})"
@@ -1818,46 +1848,46 @@ class Li {
1818
1848
  ));
1819
1849
  }
1820
1850
  }
1821
- const Bt = {
1851
+ const Vt = {
1822
1852
  name: "nav"
1823
1853
  };
1824
- class Oi 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 Fi 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 Oi(this.ctx, r);
1864
+ return new _i(this.ctx, r);
1835
1865
  }
1836
1866
  }
1837
- class Ui {
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 Mi 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 ji 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 Mi(this.ctx, r);
1887
+ return new Ki(this.ctx, r);
1858
1888
  }
1859
1889
  }
1860
- class _i {
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 _i {
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 _i {
1911
1941
  ));
1912
1942
  }
1913
1943
  }
1914
- const Wt = {
1944
+ const Dt = {
1915
1945
  name: "nav-item"
1916
1946
  };
1917
- class zi 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 Ji 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 zi(this.ctx, r);
1957
+ return new Yi(this.ctx, r);
1928
1958
  }
1929
1959
  }
1930
- class Ki {
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 Ki {
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 Ki {
1965
1995
  ));
1966
1996
  }
1967
1997
  }
1968
- const Dt = {
1998
+ const Rt = {
1969
1999
  name: "note"
1970
2000
  };
1971
- class Qi 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 Xi 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 Qi(this.ctx, r);
2011
+ return new ts(this.ctx, r);
1982
2012
  }
1983
2013
  }
1984
- class Yi {
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,30 +2026,30 @@ class Yi {
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})"
2003
2033
  ));
2004
2034
  }
2005
2035
  }
2006
- const Rt = {
2036
+ const Gt = {
2007
2037
  name: "number-field"
2008
2038
  };
2009
- class Zi extends n {
2039
+ class is extends n {
2010
2040
  constructor() {
2011
- super(...arguments), this.type = "numberField", 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.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");
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 Ni extends a {
2044
+ class ss extends a {
2015
2045
  constructor() {
2016
- super(...arguments), this.componentInfo = Rt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byLabel = this.ctx.driver.wrapSelector(x.bind(this));
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 Zi(this.ctx, r);
2049
+ return new is(this.ctx, r);
2020
2050
  }
2021
2051
  }
2022
- class ts {
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 ts {
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 ts {
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 ts {
2065
2095
  ));
2066
2096
  }
2067
2097
  }
2068
- const Gt = {
2098
+ const Lt = {
2069
2099
  name: "option"
2070
2100
  };
2071
- class es extends n {
2101
+ class os extends n {
2072
2102
  constructor() {
2073
- super(...arguments), this.type = "option", 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.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 rs extends a {
2106
+ class ns extends a {
2077
2107
  constructor() {
2078
- super(...arguments), this.componentInfo = Gt, 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 es(this.ctx, r);
2111
+ return new os(this.ctx, r);
2082
2112
  }
2083
2113
  }
2084
- class is {
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 is {
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 ss 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(Fe.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 cs 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 ss(this.ctx, r);
2149
+ return new hs(this.ctx, r);
2120
2150
  }
2121
2151
  }
2122
- class os {
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 os {
2134
2164
  {
2135
2165
  type: "eval",
2136
2166
  el: this.wrapper.unwrap(),
2137
- fn: Te
2167
+ fn: Be
2138
2168
  },
2139
2169
  e,
2140
2170
  "toHaveTotal(${value})"
@@ -2142,30 +2172,30 @@ class os {
2142
2172
  {
2143
2173
  type: "eval",
2144
2174
  el: this.wrapper.unwrap(),
2145
- fn: ke
2175
+ fn: Ve
2146
2176
  },
2147
2177
  e,
2148
2178
  "toHaveSelectedPage(${value})"
2149
2179
  ));
2150
2180
  }
2151
2181
  }
2152
- const Ot = {
2182
+ const Ft = {
2153
2183
  name: "popover"
2154
2184
  };
2155
- class ns extends n {
2185
+ class ls extends n {
2156
2186
  constructor() {
2157
- super(...arguments), this.type = "popover", 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));
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));
2158
2188
  }
2159
2189
  }
2160
- class as extends a {
2190
+ class xs extends a {
2161
2191
  constructor() {
2162
- super(...arguments), this.componentInfo = Ot, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2192
+ super(...arguments), this.componentInfo = Ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2163
2193
  }
2164
2194
  wrap(r) {
2165
- return new ns(this.ctx, r);
2195
+ return new ls(this.ctx, r);
2166
2196
  }
2167
2197
  }
2168
- class hs {
2198
+ class vs {
2169
2199
  constructor(r, s) {
2170
2200
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2171
2201
  {
@@ -2179,23 +2209,23 @@ class hs {
2179
2209
  ));
2180
2210
  }
2181
2211
  }
2182
- const Ft = {
2212
+ const Ut = {
2183
2213
  name: "progress"
2184
2214
  };
2185
- class ps extends n {
2215
+ class us extends n {
2186
2216
  constructor() {
2187
- super(...arguments), this.type = "progress", 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));
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));
2188
2218
  }
2189
2219
  }
2190
- class ds extends a {
2220
+ class ws extends a {
2191
2221
  constructor() {
2192
- super(...arguments), this.componentInfo = Ft, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2222
+ super(...arguments), this.componentInfo = Ut, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2193
2223
  }
2194
2224
  wrap(r) {
2195
- return new ps(this.ctx, r);
2225
+ return new us(this.ctx, r);
2196
2226
  }
2197
2227
  }
2198
- class ls {
2228
+ class bs {
2199
2229
  constructor(r, s) {
2200
2230
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2201
2231
  {
@@ -2209,23 +2239,23 @@ class ls {
2209
2239
  ));
2210
2240
  }
2211
2241
  }
2212
- const Ut = {
2242
+ const Mt = {
2213
2243
  name: "progress-ring"
2214
2244
  };
2215
- class xs extends n {
2245
+ class ms extends n {
2216
2246
  constructor() {
2217
- super(...arguments), this.type = "progressRing", 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));
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));
2218
2248
  }
2219
2249
  }
2220
- class vs extends a {
2250
+ class fs extends a {
2221
2251
  constructor() {
2222
- super(...arguments), this.componentInfo = Ut, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2252
+ super(...arguments), this.componentInfo = Mt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2223
2253
  }
2224
2254
  wrap(r) {
2225
- return new xs(this.ctx, r);
2255
+ return new ms(this.ctx, r);
2226
2256
  }
2227
2257
  }
2228
- class us {
2258
+ class Es {
2229
2259
  constructor(r, s) {
2230
2260
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2231
2261
  {
@@ -2239,23 +2269,23 @@ class us {
2239
2269
  ));
2240
2270
  }
2241
2271
  }
2242
- const Mt = {
2272
+ const jt = {
2243
2273
  name: "radio"
2244
2274
  };
2245
- class ws extends n {
2275
+ class ys extends n {
2246
2276
  constructor() {
2247
- super(...arguments), this.type = "radio", 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)), 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");
2248
2278
  }
2249
2279
  }
2250
- class bs extends a {
2280
+ class Is extends a {
2251
2281
  constructor() {
2252
- super(...arguments), this.componentInfo = Mt, 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));
2253
2283
  }
2254
2284
  wrap(r) {
2255
- return new ws(this.ctx, r);
2285
+ return new ys(this.ctx, r);
2256
2286
  }
2257
2287
  }
2258
- class ms {
2288
+ class gs {
2259
2289
  constructor(r, s) {
2260
2290
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2261
2291
  {
@@ -2278,7 +2308,7 @@ class ms {
2278
2308
  {
2279
2309
  type: "eval",
2280
2310
  el: this.wrapper.unwrap(),
2281
- fn: u
2311
+ fn: w
2282
2312
  },
2283
2313
  e,
2284
2314
  "toHaveValue(${value})"
@@ -2301,23 +2331,23 @@ class ms {
2301
2331
  ));
2302
2332
  }
2303
2333
  }
2304
- const jt = {
2334
+ const _t = {
2305
2335
  name: "radio-group"
2306
2336
  };
2307
- class fs extends n {
2337
+ class As extends n {
2308
2338
  constructor() {
2309
- super(...arguments), this.type = "radioGroup", 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));
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));
2310
2340
  }
2311
2341
  }
2312
- class Es extends a {
2342
+ class Hs extends a {
2313
2343
  constructor() {
2314
- super(...arguments), this.componentInfo = jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2344
+ super(...arguments), this.componentInfo = _t, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2315
2345
  }
2316
2346
  wrap(r) {
2317
- return new fs(this.ctx, r);
2347
+ return new As(this.ctx, r);
2318
2348
  }
2319
2349
  }
2320
- class ys {
2350
+ class Ps {
2321
2351
  constructor(r, s) {
2322
2352
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2323
2353
  {
@@ -2331,23 +2361,23 @@ class ys {
2331
2361
  ));
2332
2362
  }
2333
2363
  }
2334
- const _t = {
2364
+ const zt = {
2335
2365
  name: "range-slider"
2336
2366
  };
2337
- class Is extends n {
2367
+ class $s extends n {
2338
2368
  constructor() {
2339
- super(...arguments), this.type = "rangeSlider", 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.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");
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");
2340
2370
  }
2341
2371
  }
2342
- class gs extends a {
2372
+ class Ss extends a {
2343
2373
  constructor() {
2344
- super(...arguments), this.componentInfo = _t, 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));
2345
2375
  }
2346
2376
  wrap(r) {
2347
- return new Is(this.ctx, r);
2377
+ return new $s(this.ctx, r);
2348
2378
  }
2349
2379
  }
2350
- class As {
2380
+ class Cs {
2351
2381
  constructor(r, s) {
2352
2382
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2353
2383
  {
@@ -2370,7 +2400,7 @@ class As {
2370
2400
  {
2371
2401
  type: "eval",
2372
2402
  el: this.wrapper.unwrap(),
2373
- fn: u
2403
+ fn: w
2374
2404
  },
2375
2405
  e,
2376
2406
  "toHaveValue(${value})"
@@ -2378,30 +2408,30 @@ class As {
2378
2408
  {
2379
2409
  type: "eval",
2380
2410
  el: this.wrapper.unwrap(),
2381
- fn: Ce
2411
+ fn: Te
2382
2412
  },
2383
2413
  e,
2384
2414
  "toHaveRange(${value})"
2385
2415
  ));
2386
2416
  }
2387
2417
  }
2388
- const zt = {
2418
+ const Jt = {
2389
2419
  name: "rich-text-editor"
2390
2420
  };
2391
- class Hs extends n {
2421
+ class qs extends n {
2392
2422
  constructor() {
2393
- super(...arguments), this.type = "richTextEditor", 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));
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));
2394
2424
  }
2395
2425
  }
2396
- class Ps extends a {
2426
+ class Ts extends a {
2397
2427
  constructor() {
2398
- super(...arguments), this.componentInfo = zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2428
+ super(...arguments), this.componentInfo = Jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2399
2429
  }
2400
2430
  wrap(r) {
2401
- return new Hs(this.ctx, r);
2431
+ return new qs(this.ctx, r);
2402
2432
  }
2403
2433
  }
2404
- class $s {
2434
+ class ks {
2405
2435
  constructor(r, s) {
2406
2436
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2407
2437
  {
@@ -2415,23 +2445,23 @@ class $s {
2415
2445
  ));
2416
2446
  }
2417
2447
  }
2418
- const Jt = {
2448
+ const Kt = {
2419
2449
  name: "rich-text-view"
2420
2450
  };
2421
- class Ss extends n {
2451
+ class Bs extends n {
2422
2452
  constructor() {
2423
- super(...arguments), this.type = "richTextView", 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));
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));
2424
2454
  }
2425
2455
  }
2426
- class Cs extends a {
2456
+ class Vs extends a {
2427
2457
  constructor() {
2428
- super(...arguments), this.componentInfo = Jt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2458
+ super(...arguments), this.componentInfo = Kt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2429
2459
  }
2430
2460
  wrap(r) {
2431
- return new Ss(this.ctx, r);
2461
+ return new Bs(this.ctx, r);
2432
2462
  }
2433
2463
  }
2434
- class qs {
2464
+ class Ws {
2435
2465
  constructor(r, s) {
2436
2466
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2437
2467
  {
@@ -2445,23 +2475,23 @@ class qs {
2445
2475
  ));
2446
2476
  }
2447
2477
  }
2448
- const Kt = {
2478
+ const Qt = {
2449
2479
  name: "searchable-select"
2450
2480
  };
2451
- class Ts extends n {
2481
+ class Ds extends n {
2452
2482
  constructor() {
2453
- super(...arguments), this.type = "searchableSelect", 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.selectOptionByValue = this.ctx.driver.wrapAction(D.bind(this)), this.selectOptionByText = this.ctx.driver.wrapAction(R.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));
2454
2484
  }
2455
2485
  }
2456
- class ks extends a {
2486
+ class Rs extends a {
2457
2487
  constructor() {
2458
- super(...arguments), this.componentInfo = Kt, 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));
2459
2489
  }
2460
2490
  wrap(r) {
2461
- return new Ts(this.ctx, r);
2491
+ return new Ds(this.ctx, r);
2462
2492
  }
2463
2493
  }
2464
- class Bs {
2494
+ class Gs {
2465
2495
  constructor(r, s) {
2466
2496
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2467
2497
  {
@@ -2484,7 +2514,7 @@ class Bs {
2484
2514
  {
2485
2515
  type: "eval",
2486
2516
  el: this.wrapper.unwrap(),
2487
- fn: w
2517
+ fn: u
2488
2518
  },
2489
2519
  e,
2490
2520
  "toHaveIcon(${value})"
@@ -2492,7 +2522,7 @@ class Bs {
2492
2522
  {
2493
2523
  type: "eval",
2494
2524
  el: this.wrapper.unwrap(),
2495
- fn: u
2525
+ fn: w
2496
2526
  },
2497
2527
  e,
2498
2528
  "toHaveValue(${value})"
@@ -2500,7 +2530,7 @@ class Bs {
2500
2530
  {
2501
2531
  type: "eval",
2502
2532
  el: this.wrapper.unwrap(),
2503
- fn: Pe
2533
+ fn: Se
2504
2534
  },
2505
2535
  e,
2506
2536
  "toHaveValues(${value})"
@@ -2508,30 +2538,30 @@ class Bs {
2508
2538
  {
2509
2539
  type: "eval",
2510
2540
  el: this.wrapper.unwrap(),
2511
- fn: $e
2541
+ fn: Ce
2512
2542
  },
2513
2543
  e,
2514
2544
  "toHaveSelectedOptions(${value})"
2515
2545
  ));
2516
2546
  }
2517
2547
  }
2518
- const Qt = {
2548
+ const Xt = {
2519
2549
  name: "select"
2520
2550
  };
2521
- class Vs extends n {
2551
+ class Ls extends n {
2522
2552
  constructor() {
2523
- super(...arguments), this.type = "select", 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));
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));
2524
2554
  }
2525
2555
  }
2526
- class Ws extends a {
2556
+ class Os extends a {
2527
2557
  constructor() {
2528
- super(...arguments), this.componentInfo = Qt, 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));
2529
2559
  }
2530
2560
  wrap(r) {
2531
- return new Vs(this.ctx, r);
2561
+ return new Ls(this.ctx, r);
2532
2562
  }
2533
2563
  }
2534
- class Ds {
2564
+ class Fs {
2535
2565
  constructor(r, s) {
2536
2566
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2537
2567
  {
@@ -2554,7 +2584,7 @@ class Ds {
2554
2584
  {
2555
2585
  type: "eval",
2556
2586
  el: this.wrapper.unwrap(),
2557
- fn: w
2587
+ fn: u
2558
2588
  },
2559
2589
  e,
2560
2590
  "toHaveIcon(${value})"
@@ -2562,30 +2592,30 @@ class Ds {
2562
2592
  {
2563
2593
  type: "eval",
2564
2594
  el: this.wrapper.unwrap(),
2565
- fn: u
2595
+ fn: w
2566
2596
  },
2567
2597
  e,
2568
2598
  "toHaveValue(${value})"
2569
2599
  ));
2570
2600
  }
2571
2601
  }
2572
- const Xt = {
2602
+ const Yt = {
2573
2603
  name: "selectable-box"
2574
2604
  };
2575
- class Rs extends n {
2605
+ class Us extends n {
2576
2606
  constructor() {
2577
- super(...arguments), this.type = "selectableBox", 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.check = this.ctx.driver.wrapAction(J.bind(this, () => this.control())), this.uncheck = this.ctx.driver.wrapAction(K.bind(this, () => this.control())), this.control = Me.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");
2578
2608
  }
2579
2609
  }
2580
- class Gs extends a {
2610
+ class Ms extends a {
2581
2611
  constructor() {
2582
- super(...arguments), this.componentInfo = Xt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2612
+ super(...arguments), this.componentInfo = Yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2583
2613
  }
2584
2614
  wrap(r) {
2585
- return new Rs(this.ctx, r);
2615
+ return new Us(this.ctx, r);
2586
2616
  }
2587
2617
  }
2588
- class Ls {
2618
+ class js {
2589
2619
  constructor(r, s) {
2590
2620
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2591
2621
  {
@@ -2615,23 +2645,23 @@ class Ls {
2615
2645
  ));
2616
2646
  }
2617
2647
  }
2618
- const Yt = {
2648
+ const Zt = {
2619
2649
  name: "side-drawer"
2620
2650
  };
2621
- class Os extends n {
2651
+ class _s extends n {
2622
2652
  constructor() {
2623
- super(...arguments), this.type = "sideDrawer", 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));
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));
2624
2654
  }
2625
2655
  }
2626
- class Fs extends a {
2656
+ class zs extends a {
2627
2657
  constructor() {
2628
- super(...arguments), this.componentInfo = Yt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2658
+ super(...arguments), this.componentInfo = Zt, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2629
2659
  }
2630
2660
  wrap(r) {
2631
- return new Os(this.ctx, r);
2661
+ return new _s(this.ctx, r);
2632
2662
  }
2633
2663
  }
2634
- class Us {
2664
+ class Js {
2635
2665
  constructor(r, s) {
2636
2666
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2637
2667
  {
@@ -2645,23 +2675,23 @@ class Us {
2645
2675
  ));
2646
2676
  }
2647
2677
  }
2648
- const Zt = {
2678
+ const Nt = {
2649
2679
  name: "simple-color-picker"
2650
2680
  };
2651
- class Ms extends n {
2681
+ class Ks extends n {
2652
2682
  constructor() {
2653
- super(...arguments), this.type = "simpleColorPicker", 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));
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));
2654
2684
  }
2655
2685
  }
2656
- class js extends a {
2686
+ class Qs extends a {
2657
2687
  constructor() {
2658
- super(...arguments), this.componentInfo = Zt, 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));
2659
2689
  }
2660
2690
  wrap(r) {
2661
- return new Ms(this.ctx, r);
2691
+ return new Ks(this.ctx, r);
2662
2692
  }
2663
2693
  }
2664
- class _s {
2694
+ class Xs {
2665
2695
  constructor(r, s) {
2666
2696
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2667
2697
  {
@@ -2684,30 +2714,30 @@ class _s {
2684
2714
  {
2685
2715
  type: "eval",
2686
2716
  el: this.wrapper.unwrap(),
2687
- fn: u
2717
+ fn: w
2688
2718
  },
2689
2719
  e,
2690
2720
  "toHaveValue(${value})"
2691
2721
  ));
2692
2722
  }
2693
2723
  }
2694
- const Nt = {
2724
+ const te = {
2695
2725
  name: "slider"
2696
2726
  };
2697
- class zs extends n {
2727
+ class Ys extends n {
2698
2728
  constructor() {
2699
- super(...arguments), this.type = "slider", 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.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");
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");
2700
2730
  }
2701
2731
  }
2702
- class Js extends a {
2732
+ class Zs extends a {
2703
2733
  constructor() {
2704
- super(...arguments), this.componentInfo = Nt, 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));
2705
2735
  }
2706
2736
  wrap(r) {
2707
- return new zs(this.ctx, r);
2737
+ return new Ys(this.ctx, r);
2708
2738
  }
2709
2739
  }
2710
- class Ks {
2740
+ class Ns {
2711
2741
  constructor(r, s) {
2712
2742
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2713
2743
  {
@@ -2722,7 +2752,7 @@ class Ks {
2722
2752
  {
2723
2753
  type: "eval",
2724
2754
  el: this.wrapper.unwrap(),
2725
- fn: u
2755
+ fn: w
2726
2756
  },
2727
2757
  e,
2728
2758
  "toHaveValue(${value})"
@@ -2737,23 +2767,23 @@ class Ks {
2737
2767
  ));
2738
2768
  }
2739
2769
  }
2740
- const te = {
2770
+ const ee = {
2741
2771
  name: "split-button"
2742
2772
  };
2743
- class Qs extends n {
2773
+ class tc extends n {
2744
2774
  constructor() {
2745
- super(...arguments), this.type = "splitButton", 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.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");
2746
2776
  }
2747
2777
  }
2748
- class Xs extends a {
2778
+ class ec extends a {
2749
2779
  constructor() {
2750
- super(...arguments), this.componentInfo = te, 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));
2751
2781
  }
2752
2782
  wrap(r) {
2753
- return new Qs(this.ctx, r);
2783
+ return new tc(this.ctx, r);
2754
2784
  }
2755
2785
  }
2756
- class Ys {
2786
+ class rc {
2757
2787
  constructor(r, s) {
2758
2788
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2759
2789
  {
@@ -2768,30 +2798,68 @@ class Ys {
2768
2798
  {
2769
2799
  type: "eval",
2770
2800
  el: this.wrapper.unwrap(),
2771
- fn: w
2801
+ fn: u
2772
2802
  },
2773
2803
  e,
2774
2804
  "toHaveIcon(${value})"
2775
2805
  ));
2776
2806
  }
2777
2807
  }
2778
- const ee = {
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 = {
2779
2847
  name: "switch"
2780
2848
  };
2781
- class Zs extends n {
2849
+ class oc extends n {
2782
2850
  constructor() {
2783
- super(...arguments), this.type = "switch", 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.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");
2784
2852
  }
2785
2853
  }
2786
- class Ns extends a {
2854
+ class nc extends a {
2787
2855
  constructor() {
2788
- super(...arguments), this.componentInfo = ee, 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));
2789
2857
  }
2790
2858
  wrap(r) {
2791
- return new Zs(this.ctx, r);
2859
+ return new oc(this.ctx, r);
2792
2860
  }
2793
2861
  }
2794
- class tc {
2862
+ class ac {
2795
2863
  constructor(r, s) {
2796
2864
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2797
2865
  {
@@ -2806,7 +2874,7 @@ class tc {
2806
2874
  {
2807
2875
  type: "eval",
2808
2876
  el: this.wrapper.unwrap(),
2809
- fn: u
2877
+ fn: w
2810
2878
  },
2811
2879
  e,
2812
2880
  "toHaveValue(${value})"
@@ -2829,23 +2897,23 @@ class tc {
2829
2897
  ));
2830
2898
  }
2831
2899
  }
2832
- const re = {
2900
+ const se = {
2833
2901
  name: "tab"
2834
2902
  };
2835
- class ec extends n {
2903
+ class hc extends n {
2836
2904
  constructor() {
2837
- super(...arguments), this.type = "tab", 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)), 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");
2838
2906
  }
2839
2907
  }
2840
- class rc extends a {
2908
+ class pc extends a {
2841
2909
  constructor() {
2842
- super(...arguments), this.componentInfo = re, 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));
2843
2911
  }
2844
2912
  wrap(r) {
2845
- return new ec(this.ctx, r);
2913
+ return new hc(this.ctx, r);
2846
2914
  }
2847
2915
  }
2848
- class ic {
2916
+ class dc {
2849
2917
  constructor(r, s) {
2850
2918
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
2851
2919
  {
@@ -2860,7 +2928,7 @@ class ic {
2860
2928
  {
2861
2929
  type: "eval",
2862
2930
  el: this.wrapper.unwrap(),
2863
- fn: w
2931
+ fn: u
2864
2932
  },
2865
2933
  e,
2866
2934
  "toHaveIcon(${value})"
@@ -2883,184 +2951,184 @@ class ic {
2883
2951
  ));
2884
2952
  }
2885
2953
  }
2886
- const ie = {
2954
+ const ce = {
2887
2955
  name: "tab-panel"
2888
2956
  };
2889
- class sc extends n {
2957
+ class lc extends n {
2890
2958
  constructor() {
2891
- super(...arguments), this.type = "tabPanel", 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));
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));
2892
2960
  }
2893
2961
  }
2894
- class cc extends a {
2962
+ class xc extends a {
2895
2963
  constructor() {
2896
- super(...arguments), this.componentInfo = ie, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2964
+ super(...arguments), this.componentInfo = ce, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2897
2965
  }
2898
2966
  wrap(r) {
2899
- return new sc(this.ctx, r);
2967
+ return new lc(this.ctx, r);
2900
2968
  }
2901
2969
  }
2902
- class oc {
2970
+ class vc {
2903
2971
  constructor(r, s) {
2904
2972
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2905
2973
  throw new Error("Component does not have props.");
2906
2974
  };
2907
2975
  }
2908
2976
  }
2909
- const se = {
2977
+ const oe = {
2910
2978
  name: "table"
2911
2979
  };
2912
- class nc extends n {
2980
+ class uc extends n {
2913
2981
  constructor() {
2914
- super(...arguments), this.type = "table", 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));
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));
2915
2983
  }
2916
2984
  }
2917
- class ac extends a {
2985
+ class wc extends a {
2918
2986
  constructor() {
2919
- super(...arguments), this.componentInfo = se, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2987
+ super(...arguments), this.componentInfo = oe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2920
2988
  }
2921
2989
  wrap(r) {
2922
- return new nc(this.ctx, r);
2990
+ return new uc(this.ctx, r);
2923
2991
  }
2924
2992
  }
2925
- class hc {
2993
+ class bc {
2926
2994
  constructor(r, s) {
2927
2995
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2928
2996
  throw new Error("Component does not have props.");
2929
2997
  };
2930
2998
  }
2931
2999
  }
2932
- const ce = {
3000
+ const ne = {
2933
3001
  name: "table-body"
2934
3002
  };
2935
- class pc extends n {
3003
+ class mc extends n {
2936
3004
  constructor() {
2937
- super(...arguments), this.type = "tableBody", 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));
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));
2938
3006
  }
2939
3007
  }
2940
- class dc extends a {
3008
+ class fc extends a {
2941
3009
  constructor() {
2942
- super(...arguments), this.componentInfo = ce, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3010
+ super(...arguments), this.componentInfo = ne, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2943
3011
  }
2944
3012
  wrap(r) {
2945
- return new pc(this.ctx, r);
3013
+ return new mc(this.ctx, r);
2946
3014
  }
2947
3015
  }
2948
- class lc {
3016
+ class Ec {
2949
3017
  constructor(r, s) {
2950
3018
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2951
3019
  throw new Error("Component does not have props.");
2952
3020
  };
2953
3021
  }
2954
3022
  }
2955
- const oe = {
3023
+ const ae = {
2956
3024
  name: "table-cell"
2957
3025
  };
2958
- class xc extends n {
3026
+ class yc extends n {
2959
3027
  constructor() {
2960
- super(...arguments), this.type = "tableCell", 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));
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));
2961
3029
  }
2962
3030
  }
2963
- class vc extends a {
3031
+ class Ic extends a {
2964
3032
  constructor() {
2965
- super(...arguments), this.componentInfo = oe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3033
+ super(...arguments), this.componentInfo = ae, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2966
3034
  }
2967
3035
  wrap(r) {
2968
- return new xc(this.ctx, r);
3036
+ return new yc(this.ctx, r);
2969
3037
  }
2970
3038
  }
2971
- class uc {
3039
+ class gc {
2972
3040
  constructor(r, s) {
2973
3041
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2974
3042
  throw new Error("Component does not have props.");
2975
3043
  };
2976
3044
  }
2977
3045
  }
2978
- const ne = {
3046
+ const he = {
2979
3047
  name: "table-head"
2980
3048
  };
2981
- class wc extends n {
3049
+ class Ac extends n {
2982
3050
  constructor() {
2983
- super(...arguments), this.type = "tableHead", 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));
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));
2984
3052
  }
2985
3053
  }
2986
- class bc extends a {
3054
+ class Hc extends a {
2987
3055
  constructor() {
2988
- super(...arguments), this.componentInfo = ne, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3056
+ super(...arguments), this.componentInfo = he, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
2989
3057
  }
2990
3058
  wrap(r) {
2991
- return new wc(this.ctx, r);
3059
+ return new Ac(this.ctx, r);
2992
3060
  }
2993
3061
  }
2994
- class mc {
3062
+ class Pc {
2995
3063
  constructor(r, s) {
2996
3064
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
2997
3065
  throw new Error("Component does not have props.");
2998
3066
  };
2999
3067
  }
3000
3068
  }
3001
- const ae = {
3069
+ const pe = {
3002
3070
  name: "table-header-cell"
3003
3071
  };
3004
- class fc extends n {
3072
+ class $c extends n {
3005
3073
  constructor() {
3006
- super(...arguments), this.type = "tableHeaderCell", 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));
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));
3007
3075
  }
3008
3076
  }
3009
- class Ec extends a {
3077
+ class Sc extends a {
3010
3078
  constructor() {
3011
- super(...arguments), this.componentInfo = ae, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3079
+ super(...arguments), this.componentInfo = pe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3012
3080
  }
3013
3081
  wrap(r) {
3014
- return new fc(this.ctx, r);
3082
+ return new $c(this.ctx, r);
3015
3083
  }
3016
3084
  }
3017
- class yc {
3085
+ class Cc {
3018
3086
  constructor(r, s) {
3019
3087
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3020
3088
  throw new Error("Component does not have props.");
3021
3089
  };
3022
3090
  }
3023
3091
  }
3024
- const he = {
3092
+ const de = {
3025
3093
  name: "table-row"
3026
3094
  };
3027
- class Ic extends n {
3095
+ class qc extends n {
3028
3096
  constructor() {
3029
- super(...arguments), this.type = "tableRow", 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));
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));
3030
3098
  }
3031
3099
  }
3032
- class gc extends a {
3100
+ class Tc extends a {
3033
3101
  constructor() {
3034
- super(...arguments), this.componentInfo = he, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3102
+ super(...arguments), this.componentInfo = de, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3035
3103
  }
3036
3104
  wrap(r) {
3037
- return new Ic(this.ctx, r);
3105
+ return new qc(this.ctx, r);
3038
3106
  }
3039
3107
  }
3040
- class Ac {
3108
+ class kc {
3041
3109
  constructor(r, s) {
3042
3110
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3043
3111
  throw new Error("Component does not have props.");
3044
3112
  };
3045
3113
  }
3046
3114
  }
3047
- const pe = {
3115
+ const le = {
3048
3116
  name: "tabs"
3049
3117
  };
3050
- class Hc extends n {
3118
+ class Bc extends n {
3051
3119
  constructor() {
3052
- super(...arguments), this.type = "tabs", 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));
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));
3053
3121
  }
3054
3122
  }
3055
- class Pc extends a {
3123
+ class Vc extends a {
3056
3124
  constructor() {
3057
- super(...arguments), this.componentInfo = pe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3125
+ super(...arguments), this.componentInfo = le, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3058
3126
  }
3059
3127
  wrap(r) {
3060
- return new Hc(this.ctx, r);
3128
+ return new Bc(this.ctx, r);
3061
3129
  }
3062
3130
  }
3063
- class $c {
3131
+ class Wc {
3064
3132
  constructor(r, s) {
3065
3133
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3066
3134
  {
@@ -3074,23 +3142,23 @@ class $c {
3074
3142
  ));
3075
3143
  }
3076
3144
  }
3077
- const de = {
3145
+ const xe = {
3078
3146
  name: "tag"
3079
3147
  };
3080
- class Sc extends n {
3148
+ class Dc extends n {
3081
3149
  constructor() {
3082
- super(...arguments), this.type = "tag", 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)), 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");
3083
3151
  }
3084
3152
  }
3085
- class Cc extends a {
3153
+ class Rc extends a {
3086
3154
  constructor() {
3087
- super(...arguments), this.componentInfo = de, 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));
3088
3156
  }
3089
3157
  wrap(r) {
3090
- return new Sc(this.ctx, r);
3158
+ return new Dc(this.ctx, r);
3091
3159
  }
3092
3160
  }
3093
- class qc {
3161
+ class Gc {
3094
3162
  constructor(r, s) {
3095
3163
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3096
3164
  {
@@ -3105,7 +3173,7 @@ class qc {
3105
3173
  {
3106
3174
  type: "eval",
3107
3175
  el: this.wrapper.unwrap(),
3108
- fn: w
3176
+ fn: u
3109
3177
  },
3110
3178
  e,
3111
3179
  "toHaveIcon(${value})"
@@ -3144,46 +3212,46 @@ class qc {
3144
3212
  ));
3145
3213
  }
3146
3214
  }
3147
- const le = {
3215
+ const ve = {
3148
3216
  name: "tag-group"
3149
3217
  };
3150
- class Tc extends n {
3218
+ class Lc extends n {
3151
3219
  constructor() {
3152
- super(...arguments), this.type = "tagGroup", 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));
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));
3153
3221
  }
3154
3222
  }
3155
- class kc extends a {
3223
+ class Oc extends a {
3156
3224
  constructor() {
3157
- super(...arguments), this.componentInfo = le, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3225
+ super(...arguments), this.componentInfo = ve, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3158
3226
  }
3159
3227
  wrap(r) {
3160
- return new Tc(this.ctx, r);
3228
+ return new Lc(this.ctx, r);
3161
3229
  }
3162
3230
  }
3163
- class Bc {
3231
+ class Fc {
3164
3232
  constructor(r, s) {
3165
3233
  this.ctx = r, this.wrapper = s, this.toHaveProp = (e, i) => {
3166
3234
  throw new Error("Component does not have props.");
3167
3235
  };
3168
3236
  }
3169
3237
  }
3170
- const xe = {
3238
+ const ue = {
3171
3239
  name: "text-area"
3172
3240
  };
3173
- class Vc extends n {
3241
+ class Uc extends n {
3174
3242
  constructor() {
3175
- super(...arguments), this.type = "textArea", 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.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");
3176
3244
  }
3177
3245
  }
3178
- class Wc extends a {
3246
+ class Mc extends a {
3179
3247
  constructor() {
3180
- super(...arguments), this.componentInfo = xe, 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));
3181
3249
  }
3182
3250
  wrap(r) {
3183
- return new Vc(this.ctx, r);
3251
+ return new Uc(this.ctx, r);
3184
3252
  }
3185
3253
  }
3186
- class Dc {
3254
+ class jc {
3187
3255
  constructor(r, s) {
3188
3256
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3189
3257
  {
@@ -3206,30 +3274,30 @@ class Dc {
3206
3274
  {
3207
3275
  type: "eval",
3208
3276
  el: this.wrapper.unwrap(),
3209
- fn: u
3277
+ fn: w
3210
3278
  },
3211
3279
  e,
3212
3280
  "toHaveValue(${value})"
3213
3281
  ));
3214
3282
  }
3215
3283
  }
3216
- const ve = {
3284
+ const we = {
3217
3285
  name: "text-field"
3218
3286
  };
3219
- class ue extends n {
3287
+ class be extends n {
3220
3288
  constructor() {
3221
- super(...arguments), this.type = "textField", 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.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 = Ue.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"]');
3222
3290
  }
3223
3291
  }
3224
- class Rc extends a {
3292
+ class _c extends a {
3225
3293
  constructor() {
3226
- super(...arguments), this.componentInfo = ve, 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));
3227
3295
  }
3228
3296
  wrap(r) {
3229
- return new ue(this.ctx, r);
3297
+ return new be(this.ctx, r);
3230
3298
  }
3231
3299
  }
3232
- class Gc {
3300
+ class zc {
3233
3301
  constructor(r, s) {
3234
3302
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3235
3303
  {
@@ -3252,7 +3320,7 @@ class Gc {
3252
3320
  {
3253
3321
  type: "eval",
3254
3322
  el: this.wrapper.unwrap(),
3255
- fn: w
3323
+ fn: u
3256
3324
  },
3257
3325
  e,
3258
3326
  "toHaveIcon(${value})"
@@ -3260,30 +3328,30 @@ class Gc {
3260
3328
  {
3261
3329
  type: "eval",
3262
3330
  el: this.wrapper.unwrap(),
3263
- fn: u
3331
+ fn: w
3264
3332
  },
3265
3333
  e,
3266
3334
  "toHaveValue(${value})"
3267
3335
  ));
3268
3336
  }
3269
3337
  }
3270
- const we = {
3338
+ const me = {
3271
3339
  name: "time-picker"
3272
3340
  };
3273
- class Lc extends n {
3341
+ class Jc extends n {
3274
3342
  constructor() {
3275
- super(...arguments), this.type = "timePicker", 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.blur = this.ctx.driver.wrapAction(d.bind(this, () => this.locator)), this.clear = this.ctx.driver.wrapAction($.bind(this)), this.selectTime = this.ctx.driver.wrapAction(De.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");
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");
3276
3344
  }
3277
3345
  }
3278
- class Oc extends a {
3346
+ class Kc extends a {
3279
3347
  constructor() {
3280
- super(...arguments), this.componentInfo = we, 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));
3281
3349
  }
3282
3350
  wrap(r) {
3283
- return new Lc(this.ctx, r);
3351
+ return new Jc(this.ctx, r);
3284
3352
  }
3285
3353
  }
3286
- class Fc {
3354
+ class Qc {
3287
3355
  constructor(r, s) {
3288
3356
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3289
3357
  {
@@ -3306,30 +3374,30 @@ class Fc {
3306
3374
  {
3307
3375
  type: "eval",
3308
3376
  el: this.wrapper.unwrap(),
3309
- fn: u
3377
+ fn: w
3310
3378
  },
3311
3379
  e,
3312
3380
  "toHaveValue(${value})"
3313
3381
  ));
3314
3382
  }
3315
3383
  }
3316
- const be = {
3384
+ const fe = {
3317
3385
  name: "toggletip"
3318
3386
  };
3319
- class Uc extends n {
3387
+ class Xc extends n {
3320
3388
  constructor() {
3321
- super(...arguments), this.type = "toggletip", this.componentInfo = be, 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));
3322
3390
  }
3323
3391
  }
3324
- class Mc extends a {
3392
+ class Yc extends a {
3325
3393
  constructor() {
3326
- super(...arguments), this.componentInfo = be, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this)), this.byHeadline = this.ctx.driver.wrapSelector(k.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));
3327
3395
  }
3328
3396
  wrap(r) {
3329
- return new Uc(this.ctx, r);
3397
+ return new Xc(this.ctx, r);
3330
3398
  }
3331
3399
  }
3332
- class jc {
3400
+ class Zc {
3333
3401
  constructor(r, s) {
3334
3402
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3335
3403
  {
@@ -3359,23 +3427,23 @@ class jc {
3359
3427
  ));
3360
3428
  }
3361
3429
  }
3362
- const me = {
3430
+ const Ee = {
3363
3431
  name: "tooltip"
3364
3432
  };
3365
- class _c extends n {
3433
+ class Nc extends n {
3366
3434
  constructor() {
3367
- super(...arguments), this.type = "tooltip", 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));
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));
3368
3436
  }
3369
3437
  }
3370
- class zc extends a {
3438
+ class to extends a {
3371
3439
  constructor() {
3372
- super(...arguments), this.componentInfo = me, 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));
3373
3441
  }
3374
3442
  wrap(r) {
3375
- return new _c(this.ctx, r);
3443
+ return new Nc(this.ctx, r);
3376
3444
  }
3377
3445
  }
3378
- class Jc {
3446
+ class eo {
3379
3447
  constructor(r, s) {
3380
3448
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3381
3449
  {
@@ -3405,23 +3473,23 @@ class Jc {
3405
3473
  ));
3406
3474
  }
3407
3475
  }
3408
- const fe = {
3476
+ const ye = {
3409
3477
  name: "tree-item"
3410
3478
  };
3411
- class Kc extends n {
3479
+ class ro extends n {
3412
3480
  constructor() {
3413
- super(...arguments), this.type = "treeItem", 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));
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));
3414
3482
  }
3415
3483
  }
3416
- class Qc extends a {
3484
+ class io extends a {
3417
3485
  constructor() {
3418
- super(...arguments), this.componentInfo = fe, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3486
+ super(...arguments), this.componentInfo = ye, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3419
3487
  }
3420
3488
  wrap(r) {
3421
- return new Kc(this.ctx, r);
3489
+ return new ro(this.ctx, r);
3422
3490
  }
3423
3491
  }
3424
- class Xc {
3492
+ class so {
3425
3493
  constructor(r, s) {
3426
3494
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3427
3495
  {
@@ -3436,30 +3504,30 @@ class Xc {
3436
3504
  {
3437
3505
  type: "eval",
3438
3506
  el: this.wrapper.unwrap(),
3439
- fn: w
3507
+ fn: u
3440
3508
  },
3441
3509
  e,
3442
3510
  "toHaveIcon(${value})"
3443
3511
  ));
3444
3512
  }
3445
3513
  }
3446
- const Ee = {
3514
+ const Ie = {
3447
3515
  name: "tree-view"
3448
3516
  };
3449
- class Yc extends n {
3517
+ class co extends n {
3450
3518
  constructor() {
3451
- super(...arguments), this.type = "treeView", 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));
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));
3452
3520
  }
3453
3521
  }
3454
- class Zc extends a {
3522
+ class oo extends a {
3455
3523
  constructor() {
3456
- super(...arguments), this.componentInfo = Ee, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3524
+ super(...arguments), this.componentInfo = Ie, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3457
3525
  }
3458
3526
  wrap(r) {
3459
- return new Yc(this.ctx, r);
3527
+ return new co(this.ctx, r);
3460
3528
  }
3461
3529
  }
3462
- class Nc {
3530
+ class no {
3463
3531
  constructor(r, s) {
3464
3532
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3465
3533
  {
@@ -3473,23 +3541,23 @@ class Nc {
3473
3541
  ));
3474
3542
  }
3475
3543
  }
3476
- const ye = {
3544
+ const ge = {
3477
3545
  name: "video-player"
3478
3546
  };
3479
- class to extends n {
3547
+ class ao extends n {
3480
3548
  constructor() {
3481
- super(...arguments), this.type = "videoPlayer", 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));
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));
3482
3550
  }
3483
3551
  }
3484
- class eo extends a {
3552
+ class ho extends a {
3485
3553
  constructor() {
3486
- super(...arguments), this.componentInfo = ye, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3554
+ super(...arguments), this.componentInfo = ge, this.byTestId = this.ctx.driver.wrapSelector(h.bind(this));
3487
3555
  }
3488
3556
  wrap(r) {
3489
- return new to(this.ctx, r);
3557
+ return new ao(this.ctx, r);
3490
3558
  }
3491
3559
  }
3492
- class ro {
3560
+ class po {
3493
3561
  constructor(r, s) {
3494
3562
  this.ctx = r, this.wrapper = s, this.toHaveProp = this.ctx.driver.wrapExpect((e, i) => this.ctx.driver.expectEq(
3495
3563
  {
@@ -3504,88 +3572,90 @@ class ro {
3504
3572
  }
3505
3573
  }
3506
3574
  const j = {
3507
- collection: ge,
3508
- accordion: ze,
3509
- accordionItem: Qe,
3510
- actionGroup: Ze,
3511
- alert: er,
3512
- audioPlayer: sr,
3513
- avatar: nr,
3514
- badge: pr,
3515
- banner: xr,
3516
- breadcrumb: wr,
3517
- breadcrumbItem: fr,
3518
- button: yr,
3519
- calendar: Ar,
3520
- calendarEvent: $r,
3521
- card: qr,
3522
- checkbox: Br,
3523
- colorPicker: Dr,
3524
- combobox: Lr,
3525
- contextualHelp: Ur,
3526
- dataGrid: _r,
3527
- dataGridCell: Kr,
3528
- dataGridRow: Yr,
3529
- datePicker: ti,
3530
- dateRangePicker: ii,
3531
- dateTimePicker: oi,
3532
- dialPad: hi,
3533
- dialog: li,
3534
- divider: ui,
3535
- emptyState: mi,
3536
- fab: yi,
3537
- filePicker: Ai,
3538
- header: $i,
3539
- icon: qi,
3540
- layout: Bi,
3541
- menu: Di,
3542
- menuItem: Li,
3543
- nav: Ui,
3544
- navDisclosure: _i,
3545
- navItem: Ki,
3546
- note: Yi,
3547
- numberField: ts,
3548
- option: is,
3549
- pagination: os,
3550
- popover: hs,
3551
- progress: ls,
3552
- progressRing: us,
3553
- radio: ms,
3554
- radioGroup: ys,
3555
- rangeSlider: As,
3556
- richTextEditor: $s,
3557
- richTextView: qs,
3558
- searchableSelect: Bs,
3559
- select: Ds,
3560
- selectableBox: Ls,
3561
- sideDrawer: Us,
3562
- simpleColorPicker: _s,
3563
- slider: Ks,
3564
- splitButton: Ys,
3565
- switch: tc,
3566
- tab: ic,
3567
- tabPanel: oc,
3568
- table: hc,
3569
- tableBody: lc,
3570
- tableCell: uc,
3571
- tableHead: mc,
3572
- tableHeaderCell: yc,
3573
- tableRow: Ac,
3574
- tabs: $c,
3575
- tag: qc,
3576
- tagGroup: Bc,
3577
- textArea: Dc,
3578
- textField: Gc,
3579
- timePicker: Fc,
3580
- toggletip: jc,
3581
- tooltip: Jc,
3582
- treeItem: Xc,
3583
- treeView: Nc,
3584
- videoPlayer: ro
3585
- };
3586
- class io {
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 {
3587
3657
  constructor(r) {
3588
- this.ctx = r, this.accordion = new _e(this.ctx), this.accordionItem = new Ke(this.ctx), this.actionGroup = new Ye(this.ctx), this.alert = new tr(this.ctx), this.audioPlayer = new ir(this.ctx), this.avatar = new or(this.ctx), this.badge = new hr(this.ctx), this.banner = new lr(this.ctx), this.breadcrumb = new ur(this.ctx), this.breadcrumbItem = new mr(this.ctx), this.button = new Er(this.ctx), this.calendar = new gr(this.ctx), this.calendarEvent = new Pr(this.ctx), this.card = new Cr(this.ctx), this.checkbox = new kr(this.ctx), this.colorPicker = new Wr(this.ctx), this.combobox = new Gr(this.ctx), this.contextualHelp = new Fr(this.ctx), this.dataGrid = new jr(this.ctx), this.dataGridCell = new Jr(this.ctx), this.dataGridRow = new Xr(this.ctx), this.datePicker = new Nr(this.ctx), this.dateRangePicker = new ri(this.ctx), this.dateTimePicker = new ci(this.ctx), this.dialPad = new ai(this.ctx), this.dialog = new di(this.ctx), this.divider = new vi(this.ctx), this.emptyState = new bi(this.ctx), this.fab = new Ei(this.ctx), this.filePicker = new gi(this.ctx), this.header = new Pi(this.ctx), this.icon = new Ci(this.ctx), this.layout = new ki(this.ctx), this.menu = new Wi(this.ctx), this.menuItem = new Gi(this.ctx), this.nav = new Fi(this.ctx), this.navDisclosure = new ji(this.ctx), this.navItem = new Ji(this.ctx), this.note = new Xi(this.ctx), this.numberField = new Ni(this.ctx), this.option = new rs(this.ctx), this.pagination = new cs(this.ctx), this.popover = new as(this.ctx), this.progress = new ds(this.ctx), this.progressRing = new vs(this.ctx), this.radio = new bs(this.ctx), this.radioGroup = new Es(this.ctx), this.rangeSlider = new gs(this.ctx), this.richTextEditor = new Ps(this.ctx), this.richTextView = new Cs(this.ctx), this.searchableSelect = new ks(this.ctx), this.select = new Ws(this.ctx), this.selectableBox = new Gs(this.ctx), this.sideDrawer = new Fs(this.ctx), this.simpleColorPicker = new js(this.ctx), this.slider = new Js(this.ctx), this.splitButton = new Xs(this.ctx), this.switch = new Ns(this.ctx), this.tab = new rc(this.ctx), this.tabPanel = new cc(this.ctx), this.table = new ac(this.ctx), this.tableBody = new dc(this.ctx), this.tableCell = new vc(this.ctx), this.tableHead = new bc(this.ctx), this.tableHeaderCell = new Ec(this.ctx), this.tableRow = new gc(this.ctx), this.tabs = new Pc(this.ctx), this.tag = new Cc(this.ctx), this.tagGroup = new kc(this.ctx), this.textArea = new Wc(this.ctx), this.textField = new Rc(this.ctx), this.timePicker = new Oc(this.ctx), this.toggletip = new Mc(this.ctx), this.tooltip = new zc(this.ctx), this.treeItem = new Qc(this.ctx), this.treeView = new Zc(this.ctx), this.videoPlayer = new eo(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);
3589
3659
  }
3590
3660
  expect(r) {
3591
3661
  if (r.type in j)
@@ -3597,5 +3667,5 @@ class io {
3597
3667
  }
3598
3668
  }
3599
3669
  export {
3600
- io as V
3670
+ lo as V
3601
3671
  };