diff --git a/package-lock.json b/package-lock.json index 248f77f8..07ca7330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.2.14", "@angular/platform-browser-dynamic": "^19.2.14", "@angular/router": "^19.2.14", - "@pega/angular-sdk-components": "~0.25.5", + "@pega/angular-sdk-components": "~0.25.6", "@pega/auth": "~0.2.34", "@pega/cosmos-react-condition-builder": "^7.0.4", "@pega/cosmos-react-core": "^7.0.4", @@ -40,7 +40,7 @@ "@angular/compiler-cli": "^19.2.14", "@angular/language-service": "^19.2.14", "@chromatic-com/storybook": "^3.2.7", - "@pega/angular-sdk-overrides": "~0.25.5", + "@pega/angular-sdk-overrides": "~0.25.6", "@pega/configs": "^0.16.3", "@pega/constellationjs": "~25.1.0", "@pega/dx-component-builder-sdk": "~0.25.7", @@ -6687,9 +6687,9 @@ "optional": true }, "node_modules/@pega/angular-sdk-components": { - "version": "0.25.5", - "resolved": "https://registry.npmjs.org/@pega/angular-sdk-components/-/angular-sdk-components-0.25.5.tgz", - "integrity": "sha512-kQFc7LY++VkzrMuqzOd5bxnV5HzOK/v6wobZE62SbPq+CEZQY6jpM+qqsotbFuQneTxxXqdZ60bPB2titupEzw==", + "version": "0.25.6", + "resolved": "https://registry.npmjs.org/@pega/angular-sdk-components/-/angular-sdk-components-0.25.6.tgz", + "integrity": "sha512-BzzBmLc5bmralbTQgydYUaqZp8Y8g4Ll3xAGPcLegO647vbG5aUQ+J6rwIwYCFyPjcDCSE1+CEBsNQvhkREHmw==", "dependencies": { "tslib": "^2.8.1" }, @@ -6715,9 +6715,9 @@ } }, "node_modules/@pega/angular-sdk-overrides": { - "version": "0.25.5", - "resolved": "https://registry.npmjs.org/@pega/angular-sdk-overrides/-/angular-sdk-overrides-0.25.5.tgz", - "integrity": "sha512-OtNS/hYvXozNK04gro6CZmyjcHpCRXiMyP5lZLVNShR+mlySLFpzvuW1Fwsj9MxLuAx7lQUaJMEsq9zhA25psw==", + "version": "0.25.6", + "resolved": "https://registry.npmjs.org/@pega/angular-sdk-overrides/-/angular-sdk-overrides-0.25.6.tgz", + "integrity": "sha512-n/UEdUQATvahYXxqXkndvXO+pcf67Zo/Udl7Fpev6Z9UcKSfHXkfsEO2nRMmb48CjFZjhN9VcOFYe8yWiNjKag==", "dev": true, "license": "SEE LICENCE IN LICENSE" }, diff --git a/package.json b/package.json index 819a8e9b..1df1a6b7 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@angular/platform-browser": "^19.2.14", "@angular/platform-browser-dynamic": "^19.2.14", "@angular/router": "^19.2.14", - "@pega/angular-sdk-components": "~0.25.5", + "@pega/angular-sdk-components": "~0.25.6", "@pega/auth": "~0.2.34", "@pega/cosmos-react-condition-builder": "^7.0.4", "@pega/cosmos-react-core": "^7.0.4", @@ -86,7 +86,7 @@ "@angular/compiler-cli": "^19.2.14", "@angular/language-service": "^19.2.14", "@chromatic-com/storybook": "^3.2.7", - "@pega/angular-sdk-overrides": "~0.25.5", + "@pega/angular-sdk-overrides": "~0.25.6", "@pega/configs": "^0.16.3", "@pega/constellationjs": "~25.1.0", "@pega/dx-component-builder-sdk": "~0.25.7", diff --git a/sdk-config.json b/sdk-config.json index 925b0628..e2580bb3 100644 --- a/sdk-config.json +++ b/sdk-config.json @@ -5,41 +5,31 @@ "theme": "light", "authConfig": { "authService": "pega", - "mashupClient_comment": "Client ID and Client secret from the OAuth 2.0 Client Registration record used for mashup use case", "mashupClient_comment2": "See SDK Guide for instructions on how to generate and obtain the proper values for the following entries", "mashupClientId": "69184022781147469983", "mashupUserIdentifier": "customer@mediaco", "mashupClient_comment3": "Note: mashupPassword requires Base64 encoding", "mashupPassword": "", - "portalClientId_comment": "Client ID from the OAuth 2.0 Client Registration record used for portal use case", "portalClientId": "69184022781147469983" }, - "serverConfig": { "infinityRestServerUrl_comment": "Full path to Infinity REST server", "infinityRestServerUrl": "https://localhost:1080/prweb", - "appAlias_comment": "appAlias of the application which operators will be accessing (e.g., MediaCo)", "appAlias": "", - "sdkContentServerUrl_comment": "If specified, the given URL will be used. If left blank, window.location.origin will be used.", "sdkContentServerUrl": "", - "appPortal_comment": "If specified, the given appPortal will be loaded. If left blank, the operator's default Portal is used. Ignored for Embedded use", "appPortal": "", - "appMashupCaseType_comment": "If specified, uses this case type for mashup. Otherwise, uses the first case type found for the app", "appMashupCaseType": "DIXL-MediaCo-Work-PurchasePhone", - "excludePortals_comment": "Array of specific portals to avoid attempting to load with SDK", "excludePortals": ["pxExpress", "Developer", "pxPredictionStudio", "pxAdminStudio", "pyCaseWorker", "pyCaseManager7"], - "showModalsInEmbeddedMode_comment": "If true, modals will be shown in embedded mode", "showModalsInEmbeddedMode": false }, - "dxcbConfig": { "publishAccess": { "rulesetName": "CustomDXComponents", @@ -60,7 +50,6 @@ "user": "", "password": "" }, - "componentDefaults": { "organization": "YourOrg", "library": "YourComponentLib", @@ -71,7 +60,6 @@ "icon": "", "lintAction": "show" }, - "componentTemplates": { "componentTemplates_comment": "Optional paths for location of custom or override templates.", "customTemplatesPath": "", diff --git a/src/app/_samples/full-portal/full-portal.component.html b/src/app/_samples/full-portal/full-portal.component.html index db73816d..f13cc980 100644 --- a/src/app/_samples/full-portal/full-portal.component.html +++ b/src/app/_samples/full-portal/full-portal.component.html @@ -17,7 +17,7 @@