Tom Wanzek
8743365b2e
[d3-shape] Update to 1.2 ( #16618 )
...
* [FEATURE] Add `pointRadial(...)`
* [DEPRECATION/FEATURE]: Deprecate `radialLine/RadialLine` in favour of `lineRadial/LineRadial`
* [DEPRECATION/FEATURE]: Deprecate `radialArea/RadialArea` in favour of `areaRadial/AreaRadial`
* [DEPRECATION/FEATURE] Deprecate `LinkRadial` in favour of `RadialLink`
* [CHORE] Bump Minor version
2017-05-19 07:13:29 -07:00
Arthur Ozga
ec48aab17f
Merge pull request #16520 from MarkBouwman/restangular-element-getrequestedurl
...
[restangular] IElement and ICollection should support getRequestedUrl()
2017-05-18 17:02:36 -07:00
Arthur Ozga
50a27866e7
Merge pull request #16521 from oddeirik/vertx3-eventbus-client
...
Add definitions for vertx3-eventbus-client
2017-05-18 17:01:58 -07:00
Arthur Ozga
cbb2eca1df
Merge pull request #16525 from ahto/kue_testmode_enter_wrong_signature
...
Fix wrong signature for Kue testMode.enter().
2017-05-18 17:01:10 -07:00
Arthur Ozga
cb4bcbe4fb
Merge pull request #16595 from AJamesPhillips/FixJoiValidationObject
...
[hapi] Correct JoiValidationObject for route validate option. Correct inject result.
2017-05-18 16:58:24 -07:00
Arthur Ozga
9e7da3f38b
Merge pull request #16529 from daryllabar/master
...
@types/xrm - Fix for missing context.getVersion #16528
2017-05-18 16:43:16 -07:00
Arthur Ozga
0690f80da8
Merge pull request #16535 from adidahiya/ad/react-day-picker
...
Remove react-day-picker typings
2017-05-18 16:39:59 -07:00
Arthur Ozga
14a270900e
Merge pull request #16544 from WatchBeam/hapi/narrow-ext
...
[hapi] Various fixes
2017-05-18 16:35:10 -07:00
Arthur Ozga
09ec91c70a
Merge pull request #16547 from Lapanti/master
...
Add type definitions for react-infinite-scroller
2017-05-18 16:34:35 -07:00
Arthur Ozga
1d18cf0d11
Merge pull request #16550 from k7sleeper/electron
...
Added missing menu item roles (windowMenu, editMenu, forcereload)
2017-05-18 16:34:10 -07:00
Arthur Ozga
33853d60aa
Merge pull request #16551 from seckardt/feature/offset
...
popper.js: Update `PopperOptions.offset.offset` definition
2017-05-18 16:33:54 -07:00
Arthur Ozga
df4634a708
Merge pull request #16555 from filionf/pouchdb-replication-sync-options
...
[pouchdb-replication] Fixed Sync options to match documentation.
2017-05-18 16:32:18 -07:00
Arthur Ozga
7f50a17574
Merge pull request #16559 from markezine/patch-1
...
three-core.d.ts - correction to CubeTextureLoader
2017-05-18 16:30:29 -07:00
Arthur Ozga
509c983b7e
Merge pull request #16565 from vi-kon/get-node-dimensions
...
Type definitions for get-node-dimensions 1.2
2017-05-18 16:26:02 -07:00
Arthur Ozga
273ee0434d
Merge pull request #16571 from wolfgang42/url-assembler
...
Add type definitions for url-assembler library.
2017-05-18 16:24:38 -07:00
Arthur Ozga
a947ec93c7
Merge pull request #16582 from dolanmiu/jsforce
...
New Typings: jsforce
2017-05-18 16:02:20 -07:00
Arthur Ozga
40eeed9d76
Merge pull request #16586 from jankarres/master
...
Update react-facebook-login for v3.6.0
2017-05-18 15:52:45 -07:00
Arthur Ozga
a7e48add1d
Merge pull request #16589 from tomwanzek/d3-selection-transition-1-1
...
[d3-selection/d3-transition] Update to version 1.1
2017-05-18 15:52:13 -07:00
Arthur Ozga
f68a9c2325
Merge pull request #16592 from skeskinen/edit-gulp-inject
...
[gulp-inject] export interfaces
2017-05-18 15:49:56 -07:00
Alexander James Phillips
cec538087c
Correct inject result type
2017-05-18 23:27:48 +01:00
Arthur Ozga
92c9457bd1
Merge pull request #16494 from TeamworkGuy2/orchestrator
...
[orchestrator & gulp] Improved types based on orchestrator 0.3.8 source code
2017-05-18 15:04:27 -07:00
Arthur Ozga
ea05927bbf
Merge pull request #16561 from humrochagf/master
...
Add type definitions for country-select-js
2017-05-18 14:42:36 -07:00
Arthur Ozga
7a6070e503
Merge pull request #16575 from huhuanming/jpush-react-native
...
Fix callback Value Type In setBage Func
2017-05-18 13:37:58 -07:00
Arthur Ozga
38c408bc1b
Merge pull request #16596 from jpinkster/patch-1
...
Sequelize - FIX/Paranoid in IncludeOptions
2017-05-18 13:30:29 -07:00
Arthur Ozga
cb23813bba
Merge pull request #16598 from Danziger/patch-1
...
Mongoose › Add `discriminatorKey` to `SchemaOptions` interface.
2017-05-18 13:25:46 -07:00
Simon Schick
a82323abc9
fix typo
2017-05-18 13:38:10 +02:00
John Pinkster
82307e4d26
Adding a test for include.paranoid
2017-05-18 07:11:38 -04:00
Alexander James Phillips
bbcb50a4e1
Update hapi route validate to allow joi Schema SchemaMap or array of those
2017-05-18 11:08:06 +01:00
Dani Gámez Franco
d7ea6529f6
Add discriminatorKey to SchemaOptions interface.
2017-05-18 03:56:44 +02:00
John Pinkster
869397339e
Sequelize - FIX/Paranoid in IncludeOptions
...
In the `IncludeOptions` there is an optional property missing from the definition file that allows you to turn on and off the paranoid functionality from the search.
Documentation of functionality:
http://docs.sequelizejs.com/manual/tutorial/models-usage.html#including-soft-deleted-records
Please fill in this template.
- [ ] Use a meaningful title for the pull request. Include the name of the package modified.
- [ ] Test the change in your own code. (Compile and run.)
- [ ] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request ).
- [ ] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes ).
- [ ] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).
Select one of these and delete the others:
If adding a new definition:
- [ ] The package does not provide its own types, and you can not add them.
- [ ] If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- [ ] Create it with `dts-gen --dt`, not by basing it on an existing project.
- [ ] `tslint.json` should be present, and `tsconfig.json` should have `noImplicitAny`, `noImplicitThis`, and `strictNullChecks` set to `true`.
If changing an existing definition:
- [ ] Provide a URL to documentation or source code which provides context for the suggested changes: <<url here>>
- [ ] Increase the version number in the header if appropriate.
- [ ] If you are making substantial changes, consider adding a `tslint.json` containing `{ "extends": "../tslint.json" }`.
If removing a declaration:
- [ ] If a package was never on DefinitelyTyped, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
- [ ] Delete the package's directory.
- [ ] Add it to `notNeededPackages.json`.
2017-05-17 21:11:35 -04:00
Alexander James Phillips
678cc80ff5
Attempt to fix correct JoiValidationObject for hapi route validate option
2017-05-17 23:50:18 +01:00
TeamworkGuy2
98f0e4b428
Cleanup orchestrator types
2017-05-17 21:56:13 +00:00
Arthur Ozga
6b64c4f2a1
Merge pull request #16025 from slawiko/16023-cookiejs-renaming
...
16023: creates second types folder for those, who uses npm package co…
2017-05-17 13:31:33 -07:00
Arthur Ozga
ae87ff9cc8
Merge pull request #16133 from larrybahr/master
...
phonegap-plugin-push - Added hasPermission Method to PushNotificationStatic
2017-05-17 11:13:11 -07:00
Jan Karres
dcab77774c
Update react-facebook-login for v3.6.0 fix lint tests
2017-05-17 19:03:06 +02:00
Santtu Keskinen
5d8d94d7bc
Move interface definitions to namespace.
2017-05-17 19:21:57 +03:00
Tom Wanzek
373a3b98e3
[d3] Bump to version 4.9
2017-05-17 12:20:54 -04:00
Tom Wanzek
739fe57f0b
[d3-transition] Update to 1.1
...
* [FEATURE] Update JSDoc comments to reflect new style transition behavior.
* [CHORE] Clarify some JSDoc comments
2017-05-17 12:17:18 -04:00
Tom Wanzek
a870cb6d5f
[d3-selection]
...
* [Chore] Update last validated version comment
2017-05-17 12:02:54 -04:00
Tom Wanzek
256816065c
[d3-selection] Update to 1.1
...
* [FEATURE] Update JSDoc comments for `Selection.style(...)` to reflecgt new behavior
* [FEATURE] Add `d3.style(...)` standalone function.
2017-05-17 12:01:39 -04:00
Jan Karres
65d2259cfa
Update react-facebook-login fir v3.6.0
2017-05-17 16:18:57 +02:00
Dolan
f823abb6a4
Made all of the files .d.ts
2017-05-17 15:04:50 +01:00
Eloy Durán
4465a34ec0
Merge pull request #16570 from huhuanming/react-native
...
Add testID To TouchableWithoutFeedbackProperties
2017-05-17 15:35:32 +02:00
Alexander James Phillips
cbda0a036b
Fix tests for pluginSpecificConfiguration
2017-05-17 14:10:58 +02:00
Alexander James Phillips
95144bb247
Include Plugin specific config for route server and connection level
2017-05-17 13:32:57 +02:00
Kovács Vince
442a87ca4f
Remove module wrap
2017-05-17 11:34:13 +02:00
Kovács Vince
5fcc2eb15a
Make option key as optional
2017-05-17 11:28:08 +02:00
Kovács Vince
3fc4d30f76
Working type definitions for get-node-dimensions
2017-05-17 10:50:54 +02:00
huhuanming
969a261382
Fix callback Value Type In setBage Func
2017-05-17 16:44:53 +08:00
Kovács Vince
c26e18bef1
Add missing semicolon
2017-05-17 10:19:04 +02:00