@aurodesignsystem/auro-formkit 5.8.1 → 5.9.1

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 (61) hide show
  1. package/CHANGELOG.md +4 -15
  2. package/README.md +4 -4
  3. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/index.js +2 -2
  5. package/components/bibtemplate/dist/registered.js +2 -2
  6. package/components/checkbox/demo/api.min.js +1 -1
  7. package/components/checkbox/demo/index.min.js +1 -1
  8. package/components/checkbox/dist/index.js +1 -1
  9. package/components/checkbox/dist/registered.js +1 -1
  10. package/components/combobox/demo/api.md +7 -6
  11. package/components/combobox/demo/api.min.js +1698 -1038
  12. package/components/combobox/demo/index.min.js +1698 -1038
  13. package/components/combobox/dist/auro-combobox.d.ts +10 -8
  14. package/components/combobox/dist/index.js +128 -149
  15. package/components/combobox/dist/registered.js +128 -149
  16. package/components/counter/demo/api.min.js +37 -61
  17. package/components/counter/demo/index.min.js +37 -61
  18. package/components/counter/dist/index.js +37 -61
  19. package/components/counter/dist/registered.js +37 -61
  20. package/components/datepicker/demo/api.min.js +55 -148
  21. package/components/datepicker/demo/index.min.js +55 -148
  22. package/components/datepicker/dist/auro-datepicker.d.ts +1 -1
  23. package/components/datepicker/dist/iconVersion.d.ts +1 -1
  24. package/components/datepicker/dist/index.js +55 -148
  25. package/components/datepicker/dist/popoverVersion.d.ts +1 -1
  26. package/components/datepicker/dist/registered.js +55 -148
  27. package/components/dropdown/demo/api.min.js +33 -57
  28. package/components/dropdown/demo/index.min.js +33 -57
  29. package/components/dropdown/dist/iconVersion.d.ts +1 -1
  30. package/components/dropdown/dist/index.js +33 -57
  31. package/components/dropdown/dist/registered.js +33 -57
  32. package/components/form/demo/working.html +1 -1
  33. package/components/input/demo/api.min.js +5 -4
  34. package/components/input/demo/index.min.js +5 -4
  35. package/components/input/dist/base-input.d.ts +1 -1
  36. package/components/input/dist/iconVersion.d.ts +1 -1
  37. package/components/input/dist/index.js +5 -4
  38. package/components/input/dist/registered.js +5 -4
  39. package/components/menu/demo/api.js +4 -0
  40. package/components/menu/demo/api.md +271 -31
  41. package/components/menu/demo/api.min.js +1609 -863
  42. package/components/menu/demo/index.html +1 -0
  43. package/components/menu/demo/index.js +2 -0
  44. package/components/menu/demo/index.md +95 -1
  45. package/components/menu/demo/index.min.js +1544 -812
  46. package/components/menu/dist/auro-menu.context.d.ts +227 -0
  47. package/components/menu/dist/auro-menu.d.ts +98 -53
  48. package/components/menu/dist/auro-menuoption.d.ts +116 -14
  49. package/components/menu/dist/index.js +1457 -796
  50. package/components/menu/dist/registered.js +1456 -807
  51. package/components/radio/demo/api.min.js +1 -1
  52. package/components/radio/demo/index.min.js +1 -1
  53. package/components/radio/dist/index.js +1 -1
  54. package/components/radio/dist/registered.js +1 -1
  55. package/components/select/demo/api.md +8 -7
  56. package/components/select/demo/api.min.js +1617 -1056
  57. package/components/select/demo/index.min.js +1617 -1056
  58. package/components/select/dist/auro-select.d.ts +11 -35
  59. package/components/select/dist/index.js +98 -218
  60. package/components/select/dist/registered.js +98 -218
  61. package/package.json +8 -2
@@ -1609,7 +1609,7 @@ class AuroHelpText extends i$2 {
1609
1609
  }
1610
1610
  }
1611
1611
 
1612
- var formkitVersion = '202511110110';
1612
+ var formkitVersion = '202512120003';
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 = '202512120003';
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 = '202512120003';
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 = '202512120003';
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