Commit Graph

69 Commits

Author SHA1 Message Date
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
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
MatejQ
c85b07a4d1 Added missing on.sortChanged 2015-09-22 13:20:07 +02:00
Masahiro Wakame
81af1f43a8 Merge pull request #5911 from Mek7/master
Added missing gridHeight property
2015-09-20 21:47:54 +09:00
Masahiro Wakame
48e6924a17 Merge pull request #5760 from joeskeen/ui-grid
ui-grid: fixed reference to the IGridRow type to refer to uiGrid.IGridRow within ui-grid plugins
2015-09-20 17:35:56 +09:00
Mek
c4ea7af003 Added missing gridHeight property 2015-09-19 21:41:38 +02:00
Joe Skeen
535bdcd579 Fix getSelectedGridRows() for ui-grid 2015-09-11 09:16:33 -06:00
Joe Skeen
486a2c8395 Employ generics in Angular ui-grid for entity type
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped into ui-grid

# By Makis Maropoulos (6) and others
# Via Horiuchi_H (9) and herrmanno (1)
* 'master' of https://github.com/borisyankov/DefinitelyTyped:
  Added observe-js definition
  I moved the project, update the project's url here also
  Add the helpers property to the Handlebars module
  Updated node-jsfl-runner to 0.2.4
  Updating lovefield definitions for Lovefield v2.0.62.
  Update node-mysql-wrapper-tests.ts
  Update node-mysql-wrapper.d.ts
  Update node-mysql-wrapper-tests.ts
  Update node-mysql-wrapper-tests.ts
  Update to V2.3.6.
  Refactoring of interfaces for SlickGrid event args
  add archiver
  update version
  update version
  update serve-favicon
  update cookie-parser
2015-09-11 09:13:00 -06:00
Joe Skeen
18c31c7a25 change rowEntity type to be any 2015-09-10 07:15:14 -06:00