Skip to content

Commit

Permalink
AG-2018 Rename ag-Grid to ag-Grid-Community
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed Aug 21, 2018
1 parent 0c237df commit 310ec4e
Show file tree
Hide file tree
Showing 467 changed files with 456 additions and 502 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Expand Up @@ -9,14 +9,14 @@ node_modules

# latest only
dist
packages/ag-grid/dist/**
packages/ag-grid/main.d.ts
packages/ag-grid/main.js
packages/ag-grid/dist/ag-grid.js
packages/ag-grid/dist/ag-grid.min.js
packages/ag-grid/dist/ag-grid.min.noStyle.js
packages/ag-grid/dist/ag-grid.noStyle.js
packages/ag-grid/dist/styles/*.css
packages/ag-grid-community/dist/**
packages/ag-grid-community/main.d.ts
packages/ag-grid-community/main.js
packages/ag-grid-community/dist/ag-grid.js
packages/ag-grid-community/dist/ag-grid.min.js
packages/ag-grid-community/dist/ag-grid.min.noStyle.js
packages/ag-grid-community/dist/ag-grid.noStyle.js
packages/ag-grid-community/dist/styles/*.css

packages/ag-grid-enterprise/main.d.ts
packages/ag-grid-enterprise/main.js
Expand Down
4 changes: 2 additions & 2 deletions .idea/ag-grid.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .idea/workspace.xml.default

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -6,15 +6,15 @@
"initMaster": "npm run initSubModules && sh ./scripts/switchToBranch.sh master",
"updateExamples": "sh ./scripts/updateSubModules.sh",
"updateDependencies": "lerna bootstrap",
"updateCoreDependencies": "lerna bootstrap --scope ag-grid --scope ag-grid-enterprise --scope ag-grid-angular --scope ag-grid-react --scope ag-grid-vue --scope ag-grid-aurelia --scope ag-grid-docs",
"resetNonDocs": "git checkout packages/ag-grid && git checkout packages/ag-grid && git checkout packages/ag-grid-angular && git checkout packages/ag-grid-react && git checkout packages/ag-grid-aurelia && git checkout packages/ag-grid-vue ",
"updateCoreDependencies": "lerna bootstrap --scope ag-grid-community --scope ag-grid-enterprise --scope ag-grid-angular --scope ag-grid-react --scope ag-grid-vue --scope ag-grid-aurelia --scope ag-grid-docs",
"resetNonDocs": "git checkout packages/ag-grid-community && git checkout packages/ag-grid-community && git checkout packages/ag-grid-angular && git checkout packages/ag-grid-react && git checkout packages/ag-grid-aurelia && git checkout packages/ag-grid-vue ",
"build": "lerna run build",
"buildCore": "lerna run build --scope ag-grid --scope ag-grid-enterprise --scope ag-grid-angular --scope ag-grid-react --scope ag-grid-vue --scope ag-grid-aurelia",
"buildVanilla": "lerna run build --scope ag-grid --scope ag-grid-enterprise",
"buildAngular": "lerna run build --scope ag-grid --scope ag-grid-angular",
"buildVue": "lerna run build --scope ag-grid --scope ag-grid-vue",
"buildReact": "lerna run build --scope ag-grid --scope ag-grid-react",
"buildAurelia": "lerna run build --scope ag-grid --scope ag-grid-aurelia",
"buildCore": "lerna run build --scope ag-grid-community --scope ag-grid-enterprise --scope ag-grid-angular --scope ag-grid-react --scope ag-grid-vue --scope ag-grid-aurelia",
"buildVanilla": "lerna run build --scope ag-grid-community --scope ag-grid-enterprise",
"buildAngular": "lerna run build --scope ag-grid-community --scope ag-grid-angular",
"buildVue": "lerna run build --scope ag-grid-community --scope ag-grid-vue",
"buildReact": "lerna run build --scope ag-grid-community --scope ag-grid-react",
"buildAurelia": "lerna run build --scope ag-grid-community --scope ag-grid-aurelia",
"docs": "cd packages/ag-grid-docs && gulp serve",
"updateAndRebuild": "npm run updateDependencies && npm run build",
"initIntelliJ": "cp .idea/workspace.xml.default .idea/workspace.xml",
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-angular/agGridPropertiesCheck.js
Expand Up @@ -7,7 +7,7 @@ MouseEvent = typeof MouseEvent === 'undefined' ? function () {} : MouseEvent;

/* Checks for missing gridOptions on agGridNg2 */
const {AgGridNg2} = require('./dist/agGridNg2');
const {ComponentUtil} = require("ag-grid");
const {ComponentUtil} = require("ag-grid-community");

const missingProperties = [];
ComponentUtil.ALL_PROPERTIES.forEach((property) => {
Expand Down Expand Up @@ -35,7 +35,7 @@ if(missingProperties.length || missingEvents.length) {

/* Checks for missing colDef properties on agGridColumn.ts */
const {AgGridColumn} = require('./dist/agGridColumn');
const {ColDefUtil} = require("ag-grid");
const {ColDefUtil} = require("ag-grid-community");

// colDef properties that dont make sense in an angular context (or are private)
const skippableProperties = ['template', 'templateUrl', 'pivotKeys', 'pivotValueColumn', 'pivotTotalColumnIds', 'templateUrl'];
Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions packages/ag-grid-angular/gulp-tasks/clean-nm-ag-grid.js

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions packages/ag-grid-angular/gulp-tasks/copy-from-ag-grid.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ag-grid-angular/gulpfile.js
Expand Up @@ -58,7 +58,7 @@ gulp.task('ngc-main', (callback) => {
gulp.task('watch', ['ngc-src'], () => {
gulp.watch([
'./src/*.ts',
'./node_modules/ag-grid/dist/lib/**/*'
'./node_modules/ag-grid-community/dist/lib/**/*'
],
['ngc-src']);
});
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-angular/package.json
Expand Up @@ -39,7 +39,7 @@
"@angular/compiler": "^4.4.7",
"@angular/compiler-cli": "^4.4.7",
"@angular/core": "^4.4.7",
"ag-grid": "^18.1.0",
"ag-grid-community": "^18.1.0",
"core-js": "^2.5.7",
"del": "^3.0.0",
"gulp": "^3.9.1",
Expand All @@ -59,7 +59,7 @@
"@angular/compiler": ">=2.1.x",
"@angular/compiler-cli": ">=2.1.x",
"@angular/core": ">=2.1.x",
"ag-grid": "^18.1.0",
"ag-grid-community": "^18.1.0",
"core-js": "^2.4.1",
"rxjs": ">=5.0.0-beta.12",
"zone.js": ">=0.6.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-angular/src/agGridColumn.ts
Expand Up @@ -7,7 +7,7 @@ import {
ICellRendererFunc,
IsColumnFunc,
RowNode
} from "ag-grid/main";
} from "ag-grid-community";

@Component({
selector: 'ag-grid-column',
Expand Down

0 comments on commit 310ec4e

Please sign in to comment.