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
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
Paul van Brenk
5607f54def
Merge master into typings-2.0
...
* Changed Files
2016-08-18 14:53:30 -07:00
msucheck
e847d83c47
Added useExternalSorting property to IGridOptions interface in ui-grid
2016-08-16 15:35:02 +02:00
Nathan Shively-Sanders
9019823501
Merge branch 'master' into types-2.0-2016-08-10
2016-08-10 16:17:43 -07:00
kutynko
1e23523f88
Updated IFilterOptions
...
Updated column filter options according to latest official documentation
http://ui-grid.info/docs/#/api/ui.grid.class:GridOptions.columnDef#properties_filter
2016-08-10 12:23:13 +03:00
Ryan Cavanaugh
e94e9a8630
Merge commit 'upstream/master~450' into merge_7_25
2016-07-26 13:40:56 -07:00
Ryan Cavanaugh
11d624e656
Merge commit 'upstream/master~500' into merge_7_25
2016-07-26 12:17:32 -07:00
Ryan Cavanaugh
9d7d5a209a
Getting types-2.0 passing CI
2016-07-14 18:13:43 -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
Mohamed Hegazy
6885824910
Proper use of angular module
2016-07-08 22:06:42 -07:00
Mohamed Hegazy
a5d477d085
Replace references to angularjs with angular to match package name
2016-07-07 15:12:24 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Raghav Katyal
c17b1b78b8
OldUMD and many other module fixes.
2016-06-20 14:15:13 -07:00
Abhishek Garg
6ea0b792a0
Added missing method ( #8947 )
...
* Added missing method
Added method refresh to IGridCoreApi
* Revert "Merge pull request #1 from AbhishekGarg/ui-grid-definition-update"
This reverts commit 7a98bbf0ab000d712dff496294ffeb32845c82c8, reversing
changes made to 2712dd1e88 .
* Added missing method
Added method refresh to IGridCoreApi
* Added missing argument
Added argument row to function rowIdentity in IGridOptions
2016-06-19 12:29:54 +09:00
Adam Gordon
0c1189250f
fix(ui-grid): fix isRowSelectable typing ( #9594 )
...
* per [the ui-grid
documentation](http://ui-grid.info/docs/#/tutorial/210_selection ),
`isRowSelectable` is a function that returns a boolean, rather than a straight boolean property.
2016-06-14 00:45:53 +09:00
Gareth Smith
aa8af2a5df
Augment the sortingAlgorithm type with all its documented arguments. ( #9480 )
...
* Augment the sortingAlgorithm type with all its documented arguments.
* Oops, use the correct types for rowA and rowB
* Add a test to prove that filter condition functions do not need to declare all the parameters they are passed.
2016-06-14 00:02:55 +09: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
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
Ryan Cavanaugh
8da92f07c0
Reference fixes
2016-04-27 10:28:25 -07:00
Ryan Cavanaugh
541e24b685
Fix angularjs/angular; 'export declare'/'declare export'
2016-04-25 13:02:25 -07:00
Abhishek Garg
cc42f09bd1
Add missing option for expandable ( #8989 )
...
* Add missing option for expandable
Add missing grid option `expandableRowScope` for expandable grid
* Added ng.IScope type for expandableRowScope
2016-04-23 15:13:50 +09:00
Abhishek Garg
8363db45d1
Mark param as optional ( #8968 )
...
Mark param `types` as optional in method `registerDataChangeCallback` for `IGridOptions<TEntity>`
2016-04-17 22:14:31 +09:00
Abhishek Garg
3948c8646d
Add missing param for rowIdentity ( #8966 )
...
Add missing param `row` for function `rowIdentity` in `IGridOptionsOf<TEntity>`
2016-04-17 22:11:40 +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
Choc
4908ab87ca
Fix misspelt type definition for uiGrid.customTreeAggregationFn
2016-03-08 22:31:38 +00:00
Dretch
05a7814474
Restore not-actually-extraneous parenthesis
2016-03-03 10:57:10 +00:00
Gareth Smith
d84f058588
Add spaces and remove parenthesis as requested by @btesser-r7
2016-03-03 10:51:00 +00:00
Gareth Smith
c947dac0f1
Add spaces for consistency as requested by @btesser-r7
2016-03-03 10:48:42 +00:00
Gareth Smith
b8fb2df231
Allow IFilterOptions.condition to be set to a function, as the documentation describes.
2016-03-01 10:12:26 +00:00
Aya Morisawa
6854c8f232
Remove trailing whitespaces
2016-01-27 20:11:30 +09:00
tiso
868b56d377
Modify scpacing for sortDirectionCycle in interface IColumnDefOf
2016-01-08 10:08:21 +01:00
tiso
9028ed35ea
Add sortDirectionCycle in interface IColumnDefOf
2016-01-07 16:21:51 +01:00
labrute
f87465736f
Add missing semicolon in ui-grid.d.ts file
2015-12-30 09:35:53 +01:00
zoetrope
66efc690ae
ui-grid: fixed type for SELECT filter
2015-11-23 15:38:59 +09:00
Joe Skeen
8376bf5b17
ui-grid: added uiGrid.expandable tests
2015-11-18 15:27:31 -07:00
Joe Skeen
1dfd976b08
ui-grid - Added missing row.isExpanded value for uiGrid.expandable
2015-11-18 15:22:29 -07:00
MatejQ
08dd17bef2
Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master' into columngridref
2015-11-12 10:56:28 +01:00
MatejQ
279e4197ac
Added grid reference to IGridColumnOf interface
2015-11-09 08:31:00 +01:00
Masahiro Wakame
bfa6ffc7a6
Merge pull request #6400 from MatejQ/cellclass3
...
Fixed CellClassGetter interfaces according to ui-grid JS code
2015-11-05 22:53:46 +09:00
Masahiro Wakame
fe2af9468b
Merge pull request #6202 from ashwin027/Deftyped2
...
Added missing options to IGridoptions
2015-11-04 20:35:21 +09:00
MatejQ
19e1e0847b
Attempt to fix failing tests.
2015-10-23 15:56:04 +02:00