@aurodesignsystem-dev/auro-formkit 0.0.0-pr788.0 → 0.0.0-pr792.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.
Files changed (70) hide show
  1. package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
  2. package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
  3. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/index.js +120 -135
  5. package/components/bibtemplate/dist/registered.js +120 -135
  6. package/components/checkbox/demo/api.md +1 -2
  7. package/components/checkbox/demo/api.min.js +0 -7
  8. package/components/checkbox/demo/index.min.js +0 -7
  9. package/components/checkbox/dist/index.js +0 -7
  10. package/components/checkbox/dist/registered.js +0 -7
  11. package/components/combobox/README.md +0 -2
  12. package/components/combobox/demo/api.md +0 -8
  13. package/components/combobox/demo/api.min.js +168 -251
  14. package/components/combobox/demo/index.md +0 -12
  15. package/components/combobox/demo/index.min.js +168 -251
  16. package/components/combobox/demo/readme.md +0 -2
  17. package/components/combobox/dist/auro-combobox.d.ts +4 -4
  18. package/components/combobox/dist/index.js +163 -246
  19. package/components/combobox/dist/registered.js +163 -246
  20. package/components/counter/demo/api.md +0 -11
  21. package/components/counter/demo/api.min.js +160 -254
  22. package/components/counter/demo/index.md +0 -6
  23. package/components/counter/demo/index.min.js +160 -254
  24. package/components/counter/dist/auro-counter-group.d.ts +0 -11
  25. package/components/counter/dist/iconVersion.d.ts +1 -1
  26. package/components/counter/dist/index.js +160 -254
  27. package/components/counter/dist/registered.js +160 -254
  28. package/components/datepicker/README.md +0 -1
  29. package/components/datepicker/demo/api.md +0 -13
  30. package/components/datepicker/demo/api.min.js +177 -378
  31. package/components/datepicker/demo/index.md +0 -12
  32. package/components/datepicker/demo/index.min.js +177 -378
  33. package/components/datepicker/demo/readme.md +0 -1
  34. package/components/datepicker/dist/auro-datepicker.d.ts +0 -11
  35. package/components/datepicker/dist/index.js +177 -378
  36. package/components/datepicker/dist/registered.js +177 -378
  37. package/components/dropdown/demo/api.md +1 -1
  38. package/components/dropdown/demo/api.min.js +0 -7
  39. package/components/dropdown/demo/index.min.js +0 -7
  40. package/components/dropdown/dist/index.js +0 -7
  41. package/components/dropdown/dist/registered.js +0 -7
  42. package/components/input/README.md +0 -1
  43. package/components/input/demo/api.md +6 -14
  44. package/components/input/demo/api.min.js +26 -85
  45. package/components/input/demo/index.md +0 -7
  46. package/components/input/demo/index.min.js +26 -85
  47. package/components/input/demo/readme.md +0 -1
  48. package/components/input/dist/base-input.d.ts +0 -3
  49. package/components/input/dist/index.js +26 -85
  50. package/components/input/dist/registered.js +26 -85
  51. package/components/menu/demo/api.min.js +1 -1
  52. package/components/menu/demo/index.min.js +1 -1
  53. package/components/menu/dist/iconVersion.d.ts +1 -1
  54. package/components/menu/dist/index.js +1 -1
  55. package/components/menu/dist/registered.js +1 -1
  56. package/components/radio/demo/api.md +1 -32
  57. package/components/radio/demo/api.min.js +2 -2
  58. package/components/radio/demo/index.min.js +2 -2
  59. package/components/radio/dist/index.js +2 -2
  60. package/components/radio/dist/registered.js +2 -2
  61. package/components/select/README.md +0 -1
  62. package/components/select/demo/api.md +64 -49
  63. package/components/select/demo/api.min.js +142 -178
  64. package/components/select/demo/index.md +137 -1065
  65. package/components/select/demo/index.min.js +142 -178
  66. package/components/select/demo/readme.md +0 -1
  67. package/components/select/dist/auro-select.d.ts +5 -11
  68. package/components/select/dist/index.js +137 -173
  69. package/components/select/dist/registered.js +137 -173
  70. package/package.json +1 -1
@@ -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` | `CustomEvent<any>` | Notifies that the trigger has been clicked. |
51
+ | `auroDropdown-triggerClick` | | Notifies that the trigger has been clicked. |
52
52
 
53
53
  ## Slots
54
54
 
@@ -4038,13 +4038,6 @@ 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
- });
4048
4041
  }
4049
4042
 
4050
4043
  /**
@@ -4013,13 +4013,6 @@ 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
- });
4023
4016
  }
4024
4017
 
4025
4018
  /**
@@ -3966,13 +3966,6 @@ 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
- });
3976
3969
  }
3977
3970
 
3978
3971
  /**
@@ -3966,13 +3966,6 @@ 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
- });
3976
3969
  }
3977
3970
 
3978
3971
  /**
@@ -83,7 +83,6 @@ This configuration enables proper module resolution for the component's TypeScri
83
83
 
84
84
  ```html
85
85
  <auro-input>
86
- <span slot="ariaLabel.clear">Clear All</span>
87
86
  <span slot="label">Label</span>
88
87
  <span slot="helpText">Help Text</span>
89
88
  </auro-input>
@@ -75,15 +75,12 @@ Generate unique names for dependency components.
75
75
 
76
76
  ## Slots
77
77
 
78
- | Name | Description |
79
- |---------------------------|--------------------------------------------------|
80
- | `ariaLabel.clear` | Sets aria-label on clear button for screenreader to read |
81
- | `ariaLabel.password.hide` | Sets aria-label on password button to toggle off showing password |
82
- | `ariaLabel.password.show` | Sets aria-label on password button to toggle on showing password |
83
- | [displayValue](#displayValue) | Allows custom HTML content to display in place of the value when the input is not focused. |
84
- | [helpText](#helpText) | Sets the help text displayed below the input. |
85
- | [label](#label) | Sets the label text for the input. |
86
- | [optionalLabel](#optionalLabel) | Allows overriding the optional display text "(optional)", which appears next to the label. |
78
+ | Name | Description |
79
+ |-----------------|--------------------------------------------------|
80
+ | [displayValue](#displayValue) | Allows custom HTML content to display in place of the value when the input is not focused. |
81
+ | [helpText](#helpText) | Sets the help text displayed below the input. |
82
+ | [label](#label) | Sets the label text for the input. |
83
+ | [optionalLabel](#optionalLabel) | Allows overriding the optional display text "(optional)", which appears next to the label. |
87
84
 
88
85
  ## CSS Shadow Parts
89
86
 
@@ -119,7 +116,6 @@ The default component supports the basic input `type="text"` structure. The `(op
119
116
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
120
117
  <!-- The below content is automatically added from ./../apiExamples/basic.html -->
121
118
  <auro-input>
122
- <span slot="ariaLabel.clear">Clear All</span>
123
119
  <span slot="label">Label</span>
124
120
  <span slot="helpText">Help Text</span>
125
121
  </auro-input>
@@ -141,7 +137,6 @@ The default component supports the basic input `type="text"` structure. The `(op
141
137
 
142
138
  ```html
143
139
  <auro-input>
144
- <span slot="ariaLabel.clear">Clear All</span>
145
140
  <span slot="label">Label</span>
146
141
  <span slot="helpText">Help Text</span>
147
142
  </auro-input>
@@ -901,9 +896,6 @@ Default help text will be added to the input `type="password"` if custom help te
901
896
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/password.html) -->
902
897
  <!-- The below content is automatically added from ../apiExamples/password.html -->
903
898
  <auro-input type="password" required>
904
- <span slot="ariaLabel.clear">Clear All</span>
905
- <span slot="ariaLabel.password.show">Show</span>
906
- <span slot="ariaLabel.password.hide">Hide</span>
907
899
  <span slot="label">Password</span>
908
900
  <span slot="helpText">Please enter a secure password.</span>
909
901
  </auro-input>