Commit graph

33 commits

Author SHA1 Message Date
Jorge del Casar
f82b5c18b8
fix(calendar): solve previousMonth and nextMonth conditions error 2020-12-16 11:35:11 +01:00
Joren Broekema
69e38a76b1 fix(calendar): fix event handler bindings 2020-12-01 09:09:49 +01:00
Joren Broekema
1981eb0d0f fix(calendar): fix bug with duped events, unintended behavior useCapture 2020-11-25 15:01:14 +01:00
Joren Broekema
e9cee0397b feat: add types for calendar and datepicker 2020-10-06 12:41:03 +02:00
qa46hx
5a750408eb fix(calendar): make button text also clickable 2020-09-07 10:46:07 +02:00
Joren Broekema
874ff48339 feat(form-core): form-core types
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2020-09-02 09:02:47 +02:00
qa46hx
65ecd43276 feat: update to latest lit-element version 2020-08-27 10:53:03 +02:00
qa46hx
d5f8b461d3 feat(calendar): add year navigation 2020-08-24 17:30:31 +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
Sławek Amielucha
ad1e828d51 chore: unify the naming of changedProperties param (#620) 2020-03-04 17:33:09 +01:00
CubLion
5a0b2c41ea chore: todo cleanup 2020-02-19 21:51:48 +01:00
ovidiu
91a9af2346 chore(#433): more tests & remove as much logic as possible form template 2020-01-17 16:07:51 +01:00
ovidiu
caf9ab2f8a fix(#423): prevent default behavior on keyboard interaction 2019-12-14 21:50:13 +02:00
Ovidiu
b6ec5a8cb5 fix(catalog): add info for next/previous month on to the buttons (#384) 2019-12-05 15:17:26 +01:00
Joren Broekema
7225d9d4ad fix(calendar): make calendar more accessible 2019-11-13 11:01:37 +01:00
Joren Broekema
66d3d390ae feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
Alex Ghiu
f04256cca8 fix(calendar): issue 302 part 2 - skipped month 2019-10-18 10:07:18 +02:00
Thijs Louisse
91583e14fd
Merge pull request #315 from ing-bank/feat/overlayControllerRelease
Feat/overlay controller release
2019-10-10 17:19:42 +02:00
Thijs Louisse
4c26befaae feat: update to latest overlay system
Co-authored-by: Thomas Allmer <Thomas.Allmer@ing.com>
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
Co-authored-by: Mikhail Bashkirov <Mikhail.Bashkirov@ing.com>
Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com>
2019-10-10 17:14:49 +02:00
qa46hx
955e524ff2 chore(calendar): move normalizeDateTime to localize 2019-10-04 14:18:31 +02:00
Erik Kroes
2f27827e4b
Merge pull request #286 from jcperea/fix/calendar
fix(calendar): render the calendar when min and max date are same date
2019-09-26 15:40:09 +02:00
Thomas Allmer
eb768c061d chore(calendar): different event key names 2019-09-25 11:43:28 +02:00
Jose C Perea
b9747efe8a fix(calendar): render the calendar when min and max date are same date 2019-09-25 00:08:20 +02:00
Thijs Louisse
afddc0ec3c fix(calendar): normalize dates for min/max date comparison 2019-08-12 11:55:38 +02:00
Thijs Louisse
fe72ebd055 fix(calendar): generated dates are normalized 2019-08-12 10:44:31 +02:00
Thijs Louisse
57823d1a9e fix(calendar): stop disabled date triggering @user-selected-date-changed 2019-08-01 15:00:02 +02:00
Eloisa Jocson-Iting
a0ebd2da2c fix: support Chinese language 2019-07-17 10:11:32 +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
Mikhail Bashkirov
1643379d74 fix(calendar): init centralDate from selectedDate when today is disabled 2019-06-04 16:00:52 +02:00
Mikhail Bashkirov
9fc5488175 feat(calendar): add reusable calendar
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
Co-authored-by: Thomas Allmer <thomas.allmer@ing.com>
2019-05-13 17:46:00 +02:00