Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular-dxc-site:build"
"buildTarget": "angular-dxc-site:build"
},
"configurations": {
"production": {
"browserTarget": "angular-dxc-site:build:production"
"buildTarget": "angular-dxc-site:build:production"
}
},
"assets": [
Expand All @@ -106,7 +106,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-dxc-site:build"
"buildTarget": "angular-dxc-site:build"
}
},
"test": {
Expand Down Expand Up @@ -218,11 +218,11 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "dxc-angular-cdk:build"
"buildTarget": "dxc-angular-cdk:build"
},
"configurations": {
"production": {
"browserTarget": "dxc-angular-cdk:build:production"
"buildTarget": "dxc-angular-cdk:build:production"
}
},
"assets": [
Expand All @@ -232,7 +232,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "dxc-angular-cdk:build"
"buildTarget": "dxc-angular-cdk:build"
}
},
"test": {
Expand Down
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,21 @@
"pre-analyze": "ng build --stats-json",
"analyze": "webpack-bundle-analyzer ./dist/angular-dxc-site/stats.json",
"storybook": "ng run dxc-ngx-cdk:storybook",
"build-storybook": "ng run dxc-ngx-cdk:build-storybook",
"postinstall": "ngcc"
"build-storybook": "ng run dxc-ngx-cdk:build-storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "15.2.4",
"@angular/cdk": "15.2.3",
"@angular/common": "15.2.4",
"@angular/compiler": "15.2.4",
"@angular/core": "15.2.4",
"@angular/forms": "15.2.4",
"@angular/material": "15.2.3",
"@angular/material-moment-adapter": "15.2.3",
"@angular/platform-browser": "15.2.4",
"@angular/platform-browser-dynamic": "15.2.4",
"@angular/router": "15.2.4",
"@angular/animations": "20.3.18",
"@angular/cdk": "20.2.14",
"@angular/common": "20.3.18",
"@angular/compiler": "20.3.18",
"@angular/core": "20.3.18",
"@angular/forms": "20.3.18",
"@angular/material": "20.2.14",
"@angular/material-moment-adapter": "20.2.14",
"@angular/platform-browser": "20.3.18",
"@angular/platform-browser-dynamic": "20.3.18",
"@angular/router": "20.3.18",
"@babel/preset-env": "^7.4.5",
"@ctrl/tinycolor": "^3.6.0",
"@emotion/css": "11.11.0",
Expand All @@ -54,27 +53,27 @@
"jest": "^29.5.0",
"jest-preset-angular": "^13.0.1",
"moment": "^2.29.4",
"ng-packagr": "^15.2.2",
"ng-packagr": "^20.3.2",
"ngx-infinite-scroll": "^15.0.0",
"ngx-material-timepicker": "^5.5.3",
"ngx-monaco-editor-v2": "15.0.1",
"ngx-toastr": "16.1.1",
"ngx-toastr": "19.1.0",
"rgb-hex": "^4.0.1",
"rxjs": "~7.4.0",
"rxjs": "~7.8.2",
"tinycolor2": "^1.6.0",
"vanilla-text-mask": "^5.1.1",
"zone.js": "~0.13.0"
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.4",
"@angular/cli": "15.2.4",
"@angular/compiler-cli": "15.2.4",
"@angular/language-service": "15.2.4",
"@angular-devkit/build-angular": "20.3.22",
"@angular/cli": "20.3.22",
"@angular/compiler-cli": "20.3.18",
"@angular/language-service": "20.3.18",
"@babel/core": "^7.21.4",
"@schematics/angular": "15.2.7",
"@schematics/angular": "20.3.22",
"@scullyio/scully-plugin-base-href-rewrite": "^2.1.41",
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "2.0.10",
"@types/jasminewd2": "2.0.13",
"@types/node": "^18.16.1",
"babel-loader": "^9.1.2",
"codelyzer": "^6.0.1",
Expand All @@ -86,9 +85,9 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"start-server-and-test": "^2.0.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tslib": "^2.5.0",
"tslint": "~6.1.0",
"typescript": "4.9.5"
"typescript": "5.8.3"
}
}
}
7 changes: 4 additions & 3 deletions projects/dxc-ngx-cdk-examples/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { ThemeService } from '../../../dxc-ngx-cdk/src/lib/theme/theme.service';

ThemeService
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
standalone: false
})
export class AppComponent {
components: Array<any>;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'accordion-group',
templateUrl: './accordion-group.component.html'
selector: 'accordion-group',
templateUrl: './accordion-group.component.html',
standalone: false
})
export class AccordionGroupComponent implements OnInit {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'app-accordion',
templateUrl: './accordion.component.html',
styleUrls: ['./accordion.component.scss']
selector: 'app-accordion',
templateUrl: './accordion.component.html',
styleUrls: ['./accordion.component.scss'],
standalone: false
})
export class AccordionComponent implements OnInit {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'app-alert',
templateUrl: './alert.component.html',
styleUrls: ['./alert.component.scss']
selector: 'app-alert',
templateUrl: './alert.component.html',
styleUrls: ['./alert.component.scss'],
standalone: false
})
export class AlertComponent implements OnInit {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'app-all',
templateUrl: './all.component.html',
styleUrls: ['./all.component.scss']
selector: 'app-all',
templateUrl: './all.component.html',
styleUrls: ['./all.component.scss'],
standalone: false
})
export class AllComponent implements OnInit {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component, OnInit, Input } from '@angular/core';

@Component({
selector: 'box-info',
templateUrl: './box.component.html',
styleUrls: ['./box.component.scss']
selector: 'box-info',
templateUrl: './box.component.html',
styleUrls: ['./box.component.scss'],
standalone: false
})
export class BoxComponent implements OnInit {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'button-info',
templateUrl: './button-info.component.html',
styleUrls: ['./button-info.component.scss']
selector: 'button-info',
templateUrl: './button-info.component.html',
styleUrls: ['./button-info.component.scss'],
standalone: false
})
export class ButtonInfoComponent {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'card-info',
templateUrl: './card-info.component.html',
styleUrls: ['./card-info.component.scss']
selector: 'card-info',
templateUrl: './card-info.component.html',
styleUrls: ['./card-info.component.scss'],
standalone: false
})
export class CardInfoComponent {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'checkbox-info',
templateUrl: './checkbox-info.component.html',
styleUrls: ['./checkbox-info.component.scss']
selector: 'checkbox-info',
templateUrl: './checkbox-info.component.html',
styleUrls: ['./checkbox-info.component.scss'],
standalone: false
})
export class CheckboxInfoComponent {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component, OnInit, Input } from '@angular/core';

@Component({
selector: 'chip-info',
templateUrl: './chip.component.html',
styleUrls: ['./chip.component.scss']
selector: 'chip-info',
templateUrl: './chip.component.html',
styleUrls: ['./chip.component.scss'],
standalone: false
})
export class ChipComponent implements OnInit {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { Button, DxcCrudTableComponent, DxcResizeService } from '@dxc-technology
import { EFieldsType, EMethod, IFieldsBaseProperties, IRequest, ITextEditorproperties } from '@dxc-technology/halstack-angular';

@Component({
selector: 'app-crud-grid',
templateUrl: './crud-grid.component.html',
styleUrls: ['./crud-grid.component.scss']
selector: 'app-crud-grid',
templateUrl: './crud-grid.component.html',
styleUrls: ['./crud-grid.component.scss'],
standalone: false
})
export class CrudGridComponent implements OnInit {
@ViewChild('crudgridcomponent', {static: false}) crudGridComponent: DxcCrudTableComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import { Component, OnInit } from '@angular/core';
import { UntypedFormGroup, UntypedFormBuilder, Validators, AbstractControl, ValidatorFn } from '@angular/forms';

@Component({
selector: 'date-info',
templateUrl: './date-info.component.html',
styleUrls: ['./date-info.component.scss']
selector: 'date-info',
templateUrl: './date-info.component.html',
styleUrls: ['./date-info.component.scss'],
standalone: false
})
export class DateInfoComponent implements OnInit {
public pageForm: UntypedFormGroup;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'dialog-info',
templateUrl: './dialog-info.component.html',
styleUrls: ['./dialog-info.component.scss']
selector: 'dialog-info',
templateUrl: './dialog-info.component.html',
styleUrls: ['./dialog-info.component.scss'],
standalone: false
})
export class DialogInfoComponent {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'dropdown-info',
templateUrl: './dropdown-info.component.html',
styleUrls: ['./dropdown-info.component.scss']
selector: 'dropdown-info',
templateUrl: './dropdown-info.component.html',
styleUrls: ['./dropdown-info.component.scss'],
standalone: false
})
export class DropdownInfoComponent {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'footer-info',
templateUrl: './footer-info.component.html',
styleUrls: ['./footer-info.component.scss']
selector: 'footer-info',
templateUrl: './footer-info.component.html',
styleUrls: ['./footer-info.component.scss'],
standalone: false
})
export class FooterInfoComponent {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ import { DxcUploadComponent } from '../../../../../dxc-ngx-cdk/src/lib/dxc-uploa
DxcUploadComponent

@Component({
selector: 'header-info',
templateUrl: './header-info.component.html',
styleUrls: ['./header-info.component.scss']
selector: 'header-info',
templateUrl: './header-info.component.html',
styleUrls: ['./header-info.component.scss'],
standalone: false
})
export class HeaderInfoComponent {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'heading-info',
templateUrl: './heading-info.component.html',
styleUrls: ['./heading-info.component.scss']
selector: 'heading-info',
templateUrl: './heading-info.component.html',
styleUrls: ['./heading-info.component.scss'],
standalone: false
})
export class HeadingInfoComponent implements OnInit {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import { delay } from "rxjs/operators";
import { switchMap } from "rxjs/operators";

@Component({
selector: "text-info",
templateUrl: "./text-input-info.component.html",
styleUrls: ["./text-input-info.component.scss"]
selector: "text-info",
templateUrl: "./text-input-info.component.html",
styleUrls: ["./text-input-info.component.scss"],
standalone: false
})
export class TextInputInfoComponent {
inputValue = "Testing";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'link-info',
templateUrl: './link-info.component.html',
styleUrls: ['./link-info.component.scss']
selector: 'link-info',
templateUrl: './link-info.component.html',
styleUrls: ['./link-info.component.scss'],
standalone: false
})
export class LinkInfoComponent implements OnInit {

Expand Down
Loading