@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.71 → 0.0.0-pr624.73

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.
@@ -5076,6 +5076,13 @@ class AuroDropdown extends AuroElement$4 {
5076
5076
 
5077
5077
  // Add the tag name as an attribute if it is different than the component name
5078
5078
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
5079
+
5080
+ this.trigger.addEventListener('click', () => {
5081
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
5082
+ bubbles: true,
5083
+ composed: true
5084
+ }));
5085
+ });
5079
5086
  }
5080
5087
 
5081
5088
  /**
@@ -4934,6 +4934,13 @@ class AuroDropdown extends AuroElement$4 {
4934
4934
 
4935
4935
  // Add the tag name as an attribute if it is different than the component name
4936
4936
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
4937
+
4938
+ this.trigger.addEventListener('click', () => {
4939
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
4940
+ bubbles: true,
4941
+ composed: true
4942
+ }));
4943
+ });
4937
4944
  }
4938
4945
 
4939
4946
  /**
@@ -4865,6 +4865,13 @@ class AuroDropdown extends AuroElement$4 {
4865
4865
 
4866
4866
  // Add the tag name as an attribute if it is different than the component name
4867
4867
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
4868
+
4869
+ this.trigger.addEventListener('click', () => {
4870
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
4871
+ bubbles: true,
4872
+ composed: true
4873
+ }));
4874
+ });
4868
4875
  }
4869
4876
 
4870
4877
  /**
@@ -4865,6 +4865,13 @@ class AuroDropdown extends AuroElement$4 {
4865
4865
 
4866
4866
  // Add the tag name as an attribute if it is different than the component name
4867
4867
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
4868
+
4869
+ this.trigger.addEventListener('click', () => {
4870
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
4871
+ bubbles: true,
4872
+ composed: true
4873
+ }));
4874
+ });
4868
4875
  }
4869
4876
 
4870
4877
  /**
@@ -7087,6 +7087,13 @@ class AuroDropdown extends AuroElement$3 {
7087
7087
 
7088
7088
  // Add the tag name as an attribute if it is different than the component name
7089
7089
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
7090
+
7091
+ this.trigger.addEventListener('click', () => {
7092
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
7093
+ bubbles: true,
7094
+ composed: true
7095
+ }));
7096
+ });
7090
7097
  }
7091
7098
 
7092
7099
  /**
@@ -7087,6 +7087,13 @@ class AuroDropdown extends AuroElement$3 {
7087
7087
 
7088
7088
  // Add the tag name as an attribute if it is different than the component name
7089
7089
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
7090
+
7091
+ this.trigger.addEventListener('click', () => {
7092
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
7093
+ bubbles: true,
7094
+ composed: true
7095
+ }));
7096
+ });
7090
7097
  }
7091
7098
 
7092
7099
  /**
@@ -7040,6 +7040,13 @@ class AuroDropdown extends AuroElement$3 {
7040
7040
 
7041
7041
  // Add the tag name as an attribute if it is different than the component name
7042
7042
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
7043
+
7044
+ this.trigger.addEventListener('click', () => {
7045
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
7046
+ bubbles: true,
7047
+ composed: true
7048
+ }));
7049
+ });
7043
7050
  }
7044
7051
 
7045
7052
  /**
@@ -7040,6 +7040,13 @@ class AuroDropdown extends AuroElement$3 {
7040
7040
 
7041
7041
  // Add the tag name as an attribute if it is different than the component name
7042
7042
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
7043
+
7044
+ this.trigger.addEventListener('click', () => {
7045
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
7046
+ bubbles: true,
7047
+ composed: true
7048
+ }));
7049
+ });
7043
7050
  }
7044
7051
 
7045
7052
  /**
@@ -18540,6 +18540,13 @@ class AuroDropdown extends AuroElement$4 {
18540
18540
 
18541
18541
  // Add the tag name as an attribute if it is different than the component name
18542
18542
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
18543
+
18544
+ this.trigger.addEventListener('click', () => {
18545
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
18546
+ bubbles: true,
18547
+ composed: true
18548
+ }));
18549
+ });
18543
18550
  }
18544
18551
 
18545
18552
  /**
@@ -18281,6 +18281,13 @@ class AuroDropdown extends AuroElement$4 {
18281
18281
 
18282
18282
  // Add the tag name as an attribute if it is different than the component name
18283
18283
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
18284
+
18285
+ this.trigger.addEventListener('click', () => {
18286
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
18287
+ bubbles: true,
18288
+ composed: true
18289
+ }));
18290
+ });
18284
18291
  }
18285
18292
 
18286
18293
  /**
@@ -18230,6 +18230,13 @@ class AuroDropdown extends AuroElement$4 {
18230
18230
 
18231
18231
  // Add the tag name as an attribute if it is different than the component name
18232
18232
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
18233
+
18234
+ this.trigger.addEventListener('click', () => {
18235
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
18236
+ bubbles: true,
18237
+ composed: true
18238
+ }));
18239
+ });
18233
18240
  }
18234
18241
 
18235
18242
  /**
@@ -18230,6 +18230,13 @@ class AuroDropdown extends AuroElement$4 {
18230
18230
 
18231
18231
  // Add the tag name as an attribute if it is different than the component name
18232
18232
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
18233
+
18234
+ this.trigger.addEventListener('click', () => {
18235
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
18236
+ bubbles: true,
18237
+ composed: true
18238
+ }));
18239
+ });
18233
18240
  }
18234
18241
 
18235
18242
  /**
@@ -48,7 +48,7 @@
48
48
  |-----------------------------|--------------------------------------|--------------------------------------------------|
49
49
  | `auroDropdown-idAdded` | `Object<key : 'id', value: string>` | |
50
50
  | `auroDropdown-toggled` | | Notifies that the visibility of the dropdown bib has changed. |
51
- | `auroDropdown-triggerClick` | | Notifies that the trigger has been clicked. |
51
+ | `auroDropdown-triggerClick` | `CustomEvent<any>` | Notifies that the trigger has been clicked. |
52
52
 
53
53
  ## Slots
54
54
 
@@ -4038,6 +4038,13 @@ class AuroDropdown extends AuroElement {
4038
4038
 
4039
4039
  // Add the tag name as an attribute if it is different than the component name
4040
4040
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
4041
+
4042
+ this.trigger.addEventListener('click', () => {
4043
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
4044
+ bubbles: true,
4045
+ composed: true
4046
+ }));
4047
+ });
4041
4048
  }
4042
4049
 
4043
4050
  /**
@@ -4013,6 +4013,13 @@ class AuroDropdown extends AuroElement {
4013
4013
 
4014
4014
  // Add the tag name as an attribute if it is different than the component name
4015
4015
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
4016
+
4017
+ this.trigger.addEventListener('click', () => {
4018
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
4019
+ bubbles: true,
4020
+ composed: true
4021
+ }));
4022
+ });
4016
4023
  }
4017
4024
 
4018
4025
  /**
@@ -3966,6 +3966,13 @@ class AuroDropdown extends AuroElement {
3966
3966
 
3967
3967
  // Add the tag name as an attribute if it is different than the component name
3968
3968
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
3969
+
3970
+ this.trigger.addEventListener('click', () => {
3971
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
3972
+ bubbles: true,
3973
+ composed: true
3974
+ }));
3975
+ });
3969
3976
  }
3970
3977
 
3971
3978
  /**
@@ -3966,6 +3966,13 @@ class AuroDropdown extends AuroElement {
3966
3966
 
3967
3967
  // Add the tag name as an attribute if it is different than the component name
3968
3968
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
3969
+
3970
+ this.trigger.addEventListener('click', () => {
3971
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
3972
+ bubbles: true,
3973
+ composed: true
3974
+ }));
3975
+ });
3969
3976
  }
3970
3977
 
3971
3978
  /**
@@ -408,10 +408,9 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
408
408
  <div class="exampleWrapper">
409
409
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/required.html) -->
410
410
  <!-- The below content is automatically added from ./../apiExamples/required.html -->
411
- <auro-select required setCustomValidityValueMissing="Custom required validation error message.">
411
+ <auro-select required setCustomValidityValueMissing="Custom required validation error message." placeholder="Placeholder Text">
412
412
  <span slot="bib.fullscreen.headline">Bib Headline</span>
413
- <span slot="label">required field</span>
414
- <label slot="placeholder">Placeholder Text</label>
413
+ <span slot="label">Label</span>
415
414
  <auro-menu>
416
415
  <auro-menuoption value="stops">Stops</auro-menuoption>
417
416
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -429,10 +428,9 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
429
428
  <!-- The below code snippet is automatically added from ./../apiExamples/required.html -->
430
429
 
431
430
  ```html
432
- <auro-select required setCustomValidityValueMissing="Custom required validation error message.">
431
+ <auro-select required setCustomValidityValueMissing="Custom required validation error message." placeholder="Placeholder Text">
433
432
  <span slot="bib.fullscreen.headline">Bib Headline</span>
434
- <span slot="label">required field</span>
435
- <label slot="placeholder">Placeholder Text</label>
433
+ <span slot="label">Label</span>
436
434
  <auro-menu>
437
435
  <auro-menuoption value="stops">Stops</auro-menuoption>
438
436
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -496,10 +494,9 @@ Use the `error` boolean attribute to toggle the error UI.
496
494
  <div class="exampleWrapper">
497
495
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/error.html) -->
498
496
  <!-- The below content is automatically added from ./../apiExamples/error.html -->
499
- <auro-select error="Custom error message">
500
- <span slot="label">error select example</span>
497
+ <auro-select error="Custom error message" placeholder="Placeholder Text">
501
498
  <span slot="bib.fullscreen.headline">Bib Headline</span>
502
- <label slot="placeholder">Placeholder Text</label>
499
+ <span slot="label">Label</span>
503
500
  <auro-menu>
504
501
  <auro-menuoption value="stops">Stops</auro-menuoption>
505
502
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -514,10 +511,9 @@ Use the `error` boolean attribute to toggle the error UI.
514
511
  <div class="exampleWrapper--ondark" aria-hidden>
515
512
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkError.html) -->
516
513
  <!-- The below content is automatically added from ./../apiExamples/onDarkError.html -->
517
- <auro-select onDark error="Custom error message">
518
- <span slot="label">error select example</span>
514
+ <auro-select onDark error="Custom error message" placeholder="Placeholder Text">
519
515
  <span slot="bib.fullscreen.headline">Bib Headline</span>
520
- <label slot="placeholder">Placeholder Text</label>
516
+ <span slot="label">Label</span>
521
517
  <auro-menu>
522
518
  <auro-menuoption value="stops">Stops</auro-menuoption>
523
519
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -535,10 +531,9 @@ Use the `error` boolean attribute to toggle the error UI.
535
531
  <!-- The below code snippet is automatically added from ./../apiExamples/error.html -->
536
532
 
537
533
  ```html
538
- <auro-select error="Custom error message">
539
- <span slot="label">error select example</span>
534
+ <auro-select error="Custom error message" placeholder="Placeholder Text">
540
535
  <span slot="bib.fullscreen.headline">Bib Headline</span>
541
- <label slot="placeholder">Placeholder Text</label>
536
+ <span slot="label">Label</span>
542
537
  <auro-menu>
543
538
  <auro-menuoption value="stops">Stops</auro-menuoption>
544
539
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -552,10 +547,9 @@ Use the `error` boolean attribute to toggle the error UI.
552
547
  <!-- AURO-GENERATED-CONTENT:END -->
553
548
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkError.html) -->
554
549
  <!-- The below content is automatically added from ./../apiExamples/onDarkError.html -->
555
- <auro-select onDark error="Custom error message">
556
- <span slot="label">error select example</span>
550
+ <auro-select onDark error="Custom error message" placeholder="Placeholder Text">
557
551
  <span slot="bib.fullscreen.headline">Bib Headline</span>
558
- <label slot="placeholder">Placeholder Text</label>
552
+ <span slot="label">Label</span>
559
553
  <auro-menu>
560
554
  <auro-menuoption value="stops">Stops</auro-menuoption>
561
555
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -574,10 +568,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
574
568
  <div class="exampleWrapper">
575
569
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/disabled.html) -->
576
570
  <!-- The below content is automatically added from ./../apiExamples/disabled.html -->
577
- <auro-select disabled>
571
+ <auro-select disabled placeholder="Placeholder Text">
578
572
  <span slot="bib.fullscreen.headline">Bib Headline</span>
579
- <label slot="placeholder">Placeholder Text</label>
580
- <span slot="label">disabled select example</span>
573
+ <span slot="label">Label</span>
581
574
  <auro-menu>
582
575
  <auro-menuoption value="stops">Stops</auro-menuoption>
583
576
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -592,10 +585,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
592
585
  <div class="exampleWrapper--ondark" aria-hidden>
593
586
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkDisabled.html) -->
594
587
  <!-- The below content is automatically added from ./../apiExamples/onDarkDisabled.html -->
595
- <auro-select onDark disabled>
588
+ <auro-select onDark disabled placeholder="Placeholder Text">
596
589
  <span slot="bib.fullscreen.headline">Bib Headline</span>
597
- <label slot="placeholder">Placeholder Text</label>
598
- <span slot="label">disabled select example</span>
590
+ <span slot="label">Label</span>
599
591
  <auro-menu>
600
592
  <auro-menuoption value="stops">Stops</auro-menuoption>
601
593
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -613,10 +605,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
613
605
  <!-- The below code snippet is automatically added from ./../apiExamples/disabled.html -->
614
606
 
615
607
  ```html
616
- <auro-select disabled>
608
+ <auro-select disabled placeholder="Placeholder Text">
617
609
  <span slot="bib.fullscreen.headline">Bib Headline</span>
618
- <label slot="placeholder">Placeholder Text</label>
619
- <span slot="label">disabled select example</span>
610
+ <span slot="label">Label</span>
620
611
  <auro-menu>
621
612
  <auro-menuoption value="stops">Stops</auro-menuoption>
622
613
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -630,10 +621,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
630
621
  <!-- AURO-GENERATED-CONTENT:END -->
631
622
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkDisabled.html) -->
632
623
  <!-- The below content is automatically added from ./../apiExamples/onDarkDisabled.html -->
633
- <auro-select onDark disabled>
624
+ <auro-select onDark disabled placeholder="Placeholder Text">
634
625
  <span slot="bib.fullscreen.headline">Bib Headline</span>
635
- <label slot="placeholder">Placeholder Text</label>
636
- <span slot="label">disabled select example</span>
626
+ <span slot="label">Label</span>
637
627
  <auro-menu>
638
628
  <auro-menuoption value="stops">Stops</auro-menuoption>
639
629
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -690,10 +680,9 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
690
680
  <div class="exampleWrapper">
691
681
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/flexMenuWidth.html) -->
692
682
  <!-- The below content is automatically added from ../apiExamples/flexMenuWidth.html -->
693
- <auro-select flexMenuWidth id="flexMenuWidthExample">
694
- <span slot="label">flexMenuWidth select example</span>
683
+ <auro-select flexMenuWidth id="flexMenuWidthExample" placeholder="Placeholder Text">
695
684
  <span slot="bib.fullscreen.headline">Bib Headline</span>
696
- <label slot="placeholder">Placeholder Text</label>
685
+ <span slot="label">Label</span>
697
686
  <auro-menu>
698
687
  <auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
699
688
  <auro-menuoption value="costa rica">Costa Rica has a country code of (+506)</auro-menuoption>
@@ -715,10 +704,9 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
715
704
  <!-- The below code snippet is automatically added from ../apiExamples/flexMenuWidth.html -->
716
705
 
717
706
  ```html
718
- <auro-select flexMenuWidth id="flexMenuWidthExample">
719
- <span slot="label">flexMenuWidth select example</span>
707
+ <auro-select flexMenuWidth id="flexMenuWidthExample" placeholder="Placeholder Text">
720
708
  <span slot="bib.fullscreen.headline">Bib Headline</span>
721
- <label slot="placeholder">Placeholder Text</label>
709
+ <span slot="label">Label</span>
722
710
  <auro-menu>
723
711
  <auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
724
712
  <auro-menuoption value="costa rica">Costa Rica has a country code of (+506)</auro-menuoption>
@@ -786,11 +774,10 @@ Use the `helpText` slot to provide additional information back to your user abou
786
774
  <div class="exampleWrapper">
787
775
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/helpText.html) -->
788
776
  <!-- The below content is automatically added from ./../apiExamples/helpText.html -->
789
- <auro-select>
777
+ <auro-select placeholder="Placeholder Text">
790
778
  <span slot="bib.fullscreen.headline">Bib Headline</span>
791
- <label slot="placeholder">Placeholder Text</label>
779
+ <span slot="label">Label</span>
792
780
  <span slot="helpText">Custom help text message.</span>
793
- <span slot="label">helpText select example</span>
794
781
  <auro-menu>
795
782
  <auro-menuoption value="stops">Stops</auro-menuoption>
796
783
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -808,11 +795,10 @@ Use the `helpText` slot to provide additional information back to your user abou
808
795
  <!-- The below code snippet is automatically added from ./../apiExamples/helpText.html -->
809
796
 
810
797
  ```html
811
- <auro-select>
798
+ <auro-select placeholder="Placeholder Text">
812
799
  <span slot="bib.fullscreen.headline">Bib Headline</span>
813
- <label slot="placeholder">Placeholder Text</label>
800
+ <span slot="label">Label</span>
814
801
  <span slot="helpText">Custom help text message.</span>
815
- <span slot="label">helpText select example</span>
816
802
  <auro-menu>
817
803
  <auro-menuoption value="stops">Stops</auro-menuoption>
818
804
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -837,9 +823,9 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
837
823
  <!-- The below content is automatically added from ./../apiExamples/resetState.html -->
838
824
  <auro-button id="resetStateBtn">Reset</auro-button>
839
825
  <br/><br/>
840
- <auro-select id="resetStateExample" value="price">
826
+ <auro-select id="resetStateExample" value="price" placeholder="Placeholder Text">
841
827
  <span slot="bib.fullscreen.headline">Bib Headline</span>
842
- <label slot="placeholder">Placeholder Text</label>
828
+ <span slot="label">Label</span>
843
829
  <span slot="label">Name</span>
844
830
  <auro-menu>
845
831
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -860,9 +846,9 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
860
846
  ```html
861
847
  <auro-button id="resetStateBtn">Reset</auro-button>
862
848
  <br/><br/>
863
- <auro-select id="resetStateExample" value="price">
849
+ <auro-select id="resetStateExample" value="price" placeholder="Placeholder Text">
864
850
  <span slot="bib.fullscreen.headline">Bib Headline</span>
865
- <label slot="placeholder">Placeholder Text</label>
851
+ <span slot="label">Label</span>
866
852
  <span slot="label">Name</span>
867
853
  <auro-menu>
868
854
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -897,10 +883,9 @@ The following example illustrates how a user may query the `element.value` or `e
897
883
  <div class="exampleWrapper">
898
884
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueExtraction.html) -->
899
885
  <!-- The below content is automatically added from ./../apiExamples/valueExtraction.html -->
900
- <auro-select id="valueExtraction">
886
+ <auro-select id="valueExtraction" placeholder="Placeholder Text">
901
887
  <span slot="bib.fullscreen.headline">Bib Headline</span>
902
- <label slot="placeholder">Placeholder Text</label>
903
- <span slot="label">Select Example</span>
888
+ <span slot="label">Label</span>
904
889
  <auro-menu>
905
890
  <auro-menuoption value="stops">Stops</auro-menuoption>
906
891
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -919,10 +904,9 @@ The following example illustrates how a user may query the `element.value` or `e
919
904
  <!-- The below code snippet is automatically added from ./../apiExamples/valueExtraction.html -->
920
905
 
921
906
  ```html
922
- <auro-select id="valueExtraction">
907
+ <auro-select id="valueExtraction" placeholder="Placeholder Text">
923
908
  <span slot="bib.fullscreen.headline">Bib Headline</span>
924
- <label slot="placeholder">Placeholder Text</label>
925
- <span slot="label">Select Example</span>
909
+ <span slot="label">Label</span>
926
910
  <auro-menu>
927
911
  <auro-menuoption value="stops">Stops</auro-menuoption>
928
912
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -961,10 +945,9 @@ This example programmatically adds the `error` state when a user selects an opti
961
945
  <div class="exampleWrapper">
962
946
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/customErrorValidity.html) -->
963
947
  <!-- The below content is automatically added from ./../apiExamples/customErrorValidity.html -->
964
- <auro-select id="primaryError">
948
+ <auro-select id="primaryError" placeholder="Placeholder Text">
965
949
  <span slot="bib.fullscreen.headline">Bib Headline</span>
966
- <label slot="placeholder">Placeholder Text</label>
967
- <span slot="label">Select Example</span>
950
+ <span slot="label">Label</span>
968
951
  <auro-menu>
969
952
  <auro-menuoption value="1">1</auro-menuoption>
970
953
  <auro-menuoption value="2">2</auro-menuoption>
@@ -982,10 +965,9 @@ This example programmatically adds the `error` state when a user selects an opti
982
965
  <!-- The below code snippet is automatically added from ./../apiExamples/customErrorValidity.html -->
983
966
 
984
967
  ```html
985
- <auro-select id="primaryError">
968
+ <auro-select id="primaryError" placeholder="Placeholder Text">
986
969
  <span slot="bib.fullscreen.headline">Bib Headline</span>
987
- <label slot="placeholder">Placeholder Text</label>
988
- <span slot="label">Select Example</span>
970
+ <span slot="label">Label</span>
989
971
  <auro-menu>
990
972
  <auro-menuoption value="1">1</auro-menuoption>
991
973
  <auro-menuoption value="2">2</auro-menuoption>
@@ -1372,10 +1354,9 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
1372
1354
  <div class="exampleWrapper">
1373
1355
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueAlert.html) -->
1374
1356
  <!-- The below content is automatically added from ./../apiExamples/valueAlert.html -->
1375
- <auro-select id="valueAlert">
1376
- <span slot="label">Select Example</span>
1357
+ <auro-select id="valueAlert" placeholder="Placeholder Text">
1377
1358
  <span slot="bib.fullscreen.headline">Bib Headline</span>
1378
- <label slot="placeholder">Placeholder Text</label>
1359
+ <span slot="label">Label</span>
1379
1360
  <auro-menu id="valueAlertMenu">
1380
1361
  <auro-menuoption value="stops">Stops</auro-menuoption>
1381
1362
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -1393,10 +1374,9 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
1393
1374
  <!-- The below code snippet is automatically added from ./../apiExamples/valueAlert.html -->
1394
1375
 
1395
1376
  ```html
1396
- <auro-select id="valueAlert">
1397
- <span slot="label">Select Example</span>
1377
+ <auro-select id="valueAlert" placeholder="Placeholder Text">
1398
1378
  <span slot="bib.fullscreen.headline">Bib Headline</span>
1399
- <label slot="placeholder">Placeholder Text</label>
1379
+ <span slot="label">Label</span>
1400
1380
  <auro-menu id="valueAlertMenu">
1401
1381
  <auro-menuoption value="stops">Stops</auro-menuoption>
1402
1382
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -5102,6 +5102,13 @@ class AuroDropdown extends AuroElement$3 {
5102
5102
 
5103
5103
  // Add the tag name as an attribute if it is different than the component name
5104
5104
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
5105
+
5106
+ this.trigger.addEventListener('click', () => {
5107
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
5108
+ bubbles: true,
5109
+ composed: true
5110
+ }));
5111
+ });
5105
5112
  }
5106
5113
 
5107
5114
  /**