Gevik Babakhani and Masahiro Wakame
27896d899d
Updated to match the command signature as of 4.7.1 ( #9693 )
2016-06-19 12:36:36 +09:00
Viktor Zozuliak and Masahiro Wakame
49164be32a
lodash-3.10: Add _.reduce for LoDashExplicitObjectWrapper ( #9128 )
2016-06-19 12:36:23 +09:00
Viktor Zozuliak and Masahiro Wakame
68187beb94
lodash: Add _.reduce for LoDashExplicitObjectWrapper ( #9129 )
2016-06-19 12:36:07 +09:00
Timofey Kachalov and Masahiro Wakame
ed73479d5d
Javascript obfuscator update ( #9694 )
...
* JavaScriptObfuscator new options
JavaScriptObfuscator new options
* JavaScriptObfuscator new options
JavaScriptObfuscator new options
* JavaScriptObfuscator new options
JavaScriptObfuscator new options
2016-06-19 12:35:40 +09:00
TANAKA Koichi and Masahiro Wakame
8ef38fbc56
Add definition for split2 ( #9692 )
...
npm: https://www.npmjs.com/package/split2
project: https://github.com/mcollina/split2
2016-06-19 12:32:02 +09:00
Abhishek Garg and Masahiro Wakame
6ea0b792a0
Added missing method ( #8947 )
...
* Added missing method
Added method refresh to IGridCoreApi
* Revert "Merge pull request #1 from AbhishekGarg/ui-grid-definition-update"
This reverts commit 7a98bbf0ab000d712dff496294ffeb32845c82c8, reversing
changes made to 2712dd1e88 .
* Added missing method
Added method refresh to IGridCoreApi
* Added missing argument
Added argument row to function rowIdentity in IGridOptions
2016-06-19 12:29:54 +09:00
Daniel and Masahiro Wakame
b1daff0be8
Add mocha's specify function ( #9691 )
2016-06-19 12:28:55 +09:00
Jon Jaques and Masahiro Wakame
17d06b6644
Add htmlAttributes property to HelmetProps per 3.x ( #9686 )
...
* Add htmlAttributes property to HelmetProps per 3.0
* Make htmlAttributes optional
2016-06-19 12:25:21 +09:00
Alexander Sychev and Masahiro Wakame
7ad54fcef1
Missed an existing knex schema method ( #9689 )
...
See: http://knexjs.org/#Schema-createTableIfNotExists
2016-06-19 12:22:37 +09:00
Phil Scott and Masahiro Wakame
00e58d84f3
d3 - Adds function type to d3.layout.partition<T> ( #9668 )
...
interface Partition<T> was missing it's function type.
2016-06-19 12:22:10 +09:00
Craig Citro and Masahiro Wakame
279acdc785
Add d.ts for striptags ( #9688 )
2016-06-19 12:21:54 +09:00
Craig Citro and Masahiro Wakame
2ae9de3df3
Add .d.ts for weighted ( #9687 )
2016-06-19 12:21:39 +09:00
vario and Masahiro Wakame
eb1ebbda02
Update variable type ( #9684 )
2016-06-19 12:20:39 +09:00
Linda_pp and Masahiro Wakame
50b9b6c6d5
react-addons-perf: Update APIs to version 15.1.0 ( #9662 )
...
* react-addons-perf: Update APIs to version 15.1.0
https://facebook.github.io/react/docs/perf.html
* Add deprecation comment to printDOM()
* Add more exported APIs
https://github.com/facebook/react/blob/d101f68bce34a62613a3e86981266111e8950267/src/renderers/shared/ReactPerf.js#L432
2016-06-19 12:19:33 +09:00
Peter Safranek and Masahiro Wakame
0e64f9361e
Add typings for base64-js. ( #9682 )
...
* Add typings for base-64.js.
* Fix bad file names.
2016-06-19 12:02:05 +09:00
Peter Safranek and Masahiro Wakame
119e968fa2
Add parameter types for assert(). ( #9681 )
2016-06-19 12:01:20 +09:00
Andy Shu Xin and Masahiro Wakame
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
Morgan Benton and Masahiro Wakame
9646a7deb2
added all tests ( #9680 )
2016-06-19 11:59:36 +09:00
Ryan Gomoto and Masahiro Wakame
1bb5729fd4
Update angular.d.ts ( #9678 )
2016-06-19 11:58:52 +09:00
Fahad Hossain and Masahiro Wakame
1d03fe4090
add title v1.0.0 by tj ( #9675 )
...
* add title v1.0.0 by tj
* i made a mistake naming the file
2016-06-19 11:44:49 +09:00
Scott Bessler and Masahiro Wakame
9dba999267
[knex] allow object for .raw parameters (see http://knexjs.org/#Raw-Bindings ) ( #9674 )
2016-06-19 11:37:05 +09:00
Alireza Dabiri Nejad and Masahiro Wakame
cd4af2f88f
Add Nw.js ( https://github.com/nwjs/nw.js ) Definitions ( #9595 )
...
* Add NW.js Definitions File
* Add NW.js Tests File
* Rename nw.js.tests.ts to nw.js-tests.ts
* Fix tests of nw.js-test.ts fails
Tests of `nw.js-test.ts` fails because `nw` was declared as module not namespace.
* Final fixes for tests failures
Fix below issues:
1- no reference to nw.js.d.ts
2- not defined some variables types (item: line 91 - screen: lines 136, 140, 144 - optional: line 167 - msg: line 230 )
2016-06-19 11:35:36 +09:00
Brian Surowiec and Masahiro Wakame
1f0791147c
Add missing bootstrap transition support ( #9673 )
2016-06-19 11:34:04 +09:00
Konstantin Burkalev and Masahiro Wakame
53e018f956
Updated definitions for wampy.js v3.0.x ( #9667 )
2016-06-19 11:33:48 +09:00
Viktor Zozuliak and Masahiro Wakame
c99bcd6e34
add definitions for common-tags ( #9671 )
2016-06-19 11:33:37 +09:00
Oliver Joseph Ash and Masahiro Wakame
2a1181267d
d3: Correct overload order ( #9663 )
...
Given `selection.datum((d,i,o) => 'string')`, TypeScript would always use the first overload, when it should be using the second. Correcting the order fixes this.
2016-06-19 11:33:13 +09:00
Pablo Ois Lagarde and Masahiro Wakame
6227a28e56
Fix body-parser json options object ( #9657 )
...
receiver -> reviver
2016-06-19 11:32:15 +09:00
jakubskopal and Masahiro Wakame
1f2b27f8a1
add sscan to redis ( #9669 )
2016-06-19 11:30:14 +09:00
Klaus Sevensleeper and Masahiro Wakame
2bffb329a0
add 4 missing functions ( #9666 )
...
added functions registerFormat, unregisterFormat, getRegisteredFormats,
getDefaultOptions
2016-06-19 11:24:06 +09:00
Klaus Sevensleeper and Masahiro Wakame
d5b8216161
removed wasted word ( #9664 )
2016-06-19 11:19:05 +09:00
Hagai and Masahiro Wakame
756973e248
add some definitions for leaflet 1.0.0 ( #9659 )
...
* add some definitions I'm using from leaflet 1.0.0
* revert private members
* add more paramters of ZoomPanOptions
Add PositionString as type for leaflet position
2016-06-19 11:18:32 +09:00
velveret and Masahiro Wakame
0eb97d8034
Add typings for react-codemirror ( #9658 )
2016-06-19 11:16:21 +09:00
Brian Surowiec and Masahiro Wakame
98cca0ec97
Update project url ( #9656 )
2016-06-19 11:15:52 +09:00
Mizunashi Mana and Masahiro Wakame
2373d3f801
fix passport google oauth type ( #9653 )
2016-06-19 11:15:32 +09:00
michalgra and Masahiro Wakame
1b272795b6
Linq ( #9655 )
...
* Dictionary with two generic arguments
* Add generic arguments to SelectMany method
* Add generic arguments to ToLookup method
2016-06-19 10:36:16 +09:00
philippdrebes and Masahiro Wakame
8a7cc0615e
Extended bootstrap.datepicker for custom formatting option ( #9645 )
...
* bootstrap.datepicker: added property assumeNearbyYear to DatepickerOptions
* bootstrap.datepicker: formatting
* Extended bootstrap.datepicker with custom formatting option: https://bootstrap-datepicker.readthedocs.io/en/stable/options.html#format
2016-06-19 10:28:55 +09:00
Chris Dell and Masahiro Wakame
62fcf9596e
Browser now has strongly typed on method ( #9648 )
2016-06-19 10:28:19 +09:00
Dave Allen and Masahiro Wakame
f1e58fbffa
Deprecated and updated README appropriately ( #9652 )
...
* Deprecated, fixed tests to pass
* Improved deprecation message in README
2016-06-19 10:28:10 +09:00
Kamil Szostak and Masahiro Wakame
7c0005e0db
Updating JS SDK d.ts files ( #9651 )
2016-06-19 10:26:40 +09:00
Allan Nienhuis and Masahiro Wakame
4199cfdac8
add streetview panorama options ( #9650 )
...
* add streetview panorama options
including undocumented 'mode' parameter
http://osdir.com/ml/google-maps-js-api-v3/2013-02/msg00015.html
* add FullscreenControlOptions type
2016-06-19 10:22:24 +09:00
raijinsetsu and Masahiro Wakame
77a07e7937
Fixes #9609 ( #9617 )
2016-06-19 10:21:16 +09:00
Maksim Kozhukh and Masahiro Wakame
3729674f67
definitions updated to Webix 3.3 ( #9649 )
2016-06-19 10:21:00 +09:00
Dennis and Masahiro Wakame
c02b03f677
Massive update to match the actual 2.1.1 release ( #9613 )
...
* Massive update to match the actual 2.1.1 release
* Fix jquery usage
2016-06-19 02:56:31 +09:00
dutchmega and Masahiro Wakame
fe8dc9ea05
Fix AngularJS IComponentOptions.require signature ( #9605 )
...
* Fix AngularJS IComponentOptions.require signature.
* Fix AngularJS test.
2016-06-19 02:56:09 +09:00
Thomas Townsend and Masahiro Wakame
a1c646f26a
Update flux typings ( #9592 )
...
* Make fbemitter a namespace
* Tighten up typing of flux
* Update flux tests
* Address code comments
* Fix RealOptions interface
2016-06-19 02:55:31 +09:00
IvanKozlov95 and Masahiro Wakame
40b735e3b1
Added NabigationBarMode to MapOtpions and setMap method to InfoBox ( #9623 )
2016-06-19 02:54:46 +09:00
Tim Barclay and Masahiro Wakame
04afc82c84
Add exported middleware handler to request-ip declaration ( #9647 )
2016-06-19 02:54:20 +09:00
Jan Žák and Masahiro Wakame
7f27d319da
Update heatmap.js typings - valueField is not required ( #9644 )
2016-06-19 02:53:57 +09:00
Chintan Shah and Masahiro Wakame
ab57e0e0a3
Updated version to 1.3.8 and added destroy property. Updated documentation to follow ts documentation guide. ( #9643 )
2016-06-19 02:50:59 +09:00
Linda_pp and Masahiro Wakame
203dd22f97
Added 'why-did-you-update' package ( #9629 )
...
* Add 'why-did-you-update' package
* Add reference magic comments to test code
2016-06-19 02:47:30 +09:00