Commit graph

71 commits

Author SHA1 Message Date
github-actions[bot]
c03ebde5b5 Version Packages 2020-09-30 23:04:53 +02:00
Joren Broekema
4b7bea9656 fix(form-core): add some type fixes/adjustments 2020-09-30 20:32:36 +02:00
Thijs Louisse
01a798e59e feat(combobox): new package combobox
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
2020-09-30 19:33:34 +02:00
Joren Broekema
a31b7217ba fix(form-core): added submitGroup to types definition file 2020-09-28 14:41:31 +02:00
qa46hx
857206548c fix(form-core): prevent toggle of checked state when disabled 2020-09-25 15:40:03 +02:00
qa46hx
02145a0644 fix(form-core): override clear() so modelValue doesn't get erased 2020-09-23 17:34:50 +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
b9327627c6 fix(form-core): align on common Intl type formatOptions 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
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
60d5d1d3a3 fix(form-core): remove usage of Public Class Fields to not break builds 2020-09-09 16:18:16 +02:00
Thijs Louisse
b83ef4eeeb fix(form-core): type enhancements 2020-09-09 12:21:22 +02:00
github-actions[bot]
acf2def52a Version Packages 2020-09-07 08:47:32 +00: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
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
github-actions[bot]
2ad20a6216 Version Packages 2020-08-24 15:31:48 +00:00
Thijs Louisse
c347fce4f6 fix(form-core): allow popultion conditionally rendered fields 2020-08-24 17:06:04 +02:00
Joren Broekema
d46cbc790f chore: fix lit-element types to reuse lion/core re-export 2020-08-20 16:38:28 +02:00
github-actions[bot]
ab297162e4 Version Packages 2020-08-20 13:43:29 +00:00
github-actions[bot]
56c396d81d Version Packages 2020-08-17 14:36:28 +00:00
Michel Blankenstein
4a228e671d fix(validate-mixin): remove event listener on disconnect instead of add 2020-08-17 14:51:40 +02:00
Thomas Allmer
07c598fd68 fix(form-core): form should be able to access formattedValue of children 2020-08-12 16:59:17 +02:00
Thomas Allmer
dd021e4392 fix(form-core): form-group should have a valid formattedValue 2020-08-12 15:00:37 +02:00
github-actions[bot]
aaef107384 Version Packages 2020-08-10 13:21:12 +00:00
Joren Broekema
fb23697513 chore: add form-core type d file for index and change tsc cfg 2020-08-10 13:44:11 +02:00
github-actions[bot]
6a83263a0c Version Packages 2020-08-10 11:11:46 +00:00
Joren Broekema
3c61fd294a feat(form-core): add types for many form-core mixins and tests 2020-08-10 10:37:34 +02:00
Thomas Allmer
d94a83a92d fix(switch): clicking on label should toggle checked state 2020-08-03 11:38:23 +02:00
CircleCI
0afd2edb79 chore: release new versions
- @lion/checkbox-group@0.11.8
 - @lion/fieldset@0.14.1
 - @lion/form-core@0.3.1
 - @lion/form-integrations@0.2.1
 - @lion/form@0.6.15
 - @lion/input-amount@0.7.15
 - @lion/input-date@0.7.15
 - @lion/input-datepicker@0.14.19
 - @lion/input-email@0.8.15
 - @lion/input-iban@0.9.15
 - @lion/input-range@0.4.15
 - @lion/input@0.8.1
 - @lion/radio-group@0.11.8
 - @lion/select-rich@0.19.1
 - @lion/select@0.7.15
 - @lion/switch@0.10.16
 - @lion/textarea@0.7.15
 - @lion/validate-messages@0.2.7
2020-07-28 12:58:54 +00:00
Thomas Allmer
060ad67f5c chore: cleanup tests of all registration based awaits 2020-07-28 14:50:10 +02:00
Thomas Allmer
6b8daef509 fix: resolve registrationComplete via microtask to be sync 2020-07-28 14:50:10 +02:00
CircleCI
bb4190d521 chore: release new versions
- @lion/checkbox-group@0.11.7
 - @lion/collapsible@0.1.0
 - @lion/fieldset@0.14.0
 - @lion/form-core@0.3.0
 - @lion/form-integrations@0.2.0
 - @lion/form@0.6.14
 - @lion/input-amount@0.7.14
 - @lion/input-date@0.7.14
 - @lion/input-datepicker@0.14.18
 - @lion/input-email@0.8.14
 - @lion/input-iban@0.9.14
 - @lion/input-range@0.4.14
 - @lion/input@0.8.0
 - @lion/radio-group@0.11.7
 - @lion/select-rich@0.19.0
 - @lion/select@0.7.14
 - @lion/switch@0.10.15
 - @lion/textarea@0.7.14
 - @lion/validate-messages@0.2.6
2020-07-27 15:03:03 +00:00
Thomas Allmer
8698f73418 feat: synchronous form registration system 2020-07-27 14:11:26 +02:00
CircleCI
48b145fc22 chore: release new versions
- @lion/checkbox-group@0.11.6
 - @lion/fieldset@0.13.13
 - @lion/form-core@0.2.6
 - @lion/form-integrations@0.1.21
 - @lion/form@0.6.13
 - @lion/input-amount@0.7.13
 - @lion/input-date@0.7.13
 - @lion/input-datepicker@0.14.17
 - @lion/input-email@0.8.13
 - @lion/input-iban@0.9.13
 - @lion/input-range@0.4.13
 - @lion/input@0.7.13
 - @lion/radio-group@0.11.6
 - @lion/select-rich@0.18.20
 - @lion/select@0.7.13
 - @lion/switch@0.10.14
 - @lion/textarea@0.7.13
 - @lion/validate-messages@0.2.5
2020-07-16 13:26:02 +00:00
qa46hx
e06196dec8 fix(form-core): remove possible untrusted input value callback 2020-07-16 15:02:51 +02:00
CircleCI
b7ea11c767 chore: release new versions
- @lion/accordion@0.1.3
 - @lion/ajax@0.4.4
 - @lion/button@0.7.8
 - @lion/calendar@0.9.6
 - @lion/checkbox-group@0.11.5
 - @lion/core@0.8.0
 - @lion/dialog@0.7.10
 - @lion/fieldset@0.13.12
 - @lion/form-core@0.2.5
 - @lion/form-integrations@0.1.18
 - @lion/form@0.6.12
 - @lion/helpers@0.5.3
 - @lion/icon@0.6.5
 - @lion/input-amount@0.7.12
 - @lion/input-date@0.7.12
 - @lion/input-datepicker@0.14.15
 - @lion/input-email@0.8.12
 - @lion/input-iban@0.9.12
 - @lion/input-range@0.4.12
 - @lion/input@0.7.12
 - @lion/localize@0.13.1
 - @lion/overlays@0.16.10
 - providence-analytics@0.2.2
 - @lion/radio-group@0.11.5
 - @lion/select-rich@0.18.17
 - @lion/select@0.7.12
 - singleton-manager@1.1.1
 - @lion/steps@0.5.4
 - @lion/switch@0.10.13
 - @lion/tabs@0.5.0
 - @lion/textarea@0.7.12
 - @lion/tooltip@0.12.5
 - @lion/validate-messages@0.2.4
2020-07-13 09:47:50 +00:00
Joren Broekema
263607fd63 chore: align package jsons files property everywhere 2020-07-13 11:34:45 +02:00
CircleCI
5b9f039457 chore: release new versions
- @lion/checkbox-group@0.11.4
 - @lion/fieldset@0.13.11
 - @lion/form-core@0.2.4
 - @lion/form-integrations@0.1.17
 - @lion/form@0.6.11
 - @lion/input-amount@0.7.11
 - @lion/input-date@0.7.11
 - @lion/input-datepicker@0.14.14
 - @lion/input-email@0.8.11
 - @lion/input-iban@0.9.11
 - @lion/input-range@0.4.11
 - @lion/input@0.7.11
 - @lion/radio-group@0.11.4
 - @lion/select-rich@0.18.16
 - @lion/select@0.7.11
 - @lion/switch@0.10.12
 - @lion/textarea@0.7.11
 - @lion/validate-messages@0.2.3
2020-07-09 15:30:35 +00:00
Hzunax
83f0b112aa test(validators): validatorName instead of name 2020-07-09 15:17:14 +02:00
CircleCI
cfeb67c913 chore: release new versions
- @lion/checkbox-group@0.11.3
 - @lion/fieldset@0.13.10
 - @lion/form-core@0.2.3
 - @lion/form-integrations@0.1.15
 - @lion/form@0.6.10
 - @lion/input-amount@0.7.10
 - @lion/input-date@0.7.10
 - @lion/input-datepicker@0.14.12
 - @lion/input-email@0.8.10
 - @lion/input-iban@0.9.10
 - @lion/input-range@0.4.10
 - @lion/input@0.7.10
 - @lion/radio-group@0.11.3
 - @lion/select-rich@0.18.14
 - @lion/select@0.7.10
 - @lion/switch@0.10.11
 - @lion/textarea@0.7.10
 - @lion/validate-messages@0.2.2
2020-07-09 08:53:19 +00:00
Thijs Louisse
68a7cc3d9d
Merge pull request #804 from Hzunax/fix/fieldset-set-all-values
fix(formgroup): wait for formElements to register
2020-07-09 10:50:49 +02:00
CircleCI
d9d24df2a9 chore: release new versions
- @lion/checkbox-group@0.11.2
 - @lion/fieldset@0.13.9
 - @lion/form-core@0.2.2
 - @lion/form-integrations@0.1.14
 - @lion/form@0.6.9
 - @lion/input-amount@0.7.9
 - @lion/input-date@0.7.9
 - @lion/input-datepicker@0.14.11
 - @lion/input-email@0.8.9
 - @lion/input-iban@0.9.9
 - @lion/input-range@0.4.9
 - @lion/input@0.7.9
 - @lion/radio-group@0.11.2
 - @lion/select-rich@0.18.13
 - @lion/select@0.7.9
 - @lion/switch@0.10.10
 - @lion/textarea@0.7.9
 - @lion/validate-messages@0.2.1
2020-07-09 08:04:41 +00:00
Mathieu Puech
184898c111 fix(select-rich): instantiation after first update 2020-07-08 13:28:45 -04:00
Hzunax
780383d081 fix(formgroup): wait for formElements to register
_setValueForAllFormElements must wait for formElements to be registered
2020-07-08 17:27:23 +02:00
CircleCI
c2b7766492 chore: release new versions
- @lion/calendar@0.9.5
 - @lion/checkbox-group@0.11.1
 - @lion/dialog@0.7.8
 - @lion/fieldset@0.13.8
 - @lion/form-core@0.2.1
 - @lion/form-integrations@0.1.13
 - @lion/form@0.6.8
 - @lion/input-amount@0.7.8
 - @lion/input-date@0.7.8
 - @lion/input-datepicker@0.14.10
 - @lion/input-email@0.8.8
 - @lion/input-iban@0.9.8
 - @lion/input-range@0.4.8
 - @lion/input@0.7.8
 - @lion/localize@0.13.0
 - @lion/overlays@0.16.8
 - @lion/radio-group@0.11.1
 - @lion/select-rich@0.18.12
 - @lion/select@0.7.8
 - @lion/switch@0.10.9
 - @lion/textarea@0.7.8
 - @lion/tooltip@0.12.3
 - @lion/validate-messages@0.2.0
2020-07-07 08:28:21 +00:00
Thijs Louisse
e571de808a chore: mitigate browser errors WTR 2020-07-06 19:25:15 +02:00
CircleCI
e04ae769ea chore: release new versions
- @lion/button@0.7.7
 - @lion/checkbox-group@0.11.0
 - @lion/dialog@0.7.7
 - @lion/fieldset@0.13.7
 - @lion/form-core@0.2.0
 - @lion/form-integrations@0.1.12
 - @lion/form@0.6.7
 - @lion/input-amount@0.7.7
 - @lion/input-date@0.7.7
 - @lion/input-datepicker@0.14.9
 - @lion/input-email@0.8.7
 - @lion/input-iban@0.9.7
 - @lion/input-range@0.4.7
 - @lion/input@0.7.7
 - @lion/overlays@0.16.7
 - @lion/radio-group@0.11.0
 - @lion/select-rich@0.18.11
 - @lion/select@0.7.7
 - @lion/switch@0.10.8
 - @lion/textarea@0.7.7
 - @lion/tooltip@0.12.2
 - @lion/validate-messages@0.1.7
2020-07-06 16:18:57 +00:00