Koloto
03bab3b4e2
Refactoring of interfaces for SlickGrid event args
2015-09-09 13:57:26 +03: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
Derek Cicerone
ada58339f4
Update slick.headerbuttons.d.ts
2014-01-25 15:11:53 -05:00
Bartvds
709a0363a0
added/fixed headers o-s
...
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:56:27 +01:00
Derek Cicerone
f9df66c80d
Create slick.headerbuttons.d.ts
...
Headerbuttons is a SlickGrid plugin so I put it in the slickgrid directory:
https://github.com/mleibman/SlickGrid/blob/master/plugins/slick.headerbuttons.js?source=cc
2014-01-23 19:03:53 -05:00
Masahiro Wakame
8c6ce6c2b1
Merge branch 'master' into switch-0.9.5
...
Conflicts:
sencha_touch/SenchaTouch.d.ts
2013-12-24 12:24:02 +09:00
Steven
ef2926042e
RefreshHints are optional
...
The filters in RefreshHints should be optional so there is no error when updating a single one such as:
this.dataView.setRefreshHints({
isFilterUnchanged: true
});
2013-12-20 18:47:38 -08:00
Igor Oleinikov
8c94906a43
slickgrid: fixed definitions and tests
2013-12-20 14:08:29 +04:00
Masahiro Wakame
dbc68718e1
Remove not required .tscparams
2013-11-29 15:25:31 +09:00
benjaminjackman
db1a670dde
Update slickgrid to remove implicit anys
2013-11-23 17:47:48 -06:00
Derek Cicerone
3b64c0a072
Fix getItemById()
...
It was missing a necessary parameter.
2013-10-28 17:02:58 -04:00
Derek Cicerone
1e83c5da21
Fix future bug in slickgrid.d.ts
...
Really subtle bug: the function should be using the class generic parameter - not a new one just for the method.
2013-10-25 17:39:28 -04:00
vvakame
34899afaae
Merge commit '2772dfeec9cdb1744f6c010babef9e40b6770dd7' into plan-of-destroy-implicitAny
2013-10-18 12:41:53 +09:00
Boris Yankov
24b81548bd
Merge pull request #1131 from derekcicerone/patch-21
...
Fix future bugs in slickgrid.d.ts
2013-10-11 21:05:35 -07:00
Derek Cicerone
cdbcec0205
Fix optional argument in slickgrid.d.ts
...
From looking at the code, this argument appears to be optional. Also, we are omitting it in our code and it works.
2013-10-11 21:46:59 -04:00
Derek Cicerone
65000321ad
Fix future bugs in slickgrid.d.ts
...
The 'develop' version of the TypeScript compiler is pickier about generics being fully specified. I believe these are the proper missing types.
2013-10-11 21:02:37 -04:00
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
Lasse Jul-Larsen
fa735820dd
Fixed method signature to match JS-file
2013-09-16 15:30:35 +02:00
Diullei
5a3b3c9385
slickgrid - fix test error
2013-09-15 13:13:54 -03:00
Mario Kostelac
9021238ec6
Fixed some definitions for SlickGrid + resolved Event-DOMEvent problem.
2013-09-13 10:27:28 -07:00
Lasse Jul-Larsen
ac138ae19c
Made optional parameters optional, fixed DataView to implement DataProvider and corrected method signature in DataView to match DataProvider interface
2013-09-05 14:38:32 +02:00
Lasse Jul-Larsen
c66c1bd09f
Fixed method signature on column formatter
2013-09-03 14:24:37 +02:00
Lasse Jul-Larsen
beb33fa2e3
Fixed compiler errors 'error TS2173: Generic type references must include all type arguments.'
2013-09-02 13:55:57 +02:00
jbaldwin
6577db67c7
Fixed issues from pull request on DefinitelyTyped
...
Removed sugar-tests.ts, it has an encoding problem that I need to fix (
uses non-ascii characters and the TS compiler chokes on them)
2013-08-20 20:40:12 -06:00
jbaldwin
f6c5a200e5
Upgraded jbaldwin projs to 0.9.1.0
2013-08-19 16:19:56 -06:00