Commit Graph

74 Commits

Author SHA1 Message Date
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
76a710cc94 Rename test files to be consistent (#13882) 2017-01-10 06:33:06 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy Hanson
7ddaa74123 Add missing files to slickgrid 2016-11-09 13:57:55 -08:00
Andy
da09b3d1a0 Fix packages with broken tests (#12210) 2016-10-25 11:37:40 -07:00
Paul van Brenk
5607f54def Merge master into typings-2.0
* Changed Files
2016-08-18 14:53:30 -07:00
Koloto
f222c07219 slickgrid: fixed getCellFromEvent signature, using DOMEvent in subscribe (fixed Travis CI failure) 2016-08-16 16:17:30 +03:00
Koloto
4d8e6c5a4f slickgrid: fixed getCellFromEvent signature, using DOMEvent in subscribe 2016-08-16 16:07:12 +03:00
Ryan Cavanaugh
11d624e656 Merge commit 'upstream/master~500' into merge_7_25 2016-07-26 12:17:32 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
berwyn
a866157b01 slickgrid: Add CheckboxSelectColumn and ColumnPicker (#9598) 2016-06-13 23:38:41 +09:00
Ryan Cavanaugh
612c172c52 Use correct test list 2016-05-10 12:28:03 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
33686b47c5 Lots of fixes 2016-05-04 16:30:29 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
James
768a395270 When only a single column is returned, it is of type Column, not SortColumn (#8659) 2016-04-27 09:11:47 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Koloto
fc24b990cc Merge remote-tracking branch 'upstream/master'
Conflicts:
	slickgrid/SlickGrid.d.ts
2015-09-28 15:44:09 +03:00
Masahiro Wakame
29bc982d40 Merge pull request #5735 from styfle/patch-8
Changes to DataView type
2015-09-16 21:43:18 +09:00
Koloto
bab64ac3f0 slickgrid: some fixes 2015-09-11 15:23:36 +03:00
Koloto
03bab3b4e2 Refactoring of interfaces for SlickGrid event args 2015-09-09 13:57:26 +03:00
Steven
c207dc9996 Changes to DataGridView type
getRowById returns a number
getItemByIdx accepts an index parameter
getItemMetadata returns a TotalsRowMetadata<T>
2015-09-08 12:55:33 -07:00
Koloto
c4078b9f23 Some fixes for SlickGrid definition 2015-09-08 14:34:57 +03:00
catbusstop
c3b5449059 Fixing slickgrid getItemMetadata
Added optional index parameter to allow for row formatting
2015-07-15 14:39:26 +01:00
slozier
ab1501ff39 Make getRenderedRange arguments optional
The getRenderedRange arguments are optional.

https://github.com/mleibman/SlickGrid/wiki/Slick.Grid#getRenderedRange
2015-06-23 15:57:21 -04:00
ryiwamoto
e7c88831c1 Added slick.autotooltips.d.ts 2015-04-01 12:54:27 +09:00
vvakame
008ba1b555 add overload definition to setGrouping 2014-11-23 09:56:29 +09:00
payojbaral
712c7d5130 SetGrouping and GetGrouping functions should accept and return GroupingOptions<T>[] for multilevel grouping 2014-11-22 12:25:13 -08:00
vvakame
54de4356d0 add rows property to OnRowsChangedEventData 2014-09-05 12:31:46 +09:00
vvakame
36f1e022bb improve slickgrid definition 2014-08-25 10:50:47 +09:00
vvakame
3ae57ef657 fix SlickGrid declaration 2014-07-31 18:45:02 +09:00
Steven
e448b8cbf6 Changed to explicit ID parameter 2014-07-09 16:31:41 -07:00
Steven
ea9eedcc07 Added test for getIdxById 2014-07-09 16:18:23 -07:00
Steven
ff9365dc08 Fix interface for getIdxById in SlickGrid
It is clear by the name of this method that it takes an id (string) and returns and index (number).
2014-07-09 16:08:20 -07:00
Masahiro Wakame
27119fe948 Merge pull request #2263 from slozier/patch-1
Update SlickGrid.d.ts
2014-06-12 16:14:07 +09:00
noxhj
d84b415d60 header option should be optional just like the other Column options 2014-06-04 11:28:47 +02:00
slozier
2a3bb99eb7 Update SlickGrid.d.ts
Updated DataProvider to DataProvider<T extends SlickData>
2014-05-29 10:31:34 -04:00
slozier
e7c3b12277 Update SlickGrid.d.ts
Added the overload for setData.
2014-05-29 10:00:36 -04:00
gscshoyru
dd6c5074d4 Fix misspelled variable name 2014-02-25 18:23:15 -05:00
Derek Cicerone
9f9c809102 Additional types for slick.headerbutton.d.ts 2014-01-27 13:03:20 -05:00
Igorbek
0fe2174a2a Merge pull request #1603 from derekcicerone/patch-35
Create slick.headerbuttons.d.ts
2014-01-27 00:11:51 -08:00