qa46hx
|
e87b6293fe
|
fix(form-core): only preserve caret if value changed
|
2021-07-12 11:42:59 +02:00 |
|
Konstantinos Norgias
|
e17f7bdfa6
|
feat: upgrade to lit2
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
|
2021-05-20 12:21:43 +02:00 |
|
Thijs Louisse
|
3b187fa2c9
|
feat(form-core): add [focused-visible] when matching :focus-visible
|
2021-05-03 12:49:51 +02: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
|
ccd757fa39
|
fix: many types
|
2021-04-12 15:08:02 +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 |
|
Konstantinos Norgias
|
77a0424595
|
chore: add protected and private type info
|
2021-04-01 19:40:43 +02: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
|
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
|
1d97721769
|
chore: revert prevValidation result, make prevShown Validator[]
|
2021-03-15 15:31:51 +01: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
|
5db622e9da
|
feat: as BREAKING CHANGE add exports & convert to static docs page
|
2021-03-15 15:22:37 +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 |
|
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 |
|
Joren Broekema
|
f98aab23f1
|
feat(form-core): make __parentFormGroup and __toggleChecked protected
|
2021-01-20 12:16:43 +01:00 |
|
Joren Broekema
|
8fb7e7a193
|
fix: types base constructor same return type
|
2021-01-13 17:05:07 +01:00 |
|
Thijs Louisse
|
b88760d578
|
feat(form-core): add details.isTriggeredByUser to model-value-changed
|
2021-01-06 15:12:47 +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 |
|
qa46hx
|
8f1456c8cb
|
chore(form-core): make use of ChoiceInput & ChoiceGroup test suites
|
2020-11-24 11:33:15 +01:00 |
|
Víctor Lara
|
c5c4d4ba7c
|
fix(form-core): normalize input value in Date Validators
|
2020-11-11 12:18:10 +01:00 |
|
Thomas Allmer
|
e92b98a4b9
|
fix(core): order aria elements accordion to dom order
|
2020-10-12 17:05:23 +02:00 |
|
Joren Broekema
|
0aa4480e0c
|
fix: assure proper typings _inputNode across lion fields
|
2020-10-01 10:02:45 +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 |
|
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 |
|
Joren Broekema
|
46dbaa3f37
|
fix(form-core): add index.d.ts and adjust types for LionInput types
|
2020-09-15 10:48:34 +02:00 |
|
Thijs Louisse
|
b83ef4eeeb
|
fix(form-core): type enhancements
|
2020-09-09 12:21:22 +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 |
|
Joren Broekema
|
d46cbc790f
|
chore: fix lit-element types to reuse lion/core re-export
|
2020-08-20 16:38:28 +02:00 |
|
Thomas Allmer
|
dd021e4392
|
fix(form-core): form-group should have a valid formattedValue
|
2020-08-12 15:00:37 +02: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
|
060ad67f5c
|
chore: cleanup tests of all registration based awaits
|
2020-07-28 14:50:10 +02:00 |
|
Thomas Allmer
|
8698f73418
|
feat: synchronous form registration system
|
2020-07-27 14:11:26 +02:00 |
|
Hzunax
|
83f0b112aa
|
test(validators): validatorName instead of name
|
2020-07-09 15:17:14 +02:00 |
|
Hzunax
|
e24f2efcff
|
fix(field): remove validation toggled disable
when disable is toggled to true, validation should be removed
|
2020-06-02 08:37:03 +02:00 |
|
Thijs Louisse
|
6170374ee8
|
feat: merge field/validate/choice-input/form-group into @lion/form-core
|
2020-05-29 17:01:15 +02:00 |
|