Choices/src/scripts
Josh Johnson e6882f3e4b
Add missing type definitions + rename sortFn (#734)
* Add wrapped element getters + fix some types

* Remove comment

* Add missing config options to types

* Add types to constants

* Rename sortFn to sorter

* Update PR template

* Add refactor to PR template

* Add passed element types to constants

* Add js doc comments to actions

* Add "returns" to js doc comments

* Add missing choice prop to type

* Add types to store.js

* Add jsdoc comments to components

* Ignore strict null checks

* Move loading action into misc.js

* Further type def additions

* Rename itemCompare to valueCompare

* Update badges

* Rename scrollToChoice to scrollToChildElement
2019-11-03 13:18:16 +00:00
..
actions Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
components Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
lib Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
reducers Update code styling rules (#713) 2019-10-29 18:26:11 +00:00
store Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
choices.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
choices.test.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
constants.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
constants.test.js rename addItemFilterFn (#699) 2019-10-29 17:29:31 +00:00
templates.js Fix #727 (#731) 2019-11-02 13:49:33 +00:00
templates.test.js fix dir (#711) 2019-10-29 14:02:24 +00:00