@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.72 → 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
  /**
@@ -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
  /**
@@ -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.72",
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": {