diff --git a/angular.json b/angular.json index 6281ba3c..e6f22259 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "grid-demos": { + "angular-grid-examples": { "projectType": "application", "schematics": { "@schematics/angular:component": { @@ -17,7 +17,7 @@ "build": { "builder": "@angular/build:application", "options": { - "outputPath": "dist/grid-demos", + "outputPath": "dist/angular-grid-examples", "index": "src/index.html", "browser": "src/main.ts", "polyfills": [ @@ -98,10 +98,10 @@ "builder": "@angular/build:dev-server", "configurations": { "production": { - "buildTarget": "grid-demos:build:production" + "buildTarget": "angular-grid-examples:build:production" }, "development": { - "buildTarget": "grid-demos:build:development" + "buildTarget": "angular-grid-examples:build:development" } }, "defaultConfiguration": "development" diff --git a/azure-pipelines/igniteui-angular-grid-examples.yml b/azure-pipelines/igniteui-angular-grid-examples.yml index 66824126..6a026e2f 100644 --- a/azure-pipelines/igniteui-angular-grid-examples.yml +++ b/azure-pipelines/igniteui-angular-grid-examples.yml @@ -138,8 +138,8 @@ stages: displayName: 'Publish app' inputs: - targetPath: '$(Build.SourcesDirectory)/dist/grid-demos/browser' - artifact: 'dist.grid-demos.browser' + targetPath: '$(Build.SourcesDirectory)/dist/angular-grid-examples/browser' + artifact: 'dist.angular-grid-examples.browser' publishLocation: 'pipeline' - ${{ if eq(parameters.shouldCleanPostExecution, true) }}: diff --git a/package-lock.json b/package-lock.json index 385d87ad..b4eea9c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "grid-demos", + "name": "angular-grid-examples", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "grid-demos", + "name": "angular-grid-examples", "version": "1.0.0", "dependencies": { "@angular/animations": "^21.0.2", diff --git a/package.json b/package.json index 82804664..11fde8dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "grid-demos", - "homepage": "https://github.com/IgniteUI/grid-demos", + "name": "angular-grid-examples", + "homepage": "https://github.com/IgniteUI/angular-grid-examples", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/charts/bar-chart/package.json b/projects/charts/bar-chart/package.json index 0d55c65b..bd3e9704 100644 --- a/projects/charts/bar-chart/package.json +++ b/projects/charts/bar-chart/package.json @@ -1,6 +1,6 @@ { "name": "bar-chart", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/bar-chart", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/bar-chart", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/charts/column-chart/package.json b/projects/charts/column-chart/package.json index 2cc3ca73..7bdae881 100644 --- a/projects/charts/column-chart/package.json +++ b/projects/charts/column-chart/package.json @@ -1,6 +1,6 @@ { "name": "column-chart", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/column-chart", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/column-chart", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/charts/line-chart/package.json b/projects/charts/line-chart/package.json index 3c6a0316..d80e681c 100644 --- a/projects/charts/line-chart/package.json +++ b/projects/charts/line-chart/package.json @@ -1,6 +1,6 @@ { "name": "line-chart", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/line-chart", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/line-chart", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/charts/pie-chart/package.json b/projects/charts/pie-chart/package.json index e45590bb..4c78f8b6 100644 --- a/projects/charts/pie-chart/package.json +++ b/projects/charts/pie-chart/package.json @@ -1,6 +1,6 @@ { "name": "pie-chart", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/pie-chart", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/pie-chart", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/charts/polar-chart/package.json b/projects/charts/polar-chart/package.json index 1d9c46a5..bff48c0c 100644 --- a/projects/charts/polar-chart/package.json +++ b/projects/charts/polar-chart/package.json @@ -1,6 +1,6 @@ { "name": "polar-chart", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/polar-chart", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/polar-chart", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/charts/step-chart/package.json b/projects/charts/step-chart/package.json index b2deee1d..cdffea89 100644 --- a/projects/charts/step-chart/package.json +++ b/projects/charts/step-chart/package.json @@ -1,6 +1,6 @@ { "name": "step-chart", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/step-chart", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/step-chart", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/erp-hgrid/package.json b/projects/erp-hgrid/package.json index e9212818..082a4c8f 100644 --- a/projects/erp-hgrid/package.json +++ b/projects/erp-hgrid/package.json @@ -1,6 +1,6 @@ { "name": "erp-hgrid", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/erp-grid", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/erp-grid", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/finance-grid/package.json b/projects/finance-grid/package.json index 8ff5bde5..468839a0 100644 --- a/projects/finance-grid/package.json +++ b/projects/finance-grid/package.json @@ -1,6 +1,6 @@ { "name": "finance-grid", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/finance-grid", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/finance-grid", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/fleet-management-grid/package.json b/projects/fleet-management-grid/package.json index 54b82ea6..71ebd754 100644 --- a/projects/fleet-management-grid/package.json +++ b/projects/fleet-management-grid/package.json @@ -1,6 +1,6 @@ { "name": "master-detail-grid", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/fleet-management-grid", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/fleet-management-grid", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/hr-portal/package.json b/projects/hr-portal/package.json index 86aaedbd..8b52872f 100644 --- a/projects/hr-portal/package.json +++ b/projects/hr-portal/package.json @@ -1,6 +1,6 @@ { "name": "hr-portal", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/hr-portal", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/hr-portal", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/projects/sales-grid/package.json b/projects/sales-grid/package.json index 45daaa5f..99213474 100644 --- a/projects/sales-grid/package.json +++ b/projects/sales-grid/package.json @@ -1,6 +1,6 @@ { "name": "sales-grid-app", - "homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/sales-grid", + "homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/sales-grid", "version": "1.0.0", "scripts": { "ng": "ng", diff --git a/src/app/views/charts/bar-chart/bar-chart-view.component.scss b/src/app/views/charts/bar-chart/bar-chart-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/charts/bar-chart/bar-chart-view.component.scss +++ b/src/app/views/charts/bar-chart/bar-chart-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/charts/column-chart/column-chart-view.component.scss b/src/app/views/charts/column-chart/column-chart-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/charts/column-chart/column-chart-view.component.scss +++ b/src/app/views/charts/column-chart/column-chart-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/charts/line-chart/line-chart-view.component.scss b/src/app/views/charts/line-chart/line-chart-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/charts/line-chart/line-chart-view.component.scss +++ b/src/app/views/charts/line-chart/line-chart-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/charts/pie-chart/pie-chart-view.component.scss b/src/app/views/charts/pie-chart/pie-chart-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/charts/pie-chart/pie-chart-view.component.scss +++ b/src/app/views/charts/pie-chart/pie-chart-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/charts/polar-chart/polar-chart-view.component.scss b/src/app/views/charts/polar-chart/polar-chart-view.component.scss index 7731eeac..14a51da2 100644 --- a/src/app/views/charts/polar-chart/polar-chart-view.component.scss +++ b/src/app/views/charts/polar-chart/polar-chart-view.component.scss @@ -7,7 +7,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/charts/step-chart/step-chart-view.component.scss b/src/app/views/charts/step-chart/step-chart-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/charts/step-chart/step-chart-view.component.scss +++ b/src/app/views/charts/step-chart/step-chart-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/erp-hgrid/erp-hgrid-view.component.scss b/src/app/views/erp-hgrid/erp-hgrid-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/erp-hgrid/erp-hgrid-view.component.scss +++ b/src/app/views/erp-hgrid/erp-hgrid-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/finance/finance-view.component.scss b/src/app/views/finance/finance-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/finance/finance-view.component.scss +++ b/src/app/views/finance/finance-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/fleet-management/fleet-management-view.component.scss b/src/app/views/fleet-management/fleet-management-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/fleet-management/fleet-management-view.component.scss +++ b/src/app/views/fleet-management/fleet-management-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/hr-portal/hr-portal-view.component.scss b/src/app/views/hr-portal/hr-portal-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/hr-portal/hr-portal-view.component.scss +++ b/src/app/views/hr-portal/hr-portal-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0; diff --git a/src/app/views/sales/sales-view.component.scss b/src/app/views/sales/sales-view.component.scss index cfcd1914..2ae63e20 100644 --- a/src/app/views/sales/sales-view.component.scss +++ b/src/app/views/sales/sales-view.component.scss @@ -5,7 +5,7 @@ // Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742) // This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other - // causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60) + // causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60) position: absolute; top: 0; left: 0;