From 5b23d4a678689dcad72a60f44d27b2fb321b25ae Mon Sep 17 00:00:00 2001 From: Deyan Kamburov Date: Fri, 14 Nov 2025 17:08:02 +0200 Subject: [PATCH] chore(*): rename grid-demos to angular-grid-examples --- angular.json | 8 ++++---- azure-pipelines/igniteui-angular-grid-examples.yml | 4 ++-- package-lock.json | 6 +++--- package.json | 4 ++-- projects/charts/bar-chart/package.json | 2 +- projects/charts/column-chart/package.json | 2 +- projects/charts/line-chart/package.json | 2 +- projects/charts/pie-chart/package.json | 2 +- projects/charts/polar-chart/package.json | 2 +- projects/charts/step-chart/package.json | 2 +- projects/erp-hgrid/package.json | 2 +- projects/finance-grid/package.json | 2 +- projects/fleet-management-grid/package.json | 2 +- projects/hr-portal/package.json | 2 +- projects/sales-grid/package.json | 2 +- .../views/charts/bar-chart/bar-chart-view.component.scss | 2 +- .../charts/column-chart/column-chart-view.component.scss | 2 +- .../charts/line-chart/line-chart-view.component.scss | 2 +- .../views/charts/pie-chart/pie-chart-view.component.scss | 2 +- .../charts/polar-chart/polar-chart-view.component.scss | 2 +- .../charts/step-chart/step-chart-view.component.scss | 2 +- src/app/views/erp-hgrid/erp-hgrid-view.component.scss | 2 +- src/app/views/finance/finance-view.component.scss | 2 +- .../fleet-management/fleet-management-view.component.scss | 2 +- src/app/views/hr-portal/hr-portal-view.component.scss | 2 +- src/app/views/sales/sales-view.component.scss | 2 +- 26 files changed, 33 insertions(+), 33 deletions(-) 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 8f89727b..00083772 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": "^20.0.3", @@ -22,7 +22,7 @@ "express": "^5.1.0", "fflate": "^0.8.1", "hammerjs": "^2.0.8", - "igniteui-angular": "^20.0.3", + "igniteui-angular": "~20.0.3", "igniteui-angular-charts": "^20.0.0", "igniteui-angular-core": "^20.0.0", "igniteui-angular-maps": "^20.0.0", diff --git a/package.json b/package.json index 0600416c..a2beb4a5 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 9ecdc680..5497c0b1 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 3be60290..5dfe1076 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 9366e4cf..cf345e21 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 0f60e79f..86686fbf 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 da669b5a..c9f67d54 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;