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
github-actions[bot]
8dc51c1066
Version Packages ( #2406 )
...
* Version Packages
* Update packages/ui/CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-11-12 14:33:15 +01:00
Hardik Pithva
9b92fa216e
fix(form-core): allow to use '_$isValidator$' instead of instanceof check (supporting multiple versions of Validator)
...
* fix(form-core): make use of `validatorName` and `type` to check validator instance
* fix(form-core): check for nullability for disabled prop
* fix: add `_$isValidator$` property to improve the check
* fix: disable dot notation to avoid the renaming for the prop during build/minification
* fix: disable dot notation to avoid the renaming for the prop during build/minification
* test: add check for _$isValidator$
* chore: catch edge cases in cem script
* chore: cleanup, docs, and add prop on ctor to be more unobtrusive
* chore: changeset
---------
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2024-11-12 13:28:08 +01:00
github-actions[bot]
0bee6e3e0b
Version Packages
2024-11-06 12:04:34 +01:00
thatdudemanguy
1d2ab389a3
chore: adds lion-select docs about the repeat directive
2024-11-06 12:01:04 +01:00
Thijs Louisse
cc2a646295
fix(providence-analytics): optimisedGlob allows cwd with trailing slash
2024-11-06 11:59:33 +01:00
Thijs Louisse
0582868e41
fix: expand script that corrects types after build
2024-11-06 11:59:33 +01:00
Mikhail Bashkirov
8d178a548a
feat(ajax): add interceptors for parsed response JSON objects
2024-11-05 22:37:42 +01:00
Riovir
a4f654a32b
fix(ui/types): export FocusHost type from types/form-core.js
2024-11-05 22:34:16 +01:00
github-actions[bot]
f393e6d783
Version Packages
2024-11-05 17:11:50 +01:00
Thijs Louisse
03a9b3365e
fix: revert es version in tsconfig (as it was breaking types)
2024-11-05 17:02:03 +01:00
Thijs Louisse
360641c487
fix(overlays): no hiding of nested overlays having hideOnEsc configured
2024-11-05 17:02:03 +01:00
github-actions[bot]
a5b2c2d977
Version Packages
2024-10-31 12:14:07 +01:00
Thijs Louisse
2c38a919bc
fix(core): make scoped-elements ssr-compatible
...
fix(core): ssr-support scopedElements
2024-10-31 10:48:51 +01:00
Thijs Louisse
fb3bdd6a17
chore(localize): cleanup of LocalizeManager
2024-10-31 10:48:51 +01:00
Thijs Louisse
da5ae6743a
fix(localize): make LocalizeManager run with lit-ssr
2024-10-31 10:48:51 +01:00
Thijs Louisse
1626dbd460
fix(ui): improve test experience in dev-mode
2024-10-30 15:51:55 +01:00
gerjanvangeest
7c2b4692d3
fix(validation-feedback): do not display type of the validation feedback message, if there is no message
2024-10-29 17:53:54 +01:00
github-actions[bot]
16681c85e3
Version Packages
2024-10-29 12:43:49 +01:00
gerjanvangeest
bc175b5609
chore: update portal url
2024-10-29 12:15:39 +01:00
Thijs Louisse
7baecb5e19
fix(ui/localize.js): make LocalizeManager ssr-compatible
2024-10-29 12:09:42 +01:00
Thijs Louisse
615472cc0a
feat(providence): oxc for main analyzers and traversal; parsers as peerDeps
2024-10-29 12:09:03 +01:00
Thijs Louisse
6f3137c963
fix(providence): normalization of native glob dirent.parentPath for optimisedGlob
2024-10-29 12:09:03 +01:00
gerjanvangeest
2d4fb0ecdb
fix(form-core): add focusableNode to choiceGroupMixin to make _setFo… ( #2382 )
...
* fix(form-core): add focusableNode to choiceGroupMixin to make \_setFocusOnFirstErroneousFormElement function work for checkbox-group and radio-group
* chore: rewrite check for _setFocusOnFirstErroneousFormElement to make it work without focusableNode inside LionChoiceGroup
2024-10-22 15:44:01 +02:00
github-actions[bot]
905ed37823
Version Packages
2024-10-22 12:05:15 +02:00
Thijs Louisse
6ec74dc58b
feat(providence): support fullPath notation in optimisedGlob
2024-10-22 10:40:04 +02:00
github-actions[bot]
2f3f4276fb
Version Packages
2024-10-21 12:21:32 +02:00
Thijs Louisse
2dbb1ca7bc
feat(providence): experimental support for fs.glob + ignore support in optimisedGlob
2024-10-21 11:19:52 +02:00
Thijs Louisse
370b357bd3
Merge pull request #2377 from ing-bank/changeset-release/master
...
Version Packages
2024-10-16 14:44:39 +02:00