File tree Expand file tree Collapse file tree 21 files changed +715
-0
lines changed
Expand file tree Collapse file tree 21 files changed +715
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/auto-resize" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides auto-resizing functionality to UI-Grid" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/auto-resize"
28+ ],
29+ "author" : " UI Grid Team" ,
30+ "license" : " MIT"
31+ }
32+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/cell-nav" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides cell navigation functionality to UI-Grid" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/cell-nav" ,
28+ " ui-grid/cellnav" ,
29+ " a11y" ,
30+ " accessibility" ,
31+ " keyboard" ,
32+ " navigation"
33+ ],
34+ "author" : " UI Grid Team" ,
35+ "license" : " MIT"
36+ }
37+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/core" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " A data grid for Angular" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "angular" : " >=1.4.0 1.7.x"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/angular-ui/ui-grid.git"
12+ },
13+ "homepage" : " http://ui-grid.info" ,
14+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
15+ "keywords" : [
16+ " angular" ,
17+ " ng-grid" ,
18+ " nggrid" ,
19+ " grid" ,
20+ " angularjs" ,
21+ " slickgrid" ,
22+ " kogrid" ,
23+ " ui-grid" ,
24+ " ui grid" ,
25+ " data grid" ,
26+ " ui-grid/core"
27+ ],
28+ "author" : " UI Grid Team" ,
29+ "license" : " MIT"
30+ }
31+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/edit" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides cell editing capability to ui.grid" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/edit" ,
28+ " cell-edit"
29+ ],
30+ "author" : " UI Grid Team" ,
31+ "license" : " MIT"
32+ }
33+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/empty-base-layer" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides the ability to have the background of the ui-grid be empty rows" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/empty-base-layer" ,
28+ " empty-grid"
29+ ],
30+ "author" : " UI Grid Team" ,
31+ "license" : " MIT"
32+ }
33+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/expandable" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides the ability to create subgrids inside ui-grid" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/expandable" ,
28+ " expandable-grid" ,
29+ " sub grid"
30+ ],
31+ "author" : " UI Grid Team" ,
32+ "license" : " MIT"
33+ }
34+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/exporter" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides the ability to export data from ui-grid" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/exporter" ,
28+ " export data"
29+ ],
30+ "author" : " UI Grid Team" ,
31+ "license" : " MIT"
32+ }
33+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/grouping" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides ui-grid with grouping of rows based on the data in them" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "@ui-grid/tree-base" : " 4.6.6" ,
9+ "angular" : " >=1.4.0 1.7.x"
10+ },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " https://github.com/angular-ui/ui-grid.git"
14+ },
15+ "homepage" : " http://ui-grid.info" ,
16+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
17+ "keywords" : [
18+ " angular" ,
19+ " ng-grid" ,
20+ " nggrid" ,
21+ " grid" ,
22+ " angularjs" ,
23+ " slickgrid" ,
24+ " kogrid" ,
25+ " ui-grid" ,
26+ " ui grid" ,
27+ " data grid" ,
28+ " ui-grid/grouping" ,
29+ " group data"
30+ ],
31+ "author" : " UI Grid Team" ,
32+ "license" : " MIT"
33+ }
34+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/i18n" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This package provides various language translations for ui-grid" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/i18n" ,
28+ " i18n" ,
29+ " localization"
30+ ],
31+ "author" : " UI Grid Team" ,
32+ "license" : " MIT"
33+ }
34+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @ui-grid/importer" ,
3+ "version" : " 4.6.6" ,
4+ "description" : " This module provides the ability to import data into ui-grid" ,
5+ "main" : " index.js" ,
6+ "dependencies" : {
7+ "@ui-grid/core" : " 4.6.6" ,
8+ "angular" : " >=1.4.0 1.7.x"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/angular-ui/ui-grid.git"
13+ },
14+ "homepage" : " http://ui-grid.info" ,
15+ "bugs" : { "url" : " https://github.com/angular-ui/ui-grid/issues" },
16+ "keywords" : [
17+ " angular" ,
18+ " ng-grid" ,
19+ " nggrid" ,
20+ " grid" ,
21+ " angularjs" ,
22+ " slickgrid" ,
23+ " kogrid" ,
24+ " ui-grid" ,
25+ " ui grid" ,
26+ " data grid" ,
27+ " ui-grid/importer" ,
28+ " import data"
29+ ],
30+ "author" : " UI Grid Team" ,
31+ "license" : " MIT"
32+ }
33+
You can’t perform that action at this time.
0 commit comments