Commit graph

19 commits

Author SHA1 Message Date
Konstantinos Norgias
77a0424595 chore: add protected and private type info 2021-04-01 19:40:43 +02:00
Joren Broekema
8fb7e7a193 fix: types base constructor same return type 2021-01-13 17:05:07 +01:00
Joren Broekema
e9cee0397b feat: add types for calendar and datepicker 2020-10-06 12:41:03 +02:00
Joren Broekema
6394c08033 fix: remove unnecessary shadow outlet slots 2020-09-16 12:21:07 +02:00
Thijs Louisse
e19a0f483c fix(overlays): local backdrop outlet 2020-05-18 12:53:13 +02:00
Aymen Ben Amor
f33ea6b0b0 feat(overlays): enhance content projection for styling purposes
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
2020-05-17 17:27:29 +02:00
Davide
9731771c23 fix: add display:none for hidden (#692) 2020-04-29 10:05:06 +02:00
Joren Broekema
5103289f99 fix: convert unnecessary backticks to single quotes for unpkg 2020-04-02 16:25:41 +02:00
Joren Broekema
42c840f949 feat: refrain from using dynamic vars inside dynamic import
BREAKING: Dynamic variables inside dynamic content are problematic for tools that use static analysis, therefore we have removed it, but you can still add it back on your extension if it works for you. The change may break your extension if you relied on this logic, you can add it back yourself by overriding the static get localizeNamespaces(). Example can be found here: https://github.com/ing-bank/lion/blob/%40lion/localize%400.8.10/packages/localize/stories/50-system-overview.stories.mdx#rendering-with-localizemixin
2020-03-25 17:02:10 +01:00
Joren Broekema
f810a30103 fix(input-datepicker): refactor unnamed slot to named content slot
unnamed slot is now removed, you have to use named slot="content" in order to pass content to the calendar overlay frame
2020-03-05 16:04:49 +01:00
Thijs Louisse
97678dd49b chore: cleanup todos 2020-02-26 14:32:52 +01:00
Thijs Louisse
b2c5f92e08 feat(overlays): close/hide events on dom (OverlayMixin) level 2019-12-11 15:51:06 +01:00
Thomas Allmer
49974bd2b8 fix: no longer use overlay templates 2019-12-01 16:03:04 +01:00
Joren Broekema
66d3d390ae feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
Eloisa Jocson-Iting
a0ebd2da2c fix: support Chinese language 2019-07-17 10:11:32 +02:00
Mikhail Bashkirov
fe4848410f fix(datepicker): dynamic translations fallback path 2019-07-17 10:11:31 +02:00
Carlo Canlas
7643e64572 fix: support en-PH locale for polymer-cli 2019-06-20 10:49:06 +02:00
Ovidiu
b729bf07d4 fix: support language fallback for non found locales (#102) 2019-06-18 15:25:06 +02:00
Thijs Louisse
9b110ca0f9 feat(input-datepicker): added input-datepicker component
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com>
Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com>
2019-05-16 11:05:11 +02:00