zhengbli
c2a54db3e9
Merge branch 'master' into types-2.0
...
# Conflicts:
# amcharts/AmCharts.d.ts
# angular-gettext/angular-gettext.d.ts
# angular-jwt/angular-jwt.d.ts
# angular-material/angular-material.d.ts
# angularjs/angular.d.ts
# auth0-js/auth0-js.d.ts
# aws-lambda/aws-lambda.d.ts
# aws-sdk/aws-sdk.d.ts
# azure-mobile-apps/azure-mobile-apps.d.ts
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# blessed/blessed-tests.ts
# blessed/blessed.d.ts
# bootbox/bootbox.d.ts
# bowser/bowser.d.ts
# cache-manager/cache-manager.d.ts
# chai-things/chai-things.d.ts
# colors/colors.d.ts
# cordova/cordova-tests.ts
# cordova/plugins/Contacts.d.ts
# cordova/plugins/FileSystem.d.ts
# couchbase/couchbase.d.ts
# cucumber/cucumber-tests.ts
# cucumber/cucumber.d.ts
# d3/d3.d.ts
# dojo/dojo.d.ts
# dustjs-linkedin/dustjs-linkedin.d.ts
# esprima/esprima.d.ts
# express-serve-static-core/express-serve-static-core.d.ts
# express-session/express-session.d.ts
# fetch-mock/fetch-mock.d.ts
# fs-extra/fs-extra.d.ts
# fullCalendar/fullCalendar.d.ts
# github-electron/github-electron.d.ts
# gulp-uglify/gulp-uglify.d.ts
# gulp/gulp.d.ts
# highcharts/highcharts.d.ts
# imap/imap.d.ts
# incremental-dom/incremental-dom.d.ts
# inversify/inversify.d.ts
# ionic/ionic.d.ts
# ioredis/ioredis.d.ts
# isomorphic-fetch/isomorphic-fetch-tests.ts
# jake/jake.d.ts
# joi/joi.d.ts
# jquery-mockjax/jquery-mockjax.d.ts
# jquery/jquery.d.ts
# js-data-http/js-data-http-tests.ts
# js-data-http/js-data-http.d.ts
# js-data/js-data.d.ts
# jsdom/jsdom.d.ts
# jsts/jsts-tests.ts
# knex/knex.d.ts
# koa-favicon/koa-favicon.d.ts
# koa-router/koa-router-tests.ts
# koa-router/koa-router.d.ts
# lodash/lodash.d.ts
# mailparser/mailparser.d.ts
# maquette/maquette.d.ts
# material-ui/material-ui.d.ts
# matter-js/matter-js.d.ts
# moment/moment.d.ts
# mongoose-promise/mongoose-promise-tests.ts
# mongoose/mongoose-tests.ts
# mongoose/mongoose.d.ts
# multer/multer.d.ts
# ncp/ncp.d.ts
# nock/nock.d.ts
# node/node-tests.ts
# node/node.d.ts
# nvd3/nvd3.d.ts
# object-assign/object-assign.d.ts
# openlayers/openlayers.d.ts
# parse/parse.d.ts
# pdf/pdf.d.ts
# pdfkit/pdfkit.d.ts
# pg/pg.d.ts
# pixi.js/pixi.js.d.ts
# progress/progress.d.ts
# pusher-js/pusher-js.d.ts
# quill/quill-tests.ts
# quill/quill.d.ts
# radium/radium.d.ts
# ravenjs/ravenjs-tests.ts
# react-dropzone/react-dropzone.d.ts
# react-mdl/react-mdl.d.ts
# react-native/react-native.d.ts
# react-notification-system/react-notification-system.d.ts
# react-router/history-tests.ts
# react-router/react-router-tests.tsx
# react-router/react-router.d.ts
# react-select/react-select-tests.tsx
# react-select/react-select.d.ts
# react/react.d.ts
# redux-form/redux-form.d.ts
# request-promise/request-promise.d.ts
# resolve-from/resolve-from.d.ts
# riot-api-nodejs/riot-api-nodejs.d.ts
# sanitize-html/sanitize-html.d.ts
# segment-analytics/segment-analytics.d.ts
# simple-assign/simple-assign-tests.ts
# simple-assign/simple-assign.d.ts
# slate-irc/slate-irc.d.ts
# soap/soap.d.ts
# socket.io/socket.io.d.ts
# sql.js/sql.js-tests.ts
# sql.js/sql.js.d.ts
# steam/steam.d.ts
# stylus/stylus.d.ts
# swiper/swiper.d.ts
# tedious/tedious.d.ts
# threejs/three.d.ts
# twilio/twilio.d.ts
# underscore/underscore.d.ts
# ws/ws.d.ts
# yeoman-generator/yeoman-generator.d.ts
2016-09-14 18:44:24 -07:00
Honza Kalfus
44c49ae9c0
Added react-native requireNativeComponent function ( #10712 )
...
* Added react-native requireNativeComponent function
* Replaced "any" in requireNativeComponent and ComponentInterface with generics
2016-08-30 23:15:35 +09:00
Mine Yalcinalp Starks
29398f1a28
Fix bad merge in react-native
2016-08-03 16:08:08 -07:00
Mine Yalcinalp Starks
8252b2118a
Merge remote-tracking branch 'upstream/master' into minestarks-types2.0
2016-08-03 15:19:03 -07:00
Yui
cedcbbf05f
Merge master into release-2.0 on 07/28 ( #10348 )
...
* Changed AtomicBlockUtils and KeyBindingUtil from interfaces to classes with static functions (#10324 )
* Fixing a few minor issues in webpack-stream. (#10253 )
* Document changes in 0.28 and 0.29 in React Native (#10309 )
* RN: Widen limit of refreshControl
* RN: Update NavigationExperimental to 0.28
* RN: Define new method from 0.28
* RN: Promisify requestPermissions per 0.28
* RN: Remove onNavigate method
See: fb0007d853 (diff-04c37ff76f85aea35e8475617539b75fR94)
* RN: Add onNavigateBack method
See: fb0007d853 (diff-04c37ff76f85aea35e8475617539b75fR94)
* RN: Deprecate StatusBarIOS
* RN: Update StyleSheet API per 0.29
* RN: Define KeyboardAvoidingView added in 0.29
* RN: Define saveToCameraRoll added in 0.29
* RN: Define cancellable from InteractionManager
* RN: Add new possible values of flexDirection
* RN: Define lineBreakMode
* RN: Allow zIndex prop
* RN: Allow dimension limits
* RN: Specify type of refreshControl
* RN: Mark properties as optional
* RN: Clarify parameter naming
* RN: Mark optional property as optional
* RN: Definite explicit ref type
* RN: Restore StyleSheet.create to restore compatibility
* Added Headers constructor options to whatwg-fetch (#10313 )
* Impl: Updated definitions for oracledb (#10323 )
* Update select2 to have selectOnClose option (#10326 )
Option documented at https://select2.github.io/options.html#can-i-select-the-highlighted-result-when-the-dropdown-is-closed
* Added definition for react-file-input React component (#10325 )
* Added definition for react-file-input React component
* Added newline at end of file
* Added definitions for the react-file-reader-input react component. (#10327 )
* Sleep (#10333 )
* Add Electron specific versions to process.versions (#10320 )
* Fix uuid.js definitions. (#10318 )
* protobufjs: updated Message interfaces (#10198 )
* protobufjs: updated Message interfaces
* Added ProtoBuf.Util interface
* Fixed load functions of ProtoBuf namespace
Base on the protobuf.js API docmentation.
* use {} instead of Object
Fixed according to PR commit note.
* Multiple minor fixes (#10339 )
* better typing of onShouldStartLoadWithRequest in WebViewPropertiesIOS
* Fixes to WebViewProperties
* Missing methods in Navigator
* Fix of Platform.select()
* added support for interfacing with native-modules
* added support for interfacing with native-modules
* added dev variable
* Update to header notes
* Examples: alternative styles declaration
* webcomponents.js: Add typings for Element.createShadowRoot (#10330 )
* webcomponents.js: Add typings for Element.createShadowRoot
createShadowRoot is deprecated in the official Shadow DOM spec,
but is the way to attach a shadow root in the current released
version of webcomponents.js.
* webcomponents.js: remove spurious extra line
* webcomponents.js: remove readonly modifier
Not supported until TS2.
* webcomponents.js: add Element.shadowRoot property
* Adding a couple missing highcharts properites (#10340 )
* Adding a couple missing highcharts properites
* Fixing indentation
* Indentation
* Move change from master to its corresponding index.d.ts
2016-07-28 19:58:21 -07:00
Bruno Grieder
94fa3e9080
Multiple minor fixes ( #10339 )
...
* better typing of onShouldStartLoadWithRequest in WebViewPropertiesIOS
* Fixes to WebViewProperties
* Missing methods in Navigator
* Fix of Platform.select()
* added support for interfacing with native-modules
* added support for interfacing with native-modules
* added dev variable
* Update to header notes
* Examples: alternative styles declaration
2016-07-29 00:26:43 +09:00
Andy Shu Xin
73291dad15
Document changes in 0.28 and 0.29 in React Native ( #10309 )
...
* RN: Widen limit of refreshControl
* RN: Update NavigationExperimental to 0.28
* RN: Define new method from 0.28
* RN: Promisify requestPermissions per 0.28
* RN: Remove onNavigate method
See: fb0007d853 (diff-04c37ff76f85aea35e8475617539b75fR94)
* RN: Add onNavigateBack method
See: fb0007d853 (diff-04c37ff76f85aea35e8475617539b75fR94)
* RN: Deprecate StatusBarIOS
* RN: Update StyleSheet API per 0.29
* RN: Define KeyboardAvoidingView added in 0.29
* RN: Define saveToCameraRoll added in 0.29
* RN: Define cancellable from InteractionManager
* RN: Add new possible values of flexDirection
* RN: Define lineBreakMode
* RN: Allow zIndex prop
* RN: Allow dimension limits
* RN: Specify type of refreshControl
* RN: Mark properties as optional
* RN: Clarify parameter naming
* RN: Mark optional property as optional
* RN: Definite explicit ref type
* RN: Restore StyleSheet.create to restore compatibility
2016-07-28 23:24:40 +09:00
Ryan Cavanaugh
f55497c988
Merge remote-tracking branch 'upstream/master' into merge_7_25
...
# Conflicts:
# convict/convict.d.ts
# multer/multer.d.ts
# nodemailer/nodemailer.d.ts
# react-bootstrap-table/react-bootstrap-table.d.ts
# react-dnd/react-dnd-tests.ts
# react-native/index.d.ts
# request/request.d.ts
# restify/index.d.ts
# webpack/webpack.d.ts
# ws/ws.d.ts
2016-07-27 16:12:49 -07:00
Ryan Cavanaugh
b488f3cb5f
Merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
639b88af6a
Get more tests passing
2016-07-26 15:03:04 -07:00
Ryan Cavanaugh
e94e9a8630
Merge commit 'upstream/master~450' into merge_7_25
2016-07-26 13:40:56 -07:00
Ryan Cavanaugh
11d624e656
Merge commit 'upstream/master~500' into merge_7_25
2016-07-26 12:17:32 -07:00
Yui
2864d5392d
Merge pull request #10264 from jokester/react-native-remove-promise
...
remove Promise from react-native
2016-07-25 20:58:34 -07:00
Ryan Cavanaugh
347311a5f0
Partial merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-25 14:26:20 -07:00
Wang Guan
037c33d5e0
remove Promise from react-native
2016-07-25 03:38:40 +09:00
Wang Guan
29e1a843c2
let the following interfaces extend ViewProperties:
...
- ActivityIndicatorIOSProperties
- ActivityIndicatorProperties
- DatePickerIOSProperties
- DrawerLayoutAndroidProperties
- PickerProperties
- MapViewProperties
- ProgressBarAndroidProperties
- ProgressViewIOSProperties
- RefreshControlProperties
- ScrollViewProperties
- ListViewProperties
- SegmentedControlIOSProperties
- SliderProperties
- SliderIOSProperties
- TabBarIOSProperties
- TabBarItemProperties
- SwitchProperties
- SwitchPropertiesIOS
- WebViewProperties
2016-07-25 03:04:14 +09:00
Brad Smith
da7c99c73b
Added unselectedTintColor prop to TabBarIOS ( #10251 )
...
Per https://facebook.github.io/react-native/docs/tabbarios.html#props
2016-07-23 23:30:08 -07:00
Ruben Slabbert
4c7d03b088
React-Native: Added ActivityIndicator ( #10122 )
...
* React-Native: Added ActivityIndicator
* React Native: Added @Deprecated to ActivityIndicatorIOS and changed string type to enum type on ActivityIndicator size
2016-07-19 16:25:34 -07:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Wang Guan
7f5ba75603
add definition for Navigator in react-native 0.29 ( #10035 )
2016-07-09 15:35:08 +09:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Andy Shu Xin
5a3d3f6fbd
RN: Fix typo and flukes ( #9665 )
...
* RN: add props definition for WebView
* RN: Add platform-specific props to WebView
* RN: Add getWebViewHandle method
* RN: add source props to WebView
* RN: fix type of decelerationRate
* RN: Update Picker.Item props
* RN: Update props name
* RN: Clarify mode range
* RN: Add definition for DrawerLayoutAndroid
* RN: Update Image
* RN: Update ListView
* RN: Update MapView to 0.25
* RN: Add Modal
* RN: Update ScrollView
* RN: Add SegmentedControlIOS
* RN: Add Slider
* RN: Update SliderIOS
* RN: Define Status Bar
* RN: export StatusBar
* RN: Define Switch
* RN: Update Text
* RN: Update TextInput
* RN: Add ToolbarAndroid
* RN: Update TouchableOpacity
* RN: Update TouchableWithoutFeedback
* RN: Update View
* RN: Update ViewPagerAndroid
* RN: Fix mistakes
* RN: Unify indentation
* Add 2 components; fix some minor problems
* fix: follow the convention
* RN: Update ActionSheetIOS
* RN: Add Alert api
* RN: Fix reference
* RN: Update AlertIOS
* RN: add typing for type parameter
* RN: Update AppRegistry
* RN: Update AppState and AppStateIOS
* RN: Add BackAndroid
* RN: Update Camera Roll
* RN: Add Clipboard
* RN: Add DatePickerAndroid
* RN: Update Dimensions
* RN: Update InteractionManager
* RN: Add methods to DrawerLayoutAndroid
* RN: Export DatePickerAndroid
* RN: Add IntentAndroid
* RN: Add Linking
* RN: Add LinkingIOS
* RN: Add NetInfo
* RN: Update PixelRatio
* RN: Update PushNotificationIOS
* RN: Update StyleSheet
* RN: Add TimePickerAndroid
* RN: Update ToastAndroid
* RN: Add Vibration
* RN: Set stricter definition for flexbox props
* RN: Define ShadowPropTypesIOSStatic
* RN: Fix indentation
* RN: Add Geolocation
* RN: Export Geolocation
* RN: Move Geolocation to proper position
* RN: Define fetch
* RN: Fix tabs
* RN: Define schedulers
* RN: Major fixes from @PublicParadise
* RN: Update version
* RN: Add documentation as comments
* RN: Add more comments
* fix: typo
* add some missing callbacks
* RN: Export switch
* add missing commentes
* Fix(Switch): add style property
* RN: Update Navigation Experimental
* RN: Define SwipableListView
* RN: Add necessary marks
* RN: Improve unclear typing
* RN: Enable pagingEnabled for ScrollView
* RN: Enable returnKeyType for both platforms
* RN: Add returnKeyLabel to Android
* RN: Add a prop
* RN: Add scrollEnabled prop in 0.27
* RN: Add new prop from 0.27
* RN: Fix typo
* RN: Remove redundant export
* RN: Fix typo
* RN: Add missing definitions
* RN: Fix missing type declarations
* Annotate params
2016-06-19 12:00:06 +09:00
Andy Shu Xin
d0d756ea7f
Update React Native Definition to 0.27 ( #9563 )
...
* RN: add props definition for WebView
* RN: Add platform-specific props to WebView
* RN: Add getWebViewHandle method
* RN: add source props to WebView
* RN: fix type of decelerationRate
* RN: Update Picker.Item props
* RN: Update props name
* RN: Clarify mode range
* RN: Add definition for DrawerLayoutAndroid
* RN: Update Image
* RN: Update ListView
* RN: Update MapView to 0.25
* RN: Add Modal
* RN: Update ScrollView
* RN: Add SegmentedControlIOS
* RN: Add Slider
* RN: Update SliderIOS
* RN: Define Status Bar
* RN: export StatusBar
* RN: Define Switch
* RN: Update Text
* RN: Update TextInput
* RN: Add ToolbarAndroid
* RN: Update TouchableOpacity
* RN: Update TouchableWithoutFeedback
* RN: Update View
* RN: Update ViewPagerAndroid
* RN: Fix mistakes
* RN: Unify indentation
* Add 2 components; fix some minor problems
* fix: follow the convention
* RN: Update ActionSheetIOS
* RN: Add Alert api
* RN: Fix reference
* RN: Update AlertIOS
* RN: add typing for type parameter
* RN: Update AppRegistry
* RN: Update AppState and AppStateIOS
* RN: Add BackAndroid
* RN: Update Camera Roll
* RN: Add Clipboard
* RN: Add DatePickerAndroid
* RN: Update Dimensions
* RN: Update InteractionManager
* RN: Add methods to DrawerLayoutAndroid
* RN: Export DatePickerAndroid
* RN: Add IntentAndroid
* RN: Add Linking
* RN: Add LinkingIOS
* RN: Add NetInfo
* RN: Update PixelRatio
* RN: Update PushNotificationIOS
* RN: Update StyleSheet
* RN: Add TimePickerAndroid
* RN: Update ToastAndroid
* RN: Add Vibration
* RN: Set stricter definition for flexbox props
* RN: Define ShadowPropTypesIOSStatic
* RN: Fix indentation
* RN: Add Geolocation
* RN: Export Geolocation
* RN: Move Geolocation to proper position
* RN: Define fetch
* RN: Fix tabs
* RN: Define schedulers
* RN: Major fixes from @PublicParadise
* RN: Update version
* RN: Add documentation as comments
* RN: Add more comments
* fix: typo
* add some missing callbacks
* RN: Export switch
* add missing commentes
* Fix(Switch): add style property
* RN: Update Navigation Experimental
* RN: Define SwipableListView
* RN: Add necessary marks
* RN: Improve unclear typing
* RN: Enable pagingEnabled for ScrollView
* RN: Enable returnKeyType for both platforms
* RN: Add returnKeyLabel to Android
* RN: Add a prop
* RN: Add scrollEnabled prop in 0.27
* RN: Add new prop from 0.27
2016-06-08 20:05:12 +09:00
Ryan Cavanaugh
fb9c384720
Last round of fixes
2016-05-18 10:45:24 -07:00
Ryan Cavanaugh
2847235610
More fixes around __React
2016-05-12 17:07:04 -07:00
Ryan Cavanaugh
bfd400a8f8
Add noEmit to all config files
2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046
Change relative reference paths to types references. Errors incoming...
2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38
Rename all entry points to index.d.ts and explicitify all file lists
2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5
Add typesRoot to all config files
2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
290d5dfb4d
More fixes
2016-05-04 18:42:46 -07:00
Ryan Cavanaugh
ded70421be
Turn off strict null checks
2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a
Add tsconfig.json files
2016-05-04 14:14:39 -07:00
Howard Yeh
03c232c180
react-native add BackAndroid ( #9096 )
2016-05-01 23:01:41 +09:00
Ryan Cavanaugh
e7c111c4b7
Merge remote-tracking branch 'upstream/master' into types2.0
...
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Howard Yeh
310c247694
React native animated ( #9057 )
...
* Type Animated.Value
* react-native Animated.spring
* react-native AnimatedValueXY type
* react-native Animated.parallel
* react-native Animated.event
* react-native Animated components
* react-native tweak Animated types
* react-native add Animated.timing
* react-native rewrite animation config as interface
* react-native remove semi-colons
* react-native refine the type AnimatedValue
* react-native refine the type AnimatedValue
* react-native animated no implicit any
* react-native animated API tests
* react-native more Animated API type coverage
* react-native add Animated.Base as alias of commone base type
* react-native fix typedef bug
2016-04-26 01:03:05 +09:00
Howard Yeh
42e2274e9b
react-native specialized Component class ( #9060 )
...
* react-native specialized Component class
* react-native native component methods
* react-native move global static outwards
* react-native fix typedef bugs
2016-04-25 23:50:02 +09:00
Howard Yeh
362675c31d
Add Dimensions module to react-native ( #9056 )
2016-04-23 21:56:20 +09:00
Bernd Paradies
870676f6e2
Adding scrollTo to react-native's ScrollViewStatic
2016-04-03 20:32:13 -07:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
Jung-gun Lim
adb2d9174d
Update definition for react-native: Changed import syntax
2016-02-17 10:25:37 +09:00
Jung-gun Lim
52270b0734
Update definition for react-native: ViewPagerAndroid
2016-02-16 17:37:38 +09:00
Jung-gun Lim
fa788ae7c5
Update definition for react-native : AppState
2016-02-16 16:20:38 +09:00
Brandon Kase
67b4a67acd
react-native: Param added to ScrollView onScroll
2016-01-28 18:03:01 -08:00
York Yao
3a49a79182
Update react-native-tests.tsx
2016-01-20 20:47:54 +08:00
York Yao
a6e024eb4a
Update react-native.d.ts
...
https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Writing%20Definition%20Files.md
2016-01-20 20:46:35 +08:00
vvakame
781e468d4b
remove unused .tscparams
2015-12-23 18:23:35 +09:00
bgrieder
732f2f4bc1
improved definitions so that react-native 'extends' react rather thane 're-exports' react
2015-11-26 05:46:09 +01:00
bgrieder
12c6eec04b
Improvements to Events System + PanResponder + PushNotificationIOS + StatusBarIOS + VibrationIOS
2015-11-22 09:58:22 +01:00
bgrieder
0616a7fb66
Added CameraRoll + NetInfo + PanResponder &&+ Fixes to ViewProperties
2015-11-18 09:40:09 +01:00
Masahiro Wakame
53f09cc38a
Merge pull request #6725 from bgrieder/master
...
More definitions and fixes for react-native
2015-11-16 22:20:07 +09:00