@aurodesignsystem/auro-formkit 5.8.1 → 5.9.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 (50) hide show
  1. package/CHANGELOG.md +7 -15
  2. package/components/checkbox/demo/api.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/dist/index.js +1 -1
  5. package/components/checkbox/dist/registered.js +1 -1
  6. package/components/combobox/demo/api.md +7 -6
  7. package/components/combobox/demo/api.min.js +1651 -987
  8. package/components/combobox/demo/index.min.js +1651 -987
  9. package/components/combobox/dist/auro-combobox.d.ts +9 -8
  10. package/components/combobox/dist/index.js +86 -85
  11. package/components/combobox/dist/registered.js +86 -85
  12. package/components/counter/demo/api.min.js +2 -2
  13. package/components/counter/demo/index.min.js +2 -2
  14. package/components/counter/dist/index.js +2 -2
  15. package/components/counter/dist/registered.js +2 -2
  16. package/components/datepicker/demo/api.min.js +4 -3
  17. package/components/datepicker/demo/index.min.js +4 -3
  18. package/components/datepicker/dist/index.js +4 -3
  19. package/components/datepicker/dist/registered.js +4 -3
  20. package/components/dropdown/demo/api.min.js +1 -1
  21. package/components/dropdown/demo/index.min.js +1 -1
  22. package/components/dropdown/dist/index.js +1 -1
  23. package/components/dropdown/dist/registered.js +1 -1
  24. package/components/input/demo/api.min.js +2 -1
  25. package/components/input/demo/index.min.js +2 -1
  26. package/components/input/dist/index.js +2 -1
  27. package/components/input/dist/registered.js +2 -1
  28. package/components/menu/demo/api.js +4 -0
  29. package/components/menu/demo/api.md +271 -26
  30. package/components/menu/demo/api.min.js +1591 -863
  31. package/components/menu/demo/index.html +1 -0
  32. package/components/menu/demo/index.js +2 -0
  33. package/components/menu/demo/index.md +95 -1
  34. package/components/menu/demo/index.min.js +1524 -810
  35. package/components/menu/dist/auro-menu.context.d.ts +222 -0
  36. package/components/menu/dist/auro-menu.d.ts +93 -53
  37. package/components/menu/dist/auro-menuoption.d.ts +115 -13
  38. package/components/menu/dist/index.js +1441 -798
  39. package/components/menu/dist/registered.js +1440 -809
  40. package/components/radio/demo/api.min.js +1 -1
  41. package/components/radio/demo/index.min.js +1 -1
  42. package/components/radio/dist/index.js +1 -1
  43. package/components/radio/dist/registered.js +1 -1
  44. package/components/select/demo/api.md +8 -7
  45. package/components/select/demo/api.min.js +1573 -1006
  46. package/components/select/demo/index.min.js +1573 -1006
  47. package/components/select/dist/auro-select.d.ts +11 -35
  48. package/components/select/dist/index.js +64 -160
  49. package/components/select/dist/registered.js +64 -160
  50. package/package.json +2 -1
@@ -1609,7 +1609,7 @@ class AuroHelpText extends i$2 {
1609
1609
  }
1610
1610
  }
1611
1611
 
1612
- var formkitVersion = '202511110110';
1612
+ var formkitVersion = '202511191711';
1613
1613
 
1614
1614
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1615
1615
  // See LICENSE in the project root for license information.
@@ -1584,7 +1584,7 @@ class AuroHelpText extends i$2 {
1584
1584
  }
1585
1585
  }
1586
1586
 
1587
- var formkitVersion = '202511110110';
1587
+ var formkitVersion = '202511191711';
1588
1588
 
1589
1589
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1590
1590
  // See LICENSE in the project root for license information.
@@ -1537,7 +1537,7 @@ class AuroHelpText extends LitElement {
1537
1537
  }
1538
1538
  }
1539
1539
 
1540
- var formkitVersion = '202511110110';
1540
+ var formkitVersion = '202511191711';
1541
1541
 
1542
1542
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1543
1543
  // See LICENSE in the project root for license information.
@@ -1537,7 +1537,7 @@ class AuroHelpText extends LitElement {
1537
1537
  }
1538
1538
  }
1539
1539
 
1540
- var formkitVersion = '202511110110';
1540
+ var formkitVersion = '202511191711';
1541
1541
 
1542
1542
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1543
1543
  // See LICENSE in the project root for license information.
@@ -47,12 +47,13 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
47
47
 
48
48
  ## Methods
49
49
 
50
- | Method | Type | Description |
51
- |------------|----------------------------------------|--------------------------------------------------|
52
- | [hideBib](#hideBib) | `(): void` | Hides the dropdown bib if its open. |
53
- | [reset](#reset) | `(): void` | Resets component to initial state. |
54
- | [showBib](#showBib) | `(): void` | Shows the dropdown bib if there are options to show. |
55
- | [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
50
+ | Method | Type | Description |
51
+ |----------------|----------------------------------------|--------------------------------------------------|
52
+ | [hideBib](#hideBib) | `(): void` | Hides the dropdown bib if its open. |
53
+ | [reset](#reset) | `(): void` | Resets component to initial state. |
54
+ | [setMenuValue](#setMenuValue) | `(value: any): void` | |
55
+ | [showBib](#showBib) | `(): void` | Shows the dropdown bib if there are options to show. |
56
+ | [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
56
57
 
57
58
  ## Events
58
59
 
@@ -60,7 +61,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
60
61
  |-----------------------------|--------------------------------------------------|--------------------------------------------------|
61
62
  | `auroFormElement-validated` | | Notifies that the `validity` and `errorMessage` values have changed. |
62
63
  | `auroSelect-valueSet` | `CustomEvent<any>` | Notifies that the component has a new value set. |
63
- | [input](#input) | `CustomEvent<{ optionSelected: any; value: string \| string[]; }>` | Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object. |
64
+ | [input](#input) | `CustomEvent<{ optionSelected: any; value: any; }>` | Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object. |
64
65
 
65
66
  ## Slots
66
67