github-actions[bot]
593b753f0f
Version Packages ( #2470 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-06 11:05:47 +01:00
Thijs Louisse
1025969bd9
chore: update scoped-registry-polyfill devDep
2025-02-27 15:59:52 +01:00
Dominik Hufnagel
b2464bc170
fix: remove unused typed method
2025-02-24 16:24:18 +01:00
gerjanvangeest
d86c1f7439
fix(select-rich): block arrow key interaction when singleOption is set ( #2474 )
2025-02-13 14:35:52 +01:00
gerjanvangeest
933a0ea089
chore: add sorting to api tables ( #2476 )
2025-02-13 14:10:02 +01:00
Robin
e0e1738d05
docs: Fixed two typos in README.md ( #2475 )
...
Found two simple types present in README.md and corrected them accordingly
2025-02-13 11:37:28 +01:00
ByoungYong Kim
22b8f24804
Fix indeterminate checkbox edge cases ( #2458 )
...
* Add failing tests
* Fix the issues with indeterminate checkbox
* Update the fix
* Clean up the code
* Add changeset
* Fix a type issue
* Refactor the code
* Fix a bug regarding disabled checked sub checkbox
* Add test case where subCheckboxes are added and removed dynamically
* Make a few node reference optional as it spits undefined error when the element is removed
2025-02-04 11:08:57 +01:00
github-actions[bot]
eb4ed0151a
Version Packages
2025-02-03 12:58:20 +01:00
Thijs Louisse
87ba78e6da
fix(providence): provide right ast to oxcTraverse
2025-02-03 12:54:39 +01:00
github-actions[bot]
50170d4edc
Version Packages
2025-02-03 11:31:35 +01:00
Thijs Louisse
103df25306
fix(providence): pin oxc-parser; fix default edge cases
2025-02-03 11:26:33 +01:00
github-actions[bot]
4210edf798
Version Packages
2025-01-31 19:57:04 +01:00
Thijs Louisse
0d3b2fdeb5
fix(providence): update oxc-parser
2025-01-31 19:53:20 +01:00
github-actions[bot]
eea6726289
Version Packages
2025-01-30 16:53:27 +01:00
gerjanvangeest
35b600a64b
Update packages/ui/components/select-rich/test/lion-select-rich-interaction.test.js
...
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2025-01-30 16:14:11 +01:00
gerjanvangeest
175e920151
Update packages/ui/components/select-rich/test/lion-select-rich-interaction.test.js
...
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2025-01-30 16:14:11 +01:00
gerjanvangeest
41fecd367e
fix(select-rich): allow arrowLeft and arrowRight to change the value when navigateWithinInvoker is true and dropdown is closed
2025-01-30 16:14:11 +01:00
Thijs Louisse
3fe4555cba
chore: make sure we do not release a new minor
2025-01-30 16:13:44 +01:00
Thijs Louisse
02478fadec
chore: allow build to proceed
2025-01-30 15:53:09 +01:00
Thijs Louisse
29b729ed84
fix(ui): [input-amount] make sure that previous locale is not used for parsing on user-edit with <= 2 decimals
2025-01-30 15:53:09 +01:00
Jakub Gurgacz
b9833795b1
Update polish translations for MinNumber and MaxNumber ( #2459 )
...
* Update polish translations for MinNumber and MaxNumber
Polish translations of the MinNumber and MaxNumber validation error messages indicate that min, max is an open interval.
* add changeset
2025-01-29 11:14:47 +01:00
github-actions[bot]
04a61d1e10
Version Packages
2025-01-29 10:33:28 +01:00
Thijs Louisse
6106ce1c75
chore: release a patch instead of minor
2025-01-29 10:30:16 +01:00
Thijs Louisse
0f0991cd62
fix(providence): [optimised-glob] use Array.concat for memory efficiency
2025-01-23 13:57:01 +01:00
Oleksii Kadurin
a1d6dd90a8
Set aria-disabled to true or delete it ( #2452 )
...
fix: remove aria-disabled attribute
2025-01-22 12:16:56 +01:00
okadurin
e6a33d92aa
chore: update documentation for better extending
2025-01-21 10:41:00 +01:00
gerjanvangeest
2155e455ee
fix(overlays): add tabindex="-1" to prevent tooltips get focus in Safari and Firefox
2025-01-21 10:40:40 +01:00
Thijs Louisse
5344fdeb66
fix(ui/core): rerender direct host child with right slot attr when root is switched
2025-01-21 10:39:52 +01:00
gerjanvangeest
81e2a1d2d1
fix(calendar): add translations for disabled dates ( #2450 )
2025-01-21 09:35:42 +01:00
gerjanvangeest
dd598125ef
feat(dialog): add is-alert-dialog option ( #2445 )
...
* feat(dialog): add is-alert-dialog option
* chore: make alert-dialog example simpler
2025-01-21 09:21:34 +01:00
gerjanvangeest
795237d19e
fix(form-core): add aria-hidden=true to the graphic element of the choiceInput ( #2447 )
2025-01-20 09:46:10 +01:00
github-actions[bot]
43b694e7f8
Version Packages
2025-01-15 16:39:49 +01:00
Thijs Louisse
d5258d56fd
fix(ui): [form-core] enhance formatter and parser meta; reset _isPasting on task instead of microtask
...
Co-authored-by: gerjanvangeest <Gerjan.van.Geest@ing.com>
2025-01-15 16:33:02 +01:00
Thijs Louisse
45f06668f9
chore: add changelog input-amount
2025-01-15 11:56:37 +01:00
Thijs Louisse
71992cc0fb
feat(providence): update version of oxc; cleanup; include .ts(x) and jsx by default
2025-01-15 10:37:36 +01:00
gerjanvangeest
35e66052b6
fix(input-amount): parse amount always on locale once the amount is formatted ( #2439 )
...
* fix(input-amount): parse amount always on locale once the amount is formatted
* chore: add unit test
* chore: add some description
* chore: update playwright script to install dependencies
* Update .github/workflows/verify-pr.yml
* chore: set formatOptions temp and cleanup for programmatic api
* feat(form-core): add "user-edit" mode to formatOptions while editing existing value of a form control
* chore: enhance code readability and robustness
---------
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2025-01-15 09:59:02 +01:00
Thijs Louisse
a992da4340
chore: fix playwright in ci
2025-01-13 15:33:28 +01:00
Thijs Louisse
8377e8d17d
fix(overlays): rework setup and teardown logic of OverlayMixin
...
Add a failing test
chore: broken test fix
chore: harden overlay teardown tests and cleanup select-rich
2025-01-13 15:33:28 +01:00
Thijs Louisse
fef94cd016
chore: clean test logs
2025-01-07 09:39:29 +01:00
Thijs Louisse
2823940ece
chore: enable ./vscode in .gitignore
2025-01-07 09:39:29 +01:00
Thijs Louisse
61a7ed5329
chore: use prettier on typescript files as well
2025-01-07 09:39:29 +01:00
Thijs Louisse
9fbfb7034f
chore: remove husky warning
2025-01-07 09:39:29 +01:00
Thijs Louisse
e5ff2b01d2
fix(overlays): overlayController teardown cleanup
2025-01-07 09:39:29 +01:00
github-actions[bot]
9825cbf656
Version Packages ( #2429 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-19 09:21:01 +01:00
gerjanvangeest
a256f737c0
fix(input-tel): remove the country telephone code from the modelValue on init ( #2432 )
2024-12-19 09:15:02 +01:00
Tono Arnau
0652492621
fix(input-datepicker): update spanish translation for openDatePickerLabel ( #2433 )
...
* fix(input-datepicker): update spanish translation for openDatePickerLabel
* chore: update ui version
2024-12-18 15:16:24 +01:00
Oleksii Kadurin
e11788492f
do not show overlay when _showOverlayCondition is "false" ( #2421 )
...
fix: show overlay based on subclassers' _showOverlayCondition
2024-12-12 17:03:30 +01:00
gerjanvangeest
67f5735538
fix(input-stepper): move role=spinbutton to input node ( #2426 )
...
* fix(input-stepper): move role=spinbutton to input node
* chore: rename __boundOnEnterButton and __boundOnLeaveButton
2024-12-11 15:41:32 +01:00
github-actions[bot]
fc1e66775f
Version Packages
2024-12-09 15:05:00 +01:00
Thijs Louisse
7e25f3e8a2
feat(providence): lfu and lru cache strategies for memoize
2024-12-09 14:57:58 +01:00