Commit graph

1023 commits

Author SHA1 Message Date
Joren Broekema
cfa2daf674 feat: add types for input components 2020-09-30 13:14:40 +02:00
Hardik Pithva
35efc9c49e
docs: add event example for radio and checkbox group (#962)
Co-authored-by: Thomas Allmer <thomas.allmer@ing.com>
2020-09-29 12:13:34 +02:00
Hardik Pithva
bcc809b6bb fix(pagination): extract nav list template to reuse in derived component 2020-09-28 17:57:27 +02:00
Joren Broekema
b06c85bbb4 feat(dialog): add types for dialog 2020-09-28 15:37:23 +02:00
Thomas Allmer
52618dc539 chore(collapsible): use string instead of template literal for css 2020-09-28 14:54:08 +02:00
Joren Broekema
6be72935cd feat(collapsible): add types for collapsible 2020-09-28 14:54:08 +02:00
Joren Broekema
a31b7217ba fix(form-core): added submitGroup to types definition file 2020-09-28 14:41:31 +02:00
Joren Broekema
6f08e9296b feat: add types for fieldset and form 2020-09-28 14:41:31 +02:00
Joren Broekema
9a74bfdc6e
Merge pull request #955 from ing-bank/feat/choice-types
feat: add types for checkbox-group & radio-group
2020-09-28 11:53:40 +02:00
Joren Broekema
50287fba72 feat(radio-group): add types for radio-group 2020-09-28 11:17:02 +02:00
Joren Broekema
9263f39740 feat(checkbox-group): add types for checkbox-group 2020-09-28 11:16:27 +02:00
Thomas Allmer
e2d772f5b3 fix(select-rich): singleOption true only if there is exactly one option 2020-09-25 17:25:16 +02:00
qa46hx
857206548c fix(form-core): prevent toggle of checked state when disabled 2020-09-25 15:40:03 +02:00
qa46hx
6aacbc4403 fix(switch): dispatch checked-changed on checked change 2020-09-25 15:40:03 +02:00
Joren Broekema
175e6bea6f feat(accordion): add types for accordion 2020-09-25 15:34:37 +02:00
Joren Broekema
56cc174c0b fix(tabs): clear slottable store properly on slotchange 2020-09-25 15:34:37 +02:00
qa46hx
02145a0644 fix(form-core): override clear() so modelValue doesn't get erased 2020-09-23 17:34:50 +02:00
Hardik Pithva
ba72b32b00 feat: add input stepper component 2020-09-22 18:55:07 +02:00
Joren Broekema
526aee2006 chore: revert outlet removal since needed for local backdrop 2020-09-16 12:21:07 +02:00
Joren Broekema
6394c08033 fix: remove unnecessary shadow outlet slots 2020-09-16 12:21:07 +02:00
Joren Broekema
a9d6971c67 feat(overlays): abstract arrow logic from tooltip into ArrowMixin 2020-09-16 12:21:07 +02:00
Thomas Allmer
de0e0d52b5 chore: remove not needed index.d.ts files, minor type improvements 2020-09-15 10:48:34 +02:00
Joren Broekema
3f50c798f1 feat(input-amount): add types 2020-09-15 10:48:34 +02:00
Joren Broekema
b9327627c6 fix(form-core): align on common Intl type formatOptions 2020-09-15 10:48:34 +02:00
Joren Broekema
b01cacbded fix(localize): align on common Intl type and reduce duplicates 2020-09-15 10:48:34 +02:00
Joren Broekema
32202a88ec feat(input): add types 2020-09-15 10:48:34 +02:00
Joren Broekema
46dbaa3f37 fix(form-core): add index.d.ts and adjust types for LionInput types 2020-09-15 10:48:34 +02:00
github-actions[bot]
10e6ad74c2 Version Packages 2020-09-11 12:47:47 +02:00
Thomas Allmer
7e02c39a0f fix(select-rich): remove usage of public class fields 2020-09-11 12:45:23 +02:00
github-actions[bot]
daa97de466 Version Packages 2020-09-11 09:49:56 +02:00
Thomas Allmer
27bc805885 fix(listbox): remove usage of public class fields 2020-09-11 09:46:21 +02:00
Thomas Allmer
8ad5cc56f1 fix: allow to build types 2020-09-09 17:05:52 +02:00
github-actions[bot]
87c4545f5f Version Packages 2020-09-09 16:25:09 +02:00
Thomas Allmer
dba3a71049 chore: fix listbox demos 2020-09-09 16:18:16 +02:00
Thomas Allmer
60d5d1d3a3 fix(form-core): remove usage of Public Class Fields to not break builds 2020-09-09 16:18:16 +02:00
Thomas Allmer
f7299f1672 chore: small adjustements before release 2020-09-09 12:21:22 +02:00
Thijs Louisse
b83ef4eeeb fix(form-core): type enhancements 2020-09-09 12:21:22 +02:00
Thijs Louisse
0ec72ac330 feat(listbox): new package 'listbox' 2020-09-09 12:21:22 +02:00
Thijs Louisse
e42071d8dc fix: types for overlays, tooltip, button 2020-09-09 12:21:22 +02:00
Thijs Louisse
75107a4b6a feat(core): add EventTargetShim 2020-09-09 12:21:22 +02:00
github-actions[bot]
acf2def52a Version Packages 2020-09-07 08:47:32 +00:00
qa46hx
5a750408eb fix(calendar): make button text also clickable 2020-09-07 10:46:07 +02:00
Thomas Allmer
26f683d045 feat(overlays): make OverlayController constructor tasks sync 2020-09-03 16:49:15 +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
Daniel Vivar
3e00819bdf Update 30-guidelines-scoped-elements.md
Fix query selector example
2020-08-31 17:54:14 +02:00
github-actions[bot]
5be15e8991 Version Packages 2020-08-31 17:49:34 +02:00
Hardik Pithva
a88f36041e feat: add pagination component 2020-08-31 17:39:29 +02:00
github-actions[bot]
e72ef2a41d Version Packages 2020-08-27 12:09:52 +02:00
qa46hx
65ecd43276 feat: update to latest lit-element version 2020-08-27 10:53:03 +02:00
Joren Broekema
efabe97691
Merge pull request #894 from ing-bank/fix/types-core
fix(core): fix types for core mixins to inherit Lit/HTMLElement super
2020-08-26 10:14:40 +02:00