Commit Graph

51 Commits

Author SHA1 Message Date
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
Joe Skeen
d450115aef fixed reference to the IGridRow type to refer to uiGrid.IGridRow within ui-grid plugins 2015-09-09 15:52:16 -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
a42dab2453/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
Joe Skeen
f2630a53e5 enableColumnResizing is optional on IColumnDef 2015-09-02 10:45:23 -06:00
Ben Tesser
1f964fab44 Ui-grid: Update Version and Plugin Support
Extensive plugin support added (Plugin specific API, ColumnDef, GridOptions, GridRow, Constants).

Added docs for all existing interfaces
Fixed a few incorrect interfaces, updated interfaces to reflect latest version.
Did some cleanup... Moved all plugins into their own modules
2015-08-24 15:59:10 -04:00
Ray
9732f12367 Fixing typo in ui-grid definition. "notifiyDataChange" should be "notifyDataChange" 2015-08-17 11:43:17 -04:00
Ben Tesser
69cd45617c Ui-Grid: Fix Column Defs
Fix invalid type for IGridOptions.columnDefs.
2015-08-10 14:01:16 -04:00
Danilo Faria
fb0e5543ee Ui-grid improvements 2015-08-04 15:05:53 -04:00
Ray
72a6d57c06 make entities 'any' and remove extra spaces. 2015-07-22 11:21:01 -04: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
5ea2c74b9d fixing missing ";" 2015-07-21 17:14:21 -04:00
Ray
e23467fc87 added uigridconstants, and all gridApi.core gridApi.rowEdit definitions. 2015-07-21 13:00:23 -04:00
Raymond Suelzer
d187f678d1 fixing missing ng.scope on api callback 2015-07-17 16:13:57 -04:00
Raymond Suelzer
370f04bfcd direction should be a string
sort direction should be a string
2015-07-17 16:09:33 -04:00
Raymond Suelzer
2a04a33b8f added some api extensions, fixed some types
added core, pagination, selection to GridAPI.  Also fixed a few types that were incorrect, missing, or should have been nullable.
2015-07-17 16:04:30 -04:00
Ben Tesser
4aa7366e01 UiGrid - Add enableRowSelection to gridOptions
This property was missing
2015-07-13 13:09:50 -04:00