@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.
@@ -5010,6 +5010,13 @@ class AuroDropdown extends AuroElement$3 {
5010
5010
 
5011
5011
  // Add the tag name as an attribute if it is different than the component name
5012
5012
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
5013
+
5014
+ this.trigger.addEventListener('click', () => {
5015
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
5016
+ bubbles: true,
5017
+ composed: true
5018
+ }));
5019
+ });
5013
5020
  }
5014
5021
 
5015
5022
  /**
@@ -4964,6 +4964,13 @@ class AuroDropdown extends AuroElement$2 {
4964
4964
 
4965
4965
  // Add the tag name as an attribute if it is different than the component name
4966
4966
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
4967
+
4968
+ this.trigger.addEventListener('click', () => {
4969
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
4970
+ bubbles: true,
4971
+ composed: true
4972
+ }));
4973
+ });
4967
4974
  }
4968
4975
 
4969
4976
  /**
@@ -4964,6 +4964,13 @@ class AuroDropdown extends AuroElement$2 {
4964
4964
 
4965
4965
  // Add the tag name as an attribute if it is different than the component name
4966
4966
  this.runtimeUtils.handleComponentTagRename(this, 'auro-dropdown');
4967
+
4968
+ this.trigger.addEventListener('click', () => {
4969
+ this.dispatchEvent(new CustomEvent('auroDropdown-triggerClick', {
4970
+ bubbles: true,
4971
+ composed: true
4972
+ }));
4973
+ });
4967
4974
  }
4968
4975
 
4969
4976
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr624.71",
3
+ "version": "0.0.0-pr624.73",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {