Commit Graph

21847 Commits

Author SHA1 Message Date
Georgii Dolzhykov
624de0de10 angularjs: Refine typings for directive and component definitions 2016-09-22 03:21:07 +03:00
Andy
629a7d8ecc Merge pull request #11362 from cailenmusselman/patch-4
Add navigationContext to react-native Navigator
2016-09-21 11:04:16 -07:00
cailenmusselman
7b6177781a Update react-native.d.ts 2016-09-21 11:55:56 -06:00
Andy
8614cf0766 Merge pull request #11379 from christophercr/master
Add interfaces for Directive scope and Component bindings
2016-09-21 10:46:56 -07:00
Andy
6021a12890 Merge pull request #11336 from danderson00/azure-mobile-apps@3.0.0
Update azure-mobile-apps to 3.0.0
2016-09-21 10:44:17 -07:00
Andy
8e571d7b13 Merge pull request #11230 from ngraef/patch-2
[restangular]: add route-bound methods for scoped service
2016-09-21 10:43:30 -07:00
Andy
2f93c47285 Merge pull request #11381 from TonyPythoneer/patch-1
[validator] Correct APIs
2016-09-21 10:36:28 -07:00
TonyYang
e95232e216 Improve type naming 2016-09-22 01:09:17 +08:00
TonyYang
f13394626c Add tests for isAlpha and isAlphanumeric 2016-09-22 00:46:14 +08:00
TonyYang
cc720689eb Correct isAlpha and isAlphanumeric 2016-09-22 00:44:53 +08:00
Christopher Cortes
f4f57de0b5 Replace tabs by whitespaces
Fix issues with tabs in IComponentBindings and IDirectiveScope
2016-09-21 16:38:30 +02:00
Andy
72d13c334f Merge pull request #11257 from derekfinlinson/master
Fix openQuickCreate signature
2016-09-21 07:33:42 -07:00
Christopher Cortes
f63a1b638f Fix wrong whitespacing in IComponentBindings
Removed wrong whitespaces.
2016-09-21 16:18:46 +02:00
Andy
e851a863d3 Merge pull request #11225 from rgvassar/ol3-attribution
Updated the ol.control.Attribution class with constructor and methods.
2016-09-21 07:10:06 -07:00
Christopher Cortes
a0cda86791 Add interfaces for Directive scope and Component bindings
Interfaces for scope property in Directive and bindings property in Component to avoid using simple Object (not descriptive enough) and the explicit type {[binding: string]: string} which is too verbose.
2016-09-21 16:08:45 +02:00
Andy
10d14c1be2 Merge pull request #11359 from Strate/knex_fix_migrator_config
[knex] Fix MigratorConfig according to docs.
2016-09-21 07:02:16 -07:00
Andy
d566e029c3 Merge pull request #11364 from robertop87/add-missing-sync-method-to-reveal
Add missing sync method to reveal
2016-09-21 07:00:36 -07:00
Christopher Cortes
4cf077991d Merge pull request #2 from DefinitelyTyped/master
Pull latest commits
2016-09-21 15:54:36 +02:00
Andy
8585cf3559 Merge pull request #11360 from cailenmusselman/patch-3
Update react-native.d.ts
2016-09-21 06:51:03 -07:00
Horiuchi_H
70a693ec17 Merge pull request #11138 from horiuchi/nock-rewrite
update `nock` type definition
2016-09-21 16:37:56 +09:00
Horiuchi_H
925d1e66cd Merge pull request #11361 from simonxca/patch-mongoose
Add missing type parameter to mongoose.types.array
2016-09-21 13:08:49 +09:00
Luis Roberto
d307602635 Fix tabs 2016-09-20 19:00:54 -04:00
Luis Roberto
05032593b6 Added missing method sync() 2016-09-20 18:56:01 -04:00
Luis Roberto Perez Rios
4dca424461 Merge pull request #1 from DefinitelyTyped/master
Update local my own fork
2016-09-20 18:48:32 -04:00
cailenmusselman
bb7f9c8b2e Add navigationContext to react-native Navigator
react-native\Libraries\CustomComponents\Navigator\Navigator.js

var Navigator = React.createClass({
  ...
  componentWillMount: function() {
    // TODO(t7489503): Don't need this once ES6 Class landed.
    this.__defineGetter__('navigationContext', this._getNavigationContext);

    this._subRouteFocus = [];
    ...
    ... 
}

react-native\Libraries\CustomComponents\Navigator\Navigation\NavigationContext.js

class NavigationContext {
   ...
}
2016-09-20 16:21:55 -06:00
Simon
fe7621f5da adds type parameter to mongoose.types.array fixes #11291 2016-09-20 17:54:19 -04:00
cailenmusselman
e2e9d69663 Update react-native.d.ts 2016-09-20 15:45:16 -06:00
Artur Eshenbrener
b03987eb8c [knex] Fix MigratorConfig according to docs.
As described in http://knexjs.org/#Migrations-API,
there is no `database` config parameter and there is
`disableTransaction` parameter
2016-09-21 00:21:54 +03:00
Andy
fbe2a7d056 Merge pull request #11342 from janslow/feature/node-events-update
Node.JS EventEmitter accepts symbols as event names
2016-09-20 13:59:00 -07:00
Andy
22d5655e58 Merge pull request #10985 from alechill/master
Updated redux devtools dock monitor and log monitor
2016-09-20 13:49:54 -07:00
Derek Finlinson
9f940ae3a8 Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param 2016-09-20 14:31:04 -06:00
Derek Finlinson
8402e27ece Add optional parameter to SuccessCallbackDelegate so openQuickCreate test will pass 2016-09-20 14:22:27 -06:00
Derek Finlinson
9e2ab40ea9 Comment out openQuickCreate test. Not sure why it fails 2016-09-20 14:04:58 -06:00
Derek Finlinson
ee1b918eb9 Add null for optional parameters 2016-09-20 13:56:20 -06:00
Derek Finlinson
ddea97cf9d Change type of newRecord to Page.LookupValue 2016-09-20 13:54:04 -06:00
Derek Finlinson
23a7b85f36 Fix test for openQuickCreate to pass Travis build 2016-09-20 13:49:52 -06:00
Derek Finlinson
daac2fcfbb Merge remote-tracking branch 'DefinitelyTyped/master' 2016-09-20 13:48:41 -06:00
Andy
b09b4beef0 Merge pull request #10636 from MattijsKneppers/master
gl-matrix definitions update
2016-09-20 12:38:31 -07:00
Andy
7b52310a51 Merge pull request #11350 from CNBoland/master
Updated jquery.dataTables.d.ts for 1.10.6.
2016-09-20 12:30:59 -07:00
Boland, Craig
1a0c542bd4 Removed optional flag from parameters from .every() methods. 2016-09-20 14:07:03 -05:00
Andy
be4a803ad0 Merge pull request #10697 from minodisk/update-react-router
Update react-router
2016-09-20 11:44:47 -07:00
Andy
c4832c585d Merge pull request #10738 from OliverJAsh/patch-6
RxJS DOM: ajax doesn't return Error, throws instead
2016-09-20 11:42:36 -07:00
Andy
f04fcb3f9a Merge pull request #11267 from feitzi/master
RandomColor
2016-09-20 11:29:59 -07:00
Andy
8a571eb680 Merge pull request #10844 from ghost/UpperCasePropertyName
aws-sdk: AutoScaling upper case for the first letter of the property
2016-09-20 11:16:06 -07:00
Andy
eb070ff01b Merge pull request #10851 from DzmitryDulko/master
Add page dimensions to jspdf/addPage
2016-09-20 11:14:34 -07:00
feitzi
fba7aad83b consistently indentations 2016-09-20 20:01:18 +02:00
feitzi
672f5fb494 removed randomColor (windows casesensitive problem) 2016-09-20 19:55:30 +02:00
feitzi
def0bc91b3 added string unions for luminosity, hue, format
Hue can also be a number
2016-09-20 19:28:57 +02:00
Boland, Craig
19425cf327 Updated jquery.dataTables.d.ts for 1.10.6.
Version release notes: https://cdn.datatables.net/1.10.6/

* Added rows().every()
* Added columns().every()
* Added cells().every()
* Added init()
* Expanded method signature when ajax.data is used as a function.
2016-09-20 12:22:11 -05:00
Andy
3a478786ee Merge pull request #10938 from zlumer/patch-2
node-dir: added types for callback params
2016-09-20 09:19:38 -07:00