Wessam Zaghloul
d2edadd3b0
fix(select-rich): readonly works with keyboard interaction ( #2235 )
2024-04-03 10:26:21 +02:00
ByoungYong Kim
f6b3f43a03
feat(select-rich): export getSelectRichMembers test helper
...
* chore: fix a misleading test
* chore: add gitignored file to prettier ignore
* chore: add getSelectRichMembers test helpers
* feat(select-rich): export getSelectRichMembers test helper
---------
Co-authored-by: ByoungYong Kim <9986886+ryubro@users.noreply.github.com>
Co-authored-by: gerjanvangeest <Gerjan.van.Geest@ing.com>
2024-04-03 09:20:19 +02:00
github-actions[bot]
e6601762ea
Version Packages
2024-04-02 14:41:25 +00:00
Thijs Louisse
f0333bbc1c
feat(ui): [SlotMixin] allow to (re)render scoped elements as direct light dom child
2024-04-02 16:40:03 +02:00
Max Larionov
37deecd2a3
feat: support cross-root registration with form-element-register event
2024-04-02 15:33:45 +02:00
github-actions[bot]
44bc4bfb22
Version Packages
2024-03-27 14:52:05 +01:00
Thijs Louisse
3737c492cc
fix(providence-analytics): allow compatibility with node 16
2024-03-27 13:20:35 +01:00
github-actions[bot]
20e5703523
Version Packages ( #2220 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-20 09:37:39 +01:00
Riovir
e6b8dd144c
fix(ui): Fix multiple Lit versions - pin @open-wc/scoped-elements to 2.2.0 ( #2224 ) ( #2225 )
...
* fix(ui): pin @open-wc/scoped-elements to 2.2.3 (#2224 )
2024-03-20 09:05:12 +01:00
Thijs Louisse
8b7cc43f26
feat: allow SlotRerenderObject to first render on connectedCallback via firstRenderOnConnected
2024-03-15 13:19:59 +01:00
github-actions[bot]
3c45bcc659
Version Packages
2024-03-08 12:44:23 +00:00
Thijs Louisse
91fad70130
fix(ui): only use elementToFocusAfterHide when provided as HTMLElement
2024-03-08 13:43:01 +01:00
gerjanvangeest
cf616e1e6b
fix(input-tel-dropdown): prevent jumping to input field on each arrow key in windows/linux
...
Apply suggestions from code review
2024-03-06 16:15:15 +01:00
gerjanvangeest
e72fd6d6ea
feat(form-core): add select and upload specific required messages
2024-03-06 15:52:36 +01:00
Danny Moerkerke
36bf8c6ff5
fix: uncommented a previously commented line since this is probably a mistake and breaks functionality
...
* fix: lion-selected-filelist, restored composed: true and bubbles: true for 'file-remove-requested' event, otherwise removing files for subclassers won't work
* fix: uncommented a previously commented line since this is probably a mistake and breaks functionality
* Update packages/ui/components/input-file/src/LionInputFile.js
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-03-06 15:21:09 +01:00
github-actions[bot]
e97a4adf05
Version Packages ( #2207 )
...
* Version Packages
* Update packages/ui/CHANGELOG.md
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
* Update packages/ui/package.json
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ahmet Yeşil <narzac@users.noreply.github.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-03-06 10:12:03 +01:00
Thijs Louisse
aeab467cd3
chore: restore pending changesets
...
This reverts commit b9b8ab9d1f .
2024-03-01 11:46:10 +01:00
github-actions[bot]
0e6b24a73f
Version Packages
2024-03-01 10:38:14 +00:00
Thijs Louisse
b9b8ab9d1f
chore: release ajax docs
2024-03-01 11:36:27 +01:00
Thijs Louisse
af80affa53
Revert "chore: temp prevent next @lion/ui release"
...
This reverts commit 5a2e01c3c7 .
2024-02-29 16:04:56 +01:00
github-actions[bot]
fce6328787
Version Packages
2024-02-29 14:57:22 +00:00
Thijs Louisse
5a2e01c3c7
chore: temp prevent next @lion/ui release
2024-02-29 15:54:32 +01:00
Henk vd Brink
04d08683f7
@lion/ajax: only add XSRF token on mutable requests and on same origin or whitelisted origins
2024-02-29 15:05:58 +01:00
Thijs Louisse
eb46728826
fix: migrate deprecated performUpdate api to scheduleUpdate
2024-02-21 23:36:53 +01:00
gerjanvangeest
9b9e78951f
fix(checkbox-group): add role=list and role=listitem to checkbox-indeterminate and its children
2024-02-19 17:51:09 +01:00
gerjanvangeest
58c3c532c3
Update .changeset/slow-ties-carry.md
...
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-02-19 17:39:22 +01:00
gerjanvangeest
92a5cd1e3d
fix(form-core): remove fieldset label from input-field aria-labelledby, add opt-in via data-label
2024-02-19 17:39:22 +01:00
gerjanvangeest
87005afbd2
feat(input-stepper): a11y enhancement & added translations ( #2173 )
2024-02-19 17:01:32 +01:00
gerjanvangeest
19256d31bf
fix(form-core): set aria-disabled next to the disabled attribute for NVDA screen reader
2024-02-19 16:00:19 +01:00
gerjanvangeest
059b018793
fix(input-range): add screen-reader labels for minimum and maximum value
2024-02-19 15:59:56 +01:00
gerjanvangeest
659cbff18c
fix(form-core): order aria-labelledby and aria-describedby based on slot order instead of dom order
2024-02-19 15:59:32 +01:00
Thijs Louisse
5073ea4760
feat: split up validate-messages per entrypoint for smarter bundling
2024-02-13 11:58:37 +01:00
github-actions[bot]
38c495ba1f
Version Packages ( #2164 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-12 13:01:04 +01:00
Thijs Louisse
5b64da8acc
fix: web-dev-server update ( #2190 )
2024-02-12 12:05:20 +01:00
gerjanvangeest
69c9da8fe1
fix(validation-messages): get correct validation min and max dates in French ( #2163 )
2024-01-03 14:01:47 +01:00
github-actions[bot]
e930b7b667
Version Packages
2023-12-14 10:17:00 +01:00
Alberto López-Barranco
c80bca7c83
fix(overlay-controller): do not scroll to invoker if it is visible ( #2155 )
...
* fix(overlay-controller): do not scroll to invoker if it is visible on screen
When closing an overlay, srollIntoView forced the invoker element to be placed in the middle of the screen. This fix prevents the scroll if the invoker is already visible, but still scrolls it into view if needed.
* chore: changeset
2023-12-11 12:44:01 +01:00
gerjanvangeest
d997e5233e
fix(tooltip): hide tooltip if the invoker gets disabled ( #2154 )
2023-12-06 13:37:23 +01:00
Gyulai Levente
db96e8cc07
fix(tabs): set selectedIndex only if differ from previous selectedIndex
2023-12-01 09:57:19 +01:00
github-actions[bot]
c3f7555c73
Version Packages
2023-11-30 11:39:50 +01:00
Thijs Louisse
7f6eb15a21
feat(providence): do not throw on unparseable files, but allow to proceed run for rest of projects
2023-11-30 11:34:53 +01:00
Thijs Louisse
292dcfc855
fix(providence): swc-traverse does not fail on object proto builtins like "toString"
2023-11-30 11:34:53 +01:00
github-actions[bot]
40ddf2c2d2
Version Packages ( #2145 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-29 11:47:16 +01:00
Thijs Louisse
ba7a7f6442
chore: correct changelog singleton-manager ( #2149 )
2023-11-29 11:31:50 +01:00
SynnefonK
cb25a60397
chore: fix DE locale typo for validation messages ( #2115 )
...
* chore: fix DE locale typo for validation messages
* Update packages/ui/components/validate-messages/translations/de.js
Co-authored-by: tkgroot <tkuppensgroo@uos.de>
* Update packages/ui/components/validate-messages/translations/de.js
Co-authored-by: tkgroot <tkuppensgroo@uos.de>
* chore: add changeset (#2146 )
Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
---------
Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
Co-authored-by: tkgroot <tkuppensgroo@uos.de>
2023-11-29 11:19:56 +01:00
gerjanvangeest
9b5edf30fb
fix(localize): parseDate by default to 2000 instead of 1900 when date is below 49 ( #2148 )
2023-11-29 10:52:21 +01:00
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
Thijs Louisse
ef9b1e4c52
feat(singleton-manager): add node/ssr support
2023-11-21 11:01:26 +01:00
github-actions[bot]
5956b0eee5
Version Packages
2023-11-09 11:37:08 +00:00
Thijs Louisse
7f644cd7b6
chore: changesets cleanup additions
2023-11-09 12:35:39 +01:00
Thijs Louisse
e76fe57e82
chore: changesets cleanup
2023-11-09 12:20:39 +01:00
Thijs Louisse
bdb038e197
chore: test/lint/swc fixes + changeset providence
2023-11-09 11:38:39 +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
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
tkgroot
8bf54e669a
docs: fix code indentation ( #2081 )
...
- code not correctly indented
important for code replacement and transformation functions on docs generation
Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
2023-10-04 17:00:22 +02:00
Pascal Schilp
0952647d95
fix: make fetchjson returntype generic ( #2082 )
2023-09-26 08:53:07 +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
Pascal Schilp
55e445c21e
Create long-actors-trade.md
2023-09-13 16:42:49 +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
Kristján Oddsson
275f49eb1e
add a changeset
2023-08-30 13:46:21 +02:00
Thijs Louisse
19176e5b6c
chore: changeset release mode back to "normal"
2023-08-30 13:46:08 +02:00
Thijs Louisse
a3738b500f
chore: enter prerelease mode and version packages
2023-08-22 16:43:42 +02:00
github-actions[bot]
4fc11ddbf7
Version Packages
2023-08-22 15:26:36 +02:00
Thijs Louisse
47228cad12
chore: delete changeset for @lion/ui, so we can do separate prerelease for it
2023-08-22 15:19:45 +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]
3a652d6c18
Version Packages ( #2050 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-01 11:00:04 +02:00
Joren Broekema
9cdac8e947
fix: clone response when reading the response for error ( #2049 )
2023-08-01 10:45:27 +02:00
github-actions[bot]
f1ef7c164e
Version Packages
2023-07-18 11:45:39 +00:00
Joren Broekema
7a875ef1b4
feat: parsing body for failed ajax responses ( #2039 )
2023-07-18 13:44:22 +02:00
Víctor Lara
5eafa1ffc1
fix(overlays): add aria-hidden to arrow ( #2030 )
2023-07-10 08:18:08 +02:00
github-actions[bot]
b340fd7a6c
Version Packages ( #2032 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-06 13:02:46 +02:00
Pascal Schilp
fd93cc0cc2
Create chilly-bananas-talk.md
2023-07-06 11:41:02 +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
ecf853dbc4
chore: add changeset for fix of exported types of lion-input-file
2023-06-22 11:56:43 +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
gerjanvangeest
dbc3fc2db6
fix(combobox): submit form on [Enter] ( #2005 )
...
fix(combobox): submit form on [Enter]
2023-06-08 18:14:14 +02:00
Konstantinos Norgias
33c0ff13da
chore: add changeset & docs on how to enable VS Code autocomplete
2023-06-08 17:54:19 +02:00
github-actions[bot]
844493ba5c
Version Packages
2023-06-07 10:58:51 +00:00
Thijs Louisse
6893421779
chore: SlotRerenderObject aligned with reactive cycle (docs + changelog) ( #1999 )
2023-06-07 09:16:28 +02:00
gerjanvangeest
d2de984f0b
Feat/input file ( #1881 )
...
* feat(input-file): create input-file component
* chore: improvements after review
* chore: update after review
* chore: update translations
* chore: - fixed demo with form submit, submit was not prevented
- fixed checking allowed file extensions
- fixed clicking on select file button in drag and drop area
* chore: since the input-file does not upload files itself but enables user to select files, I replaced "upload" and "upload" with "select" and "selected" where applicable
* chore: - removed unused properties allowedFileTypes and allowedFileExtensions from lion-input-file
- cleaned up docs
* chore: - changed type Array.<type> to Array<type>
- removed redundant type definition
* fix: - FocusMixin: moved registering events for from connectedCallback to firstUpdated since _focusableNode is sometimes not available yet
- SlotMixin: changed updated to update in since slots were rendered too late (related to previous fix in FocusMixin.js)
* fix: renamed lion-uploaded-file-list.js to lion-selected-file-list.js
* fix: fixed test for lion-selected-file-list
* fix: fixed typ
* wip
* fix: - fixed issue with multiple file selection where element would not select valid files after invalid ones
- added getMessage method to FileValidation that returns empty string to prevent message being shown that error message must be configured
- fixed tests
* chore: replaced `uploadOnFormSubmit` with `uploadOnSelect` and flipped the default value to false. When `uploadOnSelect` is set to true, the file will be uploaded as soon as it is selected.
* fix: - replaced `uploadOnFormSubmit` with `uploadOnSelect` and flipped the default value to false. When `uploadOnSelect` is set to true, the file will be uploaded as soon as it is selected.
- fixed issue where a valid file was not selected and added to the file list if it was preceded by an invalid file
* chore: removed redundant README.md
* fix: fixed failing test
* chore: added missing type annotation
* chore: annotated event param as optional
---------
Co-authored-by: Danny Moerkerke <danny.moerkerke@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2023-06-06 11:30:43 +02:00
Gyulai Levente
bdc7455610
feat(@lion/ui): add _currencyDisplayNodeSlot to LionInputAmount ( #1988 )
...
* feat(@lion/ui): add _currencyDisplayNodeSlot to LionInputAmount
* Remove test for feature what is not supported anymore
* Add documentation
* Add test for customizable currency slot
2023-06-01 08:55:42 +02:00
SynnefonK
7089ea54e3
Merge pull request #1963 from Sciurus7/autofocus-ui
...
fix(form-core) sync autofocus to focusable node (fixes #1775 )
2023-05-25 10:34:39 +02:00
Monika Nawój
e310c08af1
fix(LionInputDatePicker): remove endless loop on InvalidDate modelValue ( #1984 )
...
* refactor: used IsDate validator instead of custom isValidDate function
* fix: used IsDate validator to validate modelValue before it's passed to lion-calendar's selctedDate
* test: Updated lion-input-datepicker tests to include example of handling invalid modelValue
* docs: Updated docs to include example with invalid modelValue
* refactor: updated returned type of __getSyncDownValue method
* changset: updated changeset for @lion/ui
* refactor: linting fix
* refactor: import path updated
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
* refactor: label added to Faulty prefilled datepicker input
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
* test: updated test to include more obvious invalid date value
---------
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
2023-05-24 11:51:26 +02:00
github-actions[bot]
0d7d170709
Version Packages
2023-05-17 10:08:17 +00:00
gerjanvangeest
88e6ca03ca
fix(localize): parseNumbers as heuristic if there is only 1 separator and 2 or less decimals e.g. 12.34 ( #1976 )
2023-05-17 12:07:00 +02:00
github-actions[bot]
703fb72034
Version Packages
2023-05-01 15:28:23 +00:00
Danny Moerkerke
12f1800806
fix: lion-calendar: when determining if user interacted with a day button we no longer examine event.target but event.composedPath()[0] since it otherwise fails in Firefox 111+
2023-04-19 15:34:03 +02:00
Sciurus7
2683a73080
fix(form-core) sync autofocus to focusable node
2023-04-14 13:39:05 +02:00
Danny Moerkerke
5b8d655f10
Fix/dialog scroll to top ios ( #1957 )
...
* fix: possible fix for iOS focus issue WIP
* chore: added test for elementToFocusAfterHide WIP
* chore: dialog tests for elementToFocusAFterHide
* chore: added test to assert element specified in `elementToFocusAfterHide` config key of lion-dialog is scrolled into the viewport
* chore: - added test to assert that element specified in dialog config key `elementToFocusAfterHide` is not focused when the dialog is closed if the user deliberately moved focus to another element while the dialog was open
- added changeset
* chore: - removed unneeded button
- renamed this.__activeElement to this.__activeElementRightBeforeHide in OverlayController.js
- set this.__activeElementRightBeforeHide to this.contentNode.getRootNode().activeElement instead of document.activeElement
* chore: moved test to assert if element specified in dialog config key elementToFocusAfterHide is in viewport when dialog is closed to OverlayController.test.js
---------
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2023-04-13 15:04:23 +02:00
Barni
a5f35158c0
feat(@lion/ui): add _previousIconTemplate and _nextIconTemplate to LionCalendar ( #1954 )
2023-04-03 17:00:30 +02:00
gvangeest
ddea63b381
fix(combobox): update option list after clear
2023-03-22 13:07:34 +01:00
github-actions[bot]
0ec0d6dc9f
Version Packages
2023-03-20 09:30:27 +01:00
gerjanvangeest
a2b81b2693
feat(combobox): add requireOptionMatch flag and MatchesOption validator
...
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2023-03-16 18:18:40 +01:00
barni52
1f018bafdf
feat(@lion/ui): add _invokerIconTemplate to LionInputDatepicker
2023-03-16 15:30:02 +01:00
Thijs Louisse
adfa29a049
fix(switch): remove one of the two nested role="switch"
2023-03-15 11:31:43 +01:00
gvangeest
0d4c42ab64
fix(listbox): allow use of arrow keys when focus is not on listbox
2023-03-15 11:10:48 +01:00
Danny Moerkerke
3256892ce9
fix: checked-changed event is no longer fired on element initialization when checked is set through attribute
2023-03-15 10:59:04 +01:00
Pascal Schneider
183c86af26
fix: more sensible default for German iban validator translation
2023-03-15 09:42:48 +01:00
Danny Moerkerke
075d5077bd
Merge pull request #1934 from ing-bank/fix/accordion-selector-fix
...
fix: changed selectors for invokers and content to only select slotte…
2023-03-15 09:35:53 +01:00
jorenbroekema
42a463eee1
fix(ui/overlays): set <dialog> wrapping el padding to 0
2023-03-11 00:05:23 +01:00
Danny Moerkerke
3f1c83a180
fix: changed selectors for invokers and content to only select slotted elements that are direct descendants. This is to prevent that slotted elements in accordion content and invokers are also selected and the amount of invokers and content is incorrect
2023-03-09 15:33:24 +01:00
github-actions[bot]
ecea06cb6e
Version Packages
2023-02-28 15:21:38 +01:00
gvangeest
4226a0144c
fix(combobox): add translations
2023-02-28 15:03:55 +01:00
Joren Broekema
63bb012e36
fix(ajax): fetchJSON to attempt parse JSON when missing content-type header
...
Co-authored-by: Nikhil Hundare <nikhil.hundare@gmail.com>
2023-02-28 14:04:37 +01:00
gvangeest
943618fdcb
fix(combobox): fix direct open and closing of the overlay on focus of empty input when showAllOnEmpty
2023-02-23 12:39:36 +01:00
github-actions[bot]
44be4edeee
Version Packages
2023-02-20 10:40:01 +01:00
Thijs Louisse
d40fd90bbd
fix(providence-analytics): fix conflicting package entries
2023-02-20 09:39:48 +01:00
gvangeest
1c18057cee
fix(combobox): make the first occurrence of a string highlighted, instead of the last
2023-02-15 08:47:32 +01:00
Riovir
974e9ea4ce
fix(@lion/ui): declare sideEffects in package.json
2023-02-13 16:31:30 +01:00
github-actions[bot]
3b844e4282
Version Packages
2023-02-10 20:30:30 +00:00
Riovir
e871fe67fc
fix(@lion/ui): export types necessary for type inference of core.js
2023-02-10 21:29:14 +01:00
github-actions[bot]
4d9612e93d
Version Packages
2023-02-10 11:01:46 +01:00
Riovir
9ff7cd778d
fix(@lion/ui): export types necessary for type inference of mixins
2023-02-10 01:03:45 +01:00
Danny Moerkerke
84173cdba1
fix(@lion/ui): [select-rich] listbox element always focused in overlay
...
when the overlay is shown, the "autofocus" attribute is added to _listboxNode (_inputNode) to make sure that keyboard navigation continues to work when the element is inside a bottomsheet. When the overlay is closed the attribute is removed.
2023-02-09 18:41:18 +01:00
Danny Moerkerke
eff3259eea
Feat/localize manager override data ( #1900 )
...
feat: - added `allowOverridesForExistingNamespaces` parameter to `addData` method of LocalizeManager to allow for changing data in a namespace for a given locale
2023-02-02 17:04:49 +01:00
Thijs Louisse
74b4b686da
Revert "chore: trigger npm release of @lion/ui"
...
This reverts commit 3d6828cc8f .
2023-02-01 21:39:53 +01:00
Thijs Louisse
3d6828cc8f
chore: trigger npm release of @lion/ui
2023-02-01 20:41:44 +01:00
github-actions[bot]
34390b269c
Version Packages
2023-02-01 17:43:23 +01:00
gvangeest
13185da02a
fix(localize): don't set modelValue to unparseable if date has a negative timezone
...
Co-authored-by: Danny Moerkerke<Danny.Moerkerke@ing.com>
2023-02-01 17:42:19 +01:00
Danny Moerkerke
a47a6e615b
chore: - added test to assert that modelValue of lion-select is updated when the value or text of one or more options are changed
...
- added changeset
2023-02-01 17:15:51 +01:00
Thijs Louisse
bd24f82cc3
chore: fix changeset to release patch
2023-02-01 17:08:37 +01:00
Thijs Louisse
cee40e5588
chore(@lion/ui): all tests side effect free wrt localize
2023-02-01 16:06:30 +01:00
gvangeest
0efce8e18b
fix(localize): parse negative numbers correctly
2023-01-25 11:06:17 +01:00
github-actions[bot]
404351d865
Version Packages
2023-01-24 10:38:28 +01:00
Thomas Allmer
a4ffebbd27
chore: release @lion/ui 0.1.0
2023-01-24 10:32:04 +01:00
Thomas Allmer
851329eee1
fix: correct msgLit return type
2023-01-24 10:32:04 +01:00
github-actions[bot]
ac6f4ca389
Version Packages
2023-01-23 11:58:32 +00:00
Ahmet Yeşil
87e565caeb
fix: overlay docs error: 'return' outside of function ( #1887 )
2023-01-23 12:57:20 +01:00
Joren Broekema
a5330c922c
fix(icon): non-fatal console error for missing icons ( #1884 )
...
* fix(icon): non-fatal console error for missing icons
2023-01-23 12:37:18 +01:00
Ryan
d204195c16
Create forty-hornets-speak.md
2023-01-23 12:24:50 +01:00
github-actions[bot]
2c104e9b2b
Version Packages
2023-01-16 11:17:09 +01:00
gvangeest
9f6270b340
fix(select-rich): set focusableNode correctly so focused and focused-visible attributes are set when invoker gets focus
2023-01-16 10:06:18 +01:00
Danny Moerkerke
9fb14fa1c5
fix: - rearranging invokers and content for a correct tab order is now implemented by changing the slot attributes of both instead of moving them
...
- changed css for this implementation
- fixed tests
- added changeset
2023-01-16 09:57:24 +01:00
Thijs Louisse
af2e0293a1
fix(ui): [overlays]: enhance adoptStyles fallback and make testable
2023-01-12 11:35:01 +01:00
gvangeest
9a43dc4d89
fix(input-tel-dropddown): add translations for 'All countries' and 'Suggested countries' labels
2023-01-04 11:17:49 +01:00
gerjanvangeest
fd09f652d4
fix(select-rich): solve case of having singleOption and hassNoDefaultSelected at the same time ( #1863 )
2022-12-29 10:37:40 +01:00
github-actions[bot]
ed5016dcea
Version Packages
2022-12-16 13:25:07 +01:00
Thijs Louisse
7ac0a42224
fix(ui): overlay fixes (responsive backdrop/select-rich/tooltip)
2022-12-16 08:47:48 +01:00
github-actions[bot]
ab906fc13b
Version Packages
2022-12-15 17:03:23 +01:00
Thijs Louisse
5e70716862
fix(ui): prevent infinite tooltip loops
2022-12-15 16:52:02 +01:00
Danny Moerkerke
71906ed316
chore: - simplified selectors for content and invoker
...
- mentioned accordion in changeset
2022-12-14 13:56:27 +01:00
Danny Moerkerke
49092c97aa
chore: added changeset
2022-12-14 13:56:27 +01:00
Thijs Louisse
fafd922251
fix(ui): add adopted stylesheets once; attach correctly to body
2022-12-12 14:31:14 +01:00
github-actions[bot]
fc55726a97
Version Packages
2022-12-09 16:26:17 +01:00
Thijs Louisse
36910e5d70
fix(ui): simplify datepicker structure
2022-12-09 15:54:28 +01:00
Thijs Louisse
64c0e26c20
feat: use dialog element for top layer functionality of all overlays
2022-12-09 15:54:28 +01:00
Thijs Louisse
00063d7350
fix: depend on @popperjs/core, so local overlays have it available
2022-12-09 15:54:28 +01:00
github-actions[bot]
349b6dcbd6
Version Packages
2022-12-01 17:00:20 +01:00
Thijs Louisse
f147024ce8
feat(ui): validate-messages without side effects
2022-12-01 16:42:21 +01:00
github-actions[bot]
f7fde3152a
Version Packages
2022-11-28 18:06:31 +01:00
Thijs Louisse
f0e6ee922c
feat(ui): export side effect free singletons for deduping multiple instances before "main" singleton instance is registered
2022-11-28 18:02:48 +01:00
Thijs Louisse
de51dae20b
fix(ui): use the correct names for singleton registrations
2022-11-28 18:02:48 +01:00
github-actions[bot]
8de03892cb
Version Packages
2022-11-28 13:49:40 +01:00
Thomas Allmer
11f6f19a09
fix(ui): use scoped-elements version that exposes types
2022-11-28 13:28:39 +01:00
github-actions[bot]
32f55a8650
Version Packages
2022-11-23 22:43:02 +01:00
Thijs Louisse
5dd5a848f0
fix(core): SlotMixin: conditional slots should not break init loop
2022-11-23 22:22:35 +01:00
github-actions[bot]
6d4a362662
Version Packages
2022-11-23 16:23:01 +01:00
Thijs Louisse
2572012d8e
chore: enhance SlotMixin docs
2022-11-23 16:19:09 +01:00
Thijs Louisse
0176eabe23
chore: correct changelog overlay safari issue
2022-11-23 15:19:58 +01:00
Thijs Louisse
8eb68f5030
fix: compensate for unist-util-select not depending on "not" dependency
2022-11-23 14:48:53 +01:00
Thijs Louisse
9b4cbb1dfc
fix(lion-input-tel): upgrade to awesome-phonenumber v4
2022-11-23 14:48:53 +01:00
Rick de Hoop
53459451a7
fix(overlays): MacSafari fix for interactive content in dialog with preventsScroll
2022-11-21 12:59:54 +01:00
Jose C. Perea
e090d2d861
fix(overlay-manager): disable transition when reduced motion enabled
2022-11-18 16:38:13 +01:00
github-actions[bot]
edc6920a90
Version Packages
2022-11-17 12:27:36 +01:00
Thomas Allmer
eee83cca63
fix(ui): export types that are useful for subclassers
2022-11-17 12:08:26 +01:00
Thijs Louisse
d6d3810f7c
chore: add a11y and SlotMixin docs
2022-11-17 12:08:12 +01:00
Thijs Louisse
d7938ef6b3
fix(input-tel-dropdown): fix interaction states
2022-11-17 12:08:12 +01:00
Thijs Louisse
bc2527030b
fix: expose docs via export map
2022-11-17 12:08:12 +01:00
Thijs Louisse
11436fc01c
fix: allow rerender in SlotMixin
2022-11-17 12:08:12 +01:00
github-actions[bot]
fbf0bd2237
Version Packages
2022-11-11 14:17:35 +01:00
Thomas Allmer
4708fe9462
chore: add releases for docs
2022-11-11 14:06:48 +01:00
gvangeest
da057efcf0
fix(localize): fix and simplify parseMode check
2022-11-09 09:58:46 +01:00
github-actions[bot]
42a8acdc72
Version Packages
2022-11-09 09:07:56 +01:00
thepassle
2553e7ac86
ci: changeset
2022-11-09 09:05:25 +01:00
github-actions[bot]
e89faca259
Version Packages
2022-11-08 19:31:23 +01:00
Danny Moerkerke
21af096b9b
chore: added missing ' in changeset file
2022-11-08 17:02:54 +01:00
Danny Moerkerke
2831595fad
chore: added areas of work to changeset files
2022-11-08 15:03:40 +01:00
Danny Moerkerke
948bff8538
chore: removed individual packages from changeset files, everything is now in @lion/ui
2022-11-08 15:03:40 +01:00
Thomas Allmer
faa26f1277
fix(singleton-manager): keep "main" in package.json for older tools
2022-11-08 13:41:34 +01:00
Danny Moerkerke
c7ea03577c
chore: moved lion-drawer to correct directories for new lion/ui setup
2022-11-07 14:48:26 +01:00
github-actions[bot]
3cc3d2960f
Version Packages
2022-11-07 12:29:11 +01:00
Thomas Allmer
e08b6bec58
chore: prepare @lion/ui release
2022-11-07 11:39:40 +01:00
Thomas Allmer
c9e060fc21
feat: move all web pkgs into a single npm pkg @lion/ui
2022-10-31 11:15:03 +01:00
Thijs Louisse
f7fc7df349
feat(providence-analytics): improvements find-exports, trackdown-identifier, get-source-code-fragment-of-declaration
2022-10-10 10:48:04 +02:00
Thijs Louisse
dd3458af70
feat(providence-analytics): enhance and test memoization
2022-10-10 10:48:04 +02:00
Thijs Louisse
e9c6523f59
feat(providence-analytics): export more and use cjs only
2022-09-22 15:39:36 +02:00
Thijs Louisse
a849f09fa9
feat(providence-analytics): add util "getSourceCodeFragmentOfDeclaration"
2022-09-22 15:39:36 +02:00
Thijs Louisse
9593c45695
feat(providence-analytics): add export-map functionality to InputDataService
2022-09-22 15:39:36 +02:00
Edmund
18cbb5b476
Fix: calendar translation de.js strings corrected
2022-09-17 20:31:21 +02:00
Lars den Bakker
66abd3ea4c
fix(ajax): don't throw on non-JSON responses in fetchJson
2022-09-14 23:45:12 +02:00
Jose Luis de Vega
d838ea100c
fix(switch): do not change checked state when disabled
2022-09-14 18:55:28 +02:00
github-actions[bot]
1ff70af3c7
Version Packages
2022-09-08 07:20:58 +00:00
Joren Broekema
2d58320e51
feat: format number add thousandSeparator option, fix type decimalSep ( #1774 )
2022-09-08 09:19:07 +02:00
Joren Broekema
11c5ffe094
fix(input-amount,localize): make decimalSeparator formatOptions work ( #1769 )
2022-09-01 17:01:44 +02:00
Thomas Allmer
cc294f2023
BREAKING(core): remove unused UpdateStylesMixin & DelegateMixin
2022-08-22 13:48:49 +02:00
Martin Pool
b3d8d62be4
Merge pull request #1746 from ing-bank/chore/bump-ajax-v1
...
chore(ajax): bump to major version 1.0.0
2022-08-15 18:46:14 +02:00
github-actions[bot]
7ff4fbf684
Version Packages
2022-08-15 07:15:14 +00:00
Danny Moerkerke
da4652e2b1
Merge pull request #1745 from ing-bank/feature/accordion-focus-handling
...
fix: fixed focus handling, focus now jumps from header to panel when …
2022-08-15 09:13:24 +02:00
Thijs Louisse
2514fa972a
fix(rocket-preset-extend-lion): run plugins in correct order, allowing replace functions to access local urls and kick in after tag transforms
2022-08-11 11:42:32 +02:00
Hardik Pithva
a616fd8dca
feat(progress-indicator): add support for progress bar ( #1713 )
...
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
2022-08-11 08:55:25 +02:00
AndreeaMoise
0b97918d1e
fix(form-core): getMessage return type supports string and Element ( #1756 )
...
* fix: getMessage return type supports string and Element
* Add changeset
2022-08-10 10:59:12 +02:00
Danny Moerkerke
d597892a87
chore: added changeset
2022-08-08 11:54:43 +02:00
Martin Pool
18287a6465
chore(ajax): bump to major version 1.0.0
2022-07-19 10:28:43 +02:00
Riovir
718ce0146a
fix(switch): fix error caused by setting role in constructor ( #1741 )
...
Co-authored-by: jorenbroekema <joren.broekema@gmail.com>
Co-authored-by: jorenbroekema <joren.broekema@gmail.com>
2022-07-05 10:58:26 +02:00
github-actions[bot]
5be7776e1e
Version Packages
2022-06-20 13:46:01 +02:00
gerjanvangeest
270c7b30b8
fix(overlays): change opacity to filter to fix chromium bug ( #1735 )
2022-06-16 10:16:54 +02:00
gerjanvangeest
7239d60466
Fix/input tel format options ( #1733 )
...
* fix(input-tel): remove unwanted characters in parser
* feat(input-tel-dropdown): export getFlagSymbol function
* feat(input-tel): add formatCountryCodeStyle option
2022-06-15 08:11:40 +02:00
Thijs Louisse
29b432f054
Merge pull request #1721 from ing-bank/changeset-release/master
...
Version Packages
2022-06-09 16:50:51 +02:00
github-actions[bot]
66a9dd99a3
Version Packages
2022-06-09 13:14:32 +00:00
Thijs Louisse
5ad98a26fa
fix(core): use partial renderOptions in SlotMixin (for Safari)
2022-06-09 15:12:31 +02:00
Thijs Louisse
f46d908769
feat(rocket-preset-extend-lion-docs): allow globalReplaceFunction
2022-06-09 15:12:15 +02:00
Thijs Louisse
63f8f6fd36
feat(remark-extend): allow globalReplaceFunction
2022-06-09 15:12:15 +02:00
Thomas Allmer
20af7a44ce
fix(form-core): maintain correct formElements order with non-form elements in dom
2022-06-08 16:10:10 +02:00
gerjanvangeest
3dee788fb5
fix(input-tel-dropdown): fix edge cases onDropdownValueChanged ( #1723 )
2022-06-01 15:34:38 +02:00
Thijs Louisse
20436115c3
chore: depend on latest minors internally for input-tel(-dropdown)
2022-06-01 13:24:42 +02:00
Thijs Louisse
63466d6142
fix: type export ValidationType
2022-06-01 12:40:00 +02:00
github-actions[bot]
ad468be032
Version Packages
2022-05-31 16:03:50 +00:00
Thijs Louisse
957ca981d4
Merge pull request #1717 from ing-bank/type-module
...
fix: add type module to pkg jsons of ESM packages
2022-05-31 18:01:58 +02:00
jorenbroekema
e7a4ca1dcc
fix: add type module to pkg jsons of ESM packages
2022-05-31 16:46:53 +02:00
gerjanvangeest
9591732f4e
fix(input-tel-dropdown): syncs value of dropdown on init if input has no value
...
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2022-05-31 16:25:50 +02:00
Lars den Bakker
362ee0e2e9
fix(ajax): align intercepted and non-intercepted response behavior
2022-05-31 13:46:54 +02:00