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
Thijs Louisse
344ffa9046
fix(providence): make sure all cached asts are retrieved
2024-12-09 14:57:58 +01:00
Oleksii Kadurin
73ff11990b
Merge pull request #2422 from ing-bank/changeset-release/master
...
Version Packages
2024-12-04 14:00:44 +01:00
github-actions[bot]
5b235fec11
Version Packages
2024-12-04 12:59:20 +00:00
gerjanvangeest
d1f5e088ff
chore(input-stepper): remove valueTextMapping attribute ( #2425 )
2024-12-04 13:58:11 +01:00
Thijs Louisse
3d49a4100b
chore(core): prevent click on disabled elements
2024-12-04 12:01:42 +01:00
gerjanvangeest
5dc2205d7d
feat(input-stepper): add aria-valuemin, aria-valuemax and an option t… ( #2423 )
...
* feat(input-stepper): add aria-valuemin, aria-valuemax and an option to set aria-valuetext
* chore: change valueText into an Object
* chore: remove reflect of valueText
* Update packages/ui/components/input-stepper/src/LionInputStepper.js
Co-authored-by: Oleksii Kadurin <ovkadurin@gmail.com>
* Update packages/ui/components/input-stepper/src/LionInputStepper.js
Co-authored-by: Oleksii Kadurin <ovkadurin@gmail.com>
* chore: rename valueText to valueTextMapping
---------
Co-authored-by: Oleksii Kadurin <ovkadurin@gmail.com>
2024-12-04 11:59:09 +01:00
Thijs Louisse
b975615c8b
chore: add working playground link in issue template
2024-11-28 17:19:16 +01:00
Thijs Louisse
9dcb361dfb
chore: add remaining internal usages of isActiveElement in tests
2024-11-28 17:19:16 +01:00
Thijs Louisse
382a9aab64
fix: make sure that voiceover + safari modals are accessible
2024-11-28 17:19:16 +01:00
Oleksii Kadurin
6d2e9975af
Merge pull request #2420 from ing-bank/changeset-release/master
...
Version Packages
2024-11-28 10:18:18 +01:00
github-actions[bot]
3d9d8f383c
Version Packages
2024-11-28 08:41:51 +00:00
Oleksii Kadurin
eac4312030
fix: announce current page for pagination ( #2419 )
...
fix: announce current page for pagination
2024-11-28 09:40:43 +01:00
github-actions[bot]
104c49449e
Version Packages ( #2415 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-25 14:17:48 +01:00
ByoungYong Kim
a51e28d7a5
Fix the issue that dynamically updated disabled date doesn't update the central date ( #2411 )
...
* Fix the issue that dynamically updated disabled date doesn't update the central date
* Fix types
* Remove setTimeout
* Add changeset
* Improve the changeset description
2024-11-21 15:40:12 +01:00
Thijs Louisse
e2b9bdc8cd
chore: better Rocket DX (no endless refresh loops, but manual refresh)
2024-11-21 12:51:57 +01:00
Thijs Louisse
3e13adedc2
fix: make web-test-runner using documentOrShadowRoot.activeElement debuggable
2024-11-21 09:01:13 +01:00
gerjanvangeest
3d1c723d39
chore: enhance form documentation ( #2391 )
2024-11-20 08:13:31 +01:00
Thijs Louisse
e398601129
chore: remove redundant docs, so build works
2024-11-13 08:45:32 +01:00
github-actions[bot]
d80a8e9dff
Version Packages
2024-11-13 08:22:17 +01:00
Krisztian Horvath
86ca2e072e
fix(overlays): fix memory leaks of adopt-styles and OverlayMixin
...
* fix(overlays): fix memory leaks of adopt-styles and OverlayMixin
* fix(overlays): support reconnecting the OverlayController to the OverlayManager
* chore: move unregister logic to OverlayController
---------
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2024-11-12 17:25:37 +01:00
Gyulai Levente
2a989f47cf
fix(overlays): clicking outside iframe not closing the overlay
2024-11-12 17:24:21 +01:00
Thijs Louisse
a19096e703
chore: improve providence docs ( #2408 )
...
* chore: improve providence docs
* Apply suggestions from code review
2024-11-12 17:10:06 +01:00
Thijs Louisse
faca1916fc
chore: cleanup wtr config, add pkg script for running w/o polyfill
2024-11-12 16:21:36 +01:00
Thijs Louisse
6da73f7a36
chore: allow tests to run w/o polyfill
...
Co-authored-by: aghArdeshir <ardeshirizadinl@gmail.com>
2024-11-12 16:21:36 +01:00
Thijs Louisse
510f8b931f
fix(core): no registration of same class twice w/o scoped-registries polyfill
2024-11-12 16:21:36 +01:00