Sergey Ilinsky
bf782223a7
Fix/reuse UUID missing parent callback disabled property ( #2090 )
...
* refactor: reuse uuid function from the core
* fix: invoke parent class callback
* fix: do not run disabled property reflection unless it was part of the changeset
2023-11-27 14:07:18 +01:00
Iván Gómez Alonso
322b06521c
fix(ui): use traditional style on ios for adopt-styles
2023-11-24 12:02:06 +01:00
github-actions[bot]
5956b0eee5
Version Packages
2023-11-09 11:37:08 +00:00
Thijs Louisse
bdb038e197
chore: test/lint/swc fixes + changeset providence
2023-11-09 11:38:39 +01:00
Thijs Louisse
45fe0b4bb3
chore(ui): lint and types fixes
2023-11-08 19:08:54 +01:00
Thijs Louisse
f1b1c46aab
chore: fix for lint-versions script
2023-11-08 19:03:30 +01:00
Thijs Louisse
f601d59d77
chore: fix test and generate pkg-lock
2023-11-08 19:03:28 +01:00
Thijs Louisse
9731550f62
fix(ui): combobox a11y
2023-11-08 19:02:55 +01:00
Thijs Louisse
60032a2df0
fix(ui): make compatible with latest playwright browsers
2023-11-08 19:01:21 +01:00
Thijs Louisse
c6663068a7
fix(ui): cleanup IE edge case in getAriaElementsInRightDomOrder
2023-11-08 19:01:21 +01:00
Guilherme Amorim
be4e25a108
feat: support (multiselect) choice-groups with allow-custom-choice
2023-11-08 15:05:09 +01:00
Oleksii Kadurin
c459ded9d8
fix: autocomplete for combobox (reset activeIndex when needed)
2023-11-07 12:58:59 +01:00
Oleksii Kadurin
f421bd7326
fix: update documentation and unit tests for validation
2023-11-07 11:21:41 +01:00
Guilherme Amorim
e923ba40a3
Fix(lion-radio-group): Resetting a group containing options with formatters ( #2101 )
...
* fix(lion-radio-group): Resetting a group containing options with formatters doesn't check the default value
* refactor: update test name
2023-10-18 17:10:26 +02:00
Guilherme Amorim
7235a4f703
fix(lion-combobox): The event emitted during clear has stale value ( #2104 )
2023-10-18 17:00:30 +02:00
github-actions[bot]
83eefe4958
Version Packages ( #2083 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-18 10:34:43 +02:00
Gyulai Levente
be36bf3b1b
fix(input-amount): Link currency to label after setting currency from… ( #2091 )
2023-10-17 14:55:13 +02:00
barna
63a8e725db
fix(lion-calendar): Make calendar buttons selectable on firefox through datepicker ( #2080 )
2023-10-17 14:52:53 +02:00
alejandrofernandezcanton
b1320a9a9c
fix(overlay): avoid calling push in iterable object to avoid error loading overlays ( #2088 )
2023-10-17 14:44:51 +02:00
Gyulai Levente
dcf3a4b0bd
fix(combobox): Fix search issues when modifying the middle of the input word ( #2085 )
2023-10-17 13:52:10 +02:00
github-actions[bot]
a447ad66a1
Version Packages ( #2078 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-14 15:19:37 +02:00
gerjanvangeest
a58d8ce092
fix: export more type definitions ( #2077 )
2023-09-13 10:45:00 +02:00
github-actions[bot]
3c605b14a6
Version Packages ( #2067 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-12 15:24:31 +02:00
gerjanvangeest
6ccfb27868
fix(input-datepicker): only disable dates if validator is of type error ( #2076 )
2023-09-12 15:10:43 +02:00
Gyulai Levente
d1f92a3ad7
fix(lion-calendar): Make disabled dates not selectable via keyboard navigation ( #2058 )
...
* fix(calendar): Make disabled dates not selectable
* Add changeset
* chore(calendar): add skipped test for select date on [Enter]
---------
Co-authored-by: gerjanvangeest <Gerjan.van.Geest@ing.com>
2023-09-12 15:10:23 +02:00
gerjanvangeest
d597c077b4
fix(localize): fix type of localizeNameSpaces ( #2073 )
2023-09-11 16:45:16 +02:00
Sciurus7
cecf5ed573
fix(lion-accordion): make a copy when changing expanded ( #2047 )
2023-09-11 14:55:30 +02:00
Gyulai Levente
857d47a933
fix(accordion): navigating with tab confuses the arrow key navigation ( #2056 )
...
* fix(accordion): Handle focusin event, when tabbing to an invoker
* fix(accordion): Add changeset
* fix(accordion): Test if the index equals to the focusedIndex
2023-09-11 14:43:52 +02:00
gerjanvangeest
9b9485dbaa
fix(calendar): focusCentralDate function should only use buttons inside the dates table ( #2072 )
2023-09-11 14:24:39 +02:00
Gyulai Levente
b89d889fd5
fix(calendar): render exactly 6 weeks in every months ( #2037 )
2023-09-07 15:01:09 +02:00
Fábio Santos
ebe13e14b0
fix(overlays): undefined document.body ( #2070 )
...
* Fix undefined `document.body`
* Add changeset
2023-09-06 13:34:04 +02:00
Gio Adrian Fortuno
b0a74f2831
fix(progress-indicator): accept 0 as a valid value ( #2068 )
...
* fix(progress-indicator): accept 0 as a valid value
* chore: added changeset
2023-09-04 13:02:34 +02:00
Thijs Louisse
e16de38cd6
chore: enhance execution on empty api
2023-08-30 13:46:40 +02:00
Thijs Louisse
4cc72b1251
feat: allow Required validator on Fieldset and Form; "static executesOnEmpty" flag on Validators
2023-08-30 13:46:40 +02:00
Thijs Louisse
a3738b500f
chore: enter prerelease mode and version packages
2023-08-22 16:43:42 +02:00
narzac
296463d0d9
feat: init nodejs-helpers package, add bypass-import-map, bypass-export-map, and run part of lion prepublish
2023-08-18 14:32:09 +02:00
github-actions[bot]
f1ef7c164e
Version Packages
2023-07-18 11:45:39 +00:00
Víctor Lara
5eafa1ffc1
fix(overlays): add aria-hidden to arrow ( #2030 )
2023-07-10 08:18:08 +02:00
github-actions[bot]
14a8f77960
Version Packages ( #2026 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-04 10:44:15 +02:00
gerjanvangeest
b44bfc5d1f
feat: enable navigation to, selecting & give accessible message for calendar disabled dates ( #1978 )
...
Co-authored-by: Konstantinos Norgias <Konstantinos.Norgias@ing.com>
2023-07-04 10:36:18 +02:00
Danny Moerkerke
137a1b6cf5
Feat/is dragging prop ( #2025 )
...
* fix: lion-selected-filelist, restored composed: true and bubbles: true for 'file-remove-requested' event, otherwise removing files for subclassers won't work
* feat: added isDragging property
2023-06-27 09:18:41 +02:00
github-actions[bot]
38e67f8299
Version Packages
2023-06-22 09:58:14 +00:00
Danny Moerkerke
0745ce8526
Fix/input file types ( #2021 )
...
* fix: lion-selected-filelist, restored composed: true and bubbles: true for 'file-remove-requested' event, otherwise removing files for subclassers won't work
* chore: exported correct types for lion-input-file
* fix: fixed type errors
2023-06-22 10:48:49 +02:00
github-actions[bot]
7ec183cccb
Version Packages
2023-06-20 15:33:22 +00:00
Danny Moerkerke
259e0dd468
Fix/remove file ( #2018 )
...
* fix: lion-selected-filelist, restored composed: true and bubbles: true for 'file-remove-requested' event, otherwise removing files for subclassers won't work
* fix: lion-selected-filelist, restored composed: true and bubbles: true for 'file-remove-requested' event, otherwise removing files for subclassers won't work
* fix: removed composed: true and bubbles: true and set eventlistener directly on lion-selected-file-list
* Update packages/ui/components/input-file/src/LionInputFile.js
* Update packages/ui/components/input-file/src/LionInputFile.js
* Update packages/ui/components/input-file/src/LionInputFile.js
* fix: fixed test
* Update packages/ui/components/input-file/test/lion-input-file.test.js
* chore: format
* fix
---------
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2023-06-20 17:32:05 +02:00
github-actions[bot]
a19e02c443
Version Packages ( #2008 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-19 11:55:23 +02:00
gerjanvangeest
7ec90dcb06
chore: add checkboxIndeterminate test suite ( #2013 )
2023-06-14 16:24:34 +02:00
gerjanvangeest
02e61285dd
Revert "fix: create exports for test-suites and test-helpers ( #2010 )" ( #2012 )
...
This reverts commit 3cfc9f9744 .
2023-06-13 15:14:47 +02:00
gerjanvangeest
1ea5730aa5
fix(localize): align currency symbol usage for all browsers ( #2011 )
2023-06-13 14:57:26 +02:00
gerjanvangeest
3cfc9f9744
fix: create exports for test-suites and test-helpers ( #2010 )
2023-06-13 08:47:56 +02:00