Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Bootstrap 4 Theme support (#1938)
* new(theme): initial setup for bootstrap-4 using react-bootstrap * create bootstrap-4 textfield widget * add * for required fields * chore: fixed formatting issue * tests: added tests for textWidget * create Radio Widget * minor fix * removed margin-bottom to fix description/helpertext margin * add bootstrap-4 updown widget * Update packages/bootstrap-4/src/RadioWidget/RadioWidget.tsx Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com> * Update RadioWidget.tsx * Update packages/bootstrap-4/src/RadioWidget/RadioWidget.tsx Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com> * Update packages/bootstrap-4/src/RadioWidget/RadioWidget.tsx Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com> * add bootstrap-4 URL widget * add email, password, select. modified text, field template for fixes and support. refactored form component * add errorlist component, modified others for required attribute support * code fixes * chore: resolve conflicts * feat(bootstrap-4): added descriptionField * chore: removed style tag and using classname for styling * update: changed typedef and using fieldProps * chore: fix tests * types: descriptionField extending from FieldProps * tests: updated tests and typinh * feat(bootstrap-4): titleField Component * test: updated test and types for titleField * chore: fixed merge conflicts * chore(bootstrap-4): removed fontawesome icons * feat(bootstrap-4): checboxesWidget * style(bootstrap-4): fixed inconsistency of the buttons (fixes #52) * chore: resolved merge conflict * chore: upate the tests and added mock handlers * test(bootstrap-4): added tests for DateWidget * test(bootstrap-4): added tests for DateTimeWidget * chore: fixed tests and components * fix: temporary playground fix * feat(bootstrap-4): added textAreaWidget * chore: tests for testAreaWidget * chore: added margin left * feat(bootstrap-4): checkboxWidget [WIP] * test: added tests for checkboxWidget * chore: added suggestions and todos * update README.md * chore: uncomment temp changes * chore: deleted extra files * minor fixes * chore: suggestion applied * Fix ObjectFieldTemplate Missed this patch while doing some cleaning-up of code * add placeholder to select widget * test: updated tests for placeholder in select widget * fix CI build * update deps * suggestion fixes pt.1 * suggested changes fix pt.2 * fix suggested changes pt.3 * fix: fixed the inconsistency in the radio and select widget * snapshot fixes * snapshot fixes pt.2 * chore: small changes and test update Co-authored-by: Anix <anik220798@gmail.com> Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com> Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
- Loading branch information