@aurodesignsystem/auro-formkit 5.1.0-rc-1090.1 → 5.1.0-rc-1113.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 (54) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
  3. package/components/bibtemplate/dist/index.js +18 -83
  4. package/components/bibtemplate/dist/registered.js +18 -83
  5. package/components/checkbox/demo/api.min.js +14 -3
  6. package/components/checkbox/demo/index.min.js +14 -3
  7. package/components/checkbox/dist/index.js +14 -3
  8. package/components/checkbox/dist/registered.js +14 -3
  9. package/components/combobox/demo/api.js +2 -0
  10. package/components/combobox/demo/api.md +117 -3
  11. package/components/combobox/demo/api.min.js +445 -343
  12. package/components/combobox/demo/index.min.js +348 -265
  13. package/components/combobox/dist/auro-combobox.d.ts +18 -0
  14. package/components/combobox/dist/index.js +275 -212
  15. package/components/combobox/dist/registered.js +275 -212
  16. package/components/counter/demo/api.md +29 -1
  17. package/components/counter/demo/api.min.js +264 -240
  18. package/components/counter/demo/index.min.js +264 -240
  19. package/components/counter/dist/auro-counter-group.d.ts +9 -0
  20. package/components/counter/dist/index.js +183 -176
  21. package/components/counter/dist/registered.js +183 -176
  22. package/components/datepicker/demo/api.md +23 -1
  23. package/components/datepicker/demo/api.min.js +420 -447
  24. package/components/datepicker/demo/index.min.js +420 -447
  25. package/components/datepicker/dist/auro-datepicker.d.ts +9 -0
  26. package/components/datepicker/dist/buttonVersion.d.ts +1 -1
  27. package/components/datepicker/dist/index.js +241 -279
  28. package/components/datepicker/dist/registered.js +241 -279
  29. package/components/dropdown/demo/api.md +46 -2
  30. package/components/dropdown/demo/api.min.js +148 -16
  31. package/components/dropdown/demo/index.min.js +148 -16
  32. package/components/dropdown/dist/auro-dropdown.d.ts +12 -0
  33. package/components/dropdown/dist/index.js +118 -3
  34. package/components/dropdown/dist/registered.js +118 -3
  35. package/components/input/demo/api.min.js +35 -89
  36. package/components/input/demo/index.min.js +35 -89
  37. package/components/input/dist/buttonVersion.d.ts +1 -1
  38. package/components/input/dist/index.js +35 -89
  39. package/components/input/dist/registered.js +35 -89
  40. package/components/menu/demo/api.min.js +11 -2
  41. package/components/menu/demo/index.min.js +11 -2
  42. package/components/menu/dist/index.js +11 -2
  43. package/components/menu/dist/registered.js +11 -2
  44. package/components/radio/demo/api.min.js +18 -7
  45. package/components/radio/demo/index.min.js +18 -7
  46. package/components/radio/dist/index.js +18 -7
  47. package/components/radio/dist/registered.js +18 -7
  48. package/components/select/demo/api.md +29 -1
  49. package/components/select/demo/api.min.js +269 -150
  50. package/components/select/demo/index.min.js +269 -150
  51. package/components/select/dist/auro-select.d.ts +11 -0
  52. package/components/select/dist/index.js +199 -106
  53. package/components/select/dist/registered.js +199 -106
  54. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,24 +1,36 @@
1
- # [5.1.0-rc-1090.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.0.0...v5.1.0-rc-1090.1) (2025-08-13)
1
+ # [5.1.0-rc-1113.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.0.0...v5.1.0-rc-1113.1) (2025-08-20)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
6
  * apply `selected` attrs to selected menuoption after slot change ([b58815a](https://github.com/AlaskaAirlines/auro-formkit/commit/b58815a0629f475060ed2d743a2b4468748b5028))
7
+ * chromium-related input focus in combobox ([fd1b64d](https://github.com/AlaskaAirlines/auro-formkit/commit/fd1b64d405b45a5c09abd3306f950e796efef5f3))
8
+ * combo box will now validate correctly when `persistValue` is set and a menu option is selected ([d392a8c](https://github.com/AlaskaAirlines/auro-formkit/commit/d392a8c699712c61cf7cacfddec8101d0ac87c7d))
7
9
  * combobox enhance dropdown styles ([943853c](https://github.com/AlaskaAirlines/auro-formkit/commit/943853c87a5f1339c151d6163e2232ef290bb47b))
8
10
  * correct token color for combobox background ([e9220a9](https://github.com/AlaskaAirlines/auro-formkit/commit/e9220a98edcca3c80f9c07f504fb4783b21e55e7))
11
+ * **datepicker:** add blur method to hide dropdown on blur action ([640e646](https://github.com/AlaskaAirlines/auro-formkit/commit/640e646cc10d3c518bd6207034cf29aca908d53a))
12
+ * **datepicker:** clicking bib no longer breaks on safari/firefox ([96404fb](https://github.com/AlaskaAirlines/auro-formkit/commit/96404fb0b76e150c024a32738bab20b4bde9cfcf))
9
13
  * emphasized select/combobox bg color ([56aa4b9](https://github.com/AlaskaAirlines/auro-formkit/commit/56aa4b9179072c5356c0ecc37d5039402f53947e))
14
+ * ensure popover visibility only triggers when bib element has a value ([3d0d549](https://github.com/AlaskaAirlines/auro-formkit/commit/3d0d5495440cccb85e08873de3e907ee07202aa8))
10
15
  * fire only one `auroFormElement-validated` per validation [#878](https://github.com/AlaskaAirlines/auro-formkit/issues/878) ([7894538](https://github.com/AlaskaAirlines/auro-formkit/commit/7894538dc18872c06565ddd7b4cdd978f628a995))
11
16
  * fixed position the bib when open and isBibFullscreen ([3d3bd5a](https://github.com/AlaskaAirlines/auro-formkit/commit/3d3bd5ab9600659aab18a32f9375e22e8827f50a))
12
17
  * force safari to render bib correctly ([da5dee9](https://github.com/AlaskaAirlines/auro-formkit/commit/da5dee9307fae9009ca18e76e4e1d8673d6a5d07))
13
18
  * handle empty radio groups [#1039](https://github.com/AlaskaAirlines/auro-formkit/issues/1039) ([d4effb9](https://github.com/AlaskaAirlines/auro-formkit/commit/d4effb999da791d22efa200ccd2a210b563425da))
19
+ * implement manual popover control for dropdown component ([4798a34](https://github.com/AlaskaAirlines/auro-formkit/commit/4798a344031545d5762cb1a2809ff099eae2617f))
20
+ * improve aria-invalid attribute handling for error and validity states ([6a910d0](https://github.com/AlaskaAirlines/auro-formkit/commit/6a910d08e4dbf407f4ff98c16724bfdcb2d26944))
21
+ * make `loading` attr to show loading slots in combobox bib ([935d5e8](https://github.com/AlaskaAirlines/auro-formkit/commit/935d5e8e08b72a46120946880b1eb559b0fcc158))
14
22
  * menu doesn't show when typing character the first time ([b71f691](https://github.com/AlaskaAirlines/auro-formkit/commit/b71f691f0ca4dcc043d9fbdd37d462d4318e981e))
23
+ * menu to notify `auroMenu-selectedOption` event only selected menu's value is changed ([aa29a1f](https://github.com/AlaskaAirlines/auro-formkit/commit/aa29a1f6c3acf5e11a48564f03924be79e9f704c))
15
24
  * mis-alignment on checkmark with `text-align: center | right` ([6e1abc8](https://github.com/AlaskaAirlines/auro-formkit/commit/6e1abc8182ab8fbae63061a2e27c9ed4a88d2863))
25
+ * move aria-invalid logic to group ([d937fb0](https://github.com/AlaskaAirlines/auro-formkit/commit/d937fb0b4d1d54e362204718772d840bf6fecd31))
16
26
  * prevent menuoptions from being wider than the device width ([baf8c52](https://github.com/AlaskaAirlines/auro-formkit/commit/baf8c526fc2b6e26d4262bda7c49442bfc10df34))
17
27
  * prevent the alignment breakage from inherited text-align style [#880](https://github.com/AlaskaAirlines/auro-formkit/issues/880) ([3e14b4e](https://github.com/AlaskaAirlines/auro-formkit/commit/3e14b4e8a9c9e3ffb2d6f874fd80f6896b64a028))
18
28
  * pull in change to fix hover color for emphasized layouts ([e21cea6](https://github.com/AlaskaAirlines/auro-formkit/commit/e21cea620075b4ef6ac4e0534fd13d9ab6dc70fd))
19
29
  * refactor focus detection to not rely on document.activeElement [#1042](https://github.com/AlaskaAirlines/auro-formkit/issues/1042) ([5d841ce](https://github.com/AlaskaAirlines/auro-formkit/commit/5d841ce1122f272d4b4b92af174b52441febe3fc))
20
30
  * remove infinite clearing in combobox ([3bc3cef](https://github.com/AlaskaAirlines/auro-formkit/commit/3bc3cef22551e7e2f6802e3d28a30e21985c2173))
21
31
  * remove redundant hover background color style from dropdown and ensure consistent styling in select component ([85c99ea](https://github.com/AlaskaAirlines/auro-formkit/commit/85c99ea0b02d25aade186f0e3da4d1b62ac5c972))
32
+ * remove unnecessary transform and fullscreen positioning for dropdown component ([585a8fb](https://github.com/AlaskaAirlines/auro-formkit/commit/585a8fb53bb0b44e94a1cd84602eb1b8f420c51e))
33
+ * set default menu size and shape in select/combobox correctly ([bbdee89](https://github.com/AlaskaAirlines/auro-formkit/commit/bbdee89476ed0a423980a54498c84fdb6bd8cc5b))
22
34
  * switch gpu hint to remain in memory, avoid clean-up ([2a1f67b](https://github.com/AlaskaAirlines/auro-formkit/commit/2a1f67b6af9b7107dda900da774be93753933bdc))
23
35
  * toggle checkbox with Space key [#1016](https://github.com/AlaskaAirlines/auro-formkit/issues/1016) ([2f2f339](https://github.com/AlaskaAirlines/auro-formkit/commit/2f2f339c72c6ac8d537da054309d8a6b0ad401ff))
24
36
  * try/catch DOMParser ([111bb76](https://github.com/AlaskaAirlines/auro-formkit/commit/111bb764d9a342d0d8c0b6627832f900d56cdb11))
@@ -30,6 +42,8 @@
30
42
 
31
43
  ### Features
32
44
 
45
+ * add `shift` property to dropdown components to adjust position based on viewport ([d9d1fd3](https://github.com/AlaskaAirlines/auro-formkit/commit/d9d1fd3a3008e60484428f1542e69d63e1437e57))
46
+ * **combobox:** add tab keydown selection ([a0a59d5](https://github.com/AlaskaAirlines/auro-formkit/commit/a0a59d51c7569ac6d289a76c1ae99e9caa572d5a))
33
47
  * rotate chevron when dropdown bib toggles [#965](https://github.com/AlaskaAirlines/auro-formkit/issues/965) ([5f96983](https://github.com/AlaskaAirlines/auro-formkit/commit/5f9698329aacbaeb8ced107f87246e09f4142e88))
34
48
  * update dropdown trigger background color to transparent for emphasized layout ([aa80919](https://github.com/AlaskaAirlines/auro-formkit/commit/aa809192c0e1f48fc0cc5fb0949232e0b59ab461))
35
49
 
@@ -1,2 +1,2 @@
1
- declare const _default: "11.3.2";
1
+ declare const _default: "11.3.4";
2
2
  export default _default;