Peter Briers
389dc0cb77
defaults should be a static member ( #14893 )
2017-03-09 23:26:24 -08:00
Sergei Dorogin
603a182210
handlebars: added partials/decorators fields and registerDecorator/unregisterDecorator methods ( #14895 )
2017-03-09 23:23:26 -08:00
Alan Agius
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 Kandybo
62c57736f1
Added ProgressPlugin definition ( #14897 )
2017-03-09 23:22:09 -08:00
Andy
f630485bb1
Fix more lint errors in tests ( #14903 )
2017-03-09 23:21:45 -08:00
Andy
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 Dorogin
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
vilicvane
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 Goldberg
0bd7a61bdf
Cleaned up docs for sinon-as-promised ( #14908 )
2017-03-09 23:07:42 -08:00
Chaz Clark
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 Price
99a966dddd
tether attachment is not optional ( #14910 )
2017-03-09 23:06:07 -08:00
Bill Kim
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
Simon
5eff71dd9c
add new options to introjs ( #14912 )
2017-03-09 23:03:22 -08:00
Ryan Price
951a105ad7
Add react-tether definition ( #14913 )
2017-03-09 23:00:40 -08:00
Diogo Sant'Ana
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 Jeong
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 Rao
3c07598678
Moving __DEV__ to global namespace ( #14916 )
2017-03-09 22:59:11 -08:00
Kang
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
Benni
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 Probst
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
yoneal
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
denisname
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 McMahon
104013561b
Remove jsonschema ( #14930 )
...
Added to the main repo as of
e575b64c27
2017-03-09 22:52:33 -08:00
jhaislip
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 Byers
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 Miloh
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 Rosen
f49a53f9a4
material-ui: Add missing MuiTheme.button.textTransform property ( #14931 )
2017-03-09 22:49:16 -08:00
Michael Mrowetz
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 Dobrev
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: 481f560f64/Libraries/Text/RCTTextView.m (L464-L469)
2017-03-09 22:47:11 -08:00
Bjørn
68f87621d2
Update optics agent to 1.1 ( #14935 )
2017-03-09 22:46:14 -08:00
nrdstrm
1177bba215
Add property autoload to ReactAsyncSelectProps. ( #14936 )
2017-03-09 22:45:47 -08:00
Dan Foley
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 Ott
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 Tanaka
a4b8206d4b
[react-mdl] Add MDLComponent class ( #14939 )
2017-03-09 22:42:58 -08:00
Yannick Beauchamp-H
0a8a04eaaa
Add NanoScroller typings ( #14944 )
2017-03-09 22:42:08 -08:00
andwi
085b1c40d7
tmhDynamicLocaleService.set should return a promise ( #14946 )
2017-03-09 22:38:43 -08:00
Calvin Jeong
d16834af9d
Add definition for TubeBufferGeometry ( #14949 )
...
Docs: https://threejs.org/docs/?q=tube#Reference/Geometries/TubeBufferGeometry
2017-03-09 22:31:37 -08:00
Alan Agius
f99aecfaef
feat(htmlhint): initial implementation ( #14950 )
2017-03-09 22:31:15 -08:00
Jakub
2efe76ecf0
angular.forEach obj parameter in callback function ( #14953 )
2017-03-09 22:28:42 -08:00
Armando Meziat
c12c733253
Added autoprefixer definitions ( #14956 )
...
* Added autoprefixer definitions
* Added package.json
2017-03-09 22:26:02 -08:00
Marc Neumann
9dc918dbf0
Added type declarations for node-xmpp-core. ( #14958 )
2017-03-09 22:24:00 -08:00
Evgeny Tomsen
2c7960b0c7
type definitions for line-by-line ( #14960 )
2017-03-09 22:20:49 -08:00
Krzysztof Rzymkowski
c928fee373
lodash - _.filter(): predicate can be a RegExp ( #14961 )
2017-03-09 22:20:03 -08:00
Krzysztof Rzymkowski
5455f4cd35
lodash - fix tslint warrnings in v3 tests ( #14962 )
2017-03-09 22:18:54 -08:00
hn3000
932a377739
declare array properties as arrays, not tuples ( #14964 )
...
see https://github.com/Microsoft/TypeScript/issues/3428
also fix a typo in "Security" (was Secuirty)
2017-03-09 22:16:13 -08:00
evenflow58
f817f2f75e
Add spyOnProperty to jasmine ( #14965 )
...
* Add spyOnProperty
* Incremented version in header
2017-03-09 22:15:18 -08:00
Armando Meziat
a4f4d71344
Added optimize-css-assets-webpack-plugin definitions ( #14966 )
2017-03-09 22:14:53 -08:00
Yuichi Shundo
2f73151f60
add sitemap2 ( #14972 )
2017-03-09 22:08:19 -08:00
Saviio
123ff1c182
fix type Axis ( #14973 )
...
Now `SortableContainer` allow to receive Axis with 'xy', Please see https://github.com/clauderic/react-sortable-hoc/blob/master/src/SortableContainer/index.js#L53 .
2017-03-09 22:07:33 -08:00
Jan Alonzo
8d1b4a6eb1
Add type definitions for 'leven' ( #14975 )
...
* Add type definitions for 'leven'
* Fix lint issues
* set strictNullChecks = true
2017-03-09 22:07:05 -08:00