Commit Graph

29609 Commits

Author SHA1 Message Date
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
John Pinkster
82307e4d26 Adding a test for include.paranoid 2017-05-18 07:11:38 -04: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
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
Eloy Durán
4465a34ec0 Merge pull request #16570 from huhuanming/react-native
Add testID To TouchableWithoutFeedbackProperties
2017-05-17 15:35:32 +02:00
huhuanming
969a261382 Fix callback Value Type In setBage Func 2017-05-17 16:44:53 +08:00
huhuanming
621cf88db5 Add testID To TouchableWithoutFeedbackProperties 2017-05-17 11:23:28 +08:00
Arthur Ozga
2a89f40ab7 Merge pull request #16177 from GiedriusGrabauskas/react-scroll
Recreated types for react-scroll@1.5
2017-05-16 16:07:59 -07:00
Arthur Ozga
01d314ec88 Merge pull request #16211 from darkliahos/master
Data Params declared as select2 option rather than string
2017-05-16 16:00:10 -07:00
Arthur Ozga
3b3fb05596 Merge pull request #16244 from danilobjr/reactstrap
Reactstrap - extending some components with HTMLProps
2017-05-16 13:41:06 -07:00
Arthur Ozga
a3fbc47108 Merge pull request #16335 from donaldpipowitch/patch-5
added simpleParser to mailparser
2017-05-16 13:36:18 -07:00
Arthur Ozga
ff59fd5248 Merge pull request #16345 from donaldpipowitch/patch-6
added promise.USE_PROMISE_MANAGER to selenium-webdriver
2017-05-16 13:35:54 -07:00
Arthur Ozga
5f5f019f5a Merge pull request #16349 from delphinus/feature/add-factory-func
Add factory function for mCustomScrollbar
2017-05-16 13:35:17 -07:00
Arthur Ozga
0059fadb8d Merge pull request #16356 from gisinc/feature/add-scrollbaroptions-to-axisoptions
[highcharts] Add the scrollbar property to the xAxis and yAxis to optionally enable scrolling in charts
2017-05-16 13:34:35 -07:00
Arthur Ozga
488a82ef43 Merge pull request #16366 from nicojs/sinon-collection-matchers
sinon: Add array matcher, set matcher and map matcher
2017-05-16 13:32:47 -07:00
Arthur Ozga
2ea48c376e Merge pull request #16399 from thasmo/patch-1
Add the `cors` option to the browser-sync definition
2017-05-16 13:31:51 -07:00
Arthur Ozga
b780b5b4d4 Merge pull request #16427 from DefinitelyTyped/typo
Fix typo in PR template
2017-05-16 13:29:12 -07:00
Arthur Ozga
99c28cfa49 Merge pull request #16435 from DaIgeb/material-ui/tabs-templateStyle
material-ui: Expose tabTemplateStyle on TabsProps
2017-05-16 13:28:28 -07:00
Arthur Ozga
f75bf47ab9 Merge pull request #16437 from kaoDev/micro-7.3
added type definitions for the micro library
2017-05-16 13:28:06 -07:00
Arthur Ozga
842d9c4bdb Merge pull request #16443 from Botik/sequelize-indexes
[sequelize] add where option to DefineIndexesOptions for v4
2017-05-16 13:26:36 -07:00
Arthur Ozga
ea41bfc99d Merge pull request #16444 from Botik/sequelize-truncate
[sequelize] add force option to TruncateOptions for v4
2017-05-16 13:26:14 -07:00
Arthur Ozga
ac1c471857 Merge pull request #16450 from jmfirth/react-native-drawer-layout
Definitions for react-native-drawer-layout@1.3
2017-05-16 13:25:37 -07:00
Arthur Ozga
8b72e58f7c Merge pull request #16465 from filionf/pouchdb-changesresponse-seq
[pouchdb-core] Added support for CouchDB 2.0 on ChangesResponse object.
2017-05-16 13:20:06 -07:00
Arthur Ozga
362a5e2a37 Merge pull request #16466 from WatchBeam/bluebird-return-empty-return-void
Correct return type for no parameters in `return` method in bluebird
2017-05-16 13:19:15 -07:00
Humberto Rocha
9d6acd7df2 set strictNullChecks to true 2017-05-16 17:09:40 -03:00
Humberto Rocha
dbde7c423f remove unnecessary property quotes 2017-05-16 16:52:37 -03:00
Humberto Rocha
19147d0035 add missing reference to jquery 2017-05-16 16:50:47 -03:00
Humberto Rocha
deccd7e7e8 add more tests for country-select-js 2017-05-16 16:46:54 -03:00
Humberto Rocha
6f8ca80377 adding country-select-js typings 2017-05-16 15:06:31 -03:00
Arthur Ozga
299cbfa81a Merge pull request #16508 from tomwanzek/d3-shape-v-1-1
[d3-shape] Update to Version 1.1
2017-05-16 11:01:39 -07:00
Arthur Ozga
08fe65cf1a Merge pull request #16541 from DefinitelyTyped/remove-contributor
Remove contributor
2017-05-15 18:46:30 -07:00
Arthur Ozga
ec896f3043 Merge pull request #16507 from lenovouser/raven-fix-key-substructure
[raven] fix key substructure
2017-05-15 15:54:15 -07:00
Arthur Ozga
1f7b956ec1 Remove contributor 2017-05-15 15:42:18 -07:00
Arthur Ozga
4cc248af0c Merge pull request #16398 from SaschaNaz/jquerystrict
Remove string indexer on jQuery
2017-05-15 15:34:36 -07:00
Arthur Ozga
80f1f88772 Merge pull request #16409 from Syncfusion-JavaScript/master
15.2 version changes merged to Defintely Typed
2017-05-15 15:20:09 -07:00
Arthur Ozga
df0e77567f Merge pull request #16387 from huhuanming/jpush-react-native
add jpush-react-native
2017-05-15 15:17:45 -07:00
Arthur Ozga
9d74e0bd88 Merge pull request #16412 from bastienmoulia/patch-6
[angular-ui-bootstrap] Providers extends IServiceProvider
2017-05-15 15:16:58 -07:00
Arthur Ozga
9e42f8652a Merge pull request #16065 from AJamesPhillips/hapi-v16.1
Hapi v16.1, Inert, nes, hapi-auth-jwt2, hapi-decorators.  New definitions for catbox, h2o2, mime-db, mimos, podium, shot, vision, hapi-auth-basic
2017-05-15 14:45:07 -07:00
Arthur Ozga
d79040fc5b Merge pull request #16432 from agentilela/master
react-navigation: NavigationContainerProps/navigation param should be optional
2017-05-15 14:41:59 -07:00
Arthur Ozga
ee707028fe Merge pull request #16453 from briantobo/master
[react-intl] add number to possible types of values passed to FormattedMessage
2017-05-15 14:41:21 -07:00
Arthur Ozga
644e75f8f1 Merge pull request #16463 from mhcgrq/master
react-navigation: NavigationActions/back param should be optional
2017-05-15 14:40:41 -07:00
Arthur Ozga
a1523940c7 Merge pull request #16482 from mees-/fs-extra
[fs-extra] added file descriptors for fs methods
2017-05-15 14:36:59 -07:00
Arthur Ozga
8cd5353e32 Merge pull request #16495 from chenzhutianToys/master
the return of topojson.feature() contains the `type:string` field
2017-05-15 14:35:53 -07:00
Michał Adamczyk
6675e33586 @types/classnames - hide global definitions (#16420)
* @types/classnames - hide global declarations, add tslint

* @types/classnames - add export as namespace as its a UMD module

* @types/classnames - address CR comments
2017-05-15 09:52:10 -07:00
Arthur Ozga
25e7d2e651 Merge pull request #16517 from MugeSo/sequelize-fix-parent-of-unique-constraint-error
sequelize: fix inheritance of UniqueConstraintError class.
2017-05-15 09:02:54 -07:00