Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
"allowedCommonJsDependencies": ["lodash.clonedeep", "downloadjs", "dayjs", "fast-deep-equal"]
"allowedCommonJsDependencies": ["lodash.clonedeep", "lodash.debounce", "downloadjs", "dayjs", "fast-deep-equal"]
},
"configurations": {
"production": {
Expand Down
21,454 changes: 14,596 additions & 6,858 deletions package-lock.json

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@
},
"private": true,
"dependencies": {
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15",
"@angular/router": "^20.3.15",
"@pega/angular-sdk-components": "25.1.11",
"@angular/animations": "^21.2.4",
"@angular/common": "^21.2.4",
"@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4",
"@angular/forms": "^21.2.4",
"@angular/platform-browser": "^21.2.4",
"@angular/platform-browser-dynamic": "^21.2.4",
"@angular/router": "^21.2.4",
"@pega/angular-sdk-components": "~0.25.12",
"@pega/auth": "~0.2.34",
"@pega/cosmos-react-condition-builder": "^8.4.1",
"@pega/cosmos-react-core": "^8.4.1",
Expand All @@ -73,20 +74,20 @@
"rxjs": "^7.8.1",
"styled-components": "^6.1.8",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^20.0.0",
"@angular-devkit/build-angular": "^20.3.13",
"@angular-devkit/core": "^20.3.13",
"@angular-eslint/eslint-plugin": "^20.3.0",
"@angular-eslint/eslint-plugin-template": "^20.3.0",
"@angular-eslint/template-parser": "^20.3.0",
"@angular/cli": "^20.3.13",
"@angular/compiler-cli": "^20.3.15",
"@angular/language-service": "^20.3.15",
"@angular-builders/custom-webpack": "^21.0.3",
"@angular-devkit/build-angular": "^21.2.2",
"@angular-devkit/core": "^21.2.2",
"@angular-eslint/eslint-plugin": "^21.3.1",
"@angular-eslint/eslint-plugin-template": "^21.3.1",
"@angular-eslint/template-parser": "^21.3.1",
"@angular/cli": "^21.2.2",
"@angular/compiler-cli": "^21.2.4",
"@angular/language-service": "^21.2.4",
"@chromatic-com/storybook": "^3.2.7",
"@pega/angular-sdk-overrides": "25.1.11",
"@pega/angular-sdk-overrides": "~0.25.12",
"@pega/configs": "^0.16.3",
"@pega/constellationjs": "~25.1.0",
"@pega/dx-component-builder-sdk": "25.1.13",
Expand Down Expand Up @@ -116,8 +117,8 @@
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"jasmine-core": "~5.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand All @@ -135,35 +136,34 @@
"tinymce": "^6.8.6",
"ts-loader": "^9.5.1",
"ts-node": "~10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.45.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"webpack": "^5.101.2"
},
"overrides": {
"@angular/common": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/material": "^20.2.14",
"rxjs": "^7.8.1",
"@angular/common": "$@angular/common",
"@angular/core": "$@angular/core",
"@angular/forms": "$@angular/forms",
"rxjs": "$rxjs",
"mat-tel-input": {
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/common": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/material": "^20.2.14"
"@angular/platform-browser": "$@angular/platform-browser",
"@angular/platform-browser-dynamic": "$@angular/platform-browser-dynamic",
"@angular/core": "$@angular/core",
"@angular/common": "$@angular/common",
"@angular/forms": "$@angular/forms",
"@angular/material": "^21.2.2"
},
"@storybook/angular": {
"@angular-devkit/build-angular": "^20.3.13",
"@angular-devkit/core": "^20.3.13",
"@angular/animations": "^20.3.15",
"@angular/cli": "^20.3.13",
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/compiler-cli": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15"
"@angular/animations": "$@angular/animations",
"@angular/cli": "$@angular/cli",
"@angular/common": "$@angular/common",
"@angular/compiler": "$@angular/compiler",
"@angular/compiler-cli": "$@angular/compiler-cli",
"@angular/core": "$@angular/core",
"@angular/platform-browser": "$@angular/platform-browser",
"@angular/platform-browser-dynamic": "$@angular/platform-browser-dynamic",
"@angular-devkit/build-angular": "$@angular-devkit/build-angular",
"@angular-devkit/core": "$@angular-devkit/core"
}
}
}
2 changes: 1 addition & 1 deletion src/app/_samples/mediaco/directives/masonry.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class MasonryDirective implements AfterViewInit, OnDestroy {
}
}

@HostListener('window:resize', ['$event'])
@HostListener('window:resize')
onWindowResize() {
// Throttle resize events to avoid excessive recalculations
if (this.resizeTimeout) {
Expand Down
9 changes: 8 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ import { provideAnimations } from '@angular/platform-browser/animations';
import { provideRouter } from '@angular/router';
import { routes } from './app/routes';
import { AppComponent } from './app/app.component';
import { provideZoneChangeDetection } from '@angular/core';

bootstrapApplication(AppComponent, {
providers: [provideRouter(routes), provideHttpClient(), provideAnimations(), { provide: APP_BASE_HREF, useValue: '/' }]
providers: [
provideZoneChangeDetection({ eventCoalescing: true }),
provideRouter(routes),
provideHttpClient(),
provideAnimations(),
{ provide: APP_BASE_HREF, useValue: '/' }
]
}).catch(err => console.error(err));
8 changes: 4 additions & 4 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* You can add global styles to this file, and also import other style files */
@use 'containerStyles';
@use 'themes';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import '@danielmoncada/angular-datetime-picker/assets/style/picker.min.css';
@import 'containerStyles';
@import 'themes';

html,
body {
Expand All @@ -11,7 +11,7 @@ body {
color: var(--mat-sys-on-background);
margin: 0;
font-family: Roboto, 'Helvetica Neue', sans-serif;
@include generate-theme-vars();
@include themes.generate-theme-vars();
}

button.mat-mdc-menu-item {
Expand Down Expand Up @@ -63,7 +63,7 @@ a.mat-mdc-menu-item > mat-icon {
}

.psdk-grid-label {
color: rgba(0, 0, 0, 0.54);
color: var(--mat-sys-on-background);
}
.psdk-value {
margin: 8px 0px;
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"module": "ES2022",
"useDefineForClassFields": false,
"lib": ["ES2022", "dom"],
"importsNotUsedAsValues": "remove",
"strictPropertyInitialization": false,
"skipLibCheck": true
},
Expand Down
Loading