Commit Graph
27328 Commits
Author SHA1 Message Date
Mine StarksandGitHub 0251f18191 Merge pull request #15023 from dasa/arcgis-js-api-4
[arcgis-js-api] Update for version 4.3
2017-03-10 11:00:21 -08:00
AndyandGitHub f0b18c41f7 mobservable provides its own types (#14776) 2017-03-10 07:56:11 -08:00
AndyandGitHub 51b64c3c15 Remove unnecessary references in test files. (#14900) 2017-03-10 07:46:20 -08:00
AndyandGitHub 1c2f3aec5d Fix chai-enzyme tests (#15106) 2017-03-10 07:23:35 -08:00
AndyandGitHub 75c72afe96 fine-uploader: Provides its own types (#14983) 2017-03-10 07:08:34 -08:00
WayneandMohamed Hegazy 79246be8c7 Add declaration for csvtojson (#14881)
* Added declaration for csvtojson

* Updated indent formatting to meet DT standards

* Fixed tslint issues

* Fixed issue with Converter class incorrectly extending Transform
2017-03-09 23:40:14 -08:00
Christian KotzbauerandMohamed Hegazy ea79711677 Added aurelia-knockout 2.0.0 (#14880)
* added aurelia-knockout 2.0.0

* fixed tslint errors in aurelia-knockout
2017-03-09 23:39:31 -08:00
Christian KotzbauerandMohamed Hegazy 8d1cf56e25 updated extended-listbox to 2.0.0 (#14879) 2017-03-09 23:38:54 -08:00
Umar NizamaniandMohamed Hegazy a971970e93 Updated Cheerio definitions to 0.22 (#14878) 2017-03-09 23:37:58 -08:00
Karol JanystandMohamed Hegazy afb8c9e50a Add boolean to value types (#14874) 2017-03-09 23:37:16 -08:00
YYCandMohamed Hegazy 99197751bd feat: update wonder-commonlib,wonder-frp dts file; add wonder.js dts file (#14873)
* feat: update wonder-commonlib,wonder-frp dts file
feat: add wonder.js dts file

* fix: change module to "commonjs"

* fix: try pass ci
2017-03-09 23:36:37 -08:00
Edward HinkleandMohamed Hegazy ddef2004bc xml2js - Prevent error when using Parser's event emitter (#14884)
* Make Parser extend event emitter

Fixing error: error TS2339: Property 'on' does not exist on type 'Parser'.

* Update authorship

* Add test for event emitter
2017-03-09 23:31:52 -08:00
Mantas MarcinkusandMohamed Hegazy 16a70ebb0d Creating rc-slider typescript definition file (#14887)
* Initial

* Rc-slider typings

* Adhering to linting rules

* linting rules

* Tests

* Fixing tests and missed commit stuff

* Referencing react instead of importing it

* Undoing last change

* Marks types fixed

* Test fix

* Review changes. Added tests to Handle
2017-03-09 23:29:32 -08:00
prezi-csoszigandMohamed Hegazy 27eae2e599 In pdfkit/index.d.ts fixing bufferedPageRange (#14890)
PdfKit document has method bufferedPageRange() instead of bufferedPageRanges(). 
@see https://github.com/devongovett/pdfkit/blob/v0.8.0/docs/guide.pdf Page 5
@see https://github.com/devongovett/pdfkit/blob/63d6e5020f0b3efa3005286476a29905f8d5e843/lib/document.coffee#L107
2017-03-09 23:27:38 -08:00
Peter BriersandMohamed Hegazy 389dc0cb77 defaults should be a static member (#14893) 2017-03-09 23:26:24 -08:00
Sergei DoroginandMohamed Hegazy 603a182210 handlebars: added partials/decorators fields and registerDecorator/unregisterDecorator methods (#14895) 2017-03-09 23:23:26 -08:00
Alan AgiusandMohamed Hegazy 5720c5ef6b feat(stylelint): add typings for stylelint (#14896)
* feat(stylelint): add typings for `stylelint`

* fix(styelint): fix lint issues

* set `strictNullChecks` to true

* remove redundent namespace

* rename iterfaces

* update tests

* feat(stylelint): add formatters

* fix naming convention
2017-03-09 23:22:49 -08:00
Anton KandyboandMohamed Hegazy 62c57736f1 Added ProgressPlugin definition (#14897) 2017-03-09 23:22:09 -08:00
AndyandMohamed Hegazy f630485bb1 Fix more lint errors in tests (#14903) 2017-03-09 23:21:45 -08:00
AndyandMohamed Hegazy 637e92c863 ng-stomp: Fix in typescript@next (#14898)
* Don't use a global `Headers` interface or it will be merged with the one in `lib.d.ts`
2017-03-09 23:21:23 -08:00
Sergei DoroginandMohamed Hegazy 1f7df95edb Historyjs: added missed methods, arguments and fields (#14899)
* Historyjs:

changed:
* pushState: added queue arg (optional)
* replaceState: added queue arg (optional)
* getState: added friendly, create args (optional)

added:
* method getStateId
* method getStateById
* method setTitle
* method clearQueue
* method clearAllIntervals
* method getRootUrl
* field emulated

HistroyState:
added:
* field hashedUrl
* field cleanUrl

* history.js: added missed return types
2017-03-09 23:20:21 -08:00
vilicvaneandMohamed Hegazy ff4dd92b0e use PromiseLike instead of PromisesAPlus.Thenable (#14902)
* use PromiseLike instead of PromisesAPlus.Thenable

`PromisesAPlus.Thenable` is not compatible with TypeScript 2.2 `await` (though it should also been updated), but as there are already a bunch of declarations using `PromiseLike`...

* update test
2017-03-09 23:19:23 -08:00
Josh GoldbergandMohamed Hegazy 0bd7a61bdf Cleaned up docs for sinon-as-promised (#14908) 2017-03-09 23:07:42 -08:00
Chaz ClarkandMohamed Hegazy 8c005f6db9 Add overlayStyle prop to RaisedButtonProps. (#14909)
This is available per Material-UI docs to allow for styling the raised button's overlay.
2017-03-09 23:06:31 -08:00
Ryan PriceandMohamed Hegazy 99a966dddd tether attachment is not optional (#14910) 2017-03-09 23:06:07 -08:00
Bill KimandMohamed Hegazy 572f175d05 adding keyed partitioner so can overrwrite prototype (#14911)
* adding keyed partitioner to can overrwrite prototype

* adding close to client/producers

* adding myself to Defintitions by

* not exporting KeyedPartitioner, passing into HLP and producer
2017-03-09 23:03:57 -08:00
SimonandMohamed Hegazy 5eff71dd9c add new options to introjs (#14912) 2017-03-09 23:03:22 -08:00
Ryan PriceandMohamed Hegazy 951a105ad7 Add react-tether definition (#14913) 2017-03-09 23:00:40 -08:00
Diogo Sant'AnaandMohamed Hegazy 279736f8b2 Add fromLabel and toLabel to Locale (#14914)
Add fromLabel and toLabel to Locale to daterangepicker
2017-03-09 22:59:49 -08:00
Calvin JeongandMohamed Hegazy b50995f7df Add a definition for Box3.expandByObject() in three.js (#14915)
Not a documented method yet, but have been included in the latest build (r84) of the library.

See mrdoob/three.js#10474 for more info.
2017-03-09 22:59:35 -08:00
Anurag RaoandMohamed Hegazy 3c07598678 Moving __DEV__ to global namespace (#14916) 2017-03-09 22:59:11 -08:00
KangandMohamed Hegazy 44449d5481 Fixed ES6 import error. (#14917)
Fixed this error message "resolves to a non-module entity and cannot be imported using this construct."
2017-03-09 22:58:22 -08:00
BenniandMohamed Hegazy 3326972199 Added missing definitions for TinyMce (#14918)
* Added definitions for TinyMce except the 'ui' namespace.

* Fixed lint warnings

* Refactoring: new => class definition with constructor
2017-03-09 22:56:26 -08:00
Martin ProbstandMohamed Hegazy 29af632b69 angular: specify what locals $controller requires (#14919)
* Specify/hint what locals $controller requires

`$controller` must at least get a `$scope` and a `$element` object.

* Fix whitespace
2017-03-09 22:55:40 -08:00
yonealandMohamed Hegazy 6dd1b35059 Convert formats to an interface type (#14920)
This will allow plugins like nconf-yaml to use declaration merging to add other file formats
2017-03-09 22:55:17 -08:00
denisnameandMohamed Hegazy 7349795a80 bootstrap.v3.datetimepicker: timeZone, strictNullChecks, ... (#14922)
* Improve typing

Add timeZone
Add moment.MomentBuiltinFormat to format and extraFormats
Add missing widgetParent methods
Validate for strictNullChecks (date and widgetParent)

* Add tslint.json

* Correct linting errors

* Non-arrow functions are forbidden
* Error parsing header. Expected: foo MAJOR.MINOR ('v' not allowed)
* Avoid using the Function type. Prefer a specific function type, like
`() => void`.
* Exceeds maximum line length of 200
* These overloads can be combined into one signature with an optional
parameter.
* These overloads can be combined into one signature taking ...

* Fix event type for "dp.update" off

* Correct parseInputDate typing

The parseInputDate function may be called with a date or moment object
too, see: date, disabledDates, defaultDate, enabledDates, maxDate,
minDate, viewDate.

* Linting: quotemark double

Use consistent quotation mark
2017-03-09 22:54:36 -08:00
James F McMahonandMohamed Hegazy 104013561b Remove jsonschema (#14930)
Added to the main repo as of
https://github.com/tdegrunt/jsonschema/commit/e575b64c277ae6aaf8b9a6599298a91373b82270
2017-03-09 22:52:33 -08:00
jhaislipandMohamed Hegazy 58c44d684f fixed return type (#14923)
Corrected return type for transform and inverseTransform methods of Matrix class.
2017-03-09 22:52:07 -08:00
Eric ByersandMohamed Hegazy 585e114310 Add declarations for module graphite-udp (#14927)
* Adding graphite-udp typings

* Cleaning up linting errors

* Removing the namespacing that is not needed

* Adding missing constructor typing, capitilizing the interface

* Callback is optional
2017-03-09 22:51:45 -08:00
Roy MilohandMohamed Hegazy 0796946a66 chance: make pickset's count optional (#14928)
* chance: make count's pick and pickset optional

* remove optional count from pick
2017-03-09 22:50:54 -08:00
Joshua RosenandMohamed Hegazy f49a53f9a4 material-ui: Add missing MuiTheme.button.textTransform property (#14931) 2017-03-09 22:49:16 -08:00
Michael MrowetzandMohamed Hegazy 63fb2e895a add har-format - typings for HAR files (#14932)
* Add type definition for `HAR` - HTTP Archive 1.2

* fix formating
2017-03-09 22:48:39 -08:00
Stefan DobrevandMohamed Hegazy fe0272f200 [react-native] Update TextInput onChange (#14933)
Add missing properties for `TextInput`'s `onChange` callback. You can find more information about them in this source code: https://github.com/facebook/react-native/blob/481f560f64806ba3324cf722d6bf8c3f36ac74a5/Libraries/Text/RCTTextView.m#L464-L469
2017-03-09 22:47:11 -08:00
BjørnandMohamed Hegazy 68f87621d2 Update optics agent to 1.1 (#14935) 2017-03-09 22:46:14 -08:00
nrdstrmandMohamed Hegazy 1177bba215 Add property autoload to ReactAsyncSelectProps. (#14936) 2017-03-09 22:45:47 -08:00
Dan FoleyandMohamed Hegazy 7b9040fa32 react-big-calendar - Including missing props for the Calendar component. (#14937)
* Including missing props for the Calendar component.

* Updated the test to reflect the changes to the d.ts

* Updating the version.
2017-03-09 22:45:12 -08:00
Kalle OttandMohamed Hegazy 35a2d1886b new type definitions fro react-virtualized-v9.1.0 (#14938)
* replaced and extended type definitions for react-virtualized

* update for v9.2.1

* removed unnecessary reference comment
2017-03-09 22:44:30 -08:00
Yuya TanakaandMohamed Hegazy a4b8206d4b [react-mdl] Add MDLComponent class (#14939) 2017-03-09 22:42:58 -08:00
Yannick Beauchamp-HandMohamed Hegazy 0a8a04eaaa Add NanoScroller typings (#14944) 2017-03-09 22:42:08 -08:00
andwiandMohamed Hegazy 085b1c40d7 tmhDynamicLocaleService.set should return a promise (#14946) 2017-03-09 22:38:43 -08:00