Commit Graph

76 Commits

Author SHA1 Message Date
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
MatejQ
8864681db0 Fixed CellClassGetter interfaces according to ui-grid JS code 2015-10-23 15:34:53 +02:00
MatejQ
a5cb0c31fe Added missing on.sortChanged handler (generic) 2015-10-19 13:54:05 +02:00
Artur Wasilewski
eee4f2b199 Fixed syntax in .d.ts file 2015-10-16 15:06:18 +02:00
Masahiro Wakame
121837732f Merge pull request #6192 from ashwin027/fixes1
Added missing options for infinite scroll
2015-10-14 13:06:52 +09:00
Ashwin
1ece0d3a3e Moved options to global IGridoptions
Moved options infiniteScrollRowsFromEnd, infiniteScrollUp and
infiniteScrollDown into the global Igridoptions.
2015-10-12 13:51:51 -07:00
ashwin027
f5cb4a0e06 Added missing options
Added option columns to IGridInstance
2015-10-07 19:01:21 -07:00
ashwin027
71b6e0f1fd Added missing options to IGridoptions
Added missing options enableGridMenu and useExternalFiltering.
2015-10-07 18:47:15 -07:00
Ashwin
4d71184247 Added missing options for infinite scroll
infiniteScrollRowsFromEnd, infiniteScrollUp and infiniteScrollDown were
missing in IGridOptions. These were added.
2015-10-07 11:01:20 -07:00
Joe Skeen
a7b029e1c2 Minor adjustments based on code review 2015-09-28 16:14:13 -06:00
Joe Skeen
2d0d678430 wrap long lines 2015-09-28 11:36:38 -06:00
Joe Skeen
9a4a74508e Minor test improvements 2015-09-28 11:29:41 -06:00
Joe Skeen
7e6d298be7 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped into ui-grid-generic
# By tkqubo (13) and others
# Via Masahiro Wakame (64) and others
* 'master' of https://github.com/borisyankov/DefinitelyTyped: (146 commits)
  added rosie-tests and comments for methods from project
  Update os-locale 1.4.0
  rosie typing files
  update CONTRIBUTORS.md
  update CONTRIBUTORS.md
  lodash: changed _.map() method (alias _.collect())
  lodash: changed _.transform() method
  Add redux-devtools
  lodash: added _.mapKeys() method
  lodash: changed _.first() method (alias _.head())
  lodash: added _.dropRight() method
  lodash: changed _.chunk() method
  Updated to Maker.js 0.4.2
  decorateElement renamed to decorateInputElement
  Made key and token optional
  Added locale to StripeCheckoutOptions
  webrtc: Add MediaDeviceInfo interface and MediaDevices.enumeratedDevices()
  Fixed accidental missing optional markers
  More explicit typing for test case examples.
  More Test coverage
  ...

Conflicts:
	ui-grid/ui-grid.d.ts
2015-09-28 09:40:50 -06:00
Joe Skeen
0b917b03d2 Create type aliases to support use without generics 2015-09-23 20:32:32 -06:00
Joe Skeen
836a2e5e4c Add generic TEntity support for ui-grid 2015-09-23 08:54:28 -06:00
Joe Skeen
89c5323cda Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped into ui-grid-generic
# By Ilya Mochalov (24) and others
# Via Masahiro Wakame (87) and others
* 'master' of https://github.com/borisyankov/DefinitelyTyped: (189 commits)
  update npm-shrinkwrap.json
  update dt-tester
  fix mapbox/mapbox.d.ts
  Fix issue #5854
  lodash: changed _.pull() method
  lodash: changed _.without() method
  findup-sync: Update to v0.3.0 and include cwd property in options.
  Adding tests file and adjusting meshblu definitions
  Make a generic base version of HTMLAttributes and DOMAttributes to allow for components that pass all remaining properties to an underlying HTML element.
  lodash: added _.takeRight() method
  meshblu 1.30.1 definitions
  node-cache: added tests
  node-cache: added definitions
  Added missing gridHeight property
  Add typings and test code from Pusher Documentation (https://pusher.com/docs)
  Add version
  Provide pusher-js with typings
  Add pusher-js
  Update pubsubjs to latest version, and add exported module name
  Update reference to Q definitions
  ...

Conflicts:
	ui-grid/ui-grid-tests.ts
	ui-grid/ui-grid.d.ts
2015-09-23 08:35:30 -06:00
MatejQ
b0b6e9ea49 Revert "Added missing on.sortChanged"
This reverts commit c85b07a4d1.
2015-09-22 13:26:36 +02:00
MatejQ
cb7020a056 Fixed incorrect IGridOptions.rowEquality() signature 2015-09-22 13:22:37 +02:00