@fundamental-ngx/platform 0.58.0-rc.7 → 0.58.0-rc.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/approval-flow/index.d.ts +2 -0
  2. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +14 -11
  3. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
  4. package/fesm2022/fundamental-ngx-platform-form.mjs +26 -9
  5. package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
  6. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +125 -12
  7. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
  8. package/fesm2022/fundamental-ngx-platform-list.mjs +1 -3
  9. package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
  10. package/fesm2022/fundamental-ngx-platform-menu.mjs.map +1 -1
  11. package/fesm2022/fundamental-ngx-platform-message-popover.mjs +1 -2
  12. package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
  13. package/fesm2022/fundamental-ngx-platform-page-footer.mjs +2 -2
  14. package/fesm2022/fundamental-ngx-platform-page-footer.mjs.map +1 -1
  15. package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +3 -4
  16. package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
  17. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +2 -3
  18. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
  19. package/fesm2022/fundamental-ngx-platform-table.mjs +1 -2
  20. package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
  21. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +1 -3
  22. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
  23. package/fesm2022/fundamental-ngx-platform-variant-management.mjs +1 -2
  24. package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
  25. package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +3 -4
  26. package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
  27. package/form/index.d.ts +6 -2
  28. package/icon-tab-bar/index.d.ts +61 -10
  29. package/list/index.d.ts +1 -1
  30. package/menu/index.d.ts +3 -3
  31. package/message-popover/index.d.ts +3 -3
  32. package/package.json +14 -14
  33. package/settings-generator/index.d.ts +3 -3
  34. package/table/index.d.ts +1 -1
  35. package/variant-management/index.d.ts +1 -1
  36. package/schematics/collection.json +0 -10
  37. package/schematics/ng-add/index.d.ts +0 -13
  38. package/schematics/ng-add/index.js +0 -55
  39. package/schematics/ng-add/index.js.map +0 -1
  40. package/schematics/ng-add/schema.d.ts +0 -3
  41. package/schematics/ng-add/schema.js +0 -3
  42. package/schematics/ng-add/schema.js.map +0 -1
  43. package/schematics/ng-add/schema.json +0 -15
  44. package/schematics/utils/package-utils.d.ts +0 -19
  45. package/schematics/utils/package-utils.js +0 -119
  46. package/schematics/utils/package-utils.js.map +0 -1
@@ -31,7 +31,7 @@ class PlatformFooterComponent {
31
31
  }
32
32
  }
33
33
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: PlatformFooterComponent, isStandalone: true, selector: "fdp-page-footer", inputs: { logo: "logo", content: "content" }, host: { listeners: { "window:resize": "onResize($event)" } }, ngImport: i0, template: "<div\n class=\"fd-page-footer\"\n [class.fd-page-footer--xl]=\"size === 'xl'\"\n [class.fd-page-footer--lg]=\"size === 'lg'\"\n [class.fd-page-footer--md]=\"size === 'md'\"\n [class.fd-page-footer--sm]=\"size === 'sm'\"\n>\n <div class=\"fd-page-footer__logo\">\n <ng-template [ngTemplateOutlet]=\"logo\"></ng-template>\n </div>\n <div class=\"fd-page-footer__container\">\n <ng-template [ngTemplateOutlet]=\"content\"></ng-template>\n </div>\n</div>\n", styles: [".fd-page-footer{background:var(--sapBaseColor);border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-block:1.5rem 2rem;padding-inline:0;position:relative}.fd-page-footer:after,.fd-page-footer:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__logo{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:1.5rem;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;width:3rem}.fd-page-footer__logo:after,.fd-page-footer__logo:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;width:70%;word-break:break-all}.fd-page-footer__row:after,.fd-page-footer__row:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row .fd-page-footer__row-item{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.fd-page-footer__row .fd-page-footer__row-image{display:block}.fd-page-footer__row:not(:first-child){-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer__text{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;text-overflow:ellipsis;white-space:nowrap;-ms-flex-item-align:end;align-self:flex-end;position:absolute;text-align:right;width:30%}.fd-page-footer__text:after,.fd-page-footer__text:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__text[dir=rtl],[dir=rtl] .fd-page-footer__text{text-align:left}.fd-page-footer--xl{padding-inline:3rem}.fd-page-footer--xl .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--lg{padding-inline:2rem}.fd-page-footer--lg .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--md{padding-inline:1rem}.fd-page-footer--md .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--sm{padding-inline:.5rem}.fd-page-footer--sm .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}@media(max-width:768px){.fd-page-footer .fd-page-footer__row{-webkit-margin-end:0;margin-inline-end:0;width:100%}.fd-page-footer .fd-page-footer__row:not(:first-child){-webkit-padding-before:0;padding-block-start:0}.fd-page-footer .fd-page-footer__row-item{-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer .fd-page-footer__text{text-align:left;width:90%;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer .fd-page-footer__container{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}}\n/*! Bundled license information:\n\nfundamental-styles/dist/page-footer.css:\n (*!\n * Fundamental Library Styles v0.40.1\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *)\n*/\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: PlatformFooterComponent, isStandalone: true, selector: "fdp-page-footer", inputs: { logo: "logo", content: "content" }, host: { listeners: { "window:resize": "onResize()" } }, ngImport: i0, template: "<div\n class=\"fd-page-footer\"\n [class.fd-page-footer--xl]=\"size === 'xl'\"\n [class.fd-page-footer--lg]=\"size === 'lg'\"\n [class.fd-page-footer--md]=\"size === 'md'\"\n [class.fd-page-footer--sm]=\"size === 'sm'\"\n>\n <div class=\"fd-page-footer__logo\">\n <ng-template [ngTemplateOutlet]=\"logo\"></ng-template>\n </div>\n <div class=\"fd-page-footer__container\">\n <ng-template [ngTemplateOutlet]=\"content\"></ng-template>\n </div>\n</div>\n", styles: [".fd-page-footer{background:var(--sapBaseColor);border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-block:1.5rem 2rem;padding-inline:0;position:relative}.fd-page-footer:after,.fd-page-footer:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__logo{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:1.5rem;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;width:3rem}.fd-page-footer__logo:after,.fd-page-footer__logo:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;width:70%;word-break:break-all}.fd-page-footer__row:after,.fd-page-footer__row:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row .fd-page-footer__row-item{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.fd-page-footer__row .fd-page-footer__row-image{display:block}.fd-page-footer__row:not(:first-child){-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer__text{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;text-overflow:ellipsis;white-space:nowrap;-ms-flex-item-align:end;align-self:flex-end;position:absolute;text-align:right;width:30%}.fd-page-footer__text:after,.fd-page-footer__text:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__text[dir=rtl],[dir=rtl] .fd-page-footer__text{text-align:left}.fd-page-footer--xl{padding-inline:3rem}.fd-page-footer--xl .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--lg{padding-inline:2rem}.fd-page-footer--lg .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--md{padding-inline:1rem}.fd-page-footer--md .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--sm{padding-inline:.5rem}.fd-page-footer--sm .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}@media(max-width:768px){.fd-page-footer .fd-page-footer__row{-webkit-margin-end:0;margin-inline-end:0;width:100%}.fd-page-footer .fd-page-footer__row:not(:first-child){-webkit-padding-before:0;padding-block-start:0}.fd-page-footer .fd-page-footer__row-item{-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer .fd-page-footer__text{text-align:left;width:90%;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer .fd-page-footer__container{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}}\n/*! Bundled license information:\n\nfundamental-styles/dist/page-footer.css:\n (*!\n * Fundamental Library Styles v0.40.1\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *)\n*/\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
35
35
  }
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformFooterComponent, decorators: [{
37
37
  type: Component,
@@ -42,7 +42,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
42
42
  type: Input
43
43
  }], onResize: [{
44
44
  type: HostListener,
45
- args: ['window:resize', ['$event']]
45
+ args: ['window:resize']
46
46
  }] } });
47
47
 
48
48
  class PlatformPageFooterModule {
@@ -1 +1 @@
1
- {"version":3,"file":"fundamental-ngx-platform-page-footer.mjs","sources":["../tmp-esm2022/page-footer/page-footer.component.js","../tmp-esm2022/page-footer/page-footer.module.js","../tmp-esm2022/page-footer/fundamental-ngx-platform-page-footer.js"],"sourcesContent":["import { NgTemplateOutlet } from '@angular/common';\nimport { Component, HostListener, Input, TemplateRef, ViewEncapsulation } from '@angular/core';\nimport { warnOnce } from '@fundamental-ngx/cdk/utils';\nimport * as i0 from \"@angular/core\";\n/**\n * @deprecated\n * PlatformFooter component is deprecated since version 0.40.0\n */\nexport class PlatformFooterComponent {\n /** @hidden */\n constructor() {\n /** defines the padding and size of the footer based on screen */\n this.size = 'xl';\n warnOnce('PlatformFooterComponent component is deprecated since version 0.40.0');\n }\n /** @hidden */\n onResize() {\n this.screenWidth = window.innerWidth;\n if (this.screenWidth > 0 && this.screenWidth <= 360) {\n this.size = 'sm';\n }\n else if (this.screenWidth > 361 && this.screenWidth <= 768) {\n this.size = 'md';\n }\n else if (this.screenWidth > 769 && this.screenWidth <= 1024) {\n this.size = 'lg';\n }\n else {\n this.size = 'xl';\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.4\", type: PlatformFooterComponent, isStandalone: true, selector: \"fdp-page-footer\", inputs: { logo: \"logo\", content: \"content\" }, host: { listeners: { \"window:resize\": \"onResize($event)\" } }, ngImport: i0, template: \"<div\\n class=\\\"fd-page-footer\\\"\\n [class.fd-page-footer--xl]=\\\"size === 'xl'\\\"\\n [class.fd-page-footer--lg]=\\\"size === 'lg'\\\"\\n [class.fd-page-footer--md]=\\\"size === 'md'\\\"\\n [class.fd-page-footer--sm]=\\\"size === 'sm'\\\"\\n>\\n <div class=\\\"fd-page-footer__logo\\\">\\n <ng-template [ngTemplateOutlet]=\\\"logo\\\"></ng-template>\\n </div>\\n <div class=\\\"fd-page-footer__container\\\">\\n <ng-template [ngTemplateOutlet]=\\\"content\\\"></ng-template>\\n </div>\\n</div>\\n\", styles: [\".fd-page-footer{background:var(--sapBaseColor);border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-block:1.5rem 2rem;padding-inline:0;position:relative}.fd-page-footer:after,.fd-page-footer:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__logo{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:1.5rem;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;width:3rem}.fd-page-footer__logo:after,.fd-page-footer__logo:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;width:70%;word-break:break-all}.fd-page-footer__row:after,.fd-page-footer__row:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row .fd-page-footer__row-item{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.fd-page-footer__row .fd-page-footer__row-image{display:block}.fd-page-footer__row:not(:first-child){-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer__text{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;text-overflow:ellipsis;white-space:nowrap;-ms-flex-item-align:end;align-self:flex-end;position:absolute;text-align:right;width:30%}.fd-page-footer__text:after,.fd-page-footer__text:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__text[dir=rtl],[dir=rtl] .fd-page-footer__text{text-align:left}.fd-page-footer--xl{padding-inline:3rem}.fd-page-footer--xl .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--lg{padding-inline:2rem}.fd-page-footer--lg .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--md{padding-inline:1rem}.fd-page-footer--md .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--sm{padding-inline:.5rem}.fd-page-footer--sm .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}@media(max-width:768px){.fd-page-footer .fd-page-footer__row{-webkit-margin-end:0;margin-inline-end:0;width:100%}.fd-page-footer .fd-page-footer__row:not(:first-child){-webkit-padding-before:0;padding-block-start:0}.fd-page-footer .fd-page-footer__row-item{-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer .fd-page-footer__text{text-align:left;width:90%;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer .fd-page-footer__container{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}}\\n/*! Bundled license information:\\n\\nfundamental-styles/dist/page-footer.css:\\n (*!\\n * Fundamental Library Styles v0.40.1\\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\\n *)\\n*/\\n\"], dependencies: [{ kind: \"directive\", type: NgTemplateOutlet, selector: \"[ngTemplateOutlet]\", inputs: [\"ngTemplateOutletContext\", \"ngTemplateOutlet\", \"ngTemplateOutletInjector\"] }], encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformFooterComponent, decorators: [{\n type: Component,\n args: [{ selector: 'fdp-page-footer', encapsulation: ViewEncapsulation.None, imports: [NgTemplateOutlet], template: \"<div\\n class=\\\"fd-page-footer\\\"\\n [class.fd-page-footer--xl]=\\\"size === 'xl'\\\"\\n [class.fd-page-footer--lg]=\\\"size === 'lg'\\\"\\n [class.fd-page-footer--md]=\\\"size === 'md'\\\"\\n [class.fd-page-footer--sm]=\\\"size === 'sm'\\\"\\n>\\n <div class=\\\"fd-page-footer__logo\\\">\\n <ng-template [ngTemplateOutlet]=\\\"logo\\\"></ng-template>\\n </div>\\n <div class=\\\"fd-page-footer__container\\\">\\n <ng-template [ngTemplateOutlet]=\\\"content\\\"></ng-template>\\n </div>\\n</div>\\n\", styles: [\".fd-page-footer{background:var(--sapBaseColor);border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-block:1.5rem 2rem;padding-inline:0;position:relative}.fd-page-footer:after,.fd-page-footer:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__logo{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:1.5rem;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;width:3rem}.fd-page-footer__logo:after,.fd-page-footer__logo:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;width:70%;word-break:break-all}.fd-page-footer__row:after,.fd-page-footer__row:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row .fd-page-footer__row-item{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.fd-page-footer__row .fd-page-footer__row-image{display:block}.fd-page-footer__row:not(:first-child){-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer__text{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;text-overflow:ellipsis;white-space:nowrap;-ms-flex-item-align:end;align-self:flex-end;position:absolute;text-align:right;width:30%}.fd-page-footer__text:after,.fd-page-footer__text:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__text[dir=rtl],[dir=rtl] .fd-page-footer__text{text-align:left}.fd-page-footer--xl{padding-inline:3rem}.fd-page-footer--xl .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--lg{padding-inline:2rem}.fd-page-footer--lg .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--md{padding-inline:1rem}.fd-page-footer--md .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--sm{padding-inline:.5rem}.fd-page-footer--sm .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}@media(max-width:768px){.fd-page-footer .fd-page-footer__row{-webkit-margin-end:0;margin-inline-end:0;width:100%}.fd-page-footer .fd-page-footer__row:not(:first-child){-webkit-padding-before:0;padding-block-start:0}.fd-page-footer .fd-page-footer__row-item{-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer .fd-page-footer__text{text-align:left;width:90%;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer .fd-page-footer__container{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}}\\n/*! Bundled license information:\\n\\nfundamental-styles/dist/page-footer.css:\\n (*!\\n * Fundamental Library Styles v0.40.1\\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\\n *)\\n*/\\n\"] }]\n }], ctorParameters: () => [], propDecorators: { logo: [{\n type: Input\n }], content: [{\n type: Input\n }], onResize: [{\n type: HostListener,\n args: ['window:resize', ['$event']]\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1mb290ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9wYWdlLWZvb3Rlci9wYWdlLWZvb3Rlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL3BhZ2UtZm9vdGVyL3BhZ2UtZm9vdGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0YsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQUl0RDs7O0dBR0c7QUFRSCxNQUFNLE9BQU8sdUJBQXVCO0lBZ0JoQyxjQUFjO0lBQ2Q7UUFUQSxpRUFBaUU7UUFDakUsU0FBSSxHQUFlLElBQUksQ0FBQztRQVNwQixRQUFRLENBQUMsc0VBQXNFLENBQUMsQ0FBQztJQUNyRixDQUFDO0lBRUQsY0FBYztJQUVkLFFBQVE7UUFDSixJQUFJLENBQUMsV0FBVyxHQUFHLE1BQU0sQ0FBQyxVQUFVLENBQUM7UUFDckMsSUFBSSxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsV0FBVyxJQUFJLEdBQUcsRUFBRSxDQUFDO1lBQ2xELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLENBQUM7YUFBTSxJQUFJLElBQUksQ0FBQyxXQUFXLEdBQUcsR0FBRyxJQUFJLElBQUksQ0FBQyxXQUFXLElBQUksR0FBRyxFQUFFLENBQUM7WUFDM0QsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7UUFDckIsQ0FBQzthQUFNLElBQUksSUFBSSxDQUFDLFdBQVcsR0FBRyxHQUFHLElBQUksSUFBSSxDQUFDLFdBQVcsSUFBSSxJQUFJLEVBQUUsQ0FBQztZQUM1RCxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztRQUNyQixDQUFDO2FBQU0sQ0FBQztZQUNKLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLENBQUM7SUFDTCxDQUFDOzhHQWxDUSx1QkFBdUI7a0dBQXZCLHVCQUF1Qix1TENqQnBDLCtlQWNBLHEySURDYyxnQkFBZ0I7OzJGQUVqQix1QkFBdUI7a0JBUG5DLFNBQVM7K0JBQ0ksaUJBQWlCLGlCQUdaLGlCQUFpQixDQUFDLElBQUksV0FDNUIsQ0FBQyxnQkFBZ0IsQ0FBQzt3REFLM0IsSUFBSTtzQkFESCxLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFrQk4sUUFBUTtzQkFEUCxZQUFZO3VCQUFDLGVBQWUsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0TGlzdGVuZXIsIElucHV0LCBUZW1wbGF0ZVJlZiwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHdhcm5PbmNlIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jZGsvdXRpbHMnO1xuXG5leHBvcnQgdHlwZSBmb290ZXJTaXplID0gJ3NtJyB8ICdtZCcgfCAnbGcnIHwgJ3hsJztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZFxuICogUGxhdGZvcm1Gb290ZXIgY29tcG9uZW50IGlzIGRlcHJlY2F0ZWQgc2luY2UgdmVyc2lvbiAwLjQwLjBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdmZHAtcGFnZS1mb290ZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9wYWdlLWZvb3Rlci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL3BhZ2UtZm9vdGVyLmNvbXBvbmVudC5zY3NzJyxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGltcG9ydHM6IFtOZ1RlbXBsYXRlT3V0bGV0XVxufSlcbmV4cG9ydCBjbGFzcyBQbGF0Zm9ybUZvb3RlckNvbXBvbmVudCB7XG4gICAgLyoqIGxvZ28gdGVtcGxhdGUgYWNjcGV0cyB0aGUgZ2VuZXJpYyBodG1sICovXG4gICAgQElucHV0KClcbiAgICBsb2dvOiBUZW1wbGF0ZVJlZjxhbnk+O1xuICAgIC8qKiBjb250ZW50IHRlbXBsYXRlIGFjY3BldHMgdGhlIGdlbmVyaWMgaHRtbCAqL1xuICAgIEBJbnB1dCgpXG4gICAgY29udGVudDogVGVtcGxhdGVSZWY8YW55PjtcblxuICAgIC8qKiBkZWZpbmVzIHRoZSBwYWRkaW5nIGFuZCBzaXplIG9mIHRoZSBmb290ZXIgYmFzZWQgb24gc2NyZWVuICovXG4gICAgc2l6ZTogZm9vdGVyU2l6ZSA9ICd4bCc7XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHB1YmxpYyBzY3JlZW5XaWR0aDogYW55O1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcHVibGljIHNjcmVlbkhlaWdodDogYW55O1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgd2Fybk9uY2UoJ1BsYXRmb3JtRm9vdGVyQ29tcG9uZW50IGNvbXBvbmVudCBpcyBkZXByZWNhdGVkIHNpbmNlIHZlcnNpb24gMC40MC4wJyk7XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJywgWyckZXZlbnQnXSlcbiAgICBvblJlc2l6ZSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5zY3JlZW5XaWR0aCA9IHdpbmRvdy5pbm5lcldpZHRoO1xuICAgICAgICBpZiAodGhpcy5zY3JlZW5XaWR0aCA+IDAgJiYgdGhpcy5zY3JlZW5XaWR0aCA8PSAzNjApIHtcbiAgICAgICAgICAgIHRoaXMuc2l6ZSA9ICdzbSc7XG4gICAgICAgIH0gZWxzZSBpZiAodGhpcy5zY3JlZW5XaWR0aCA+IDM2MSAmJiB0aGlzLnNjcmVlbldpZHRoIDw9IDc2OCkge1xuICAgICAgICAgICAgdGhpcy5zaXplID0gJ21kJztcbiAgICAgICAgfSBlbHNlIGlmICh0aGlzLnNjcmVlbldpZHRoID4gNzY5ICYmIHRoaXMuc2NyZWVuV2lkdGggPD0gMTAyNCkge1xuICAgICAgICAgICAgdGhpcy5zaXplID0gJ2xnJztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuc2l6ZSA9ICd4bCc7XG4gICAgICAgIH1cbiAgICB9XG59XG4iLCI8ZGl2XG4gICAgY2xhc3M9XCJmZC1wYWdlLWZvb3RlclwiXG4gICAgW2NsYXNzLmZkLXBhZ2UtZm9vdGVyLS14bF09XCJzaXplID09PSAneGwnXCJcbiAgICBbY2xhc3MuZmQtcGFnZS1mb290ZXItLWxnXT1cInNpemUgPT09ICdsZydcIlxuICAgIFtjbGFzcy5mZC1wYWdlLWZvb3Rlci0tbWRdPVwic2l6ZSA9PT0gJ21kJ1wiXG4gICAgW2NsYXNzLmZkLXBhZ2UtZm9vdGVyLS1zbV09XCJzaXplID09PSAnc20nXCJcbj5cbiAgICA8ZGl2IGNsYXNzPVwiZmQtcGFnZS1mb290ZXJfX2xvZ29cIj5cbiAgICAgICAgPG5nLXRlbXBsYXRlIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImxvZ29cIj48L25nLXRlbXBsYXRlPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJmZC1wYWdlLWZvb3Rlcl9fY29udGFpbmVyXCI+XG4gICAgICAgIDxuZy10ZW1wbGF0ZSBbbmdUZW1wbGF0ZU91dGxldF09XCJjb250ZW50XCI+PC9uZy10ZW1wbGF0ZT5cbiAgICA8L2Rpdj5cbjwvZGl2PlxuIl19","import { NgModule } from '@angular/core';\nimport { PlatformFooterComponent } from './page-footer.component';\nimport * as i0 from \"@angular/core\";\nexport class PlatformPageFooterModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule, imports: [PlatformFooterComponent], exports: [PlatformFooterComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [PlatformFooterComponent],\n exports: [PlatformFooterComponent]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1mb290ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9wYWdlLWZvb3Rlci9wYWdlLWZvb3Rlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFNbEUsTUFBTSxPQUFPLHdCQUF3Qjs4R0FBeEIsd0JBQXdCOytHQUF4Qix3QkFBd0IsWUFIdkIsdUJBQXVCLGFBQ3ZCLHVCQUF1QjsrR0FFeEIsd0JBQXdCOzsyRkFBeEIsd0JBQXdCO2tCQUpwQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLHVCQUF1QixDQUFDO29CQUNsQyxPQUFPLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztpQkFDckMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBQbGF0Zm9ybUZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vcGFnZS1mb290ZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbUGxhdGZvcm1Gb290ZXJDb21wb25lbnRdLFxuICAgIGV4cG9ydHM6IFtQbGF0Zm9ybUZvb3RlckNvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgUGxhdGZvcm1QYWdlRm9vdGVyTW9kdWxlIHt9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLXBhZ2UtZm9vdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9wYWdlLWZvb3Rlci9mdW5kYW1lbnRhbC1uZ3gtcGxhdGZvcm0tcGFnZS1mb290ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"fundamental-ngx-platform-page-footer.mjs","sources":["../tmp-esm2022/page-footer/page-footer.component.js","../tmp-esm2022/page-footer/page-footer.module.js","../tmp-esm2022/page-footer/fundamental-ngx-platform-page-footer.js"],"sourcesContent":["import { NgTemplateOutlet } from '@angular/common';\nimport { Component, HostListener, Input, TemplateRef, ViewEncapsulation } from '@angular/core';\nimport { warnOnce } from '@fundamental-ngx/cdk/utils';\nimport * as i0 from \"@angular/core\";\n/**\n * @deprecated\n * PlatformFooter component is deprecated since version 0.40.0\n */\nexport class PlatformFooterComponent {\n /** @hidden */\n constructor() {\n /** defines the padding and size of the footer based on screen */\n this.size = 'xl';\n warnOnce('PlatformFooterComponent component is deprecated since version 0.40.0');\n }\n /** @hidden */\n onResize() {\n this.screenWidth = window.innerWidth;\n if (this.screenWidth > 0 && this.screenWidth <= 360) {\n this.size = 'sm';\n }\n else if (this.screenWidth > 361 && this.screenWidth <= 768) {\n this.size = 'md';\n }\n else if (this.screenWidth > 769 && this.screenWidth <= 1024) {\n this.size = 'lg';\n }\n else {\n this.size = 'xl';\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.4\", type: PlatformFooterComponent, isStandalone: true, selector: \"fdp-page-footer\", inputs: { logo: \"logo\", content: \"content\" }, host: { listeners: { \"window:resize\": \"onResize()\" } }, ngImport: i0, template: \"<div\\n class=\\\"fd-page-footer\\\"\\n [class.fd-page-footer--xl]=\\\"size === 'xl'\\\"\\n [class.fd-page-footer--lg]=\\\"size === 'lg'\\\"\\n [class.fd-page-footer--md]=\\\"size === 'md'\\\"\\n [class.fd-page-footer--sm]=\\\"size === 'sm'\\\"\\n>\\n <div class=\\\"fd-page-footer__logo\\\">\\n <ng-template [ngTemplateOutlet]=\\\"logo\\\"></ng-template>\\n </div>\\n <div class=\\\"fd-page-footer__container\\\">\\n <ng-template [ngTemplateOutlet]=\\\"content\\\"></ng-template>\\n </div>\\n</div>\\n\", styles: [\".fd-page-footer{background:var(--sapBaseColor);border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-block:1.5rem 2rem;padding-inline:0;position:relative}.fd-page-footer:after,.fd-page-footer:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__logo{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:1.5rem;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;width:3rem}.fd-page-footer__logo:after,.fd-page-footer__logo:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;width:70%;word-break:break-all}.fd-page-footer__row:after,.fd-page-footer__row:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row .fd-page-footer__row-item{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.fd-page-footer__row .fd-page-footer__row-image{display:block}.fd-page-footer__row:not(:first-child){-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer__text{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;text-overflow:ellipsis;white-space:nowrap;-ms-flex-item-align:end;align-self:flex-end;position:absolute;text-align:right;width:30%}.fd-page-footer__text:after,.fd-page-footer__text:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__text[dir=rtl],[dir=rtl] .fd-page-footer__text{text-align:left}.fd-page-footer--xl{padding-inline:3rem}.fd-page-footer--xl .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--lg{padding-inline:2rem}.fd-page-footer--lg .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--md{padding-inline:1rem}.fd-page-footer--md .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--sm{padding-inline:.5rem}.fd-page-footer--sm .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}@media(max-width:768px){.fd-page-footer .fd-page-footer__row{-webkit-margin-end:0;margin-inline-end:0;width:100%}.fd-page-footer .fd-page-footer__row:not(:first-child){-webkit-padding-before:0;padding-block-start:0}.fd-page-footer .fd-page-footer__row-item{-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer .fd-page-footer__text{text-align:left;width:90%;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer .fd-page-footer__container{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}}\\n/*! Bundled license information:\\n\\nfundamental-styles/dist/page-footer.css:\\n (*!\\n * Fundamental Library Styles v0.40.1\\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\\n *)\\n*/\\n\"], dependencies: [{ kind: \"directive\", type: NgTemplateOutlet, selector: \"[ngTemplateOutlet]\", inputs: [\"ngTemplateOutletContext\", \"ngTemplateOutlet\", \"ngTemplateOutletInjector\"] }], encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformFooterComponent, decorators: [{\n type: Component,\n args: [{ selector: 'fdp-page-footer', encapsulation: ViewEncapsulation.None, imports: [NgTemplateOutlet], template: \"<div\\n class=\\\"fd-page-footer\\\"\\n [class.fd-page-footer--xl]=\\\"size === 'xl'\\\"\\n [class.fd-page-footer--lg]=\\\"size === 'lg'\\\"\\n [class.fd-page-footer--md]=\\\"size === 'md'\\\"\\n [class.fd-page-footer--sm]=\\\"size === 'sm'\\\"\\n>\\n <div class=\\\"fd-page-footer__logo\\\">\\n <ng-template [ngTemplateOutlet]=\\\"logo\\\"></ng-template>\\n </div>\\n <div class=\\\"fd-page-footer__container\\\">\\n <ng-template [ngTemplateOutlet]=\\\"content\\\"></ng-template>\\n </div>\\n</div>\\n\", styles: [\".fd-page-footer{background:var(--sapBaseColor);border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-block:1.5rem 2rem;padding-inline:0;position:relative}.fd-page-footer:after,.fd-page-footer:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__logo{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;height:1.5rem;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;width:3rem}.fd-page-footer__logo:after,.fd-page-footer__logo:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;width:70%;word-break:break-all}.fd-page-footer__row:after,.fd-page-footer__row:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__row .fd-page-footer__row-item{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.fd-page-footer__row .fd-page-footer__row-image{display:block}.fd-page-footer__row:not(:first-child){-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer__text{border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:normal;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:0;text-overflow:ellipsis;white-space:nowrap;-ms-flex-item-align:end;align-self:flex-end;position:absolute;text-align:right;width:30%}.fd-page-footer__text:after,.fd-page-footer__text:before{-webkit-box-sizing:inherit;box-sizing:inherit;font-size:inherit}.fd-page-footer__text[dir=rtl],[dir=rtl] .fd-page-footer__text{text-align:left}.fd-page-footer--xl{padding-inline:3rem}.fd-page-footer--xl .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--lg{padding-inline:2rem}.fd-page-footer--lg .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--md{padding-inline:1rem}.fd-page-footer--md .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer--sm{padding-inline:.5rem}.fd-page-footer--sm .fd-page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-padding-before:.75rem;padding-block-start:.75rem}@media(max-width:768px){.fd-page-footer .fd-page-footer__row{-webkit-margin-end:0;margin-inline-end:0;width:100%}.fd-page-footer .fd-page-footer__row:not(:first-child){-webkit-padding-before:0;padding-block-start:0}.fd-page-footer .fd-page-footer__row-item{-webkit-padding-before:.25rem;padding-block-start:.25rem}.fd-page-footer .fd-page-footer__text{text-align:left;width:90%;-webkit-padding-before:.75rem;padding-block-start:.75rem}.fd-page-footer .fd-page-footer__container{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}}\\n/*! Bundled license information:\\n\\nfundamental-styles/dist/page-footer.css:\\n (*!\\n * Fundamental Library Styles v0.40.1\\n * Copyright (c) 2025 SAP SE or an SAP affiliate company.\\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\\n *)\\n*/\\n\"] }]\n }], ctorParameters: () => [], propDecorators: { logo: [{\n type: Input\n }], content: [{\n type: Input\n }], onResize: [{\n type: HostListener,\n args: ['window:resize']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1mb290ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9wYWdlLWZvb3Rlci9wYWdlLWZvb3Rlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL3BhZ2UtZm9vdGVyL3BhZ2UtZm9vdGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0YsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQUl0RDs7O0dBR0c7QUFRSCxNQUFNLE9BQU8sdUJBQXVCO0lBZ0JoQyxjQUFjO0lBQ2Q7UUFUQSxpRUFBaUU7UUFDakUsU0FBSSxHQUFlLElBQUksQ0FBQztRQVNwQixRQUFRLENBQUMsc0VBQXNFLENBQUMsQ0FBQztJQUNyRixDQUFDO0lBRUQsY0FBYztJQUVkLFFBQVE7UUFDSixJQUFJLENBQUMsV0FBVyxHQUFHLE1BQU0sQ0FBQyxVQUFVLENBQUM7UUFDckMsSUFBSSxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsV0FBVyxJQUFJLEdBQUcsRUFBRSxDQUFDO1lBQ2xELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLENBQUM7YUFBTSxJQUFJLElBQUksQ0FBQyxXQUFXLEdBQUcsR0FBRyxJQUFJLElBQUksQ0FBQyxXQUFXLElBQUksR0FBRyxFQUFFLENBQUM7WUFDM0QsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7UUFDckIsQ0FBQzthQUFNLElBQUksSUFBSSxDQUFDLFdBQVcsR0FBRyxHQUFHLElBQUksSUFBSSxDQUFDLFdBQVcsSUFBSSxJQUFJLEVBQUUsQ0FBQztZQUM1RCxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztRQUNyQixDQUFDO2FBQU0sQ0FBQztZQUNKLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLENBQUM7SUFDTCxDQUFDOzhHQWxDUSx1QkFBdUI7a0dBQXZCLHVCQUF1QixpTENqQnBDLCtlQWNBLHEySURDYyxnQkFBZ0I7OzJGQUVqQix1QkFBdUI7a0JBUG5DLFNBQVM7K0JBQ0ksaUJBQWlCLGlCQUdaLGlCQUFpQixDQUFDLElBQUksV0FDNUIsQ0FBQyxnQkFBZ0IsQ0FBQzt3REFLM0IsSUFBSTtzQkFESCxLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFrQk4sUUFBUTtzQkFEUCxZQUFZO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ1RlbXBsYXRlT3V0bGV0IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgSG9zdExpc3RlbmVyLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyB3YXJuT25jZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY2RrL3V0aWxzJztcblxuZXhwb3J0IHR5cGUgZm9vdGVyU2l6ZSA9ICdzbScgfCAnbWQnIHwgJ2xnJyB8ICd4bCc7XG5cbi8qKlxuICogQGRlcHJlY2F0ZWRcbiAqIFBsYXRmb3JtRm9vdGVyIGNvbXBvbmVudCBpcyBkZXByZWNhdGVkIHNpbmNlIHZlcnNpb24gMC40MC4wXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZmRwLXBhZ2UtZm9vdGVyJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vcGFnZS1mb290ZXIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9wYWdlLWZvb3Rlci5jb21wb25lbnQuc2NzcycsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBpbXBvcnRzOiBbTmdUZW1wbGF0ZU91dGxldF1cbn0pXG5leHBvcnQgY2xhc3MgUGxhdGZvcm1Gb290ZXJDb21wb25lbnQge1xuICAgIC8qKiBsb2dvIHRlbXBsYXRlIGFjY3BldHMgdGhlIGdlbmVyaWMgaHRtbCAqL1xuICAgIEBJbnB1dCgpXG4gICAgbG9nbzogVGVtcGxhdGVSZWY8YW55PjtcbiAgICAvKiogY29udGVudCB0ZW1wbGF0ZSBhY2NwZXRzIHRoZSBnZW5lcmljIGh0bWwgKi9cbiAgICBASW5wdXQoKVxuICAgIGNvbnRlbnQ6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgICAvKiogZGVmaW5lcyB0aGUgcGFkZGluZyBhbmQgc2l6ZSBvZiB0aGUgZm9vdGVyIGJhc2VkIG9uIHNjcmVlbiAqL1xuICAgIHNpemU6IGZvb3RlclNpemUgPSAneGwnO1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBwdWJsaWMgc2NyZWVuV2lkdGg6IGFueTtcbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHB1YmxpYyBzY3JlZW5IZWlnaHQ6IGFueTtcblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHdhcm5PbmNlKCdQbGF0Zm9ybUZvb3RlckNvbXBvbmVudCBjb21wb25lbnQgaXMgZGVwcmVjYXRlZCBzaW5jZSB2ZXJzaW9uIDAuNDAuMCcpO1xuICAgIH1cblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgQEhvc3RMaXN0ZW5lcignd2luZG93OnJlc2l6ZScpXG4gICAgb25SZXNpemUoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuc2NyZWVuV2lkdGggPSB3aW5kb3cuaW5uZXJXaWR0aDtcbiAgICAgICAgaWYgKHRoaXMuc2NyZWVuV2lkdGggPiAwICYmIHRoaXMuc2NyZWVuV2lkdGggPD0gMzYwKSB7XG4gICAgICAgICAgICB0aGlzLnNpemUgPSAnc20nO1xuICAgICAgICB9IGVsc2UgaWYgKHRoaXMuc2NyZWVuV2lkdGggPiAzNjEgJiYgdGhpcy5zY3JlZW5XaWR0aCA8PSA3NjgpIHtcbiAgICAgICAgICAgIHRoaXMuc2l6ZSA9ICdtZCc7XG4gICAgICAgIH0gZWxzZSBpZiAodGhpcy5zY3JlZW5XaWR0aCA+IDc2OSAmJiB0aGlzLnNjcmVlbldpZHRoIDw9IDEwMjQpIHtcbiAgICAgICAgICAgIHRoaXMuc2l6ZSA9ICdsZyc7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB0aGlzLnNpemUgPSAneGwnO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiPGRpdlxuICAgIGNsYXNzPVwiZmQtcGFnZS1mb290ZXJcIlxuICAgIFtjbGFzcy5mZC1wYWdlLWZvb3Rlci0teGxdPVwic2l6ZSA9PT0gJ3hsJ1wiXG4gICAgW2NsYXNzLmZkLXBhZ2UtZm9vdGVyLS1sZ109XCJzaXplID09PSAnbGcnXCJcbiAgICBbY2xhc3MuZmQtcGFnZS1mb290ZXItLW1kXT1cInNpemUgPT09ICdtZCdcIlxuICAgIFtjbGFzcy5mZC1wYWdlLWZvb3Rlci0tc21dPVwic2l6ZSA9PT0gJ3NtJ1wiXG4+XG4gICAgPGRpdiBjbGFzcz1cImZkLXBhZ2UtZm9vdGVyX19sb2dvXCI+XG4gICAgICAgIDxuZy10ZW1wbGF0ZSBbbmdUZW1wbGF0ZU91dGxldF09XCJsb2dvXCI+PC9uZy10ZW1wbGF0ZT5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZmQtcGFnZS1mb290ZXJfX2NvbnRhaW5lclwiPlxuICAgICAgICA8bmctdGVtcGxhdGUgW25nVGVtcGxhdGVPdXRsZXRdPVwiY29udGVudFwiPjwvbmctdGVtcGxhdGU+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==","import { NgModule } from '@angular/core';\nimport { PlatformFooterComponent } from './page-footer.component';\nimport * as i0 from \"@angular/core\";\nexport class PlatformPageFooterModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule, imports: [PlatformFooterComponent], exports: [PlatformFooterComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformPageFooterModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [PlatformFooterComponent],\n exports: [PlatformFooterComponent]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1mb290ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9wYWdlLWZvb3Rlci9wYWdlLWZvb3Rlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFNbEUsTUFBTSxPQUFPLHdCQUF3Qjs4R0FBeEIsd0JBQXdCOytHQUF4Qix3QkFBd0IsWUFIdkIsdUJBQXVCLGFBQ3ZCLHVCQUF1QjsrR0FFeEIsd0JBQXdCOzsyRkFBeEIsd0JBQXdCO2tCQUpwQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLHVCQUF1QixDQUFDO29CQUNsQyxPQUFPLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztpQkFDckMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBQbGF0Zm9ybUZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vcGFnZS1mb290ZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbUGxhdGZvcm1Gb290ZXJDb21wb25lbnRdLFxuICAgIGV4cG9ydHM6IFtQbGF0Zm9ybUZvb3RlckNvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgUGxhdGZvcm1QYWdlRm9vdGVyTW9kdWxlIHt9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLXBhZ2UtZm9vdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9wYWdlLWZvb3Rlci9mdW5kYW1lbnRhbC1uZ3gtcGxhdGZvcm0tcGFnZS1mb290ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -3,7 +3,7 @@ import { inject, forwardRef, ViewEncapsulation, ChangeDetectionStrategy, Compone
3
3
  import * as i1$1 from '@fundamental-ngx/platform/form';
4
4
  import { BaseDynamicFormGeneratorControl, dynamicFormFieldProvider, dynamicFormGroupChildProvider, FormGeneratorComponent, PlatformFormGeneratorModule } from '@fundamental-ngx/platform/form';
5
5
  import { NgTemplateOutlet } from '@angular/common';
6
- import { ClickedDirective, isSubscribable, AsyncOrSyncPipe, resizeObservable } from '@fundamental-ngx/cdk/utils';
6
+ import { ClickedDirective, merge, isSubscribable, set, AsyncOrSyncPipe, resizeObservable } from '@fundamental-ngx/cdk/utils';
7
7
  import * as i1 from '@fundamental-ngx/core/list';
8
8
  import { ListModule } from '@fundamental-ngx/core/list';
9
9
  import { ThemingService } from '@fundamental-ngx/core/theming';
@@ -12,7 +12,6 @@ import { AvatarComponent } from '@fundamental-ngx/core/avatar';
12
12
  import { IconComponent } from '@fundamental-ngx/core/icon';
13
13
  import { SkeletonComponent } from '@fundamental-ngx/core/skeleton';
14
14
  import { ListAvatarConfig, ListIconConfig } from '@fundamental-ngx/platform/list';
15
- import { merge, set } from 'lodash-es';
16
15
  import { FormsModule } from '@angular/forms';
17
16
  import { TitleComponent } from '@fundamental-ngx/core/title';
18
17
  import { FdTranslatePipe } from '@fundamental-ngx/i18n';
@@ -524,7 +523,7 @@ class SettingsGeneratorSidebarLayoutComponent extends BaseSettingsGeneratorLayou
524
523
  return !!section.id;
525
524
  }
526
525
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SettingsGeneratorSidebarLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
527
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: SettingsGeneratorSidebarLayoutComponent, isStandalone: true, selector: "fdp-settings-generator-sidebar-layout", host: { properties: { "class.fdp-settings-generator__sidebar-layout--mobile": "this._isMobile", "class": "this._initialClass" } }, viewQueries: [{ propertyName: "_settingsGeneratorContent", first: true, predicate: ["settingsGeneratorContent"], descendants: true }, { propertyName: "_listElement", first: true, predicate: ["listElement"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: "<div\n class=\"fdp-settings-generator__sidebar\"\n [class.fdp-settings-generator__sidebar--hidden]=\"!_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : _sidebarWidth.width\"\n [style.min-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.minWidth\"\n [style.max-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.maxWidth\"\n>\n <div class=\"fdp-settings-generator__search-header\">\n <h5 fd-title class=\"fdp-settings-generator__title\">\n {{ 'platformSettingsGenerator.settingsLabel' | fdTranslate }}\n </h5>\n <!-- TODO: implement search input\n @if (_displaySettingsSearchInput()) {\n <fd-input-group\n type=\"search\"\n glyph=\"search\"\n [glyphAriaLabel]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [attr.placeholder]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [button]=\"true\"\n [disabled]=\"false\"\n [(ngModel)]=\"searchTerm\"\n class=\"fdp-settings-generator__search-input\"\n >\n </fd-input-group>\n }\n -->\n </div>\n <div class=\"fdp-settings-generator__list-container\" #listElement>\n <ul fd-list [byline]=\"true\" [navigationIndicator]=\"true\">\n @for (item of settings?.items; track item; let i = $index) {\n <li (click)=\"_setSelectedIndex(i)\" fd-list-item [selected]=\"i === _selectedIndex\" [id]=\"item.id\">\n <a fd-list-link [navigated]=\"i === _selectedIndex\">\n @if (item.thumbnail) {\n <span fd-list-thumbnail>\n <fdp-settings-generator-sidebar-icon\n [thumbnail]=\"item.thumbnail\"\n ></fdp-settings-generator-sidebar-icon>\n </span>\n }\n <div fd-list-content>\n @if (item.title | fdkAsyncOrSync; as titleValue) {\n <div fd-list-title [wrap]=\"!!_sidebarWidth.wrapSidebarTitle\">{{ titleValue }}</div>\n } @else {\n <div fd-list-title>\n <fd-skeleton\n height=\"16px\"\n type=\"rectangle\"\n width=\"40%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n </div>\n }\n @if (item.description) {\n <div fd-list-byline [wrap]=\"!!_sidebarWidth.wrapSidebarDescription\">\n @if (item.description | fdkAsyncOrSync; as descriptionValue) {\n {{ descriptionValue }}\n } @else {\n <fd-skeleton\n type=\"text\"\n width=\"60%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n }\n </div>\n }\n </div>\n </a>\n </li>\n }\n </ul>\n </div>\n</div>\n<div\n class=\"fdp-settings-generator__content\"\n [class.fdp-settings-generator__content--hidden]=\"_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.width + ')'\"\n [style.min-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.minWidth + ')'\"\n [style.max-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.maxWidth + ')'\"\n>\n @for (item of settings?.items; track item; let i = $index) {\n <fdp-settings-generator-content\n [attr.hidden]=\"i !== _selectedIndex ? true : null\"\n [settings]=\"item\"\n [mobile]=\"_isMobile\"\n (goBack)=\"_goBack()\"\n #settingsGeneratorContent\n ></fdp-settings-generator-content>\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: ListModule }, { kind: "component", type: i1.ListComponent, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "component", type: i1.ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "directive", type: i1.ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "directive", type: i1.ListLinkDirective, selector: "[fd-list-link], [fdListLink]", inputs: ["navigationIndicator", "navigated", "focusable"] }, { kind: "directive", type: i1.ListBylineDirective, selector: "[fdListByline], [fd-list-byline]", inputs: ["twoCol", "wrap"] }, { kind: "directive", type: i1.ListContentDirective, selector: "[fdListContent], [fd-list-content]", inputs: ["twoCol"] }, { kind: "directive", type: i1.ListThumbnailDirective, selector: "[fdListThumbnail], [fd-list-thumbnail]" }, { kind: "component", type: SettingsGeneratorSidebarIconComponent, selector: "fdp-settings-generator-sidebar-icon", inputs: ["thumbnail"] }, { kind: "component", type: SkeletonComponent, selector: "fd-skeleton", inputs: ["animated", "type", "textLines", "width", "height"] }, { kind: "component", type: SettingsGeneratorContentComponent, selector: "fdp-settings-generator-content", inputs: ["settings", "mobile", "backButtonLabel"], outputs: ["goBack"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "ngmodule", type: FormsModule }, { kind: "pipe", type: AsyncOrSyncPipe, name: "fdkAsyncOrSync" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
526
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: SettingsGeneratorSidebarLayoutComponent, isStandalone: true, selector: "fdp-settings-generator-sidebar-layout", host: { properties: { "class.fdp-settings-generator__sidebar-layout--mobile": "this._isMobile", "class": "this._initialClass" } }, viewQueries: [{ propertyName: "_settingsGeneratorContent", first: true, predicate: ["settingsGeneratorContent"], descendants: true }, { propertyName: "_listElement", first: true, predicate: ["listElement"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: "<div\n class=\"fdp-settings-generator__sidebar\"\n [class.fdp-settings-generator__sidebar--hidden]=\"!_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : _sidebarWidth.width\"\n [style.min-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.minWidth\"\n [style.max-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.maxWidth\"\n>\n <div class=\"fdp-settings-generator__search-header\">\n <h5 fd-title class=\"fdp-settings-generator__title\">\n {{ 'platformSettingsGenerator.settingsLabel' | fdTranslate }}\n </h5>\n <!-- TODO: implement search input\n @if (_displaySettingsSearchInput()) {\n <fd-input-group\n type=\"search\"\n glyph=\"search\"\n [glyphAriaLabel]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [attr.placeholder]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [button]=\"true\"\n [disabled]=\"false\"\n [(ngModel)]=\"searchTerm\"\n class=\"fdp-settings-generator__search-input\"\n >\n </fd-input-group>\n }\n -->\n </div>\n <div class=\"fdp-settings-generator__list-container\" #listElement>\n <ul fd-list [byline]=\"true\" [navigationIndicator]=\"true\">\n @for (item of settings?.items; track item; let i = $index) {\n <li (click)=\"_setSelectedIndex(i)\" fd-list-item [selected]=\"i === _selectedIndex\" [id]=\"item.id\">\n <a fd-list-link [navigated]=\"i === _selectedIndex\" [navigationIndicator]=\"_isMobile\">\n @if (item.thumbnail) {\n <span fd-list-thumbnail>\n <fdp-settings-generator-sidebar-icon\n [thumbnail]=\"item.thumbnail\"\n ></fdp-settings-generator-sidebar-icon>\n </span>\n }\n <div fd-list-content>\n @if (item.title | fdkAsyncOrSync; as titleValue) {\n <div fd-list-title [wrap]=\"!!_sidebarWidth.wrapSidebarTitle\">{{ titleValue }}</div>\n } @else {\n <div fd-list-title>\n <fd-skeleton\n height=\"16px\"\n type=\"rectangle\"\n width=\"40%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n </div>\n }\n @if (item.description) {\n <div fd-list-byline [wrap]=\"!!_sidebarWidth.wrapSidebarDescription\">\n @if (item.description | fdkAsyncOrSync; as descriptionValue) {\n {{ descriptionValue }}\n } @else {\n <fd-skeleton\n type=\"text\"\n width=\"60%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n }\n </div>\n }\n </div>\n </a>\n </li>\n }\n </ul>\n </div>\n</div>\n<div\n class=\"fdp-settings-generator__content\"\n [class.fdp-settings-generator__content--hidden]=\"_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.width + ')'\"\n [style.min-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.minWidth + ')'\"\n [style.max-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.maxWidth + ')'\"\n>\n @for (item of settings?.items; track item; let i = $index) {\n <fdp-settings-generator-content\n [attr.hidden]=\"i !== _selectedIndex ? true : null\"\n [settings]=\"item\"\n [mobile]=\"_isMobile\"\n (goBack)=\"_goBack()\"\n #settingsGeneratorContent\n ></fdp-settings-generator-content>\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: ListModule }, { kind: "component", type: i1.ListComponent, selector: "[fd-list], [fdList]", inputs: ["dropdownMode", "multiInputMode", "mobileMode", "hasMessage", "noBorder", "navigationIndicator", "selection", "keyboardSupport", "byline", "subline", "theme", "unreadIndicator", "role", "settingsList", "settingsListFooter"], outputs: ["focusEscapeList"] }, { kind: "component", type: i1.ListItemComponent, selector: "[fdListItem] ,[fd-list-item]", inputs: ["selected", "noData", "action", "interactive", "growing", "counter", "active", "unread", "byline", "ariaRole", "id", "preventClick", "settingsListTpl"], outputs: ["keyDown"], exportAs: ["fdListItem"] }, { kind: "directive", type: i1.ListTitleDirective, selector: "[fd-list-title], [fdListTitle]", inputs: ["wrap", "truncate"] }, { kind: "directive", type: i1.ListLinkDirective, selector: "[fd-list-link], [fdListLink]", inputs: ["navigationIndicator", "navigated", "focusable"] }, { kind: "directive", type: i1.ListBylineDirective, selector: "[fdListByline], [fd-list-byline]", inputs: ["twoCol", "wrap"] }, { kind: "directive", type: i1.ListContentDirective, selector: "[fdListContent], [fd-list-content]", inputs: ["twoCol"] }, { kind: "directive", type: i1.ListThumbnailDirective, selector: "[fdListThumbnail], [fd-list-thumbnail]" }, { kind: "component", type: SettingsGeneratorSidebarIconComponent, selector: "fdp-settings-generator-sidebar-icon", inputs: ["thumbnail"] }, { kind: "component", type: SkeletonComponent, selector: "fd-skeleton", inputs: ["animated", "type", "textLines", "width", "height"] }, { kind: "component", type: SettingsGeneratorContentComponent, selector: "fdp-settings-generator-content", inputs: ["settings", "mobile", "backButtonLabel"], outputs: ["goBack"] }, { kind: "component", type: TitleComponent, selector: "[fd-title], [fdTitle]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "ngmodule", type: FormsModule }, { kind: "pipe", type: AsyncOrSyncPipe, name: "fdkAsyncOrSync" }, { kind: "pipe", type: FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
528
527
  }
529
528
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SettingsGeneratorSidebarLayoutComponent, decorators: [{
530
529
  type: Component,
@@ -537,7 +536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
537
536
  TitleComponent,
538
537
  FdTranslatePipe,
539
538
  FormsModule
540
- ], template: "<div\n class=\"fdp-settings-generator__sidebar\"\n [class.fdp-settings-generator__sidebar--hidden]=\"!_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : _sidebarWidth.width\"\n [style.min-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.minWidth\"\n [style.max-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.maxWidth\"\n>\n <div class=\"fdp-settings-generator__search-header\">\n <h5 fd-title class=\"fdp-settings-generator__title\">\n {{ 'platformSettingsGenerator.settingsLabel' | fdTranslate }}\n </h5>\n <!-- TODO: implement search input\n @if (_displaySettingsSearchInput()) {\n <fd-input-group\n type=\"search\"\n glyph=\"search\"\n [glyphAriaLabel]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [attr.placeholder]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [button]=\"true\"\n [disabled]=\"false\"\n [(ngModel)]=\"searchTerm\"\n class=\"fdp-settings-generator__search-input\"\n >\n </fd-input-group>\n }\n -->\n </div>\n <div class=\"fdp-settings-generator__list-container\" #listElement>\n <ul fd-list [byline]=\"true\" [navigationIndicator]=\"true\">\n @for (item of settings?.items; track item; let i = $index) {\n <li (click)=\"_setSelectedIndex(i)\" fd-list-item [selected]=\"i === _selectedIndex\" [id]=\"item.id\">\n <a fd-list-link [navigated]=\"i === _selectedIndex\">\n @if (item.thumbnail) {\n <span fd-list-thumbnail>\n <fdp-settings-generator-sidebar-icon\n [thumbnail]=\"item.thumbnail\"\n ></fdp-settings-generator-sidebar-icon>\n </span>\n }\n <div fd-list-content>\n @if (item.title | fdkAsyncOrSync; as titleValue) {\n <div fd-list-title [wrap]=\"!!_sidebarWidth.wrapSidebarTitle\">{{ titleValue }}</div>\n } @else {\n <div fd-list-title>\n <fd-skeleton\n height=\"16px\"\n type=\"rectangle\"\n width=\"40%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n </div>\n }\n @if (item.description) {\n <div fd-list-byline [wrap]=\"!!_sidebarWidth.wrapSidebarDescription\">\n @if (item.description | fdkAsyncOrSync; as descriptionValue) {\n {{ descriptionValue }}\n } @else {\n <fd-skeleton\n type=\"text\"\n width=\"60%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n }\n </div>\n }\n </div>\n </a>\n </li>\n }\n </ul>\n </div>\n</div>\n<div\n class=\"fdp-settings-generator__content\"\n [class.fdp-settings-generator__content--hidden]=\"_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.width + ')'\"\n [style.min-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.minWidth + ')'\"\n [style.max-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.maxWidth + ')'\"\n>\n @for (item of settings?.items; track item; let i = $index) {\n <fdp-settings-generator-content\n [attr.hidden]=\"i !== _selectedIndex ? true : null\"\n [settings]=\"item\"\n [mobile]=\"_isMobile\"\n (goBack)=\"_goBack()\"\n #settingsGeneratorContent\n ></fdp-settings-generator-content>\n }\n</div>\n" }]
539
+ ], template: "<div\n class=\"fdp-settings-generator__sidebar\"\n [class.fdp-settings-generator__sidebar--hidden]=\"!_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : _sidebarWidth.width\"\n [style.min-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.minWidth\"\n [style.max-width]=\"_mobileSidebarVisible ? null : _sidebarWidth.maxWidth\"\n>\n <div class=\"fdp-settings-generator__search-header\">\n <h5 fd-title class=\"fdp-settings-generator__title\">\n {{ 'platformSettingsGenerator.settingsLabel' | fdTranslate }}\n </h5>\n <!-- TODO: implement search input\n @if (_displaySettingsSearchInput()) {\n <fd-input-group\n type=\"search\"\n glyph=\"search\"\n [glyphAriaLabel]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [attr.placeholder]=\"'platformSettingsGenerator.searchLabel' | fdTranslate\"\n [button]=\"true\"\n [disabled]=\"false\"\n [(ngModel)]=\"searchTerm\"\n class=\"fdp-settings-generator__search-input\"\n >\n </fd-input-group>\n }\n -->\n </div>\n <div class=\"fdp-settings-generator__list-container\" #listElement>\n <ul fd-list [byline]=\"true\" [navigationIndicator]=\"true\">\n @for (item of settings?.items; track item; let i = $index) {\n <li (click)=\"_setSelectedIndex(i)\" fd-list-item [selected]=\"i === _selectedIndex\" [id]=\"item.id\">\n <a fd-list-link [navigated]=\"i === _selectedIndex\" [navigationIndicator]=\"_isMobile\">\n @if (item.thumbnail) {\n <span fd-list-thumbnail>\n <fdp-settings-generator-sidebar-icon\n [thumbnail]=\"item.thumbnail\"\n ></fdp-settings-generator-sidebar-icon>\n </span>\n }\n <div fd-list-content>\n @if (item.title | fdkAsyncOrSync; as titleValue) {\n <div fd-list-title [wrap]=\"!!_sidebarWidth.wrapSidebarTitle\">{{ titleValue }}</div>\n } @else {\n <div fd-list-title>\n <fd-skeleton\n height=\"16px\"\n type=\"rectangle\"\n width=\"40%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n </div>\n }\n @if (item.description) {\n <div fd-list-byline [wrap]=\"!!_sidebarWidth.wrapSidebarDescription\">\n @if (item.description | fdkAsyncOrSync; as descriptionValue) {\n {{ descriptionValue }}\n } @else {\n <fd-skeleton\n type=\"text\"\n width=\"60%\"\n textLines=\"1\"\n [style.margin]=\"'auto 0'\"\n ></fd-skeleton>\n }\n </div>\n }\n </div>\n </a>\n </li>\n }\n </ul>\n </div>\n</div>\n<div\n class=\"fdp-settings-generator__content\"\n [class.fdp-settings-generator__content--hidden]=\"_mobileSidebarVisible\"\n [style.width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.width + ')'\"\n [style.min-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.minWidth + ')'\"\n [style.max-width]=\"_mobileSidebarVisible ? null : 'calc(100% - ' + _sidebarWidth.maxWidth + ')'\"\n>\n @for (item of settings?.items; track item; let i = $index) {\n <fdp-settings-generator-content\n [attr.hidden]=\"i !== _selectedIndex ? true : null\"\n [settings]=\"item\"\n [mobile]=\"_isMobile\"\n (goBack)=\"_goBack()\"\n #settingsGeneratorContent\n ></fdp-settings-generator-content>\n }\n</div>\n" }]
541
540
  }], ctorParameters: () => [], propDecorators: { _isMobile: [{
542
541
  type: HostBinding,
543
542
  args: ['class.fdp-settings-generator__sidebar-layout--mobile']