Commit Graph

23 Commits

Author SHA1 Message Date
Lukas Elmer
36948c9e5d
react-onsenui: Add list title
added list title, see https://onsen.io/v2/api/react/ListTitle.html
2018-03-05 16:14:41 +01:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Forbes Lindesay
8f8f6c4392 [react] Use HTMLDialogElement for the dialog node (#23053)
* [react] Use HTMLDialogElement for the dialog node

* Actually add the `open` property

* This update requires typescript 2.6

* Update dependents of react to also require typescript 2.6
2018-02-12 12:55:52 +00:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Jeremy Wells
e2cb09b5ae [@types/react-onsenui] Add SpeedDial, SpeedDialItem, Segment, Toast components and add missing properties. (#22940)
* [@types/react-onsenui] Add SpeedDial, SpeedDialItem, and Segment component types

* [@types/react-onsenui] Add Toast component

* [@types/react-onsenui] Add missing props to Tabbar component

* [@types/react-onsenui] Tabbar renderTabs return type

* [@types/react-onsenui] Tabbar animation is optional

* [@types/react-onsenui] Tab label and icon

* [@types/react-onsenui] Fix version, add missing style and className properties

* [@types/react-onsenui] Add style and className properties to Toast

* [@types/react-onsenui] tslint fixes

* [@types/react-onsenui] Property fixes for PR

Toast isOpen is required

Tabbar index and renderTabs are required

Tabbar animation does not accept 'fade'

Tabbar onSwipe takes arguments

* [@types/react-onsenui] tslint fixes
2018-01-19 09:07:16 -08:00
salim7
4f3535ffa1 react-onsenui: Fixed typo and property type for ProgressBar (#22999)
* react-onsenui: Added missing attributes to existing components and on-change event of a Switch.

* react-onsenui: Fixed typo for ProgressBar intermediate --> indeterminate

* react-onsenui: Fixed type for ProgressBar secondaryValue boolean --> number
2018-01-17 13:45:17 -08:00
salim7
db2f29e765 react-onsenui: Added missing attributes to existing components and on-change event of a Switch. (#22848) 2018-01-12 10:20:56 -08:00
salim7
33e817dd09 Updated to Onsen UI 2.8. Fixed typos. Added missing component PullHook. Added missing attributes to existing components. (#22791) 2018-01-09 15:22:47 -08:00
Kevin
d561d98768 Add missings typings 2017-11-16 10:07:21 +01:00
Samphan Raruenrom
b16e776e30 Correct from element handlers and add test (#21511) 2017-11-14 06:49:46 -08:00
Tom Crockett
73216e2ef2 Propagate non-optional props change to dependent libraries 2017-10-24 22:04:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
discharged-spider
ff54e80074 Fixed Navigator.renderPage. (#19728)
Added new parameter to Navigator.renderPage, because Navigator does not works without it.
2017-09-25 13:53:24 -07:00
Andy
a828ea02ac Normalize tsconfig.jsons (#19447) 2017-08-30 08:15:31 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Samphan Raruenrom
260c23636f react-onsenui: fix some typings and add Card (#19118)
* Make React available cause we need several things from it

* Fix Navigator typing

* Fix Popover typing

* Fix Input typing

* Fix List typing

* Add onClick() to ListItem

* Add Card
2017-08-18 06:51:14 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Tanguy Krotoff
ea9de8a518 Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy
3d13ec5399 Lint react-* packages (#15526) 2017-03-30 14:11:46 -07:00
gldfdp
6d01ad0c9a missing "l" in placeholder prop of Input 2017-03-27 14:33:32 +02:00
gldfdp
6d640754eb Adding react-onsenui 2017-03-27 11:16:56 +02:00