Thijs Louisse
|
5354e1a0db
|
chore(form-core): test initial dirty state prefilled FormGroup
|
2021-04-06 17:03:44 +02:00 |
|
Thijs Louisse
|
181a1d452b
|
fix(form-core): choice-group initialization values + null support
|
2021-04-06 14:29:44 +02:00 |
|
Thijs Louisse
|
2ac36c7f2f
|
Merge pull request #1263 from ing-bank/chore/add-private-protected-types
Chore/add private protected types
|
2021-04-01 19:49:43 +02:00 |
|
Konstantinos Norgias
|
77a0424595
|
chore: add protected and private type info
|
2021-04-01 19:40:43 +02:00 |
|
Thijs Louisse
|
3b5ed3222f
|
fix(form-core): do not preprocess during composition
|
2021-04-01 13:06:01 +02:00 |
|
github-actions[bot]
|
281a41ec2d
|
Version Packages
|
2021-03-31 07:54:01 +00:00 |
|
Joren Broekema
|
6ea0298884
|
fix: use ...styles / CSSResult[] everywhere for types consistency
|
2021-03-30 17:25:02 +02:00 |
|
github-actions[bot]
|
ce2fdbfd71
|
Version Packages
|
2021-03-25 09:49:54 +00:00 |
|
Thijs Louisse
|
0c711f6962
|
fix(form-core): delay rejectRegistrationComplete 1 microtask
Co-authored-by: palash2601 <palash2601@gmail.com>
|
2021-03-25 09:03:31 +01:00 |
|
github-actions[bot]
|
80e1f79e0b
|
Version Packages
|
2021-03-23 13:50:23 +01:00 |
|
Thijs Louisse
|
4dc169c65f
|
Merge pull request #1213 from ing-bank/feat/preprocessor
feat: add preprocessor hook and example amount preprocessor
|
2021-03-22 10:15:25 +01:00 |
|
Joren Broekema
|
13f808af57
|
feat: add preprocessor hook and example amount preprocessor
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
|
2021-03-22 09:43:32 +01: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 |
|
github-actions[bot]
|
908bd4a145
|
Version Packages
|
2021-03-15 14:47:14 +00: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
|
b9011e74db
|
chore: adjustments for windows
|
2021-03-15 15:22:37 +01:00 |
|
Thomas Allmer
|
5db622e9da
|
feat: as BREAKING CHANGE add exports & convert to static docs page
|
2021-03-15 15:22:37 +01:00 |
|
github-actions[bot]
|
aafbeba2fd
|
Version Packages
|
2021-03-11 17:45:46 +00: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 |
|
github-actions[bot]
|
31105ebe16
|
Version Packages
|
2021-02-25 10:14:42 +00:00 |
|
Joren Broekema
|
701aadce7f
|
fix: use Pick generic types and inherit lit static props/methods
|
2021-02-25 10:09:08 +01:00 |
|
Joren Broekema
|
6b91c92d67
|
fix: update dependencies, fix tests, dont use .prototype
|
2021-02-25 10:09:06 +01:00 |
|
gerjanvangeest
|
4cd8159e26
|
Merge pull request #1240 from ing-bank/chore/update-eslint
chore: update to latest eslint
|
2021-02-25 09:47:42 +01:00 |
|
qa46hx
|
8fdfe37a3c
|
chore: update to latest eslint
|
2021-02-25 09:40:14 +01:00 |
|
github-actions[bot]
|
b6b5f5ca14
|
Version Packages
|
2021-02-23 13:55:11 +00:00 |
|
Joren Broekema
|
ee85fa036e
|
Merge pull request #1238 from ing-bank/fix/prev-validation-result
fix(form-core): prevValidationResult initialize as empty array
|
2021-02-23 14:53:16 +01:00 |
|
Joren Broekema
|
b2a1c1efd4
|
fix(form-core): prevValidationResult initialize as empty array
|
2021-02-23 14:41:02 +01:00 |
|
github-actions[bot]
|
ee63095351
|
Version Packages
|
2021-02-22 17:03:57 +00:00 |
|
Joren Broekema
|
d0b37e626c
|
fix(form-core): do a deep equal check for choice group modelValue setter
|
2021-02-22 17:37:57 +01:00 |
|
Joren Broekema
|
e3554c146f
|
Merge pull request #1225 from ing-bank/chore/update-cem
chore: update CEM version, add litelement flag
|
2021-02-17 17:25:18 +01:00 |
|
thepassle
|
12b3fa116d
|
chore: update CEM version, add litelement flag
|
2021-02-17 14:12:57 +01:00 |
|
github-actions[bot]
|
2a25e24467
|
Version Packages
|
2021-02-17 10:19:23 +00:00 |
|
Joren Broekema
|
deb95d1388
|
fix: add data-tag-name attribute on scoped slottables
|
2021-02-17 11:10:28 +01:00 |
|
github-actions[bot]
|
e97300b62b
|
Version Packages
|
2021-02-16 11:08:35 +00:00 |
|
Joren Broekema
|
efc743fe6a
|
chore: run custom-elements-manifest in postinstall and prepublish
|
2021-02-16 10:11:19 +01:00 |
|
Joren Broekema
|
ab8ac34384
|
chore: add custom-elements-manifest to dev deps, add script
|
2021-02-15 18:20:21 +01:00 |
|
thepassle
|
4c115ccf4e
|
docs: add custom elements manifest
|
2021-02-15 18:07:33 +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 |
|
github-actions[bot]
|
f01d860243
|
Version Packages
|
2021-01-26 10:28:00 +00:00 |
|
Joren Broekema
|
de97e1d889
|
Merge pull request #1193 from ing-bank/fix/infinite-loop
fix(form-core): fix infinite loop syncing name to parent
|
2021-01-26 11:19:21 +01:00 |
|
Joren Broekema
|
a7b2750218
|
fix(form-core): fix infinite loop syncing name to parent
|
2021-01-26 11:04:46 +01:00 |
|
github-actions[bot]
|
3ec5155041
|
Version Packages
|
2021-01-20 11:27:44 +00:00 |
|
Joren Broekema
|
f98aab23f1
|
feat(form-core): make __parentFormGroup and __toggleChecked protected
|
2021-01-20 12:16:43 +01:00 |
|
Joren Broekema
|
771147537a
|
fix(form-core): dedupe click event label choice inputs
|
2021-01-19 15:53:53 +01:00 |
|
github-actions[bot]
|
742e0a3ccc
|
Version Packages
|
2021-01-18 13:38:33 +00:00 |
|
Joren Broekema
|
8fb7e7a193
|
fix: types base constructor same return type
|
2021-01-13 17:05:07 +01:00 |
|
github-actions[bot]
|
f400425cf8
|
Version Packages
|
2021-01-06 16:44:27 +00:00 |
|
Joren Broekema
|
ebee0abb2c
|
Merge pull request #1168 from ing-bank/fix/minimise-deps
fix: minimise deps by moving integration demos to integration packages
|
2021-01-06 16:52:04 +01:00 |
|
Joren Broekema
|
5302ec89a2
|
fix: minimise deps by moving integration demos to integration packages
|
2021-01-06 16:34:03 +01:00 |
|
Thijs Louisse
|
a8cf421536
|
chore: add changeset localize and form-control
|
2021-01-06 15:30:22 +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
|
7e68ccbddc
|
chore: improve validators instance error message
|
2020-12-24 13:13:51 +01:00 |
|
github-actions[bot]
|
34ae80add5
|
Version Packages
|
2020-12-17 12:07:45 +00:00 |
|
github-actions[bot]
|
ee610f24fb
|
Version Packages
|
2020-12-16 11:22:10 +00:00 |
|
github-actions[bot]
|
436586ac01
|
Version Packages
|
2020-12-01 11:24:33 +00:00 |
|
Thijs Louisse
|
5553e43e8f
|
fix: point to parent constructor styles
|
2020-12-01 10:16:48 +01:00 |
|
github-actions[bot]
|
bde72f1a08
|
Version Packages
|
2020-11-30 16:16:17 +01:00 |
|
qa46hx
|
8f1456c8cb
|
chore(form-core): make use of ChoiceInput & ChoiceGroup test suites
|
2020-11-24 11:33:15 +01:00 |
|
Thomas Allmer
|
4bacc17b16
|
fix(form-core): make sure .formElements stays in sync with dom order
|
2020-11-18 10:17:42 +01:00 |
|
github-actions[bot]
|
6b158098e3
|
Version Packages
|
2020-11-16 16:55:36 +00:00 |
|
Víctor Lara
|
c5c4d4ba7c
|
fix(form-core): normalize input value in Date Validators
|
2020-11-11 12:18:10 +01:00 |
|
github-actions[bot]
|
90113f9e8f
|
Version Packages
|
2020-11-10 13:26:08 +00:00 |
|
Joren Broekema
|
7720e60aa7
|
Merge pull request #1087 from ing-bank/fix/css-types
fix(form-core): fix type definition file types for styles
|
2020-11-10 14:24:50 +01:00 |
|
Joren Broekema
|
cf0967fe03
|
fix(form-core): fix type definition file types for styles
|
2020-11-10 14:09:03 +01:00 |
|
github-actions[bot]
|
748cd07179
|
Version Packages
|
2020-11-10 11:41:19 +00:00 |
|
Joren Broekema
|
b222fd781f
|
fix: make styles consistent across lion and fix some missing types
|
2020-11-10 12:33:21 +01:00 |
|
github-actions[bot]
|
e701f87802
|
Version Packages
|
2020-11-09 13:35:08 +00:00 |
|
jorenbroekema
|
2e95029b0a
|
fix: update typescript to latest 3 and fix errors
|
2020-11-09 13:09:23 +01:00 |
|
github-actions[bot]
|
e13cf82411
|
Version Packages
|
2020-11-03 14:50:54 +00:00 |
|
Thomas Allmer
|
627d8f011b
|
chore: update package debug scripts to work with npm
|
2020-10-30 11:13:20 +01:00 |
|
jorenbroekema
|
531b04bd62
|
chore: upgrade to npm 7 (workspaces), get rid of yarn
|
2020-10-28 16:11:19 +01:00 |
|
github-actions[bot]
|
90b73af922
|
Version Packages
|
2020-10-27 13:15:40 +00:00 |
|
Thomas Allmer
|
618f269829
|
chore: enable webkit tests
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
Co-authored-by: Yesil Ahmet <Yesil.Ahmet@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
|
2020-10-27 14:05:32 +01:00 |
|
github-actions[bot]
|
59204ab3f1
|
Version Packages
|
2020-10-19 09:30:12 +00:00 |
|
jorenbroekema
|
eb87859d76
|
chore: cleanup and align types/tests
|
2020-10-15 11:40:25 +02:00 |
|
jorenbroekema
|
188fe50770
|
fix(form-core): fire initial modelValue lit update after registration
|
2020-10-14 20:02:25 +02:00 |
|
Joren Broekema
|
9fcb67f0ec
|
fix(combobox): dispatch model-value-changed properly on unselect
|
2020-10-14 20:02:25 +02:00 |
|
Joren Broekema
|
f0d11fee4a
|
Merge pull request #1024 from ing-bank/fix/validate-conditions
fix(form-core): add missing interaction states for feedback conditions
|
2020-10-13 12:21:57 +02:00 |
|
Joren Broekema
|
e58d27753d
|
Merge pull request #1022 from ing-bank/feat/name-changes
fix(form-core): update child choice fields name attr to parent
|
2020-10-13 12:20:15 +02:00 |
|
Thomas Allmer
|
58f092248e
|
chore: adjust tests so they are sucessfull on firefox as well
|
2020-10-12 17:05:23 +02:00 |
|
Thomas Allmer
|
e92b98a4b9
|
fix(core): order aria elements accordion to dom order
|
2020-10-12 17:05:23 +02:00 |
|
Thomas Allmer
|
acd9264091
|
fix(form-core): default accessible disabled colors
|
2020-10-12 17:05:23 +02:00 |
|
Thomas Allmer
|
7da5542ee7
|
chore: setup to test on all evergreen browsers
|
2020-10-12 17:05:23 +02:00 |
|
Joren Broekema
|
68e3e74953
|
fix(form-core): add missing interaction states for feedback conditions
|
2020-10-12 16:56:50 +02:00 |
|
Joren Broekema
|
e25586e606
|
fix(form-core): prevent choice input from changing name away from parent
|
2020-10-12 14:23:51 +02:00 |
|
Joren Broekema
|
fd297a2832
|
fix(form-core): update formElements with the right name on change
|
2020-10-12 14:13:05 +02:00 |
|
Joren Broekema
|
247e64a3cc
|
fix(form-core): update child choice fields name attr to parent
|
2020-10-12 12:29:48 +02:00 |
|
Manuel Martin
|
2907649ba3
|
fix(form-core): filter feedback visibility according interaction states
|
2020-10-08 17:39:52 +02:00 |
|
github-actions[bot]
|
1dfe35f000
|
Version Packages
|
2020-10-08 14:44:32 +00:00 |
|
Joren Broekema
|
f99da587b7
|
Merge pull request #978 from ing-bank/fix/_inputNode
fix: assure proper typings _inputNode across lion fields
|
2020-10-05 12:08:40 +02:00 |
|
Joren Broekema
|
7f744e6368
|
chore: add consistent styles inheritance for types
|
2020-10-05 12:01:18 +02:00 |
|
qa46hx
|
d5faa459f8
|
fix(listbox): add reset function
|
2020-10-01 16:22:56 +02:00 |
|
Joren Broekema
|
2f48f59244
|
chore: refactor some more
|
2020-10-01 14:34:44 +02:00 |
|
Joren Broekema
|
0aa4480e0c
|
fix: assure proper typings _inputNode across lion fields
|
2020-10-01 10:02:45 +02:00 |
|
github-actions[bot]
|
c03ebde5b5
|
Version Packages
|
2020-09-30 23:04:53 +02:00 |
|