18 Commits
Author SHA1 Message Date
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
Joe Skeen 8376bf5b17 ui-grid: added uiGrid.expandable tests 2015-11-18 15:27:31 -07:00
MatejQ 19e1e0847b Attempt to fix failing tests. 2015-10-23 15:56:04 +02:00
Joe Skeen a7b029e1c2 Minor adjustments based on code review 2015-09-28 16:14:13 -06:00
Joe Skeen 9a4a74508e Minor test improvements 2015-09-28 11:29:41 -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
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
Dan Lewi Harkestad 44b86737da Changed to single quotes per review feedback. 2015-09-09 19:34:04 +02:00
Dan Lewi Harkestad de418bbbb4 GridInstance.scrollTo takes an object in the data array as parameter, not
a GridRow.

Also, both parameters are optional.

See
https://github.com/angular-ui/ui-grid/blob/a42dab24532fb896725b9fc8359e4526e436c891/src/js/core/factories/Grid.js#L2419-L2440
2015-09-07 14:39:09 +02:00
Dan Lewi Harkestad 0bc18bba93 Fixed row getters in selection API.
See: http://ui-grid.info/docs/#/api/ui.grid.selection.api:PublicApi

getSelectedGridRows should return uiGrid.IGridRow, not the
uiGrid.selection.IGridRow interface which only has the selection-specific
properties.

getSelectedRows returns the selected entities, not grid rows.
2015-09-04 08:57:53 +02:00
Ray 21c47b36e2 fixing missing return types. thanks Travis! 2015-07-21 17:29:23 -04:00
Ray 67fdc1b040 fixing comments, line breaks, and typos, fixing T[] -> Array<T> 2015-07-21 17:25:32 -04:00
Ray e23467fc87 added uigridconstants, and all gridApi.core gridApi.rowEdit definitions. 2015-07-21 13:00:23 -04:00
Raymond Suelzer 370f04bfcd direction should be a string
sort direction should be a string
2015-07-17 16:09:33 -04:00
Ben Tesser 886bedbec7 Typings for angular-ui-grid. 2015-07-08 15:30:19 -04:00