Commit graph

452 commits

Author SHA1 Message Date
Thijs Louisse
f2d9b8e232 fix(overlays): only focus controlled elements after hide 2021-04-13 00:32:50 +02:00
github-actions[bot]
a42351019c Version Packages 2021-04-12 20:47:43 +00:00
Thijs Louisse
53167fd205 fix(form-core): validate on child change + {feedbackType}StateChanged 2021-04-12 22:31:55 +02:00
Thijs Louisse
43e4bb810c feat: private and protected types form-core 2021-04-12 15:23:05 +02:00
Thijs Louisse
cc02ae2450 fix(form-core): feedback msg read before next sibling's msg on blur 2021-04-12 15:08:04 +02:00
Thijs Louisse
2241f72f20
Merge pull request #1325 from ing-bank/fix/fieldsetLabelAsChildSuffix
fix(form-core): a11y / types / test fixes
2021-04-12 14:30:02 +02:00
Thijs Louisse
57c0ae2d14
Merge pull request #1323 from ing-bank/fix/switch
fix(switch|form-core): enhanced feedback visibility configuration / applied on switch / a11y fix
2021-04-12 14:17:47 +02:00
Thijs Louisse
652f267b99 fix(switch): use ._showFeedbackConditionFor instead of .submitted 2021-04-12 12:07:27 +02:00
Thijs Louisse
0e910e3f80 feat(form-core): allow developers to add .showFeedbackConditionFor 2021-04-12 12:07:26 +02:00
Thijs Louisse
d4dcb7c1fb chore(combobox): clicking label focuses toggle button 2021-04-12 12:07:23 +02:00
Thijs Louisse
991f1f54f9 fix(combobox): types 2021-04-12 11:27:22 +02:00
Thijs Louisse
75af80be3b fix(form-core): cleanup group > child descriptions and reenable tests 2021-04-12 11:26:07 +02:00
Thijs Louisse
fb1522dda5 fix(form-core): fieldset label as child label suffix 2021-04-12 11:24:50 +02:00
Thijs Louisse
e301ef9657 fix(combobox): aria-expanded always on elm with role=combobox 2021-04-08 13:05:47 +02:00
realfighter92
0dc706b6f9
fix: combobox clear function (#1315)
* fix(combobox): clear() method

Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-04-08 12:37:08 +02:00
Thijs Louisse
2687e15189
Merge pull request #1316 from ing-bank/chore/formRegistrations
Chore/form registrations
2021-04-08 12:15:42 +02:00
Thijs Louisse
6ae7a5e352 fix(form-core): add clear() to choice-group; test integratoons 2021-04-08 11:30:12 +02:00
Ahmet Yesil
9b79b287e9 fix(ajax): bug fixes and readability improvements 2021-04-07 17:09:03 +02:00
Thijs Louisse
5633d2aba8
Merge pull request #1313 from ing-bank/chore/testInitialDirtyState
chore(form-core): fix prefilled FormGroups
2021-04-07 16:55:31 +02:00
Thijs Louisse
38297d077f fix(form-core): registr. complete cb before initial interaction states 2021-04-07 16:03:22 +02:00
Thijs Louisse
9a311d5f25
Merge pull request #1312 from ing-bank/chore/choiceGroupAngularCompatibility
Chore/choice group angular compatibility
2021-04-07 15:20:35 +02:00
Lars den Bakker
468223a09f fix(ajax): return cached status and headers 2021-04-07 08:33:03 +02:00
Lars den Bakker
c1a81fe4cc feat(ajax): allow caching concurrent requests 2021-04-07 08:28:50 +02:00
Thijs Louisse
181a1d452b fix(form-core): choice-group initialization values + null support 2021-04-06 14:29:44 +02:00
qa46hx
97b8592cd9 chore(docs): remove lion references for easier extending 2021-04-02 13:17:45 +02:00
Thijs Louisse
2ac36c7f2f
Merge pull request #1263 from ing-bank/chore/add-private-protected-types
Chore/add private protected types
2021-04-01 19:49:43 +02:00
Konstantinos Norgias
77a0424595 chore: add protected and private type info 2021-04-01 19:40:43 +02:00
Thijs Louisse
3b5ed3222f fix(form-core): do not preprocess during composition 2021-04-01 13:06:01 +02:00
github-actions[bot]
bbd1fce3c2 Version Packages 2021-03-31 11:37:17 +00:00
Joren Broekema
0e61e76420 fix(combobox): fix google combobox demo 2021-03-31 13:18:36 +02:00
github-actions[bot]
281a41ec2d Version Packages 2021-03-31 07:54:01 +00:00
Joren Broekema
6ea0298884 fix: use ...styles / CSSResult[] everywhere for types consistency 2021-03-30 17:25:02 +02:00
github-actions[bot]
b4ed1f36d8 Version Packages 2021-03-25 15:15:36 +00:00
Thijs Louisse
67cd8e351d fix(providence): expose analyzers 2021-03-25 16:00:03 +01:00
github-actions[bot]
80e1f79e0b Version Packages 2021-03-23 13:50:23 +01:00
Thomas Allmer
57ad1569e0 fix(remark-extend): do not touch image urls 2021-03-23 13:41:14 +01:00
Konstantinos Norgias
59dad2848d chore: add missing packages to changeset-release/master 2021-03-23 13:03:44 +01:00
Thomas Allmer
b1cd3735b4 fix(publish-docs): images need to stay images when adjusting links 2021-03-23 11:29:38 +01:00
Thijs Louisse
4dc169c65f
Merge pull request #1213 from ing-bank/feat/preprocessor
feat: add preprocessor hook and example amount preprocessor
2021-03-22 10:15:25 +01:00
Joren Broekema
13f808af57 feat: add preprocessor hook and example amount preprocessor
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-03-22 09:43:32 +01:00
Thijs Louisse
0e22f62e74
Merge pull request #1265 from ing-bank/fix/validation-in-dialog
fix: make sync updatable mixin work with re-connecting to DOM
2021-03-18 19:37:21 +01:00
Joren Broekema
a809d7b5e1 fix: make sync updatable mixin work with re-connecting to DOM
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-03-18 19:24:29 +01:00
Thijs Louisse
5d9ca283ed
Merge pull request #1257 from ing-bank/fix/dialog-overlay-mousedown-close
fix: overlay closed on mouseup
2021-03-18 18:23:41 +01:00
Thijs Louisse
412270fa1a fix(overlays): enhanced and documented closeOnOutsideClick
Co-authored-by: Konstantinos Norgias <Konstantinos.Norgias@ing.com>
2021-03-18 15:38:38 +01:00
Thijs Louisse
81e94c94b6
Merge pull request #1272 from ing-bank/fix/update-required-validator
Fix/update required validator
2021-03-18 13:24:30 +01:00
Konstantinos Norgias
aa47817465 fix(form-core): aria-required for compatible roles 2021-03-18 13:11:02 +01:00
Joren Broekema
3aa4783326 fix(checkbox-group): add side effect define.js to package.json 2021-03-17 10:03:40 +01:00
github-actions[bot]
908bd4a145 Version Packages 2021-03-15 14:47:14 +00:00
Joren Broekema
af90b20ed0 fix(form-core): only show success after recovery from shown feedback 2021-03-15 15:31:35 +01:00
Thomas Allmer
f3e54c5615 chore: add releases for documentation 2021-03-15 15:22:37 +01:00
Thomas Allmer
5db622e9da feat: as BREAKING CHANGE add exports & convert to static docs page 2021-03-15 15:22:37 +01:00
github-actions[bot]
aafbeba2fd Version Packages 2021-03-11 17:45:46 +00:00
Joren Broekema
02184c7752
Merge pull request #1192 from barroudjo/fix-body-margin-auto-error
Update OverlayController.js
2021-03-11 18:44:01 +01:00
Jonathan
2e8e547cd4 fix(overlays): prevent error throw for body margin auto 2021-03-11 18:29:39 +01:00
Konstantinos Norgias
dbacafa539 fix: remove @ts-expect-error & add @type {any} to static get props
Co-authored-by: jorenbroekema <Joren.Broekema@ing.com>
2021-03-04 10:32:39 +01:00
github-actions[bot]
31105ebe16 Version Packages 2021-02-25 10:14:42 +00:00
Joren Broekema
701aadce7f fix: use Pick generic types and inherit lit static props/methods 2021-02-25 10:09:08 +01:00
Joren Broekema
6b91c92d67 fix: update dependencies, fix tests, dont use .prototype 2021-02-25 10:09:06 +01:00
Joren Broekema
15e2d13589 fix(helpers): add styling improvements for sb action logger 2021-02-24 14:51:30 +01:00
Joren Broekema
2cd7993da8 feat: add ajax cache improvements and demos/docs 2021-02-24 14:51:30 +01:00
github-actions[bot]
b6b5f5ca14 Version Packages 2021-02-23 13:55:11 +00:00
Joren Broekema
b2a1c1efd4 fix(form-core): prevValidationResult initialize as empty array 2021-02-23 14:41:02 +01:00
github-actions[bot]
2a25e24467 Version Packages 2021-02-17 10:19:23 +00:00
Joren Broekema
deb95d1388 fix: add data-tag-name attribute on scoped slottables 2021-02-17 11:10:28 +01:00
github-actions[bot]
e97300b62b Version Packages 2021-02-16 11:08:35 +00:00
Manuel Martin
b2f981db72 refactor: add package exports entry
This commit adds the exports entry in each package.json, exposing the public parts of each package and hiding the private ones.
2021-02-15 17:49:22 +01:00
Yevgeniy Valeyev
bbffd7105f feat: port caching feature to fetch proposal
Co-authored-by: Yevgeniy Valeyev <yevgeniy.valeyev@ing.com>
2021-02-11 12:28:05 +01:00
Joren Broekema
4452d06d44 fix(ajax): rename to ajax, async interceptors 2021-02-10 15:42:37 +01:00
github-actions[bot]
b36620d629 Version Packages 2021-02-08 10:56:56 +00:00
Joren Broekema
c913c9737b fix(icon): export IconManager 2021-02-08 11:43:06 +01:00
github-actions[bot]
b935982d38 Version Packages 2021-02-01 10:59:43 +00:00
Joren Broekema
1f3d74039b
Merge pull request #1196 from ing-bank/chore/form-docs
fix(form): dispatch submit ev on native form node and add docs
2021-02-01 11:58:17 +01:00
Joren Broekema
33f639e885 fix(button): delay adding prevent event leakage handler by one frame 2021-02-01 10:38:59 +01:00
Joren Broekema
a77452b0ac fix(overlays): reinsert missing tab detect el, don't error on disconnect 2021-01-28 16:18:28 +01:00
Joren Broekema
1a5e353f7f fix(form): dispatch submit ev on native form node and add docs 2021-01-28 16:10:50 +01:00
github-actions[bot]
f01d860243 Version Packages 2021-01-26 10:28:00 +00:00
Joren Broekema
d4af29ab76
Merge pull request #1191 from ing-bank/fix/passGlobsViaCli
fix(providence-analytics): pass globs via cli
2021-01-26 11:26:41 +01:00
Joren Broekema
de97e1d889
Merge pull request #1193 from ing-bank/fix/infinite-loop
fix(form-core): fix infinite loop syncing name to parent
2021-01-26 11:19:21 +01:00
Joren Broekema
a7b2750218 fix(form-core): fix infinite loop syncing name to parent 2021-01-26 11:04:46 +01:00
Thijs Louisse
b4ec2fe884 fix(providence-analytics): pass globs via cli 2021-01-22 11:17:54 +01:00
github-actions[bot]
3ec5155041 Version Packages 2021-01-20 11:27:44 +00:00
Joren Broekema
8d2b251384 feat(checkbox-group): add checkbox-indeterminate component 2021-01-20 12:16:45 +01:00
Joren Broekema
f98aab23f1 feat(form-core): make __parentFormGroup and __toggleChecked protected 2021-01-20 12:16:43 +01:00
Joren Broekema
771147537a fix(form-core): dedupe click event label choice inputs 2021-01-19 15:53:53 +01:00
github-actions[bot]
0ab8d44765 Version Packages 2021-01-18 16:04:21 +00:00
Joren Broekema
e557bda48c fix(helpers): change types config so index.d.ts gets published 2021-01-18 16:52:30 +01:00
github-actions[bot]
742e0a3ccc Version Packages 2021-01-18 13:38:33 +00:00
Joren Broekema
17e6a9f380
Merge pull request #1184 from ing-bank/fix/backdropNodeParent
fix(overlays): guard for backdrop parent node on teardown
2021-01-18 14:37:05 +01:00
Joren Broekema
9352b577fa fix(overlays): guard for backdrop parent node on teardown 2021-01-18 13:41:07 +01:00
Joren Broekema
9112d243db fix: upgrade to latest scoped elements, add missing types 2021-01-14 13:08:23 +01:00
Joren Broekema
8fb7e7a193 fix: types base constructor same return type 2021-01-13 17:05:07 +01:00
github-actions[bot]
23aedb8809 Version Packages 2021-01-13 10:47:06 +00:00
Benny Powers
a7760b64cb fix(overlays): typescript errors
Corrects typescript from `@popperjs/core` for overlays package
2021-01-13 11:45:41 +01:00
github-actions[bot]
2435619b19 Version Packages 2021-01-11 12:03:37 +00:00
Joren Broekema
a04ea59c63 fix(overlays): put tooltip arrow css props on host 2021-01-11 12:20:24 +01:00
Joren Broekema
fcc60cbfc6 fix(form): add example section with link to example form 2021-01-11 11:51:49 +01:00
github-actions[bot]
1a36727f18 Version Packages 2021-01-07 15:54:33 +00:00
Joren Broekema
cc62c4d90b
Merge pull request #1171 from ing-bank/fix/styles-types
fix: type issues with regards to static styles
2021-01-07 16:52:52 +01:00
Joren Broekema
ef7ccbb97f fix: type issues with regards to static styles 2021-01-07 13:56:06 +01:00
Joren Broekema
3fefc359b8 fix(button): add user-select rule with prefixes 2021-01-07 12:01:59 +01:00
github-actions[bot]
f400425cf8 Version Packages 2021-01-06 16:44:27 +00:00
Joren Broekema
0566c5475e
Merge pull request #1155 from ing-bank/fix/select-rich-inside-overlay
Fix/select rich inside overlay
2021-01-06 17:42:51 +01:00
Joren Broekema
718843e5ba fix(button): set user-select to none to make btn text not selectable 2021-01-06 17:33:51 +01:00
Joren Broekema
ebee0abb2c
Merge pull request #1168 from ing-bank/fix/minimise-deps
fix: minimise deps by moving integration demos to integration packages
2021-01-06 16:52:04 +01:00
Joren Broekema
5302ec89a2 fix: minimise deps by moving integration demos to integration packages 2021-01-06 16:34:03 +01:00
Thijs Louisse
a8cf421536 chore: add changeset localize and form-control 2021-01-06 15:30:22 +01:00
Jorge del Casar
98f1bb7e1c fix: normalize dependencies
Co-authored-by: jorenbroekema <Joren.Broekema@ing.com>
2021-01-06 10:53:38 +01:00
Joren Broekema
1f62ed8b74 feat: upgrade to popper 2
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-01-05 14:18:21 +01:00
qa46hx
9b9db3dde4 fix(select-rich): add workaround invoker width when inside overlay 2020-12-24 10:42:44 +01:00
Mathieu Puech
53d22a85a7 chore: add changeset 2020-12-17 15:28:58 -05:00
github-actions[bot]
34ae80add5 Version Packages 2020-12-17 12:07:45 +00:00
Joren Broekema
9fba9007fb chore: fix yarn.lock and schedule rebuilt all types 2020-12-17 12:44:12 +01:00
qa46hx
80031f66c7 fix(overlays): position arrow correctly for placement top 2020-12-16 16:25:46 +01:00
github-actions[bot]
ee610f24fb Version Packages 2020-12-16 11:22:10 +00:00
gerjanvangeest
f304d6c19d
Merge pull request #1143 from ing-bank/chore/upgrade-scoped-elements
fix(core): upgrade @open-wc/scoped-elments version to latest
2020-12-16 12:20:46 +01:00
qa46hx
41edf033bf fix(core): upgrade @open-wc/scoped-elments version to latest 2020-12-16 11:58:07 +01:00
Jorge del Casar
f82b5c18b8
fix(calendar): solve previousMonth and nextMonth conditions error 2020-12-16 11:35:11 +01:00
gerjanvangeest
b1cc3b2999
Merge pull request #1131 from ing-bank/fix/select-rich-width
Fix/select rich width
2020-12-10 16:16:13 +01:00
qa46hx
ad2f90f43d fix(select-rich): set invoker width same as content width 2020-12-10 15:37:21 +01:00
github-actions[bot]
c8a36c6f23 Version Packages 2020-12-08 09:04:58 +00:00
Joren Broekema
3cd1cf95e0 fix(providence-analytics): fix relative source path util for windows 2020-12-07 20:12:01 +01:00
github-actions[bot]
ad697dbcd2 Version Packages 2020-12-07 13:18:25 +00:00
Joren Broekema
273209bd19
Merge pull request #1121 from riovir/fix/overlaysConfigChange
fix(overlays): sync config change to controller
2020-12-07 14:16:56 +01:00
Joren Broekema
11e8dbcbfe fix(overlays): return promises for toggle open and close methods 2020-12-07 13:27:40 +01:00
Riovir
de536282e1 fix(overlays): sync config change to controller
Co-authored-by: jorenbroekema <joren.broekema@ing.com>
2020-12-07 13:08:37 +01:00
Joren Broekema
c8e73457ac feat(input-iban): add IsNotCountryIBAN validator
Co-authored-by: andrei19021 <andrei.ionita.1902@gmail.com>
2020-12-03 16:47:45 +01:00
github-actions[bot]
f5d66bfa4d Version Packages 2020-12-03 10:55:13 +00:00
Jose C. Perea
3147126295 feat(icon): allow custom iconManager 2020-12-03 11:41:52 +01:00
github-actions[bot]
93cd68ea69 Version Packages 2020-12-02 16:29:26 +01:00
Joren Broekema
053bcee6cd
Merge pull request #1114 from ing-bank/fix/listboxSelectionFollowFocusHorizontal
fix(listbox): using selection-follows-focus with horizontal orientation
2020-12-02 16:25:32 +01:00
Joren Broekema
18f47a8d21
Merge pull request #1115 from ing-bank/fix/overlays-focus
Fix/overlays focus
2020-12-02 14:37:56 +01:00
Joren Broekema
7709d7c265 fix(overlays): fix deepContains wrt recursed children, nested shadows 2020-12-02 14:27:36 +01:00
Mathieu Puech
3c2a33a77e chore(listbox): add changeset 2020-12-02 08:05:12 -05:00
Joren Broekema
83359ac2b9 fix(overlays): only set inert for placementMode global 2020-12-02 13:35:30 +01:00
Thomas Allmer
2eeace23d5 fix(overlays): keep hide/show hooks 2020-12-02 12:19:38 +01:00
github-actions[bot]
436586ac01 Version Packages 2020-12-01 11:24:33 +00:00
Thijs Louisse
5553e43e8f fix: point to parent constructor styles 2020-12-01 10:16:48 +01:00
github-actions[bot]
76231fd029 Version Packages 2020-12-01 08:18:48 +00:00
Joren Broekema
69e38a76b1 fix(calendar): fix event handler bindings 2020-12-01 09:09:49 +01:00
github-actions[bot]
bde72f1a08 Version Packages 2020-11-30 16:16:17 +01:00
Carlos
39d5e7670b feat(singleton-manager): save singleton instance on window object 2020-11-30 15:51:23 +01:00
gerjanvangeest
b52f74df58
Merge pull request #1104 from ing-bank/fix/datepickerEvents
fix(calendar): fix bug with duped events, unintended behavior useCapture
2020-11-25 15:58:59 +01:00
Joren Broekema
1981eb0d0f fix(calendar): fix bug with duped events, unintended behavior useCapture 2020-11-25 15:01:14 +01:00
qa46hx
aa8ad0e6b0 fix(radio-group): reset also if selected value is behind initial value 2020-11-24 11:33:25 +01:00
Thijs Louisse
3944c5e8cf
feat(overlays): open, close and toggle methods on host 2020-11-19 12:56:44 +01:00
Thijs Louisse
9142a53da3
feat(overlays): make arrow config more composable (#1101) 2020-11-19 10:58:05 +01:00
Thomas Allmer
4bacc17b16 fix(form-core): make sure .formElements stays in sync with dom order 2020-11-18 10:17:42 +01:00
github-actions[bot]
6b158098e3 Version Packages 2020-11-16 16:55:36 +00:00
Thijs Louisse
405d8e752e
Merge pull request #1090 from ing-bank/feat/localize-postprocessor
Localize post processors
2020-11-16 17:54:00 +01:00
Marcos Gil
3ada1aef83 feat(localize): date and number postProcessors 2020-11-16 17:44:00 +01:00
gerjanvangeest
1cb604c6d2
fix: enable type files for ajax 2020-11-16 14:22:53 +01:00
Joren Broekema
c9ca00ea5e
Merge pull request #1093 from ing-bank/types/ajax
feat: add types for ajax
2020-11-12 17:48:02 +01:00
Joren Broekema
6cc8b95c2d feat: add types for ajax 2020-11-12 15:42:42 +01:00
Thijs Louisse
27020f12af fix(button): make click event target predictable (always host) 2020-11-11 18:04:46 +01:00
Víctor Lara
c5c4d4ba7c
fix(form-core): normalize input value in Date Validators 2020-11-11 12:18:10 +01:00
github-actions[bot]
90113f9e8f Version Packages 2020-11-10 13:26:08 +00:00
Joren Broekema
cf0967fe03 fix(form-core): fix type definition file types for styles 2020-11-10 14:09:03 +01:00
github-actions[bot]
e701f87802 Version Packages 2020-11-09 13:35:08 +00:00
jorenbroekema
cfbcccb5c5 fix: use lion/core types wherever possible 2020-11-09 14:04:05 +01:00
github-actions[bot]
76446ae8a5 Version Packages 2020-11-05 11:37:07 +01:00
gerjanvangeest
7f32fa9a23
Merge pull request #1074 from ing-bank/fix/focus
Fix/focus
2020-11-05 11:25:32 +01:00
gerjanvangeest
cf760056e6
Merge pull request #1080 from ing-bank/feat/types-leftover
chore: whitelist -> blacklist for tsconfig
2020-11-05 11:23:53 +01:00
Joren Broekema
9da2aa2030 fix(helpers): fix missing types 2020-11-05 10:57:05 +01:00
Thomas Allmer
9c3224b4ff chore: add ArrowMixin improvements, add Datepicker local/global switch 2020-11-04 18:06:49 +01:00
Joren Broekema
a3ac76f174 fix(icon): fix types for icon src and test 2020-11-04 17:28:02 +01:00
Joren Broekema
fff79915f9 fix: use deep active element, reset to root on focusout without focusin 2020-11-04 13:53:36 +01:00
Thijs Louisse
4f1e6d0d80
chore: changeset combobox: demos, Subclasser features and fixes 2020-11-02 17:17:13 +01:00
github-actions[bot]
90b73af922 Version Packages 2020-10-27 13:15:40 +00:00
Thomas Allmer
618f269829 chore: enable webkit tests
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
Co-authored-by: Yesil Ahmet <Yesil.Ahmet@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2020-10-27 14:05:32 +01:00
Joren Broekema
82c6cce62a fix(babel-plugin-extend-docs): consider windows paths 2020-10-26 14:41:32 +01:00
Thijs Louisse
75c1b22760
Merge pull request #1049 from ing-bank/fix/typeEnhancements
chore: type enhancements SlotMixin, LocalizeMixin, SelectRichInvoker
2020-10-26 11:40:51 +01:00
gerjanvangeest
7cac5497ac
Merge pull request #1045 from ing-bank/fix/listbox-model-value-changed
fix(listbox): on fire model-value-changed when update from children
2020-10-26 10:51:18 +01:00
Thijs Louisse
20ba0ca8c0 chore: type enhancements SlotMixin, LocalizeMixin, SelectRichInvoker 2020-10-26 10:45:01 +01:00
qa46hx
16dd0cecc3 fix(listbox): on fire model-value-changed when update from children 2020-10-22 17:03:13 +02:00
erik
978af941ba fix(icon): single pronounciation in JAWS/FF 2020-10-22 11:18:12 +02:00
Joren Broekema
be99638e18 chore: release packages 2020-10-19 14:26:30 +02:00
Joren Broekema
4f04ee33ea
Merge pull request #1036 from ing-bank/fix/button-clickarea
fix(button): set width/height clickarea 100%
2020-10-19 13:59:47 +02:00
Thijs Louisse
ca210dae73
feat(providence-analytics): add option skipCheckMatchCompatibility 2020-10-19 13:28:36 +02:00
Joren Broekema
b910d6f730 fix(button): set width/height clickarea 100% 2020-10-19 13:07:49 +02:00
github-actions[bot]
59204ab3f1 Version Packages 2020-10-19 09:30:12 +00:00
Joren Broekema
e14cad34e9
Merge pull request #1034 from Bubbit/bub-add-link-combobox
feat(listbox): add click on enter for options with href
2020-10-19 11:28:55 +02:00
Remco Gubbels
c844c017a9 feat(listbox): add click on enter for options with href 2020-10-19 11:23:11 +02:00
jorenbroekema
1671c705b8 fix(select-rich): trigger manual update invoker selected elem on sync 2020-10-16 12:24:46 +02:00
jorenbroekema
f7ab53910d fix(button): set display to inline-flex for inline content 2020-10-16 12:24:46 +02:00
Joren Broekema
6498ab716f
Merge pull request #1033 from ing-bank/fix/comboboxBackgroundHeritage
fix(combobox): inherit background for native input
2020-10-15 22:25:33 +02:00
Mathieu Puech
7e915f943a fix(combobox): inherit background for native input 2020-10-15 16:17:31 -04:00
Joren Broekema
8a712abd72
Merge pull request #1029 from ing-bank/fix/tooltip-hasDisabledInvoker
fix(tooltip): keeps tooltip closed when invoker is disabled
2020-10-15 16:36:05 +02:00
qa46hx
baeedeeea6 fix(tooltip): keeps tooltip closed when invoker is disabled 2020-10-15 16:26:36 +02:00
Joren Broekema
e5a9f45f1e
Merge pull request #1026 from ing-bank/combobox/model-value-changed
fix(combobox): dispatch model-value-changed properly on unselect
2020-10-15 13:49:57 +02:00
Joren Broekema
3d9e4aca6e
Merge pull request #1030 from ing-bank/fix/observer-textarea
fix(textarea): add intersection observer for textarea recalculate
2020-10-15 13:40:29 +02:00
jorenbroekema
c3a581e281 fix(textarea): add intersection observer for textarea recalculate 2020-10-15 13:31:22 +02:00
Jorge del Casar
26b605939f
refactor(button): several improvements (#1019)
- remove click-area --> move styles to host::before
- reduce css so that extending styles makes sense. Merge .btn with host
- reduce the template and remove the if else construction inside the template
- hide focus styles if they're not needed, for example, when an element receives focus via the mouse.
- improve __clickDelegationHandler. Use current slotted native button instead of create new one
- fix vertical align when 2 buttons are inline and one has icon. Example included.
- add min-with to ensure target size for mobile, not only height
- add test to check event.target in all situations (inside and outside form)
2020-10-15 12:13:46 +02:00
Joren Broekema
9fcb67f0ec fix(combobox): dispatch model-value-changed properly on unselect 2020-10-14 20:02:25 +02:00
Thijs Louisse
2dc85b14d3
feat(providence-analytics): monorepo support extend-docs 2020-10-13 15:24:24 +02:00
Joren Broekema
f0d11fee4a
Merge pull request #1024 from ing-bank/fix/validate-conditions
fix(form-core): add missing interaction states for feedback conditions
2020-10-13 12:21:57 +02:00
Joren Broekema
e58d27753d
Merge pull request #1022 from ing-bank/feat/name-changes
fix(form-core): update child choice fields name attr to parent
2020-10-13 12:20:15 +02:00
Thomas Allmer
bdf1cfb26c fix(overlays): blur focused element on hide if inside overlay 2020-10-12 17:05:23 +02:00
Thomas Allmer
e92b98a4b9 fix(core): order aria elements accordion to dom order 2020-10-12 17:05:23 +02:00
Joren Broekema
68e3e74953 fix(form-core): add missing interaction states for feedback conditions 2020-10-12 16:56:50 +02:00
Joren Broekema
fd297a2832 fix(form-core): update formElements with the right name on change 2020-10-12 14:13:05 +02:00