@fundamental-ngx/platform 0.58.2-rc.0 → 0.58.3
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.
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +61 -47
- package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-button.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs +47 -47
- package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs +10 -8
- package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-form.mjs +327 -319
- package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +91 -84
- package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-info-label.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-info-label.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-link.mjs +10 -8
- package/fesm2022/fundamental-ngx-platform-link.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-list.mjs +59 -59
- package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-menu-button.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-menu-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-menu.mjs +14 -14
- package/fesm2022/fundamental-ngx-platform-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs +16 -16
- package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-object-attribute.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-object-marker.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-object-marker.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-object-status.mjs +10 -10
- package/fesm2022/fundamental-ngx-platform-object-status.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-page-footer.mjs +8 -8
- package/fesm2022/fundamental-ngx-platform-page-footer.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-panel.mjs +31 -25
- package/fesm2022/fundamental-ngx-platform-panel.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-search-field.mjs +16 -16
- package/fesm2022/fundamental-ngx-platform-search-field.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +36 -36
- package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-shared.mjs +28 -28
- package/fesm2022/fundamental-ngx-platform-shared.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-slider.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-slider.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs +34 -34
- package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +7 -7
- package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +82 -82
- package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-table.mjs +131 -131
- package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +30 -30
- package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs +19 -19
- package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +43 -43
- package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-platform.mjs +4 -4
- package/fesm2022/fundamental-ngx-platform.mjs.map +1 -1
- package/{types/fundamental-ngx-platform-icon-tab-bar.d.ts → icon-tab-bar/index.d.ts} +5 -1
- package/package.json +38 -38
- package/{types/fundamental-ngx-platform-panel.d.ts → panel/index.d.ts} +4 -4
- package/schematics/ng-add/index.js +1 -1
- package/schematics/utils/package-utils.js +1 -1
- package/schematics/utils/package-utils.js.map +1 -1
- /package/{types/fundamental-ngx-platform-approval-flow.d.ts → approval-flow/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-button.d.ts → button/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-dynamic-page.d.ts → dynamic-page/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-feed-input.d.ts → feed-input/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-form.d.ts → form/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform.d.ts → index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-info-label.d.ts → info-label/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-link.d.ts → link/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-list.d.ts → list/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-menu.d.ts → menu/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-menu-button.d.ts → menu-button/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-message-popover.d.ts → message-popover/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-object-attribute.d.ts → object-attribute/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-object-marker.d.ts → object-marker/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-object-status.d.ts → object-status/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-page-footer.d.ts → page-footer/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-search-field.d.ts → search-field/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-settings-generator.d.ts → settings-generator/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-shared.d.ts → shared/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-slider.d.ts → slider/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-smart-filter-bar.d.ts → smart-filter-bar/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-split-menu-button.d.ts → split-menu-button/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-table.d.ts → table/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-table-helpers.d.ts → table-helpers/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-value-help-dialog.d.ts → value-help-dialog/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-variant-management.d.ts → variant-management/index.d.ts} +0 -0
- /package/{types/fundamental-ngx-platform-wizard-generator.d.ts → wizard-generator/index.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fundamental-ngx-platform-object-attribute.mjs","sources":["
|
|
1
|
+
{"version":3,"file":"fundamental-ngx-platform-object-attribute.mjs","sources":["../tmp-esm2022/object-attribute/fundamental-ngx-platform-object-attribute.js"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLW9iamVjdC1hdHRyaWJ1dGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1hdHRyaWJ1dGUvZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLW9iamVjdC1hdHRyaWJ1dGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":";;AAAA;AACA;AACA"}
|
|
@@ -15,10 +15,10 @@ class PlatformObjectMarkerComponent {
|
|
|
15
15
|
this.glyphFont = FD_DEFAULT_ICON_FONT_FAMILY;
|
|
16
16
|
warnOnce('PlatformObjectMarkerComponent is deprecated. Use ObjectMarkerComponent from `@fundamental-ngx/core/object-marker` instead.');
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectMarkerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: PlatformObjectMarkerComponent, isStandalone: true, selector: "fdp-object-marker", inputs: { glyph: "glyph", glyphFont: "glyphFont", clickable: "clickable", label: "label", link: "link", ariaLabel: "ariaLabel", ariaHidden: "ariaHidden", title: "title" }, ngImport: i0, template: "@if (!clickable) {\n <span\n fd-object-marker\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.title]=\"title\"\n [label]=\"label\"\n >\n <ng-content></ng-content>\n </span>\n} @else {\n <a\n [attr.href]=\"link\"\n fd-object-marker\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [clickable]=\"clickable\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.title]=\"title\"\n [label]=\"label\"\n >\n <ng-content></ng-content>\n </a>\n}\n", dependencies: [{ kind: "component", type: ObjectMarkerComponent, selector: "[fd-object-marker]", inputs: ["class", "glyph", "glyphFont", "clickable", "label"] }] }); }
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectMarkerComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{ selector: 'fdp-object-marker', imports: [ObjectMarkerComponent], template: "@if (!clickable) {\n <span\n fd-object-marker\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.title]=\"title\"\n [label]=\"label\"\n >\n <ng-content></ng-content>\n </span>\n} @else {\n <a\n [attr.href]=\"link\"\n fd-object-marker\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [clickable]=\"clickable\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.title]=\"title\"\n [label]=\"label\"\n >\n <ng-content></ng-content>\n </a>\n}\n" }]
|
|
24
24
|
}], ctorParameters: () => [], propDecorators: { glyph: [{
|
|
@@ -44,11 +44,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
44
44
|
* Use direct imports of components and directives.
|
|
45
45
|
*/
|
|
46
46
|
class PlatformObjectMarkerModule {
|
|
47
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
48
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
49
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
47
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectMarkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
48
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectMarkerModule, imports: [PlatformObjectMarkerComponent], exports: [PlatformObjectMarkerComponent] }); }
|
|
49
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectMarkerModule, imports: [PlatformObjectMarkerComponent] }); }
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectMarkerModule, decorators: [{
|
|
52
52
|
type: NgModule,
|
|
53
53
|
args: [{
|
|
54
54
|
imports: [PlatformObjectMarkerComponent],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fundamental-ngx-platform-object-marker.mjs","sources":["../../../../libs/platform/object-marker/object-marker.component.ts","../../../../libs/platform/object-marker/object-marker.component.html","../../../../libs/platform/object-marker/object-marker.module.ts","../../../../libs/platform/object-marker/fundamental-ngx-platform-object-marker.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\nimport { Nullable, warnOnce } from '@fundamental-ngx/cdk/utils';\nimport { FD_DEFAULT_ICON_FONT_FAMILY, IconFont } from '@fundamental-ngx/core/icon';\nimport { ObjectMarkerComponent } from '@fundamental-ngx/core/object-marker';\n\n/**\n * @deprecated\n * Use ObjectMarkerComponent from `@fundamental-ngx/core/object-marker` instead.\n */\n@Component({\n selector: 'fdp-object-marker',\n templateUrl: './object-marker.component.html',\n imports: [ObjectMarkerComponent]\n})\nexport class PlatformObjectMarkerComponent {\n /**\n * Glyph (icon) of the Object marker.\n */\n @Input()\n glyph: string;\n\n /** Glyph font family */\n @Input()\n glyphFont: IconFont = FD_DEFAULT_ICON_FONT_FAMILY;\n\n /** Whether the Object marker is clickable. */\n @Input()\n clickable: boolean;\n\n /** label for adding text to the marker */\n @Input()\n label: string;\n\n /** link for setting href value */\n @Input()\n link: string;\n\n /** Sets control aria-label attribute value */\n @Input()\n ariaLabel: Nullable<string>;\n\n /** Sets control aria-hiden to a boolean attribute value */\n @Input()\n ariaHidden: boolean;\n\n /** Sets control aria-title to a string attribute value */\n @Input()\n title: string;\n\n /** @hidden */\n constructor() {\n warnOnce(\n 'PlatformObjectMarkerComponent is deprecated. Use ObjectMarkerComponent from `@fundamental-ngx/core/object-marker` instead.'\n );\n }\n}\n","@if (!clickable) {\n <span\n fd-object-marker\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.title]=\"title\"\n [label]=\"label\"\n >\n <ng-content></ng-content>\n </span>\n} @else {\n <a\n [attr.href]=\"link\"\n fd-object-marker\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [clickable]=\"clickable\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.title]=\"title\"\n [label]=\"label\"\n >\n <ng-content></ng-content>\n </a>\n}\n","import { NgModule } from '@angular/core';\n\nimport { PlatformObjectMarkerComponent } from './object-marker.component';\n\n/**\n * @deprecated\n * Use direct imports of components and directives.\n */\n@NgModule({\n imports: [PlatformObjectMarkerComponent],\n exports: [PlatformObjectMarkerComponent]\n})\nexport class PlatformObjectMarkerModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAMA;;;AAGG;MAMU,6BAA6B,CAAA;;AAoCtC,IAAA,WAAA,GAAA;;QA3BA,IAAA,CAAA,SAAS,GAAa,2BAA2B;QA4B7C,QAAQ,CACJ,4HAA4H,CAC/H;IACL;8GAxCS,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA7B,6BAA6B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,SAAA,EAAA,WAAA,EAAA,SAAA,EAAA,WAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,SAAA,EAAA,WAAA,EAAA,UAAA,EAAA,YAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECf1C,irBA2BA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDdc,qBAAqB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,OAAA,EAAA,WAAA,EAAA,WAAA,EAAA,OAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;2FAEtB,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBALzC,SAAS;+BACI,mBAAmB,EAAA,OAAA,EAEpB,CAAC,qBAAqB,CAAC,EAAA,QAAA,EAAA,irBAAA,EAAA;;sBAM/B;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;;AE3CL;;;AAGG;MAKU,0BAA0B,CAAA;8GAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;+GAA1B,0BAA0B,EAAA,OAAA,EAAA,CAHzB,6BAA6B,CAAA,EAAA,OAAA,EAAA,CAC7B,6BAA6B,CAAA,EAAA,CAAA,CAAA;AAE9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,YAHzB,6BAA6B,CAAA,EAAA,CAAA,CAAA;;2FAG9B,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAJtC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,6BAA6B,CAAC;oBACxC,OAAO,EAAE,CAAC,6BAA6B;AAC1C,iBAAA;;;ACXD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"fundamental-ngx-platform-object-marker.mjs","sources":["../tmp-esm2022/object-marker/object-marker.component.js","../tmp-esm2022/object-marker/object-marker.module.js","../tmp-esm2022/object-marker/fundamental-ngx-platform-object-marker.js"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport { warnOnce } from '@fundamental-ngx/cdk/utils';\nimport { FD_DEFAULT_ICON_FONT_FAMILY } from '@fundamental-ngx/core/icon';\nimport { ObjectMarkerComponent } from '@fundamental-ngx/core/object-marker';\nimport * as i0 from \"@angular/core\";\n/**\n * @deprecated\n * Use ObjectMarkerComponent from `@fundamental-ngx/core/object-marker` instead.\n */\nexport class PlatformObjectMarkerComponent {\n /** @hidden */\n constructor() {\n /** Glyph font family */\n this.glyphFont = FD_DEFAULT_ICON_FONT_FAMILY;\n warnOnce('PlatformObjectMarkerComponent is deprecated. Use ObjectMarkerComponent from `@fundamental-ngx/core/object-marker` instead.');\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectMarkerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.1.4\", type: PlatformObjectMarkerComponent, isStandalone: true, selector: \"fdp-object-marker\", inputs: { glyph: \"glyph\", glyphFont: \"glyphFont\", clickable: \"clickable\", label: \"label\", link: \"link\", ariaLabel: \"ariaLabel\", ariaHidden: \"ariaHidden\", title: \"title\" }, ngImport: i0, template: \"@if (!clickable) {\\n <span\\n fd-object-marker\\n [glyph]=\\\"glyph\\\"\\n [glyphFont]=\\\"glyphFont\\\"\\n [attr.aria-label]=\\\"ariaLabel\\\"\\n [attr.aria-hidden]=\\\"ariaHidden\\\"\\n [attr.title]=\\\"title\\\"\\n [label]=\\\"label\\\"\\n >\\n <ng-content></ng-content>\\n </span>\\n} @else {\\n <a\\n [attr.href]=\\\"link\\\"\\n fd-object-marker\\n [glyph]=\\\"glyph\\\"\\n [glyphFont]=\\\"glyphFont\\\"\\n [clickable]=\\\"clickable\\\"\\n [attr.aria-label]=\\\"ariaLabel\\\"\\n [attr.aria-hidden]=\\\"ariaHidden\\\"\\n [attr.title]=\\\"title\\\"\\n [label]=\\\"label\\\"\\n >\\n <ng-content></ng-content>\\n </a>\\n}\\n\", dependencies: [{ kind: \"component\", type: ObjectMarkerComponent, selector: \"[fd-object-marker]\", inputs: [\"class\", \"glyph\", \"glyphFont\", \"clickable\", \"label\"] }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectMarkerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'fdp-object-marker', imports: [ObjectMarkerComponent], template: \"@if (!clickable) {\\n <span\\n fd-object-marker\\n [glyph]=\\\"glyph\\\"\\n [glyphFont]=\\\"glyphFont\\\"\\n [attr.aria-label]=\\\"ariaLabel\\\"\\n [attr.aria-hidden]=\\\"ariaHidden\\\"\\n [attr.title]=\\\"title\\\"\\n [label]=\\\"label\\\"\\n >\\n <ng-content></ng-content>\\n </span>\\n} @else {\\n <a\\n [attr.href]=\\\"link\\\"\\n fd-object-marker\\n [glyph]=\\\"glyph\\\"\\n [glyphFont]=\\\"glyphFont\\\"\\n [clickable]=\\\"clickable\\\"\\n [attr.aria-label]=\\\"ariaLabel\\\"\\n [attr.aria-hidden]=\\\"ariaHidden\\\"\\n [attr.title]=\\\"title\\\"\\n [label]=\\\"label\\\"\\n >\\n <ng-content></ng-content>\\n </a>\\n}\\n\" }]\n }], ctorParameters: () => [], propDecorators: { glyph: [{\n type: Input\n }], glyphFont: [{\n type: Input\n }], clickable: [{\n type: Input\n }], label: [{\n type: Input\n }], link: [{\n type: Input\n }], ariaLabel: [{\n type: Input\n }], ariaHidden: [{\n type: Input\n }], title: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2JqZWN0LW1hcmtlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1tYXJrZXIvb2JqZWN0LW1hcmtlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1tYXJrZXIvb2JqZWN0LW1hcmtlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQVksUUFBUSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDaEUsT0FBTyxFQUFFLDJCQUEyQixFQUFZLE1BQU0sNEJBQTRCLENBQUM7QUFDbkYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0scUNBQXFDLENBQUM7O0FBRTVFOzs7R0FHRztBQU1ILE1BQU0sT0FBTyw2QkFBNkI7SUFtQ3RDLGNBQWM7SUFDZDtRQTdCQSx3QkFBd0I7UUFFeEIsY0FBUyxHQUFhLDJCQUEyQixDQUFDO1FBNEI5QyxRQUFRLENBQ0osNEhBQTRILENBQy9ILENBQUM7SUFDTixDQUFDOzhHQXhDUSw2QkFBNkI7a0dBQTdCLDZCQUE2Qix5UENmMUMsaXJCQTJCQSw0Q0RkYyxxQkFBcUI7OzJGQUV0Qiw2QkFBNkI7a0JBTHpDLFNBQVM7K0JBQ0ksbUJBQW1CLFdBRXBCLENBQUMscUJBQXFCLENBQUM7d0RBT2hDLEtBQUs7c0JBREosS0FBSztnQkFLTixTQUFTO3NCQURSLEtBQUs7Z0JBS04sU0FBUztzQkFEUixLQUFLO2dCQUtOLEtBQUs7c0JBREosS0FBSztnQkFLTixJQUFJO3NCQURILEtBQUs7Z0JBS04sU0FBUztzQkFEUixLQUFLO2dCQUtOLFVBQVU7c0JBRFQsS0FBSztnQkFLTixLQUFLO3NCQURKLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IE51bGxhYmxlLCB3YXJuT25jZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY2RrL3V0aWxzJztcbmltcG9ydCB7IEZEX0RFRkFVTFRfSUNPTl9GT05UX0ZBTUlMWSwgSWNvbkZvbnQgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvaWNvbic7XG5pbXBvcnQgeyBPYmplY3RNYXJrZXJDb21wb25lbnQgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvb2JqZWN0LW1hcmtlcic7XG5cbi8qKlxuICogQGRlcHJlY2F0ZWRcbiAqIFVzZSBPYmplY3RNYXJrZXJDb21wb25lbnQgZnJvbSBgQGZ1bmRhbWVudGFsLW5neC9jb3JlL29iamVjdC1tYXJrZXJgIGluc3RlYWQuXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZmRwLW9iamVjdC1tYXJrZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9vYmplY3QtbWFya2VyLmNvbXBvbmVudC5odG1sJyxcbiAgICBpbXBvcnRzOiBbT2JqZWN0TWFya2VyQ29tcG9uZW50XVxufSlcbmV4cG9ydCBjbGFzcyBQbGF0Zm9ybU9iamVjdE1hcmtlckNvbXBvbmVudCB7XG4gICAgLyoqXG4gICAgICogR2x5cGggKGljb24pIG9mIHRoZSBPYmplY3QgbWFya2VyLlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgZ2x5cGg6IHN0cmluZztcblxuICAgIC8qKiBHbHlwaCBmb250IGZhbWlseSAqL1xuICAgIEBJbnB1dCgpXG4gICAgZ2x5cGhGb250OiBJY29uRm9udCA9IEZEX0RFRkFVTFRfSUNPTl9GT05UX0ZBTUlMWTtcblxuICAgIC8qKiBXaGV0aGVyIHRoZSBPYmplY3QgbWFya2VyIGlzIGNsaWNrYWJsZS4gKi9cbiAgICBASW5wdXQoKVxuICAgIGNsaWNrYWJsZTogYm9vbGVhbjtcblxuICAgIC8qKiBsYWJlbCBmb3IgYWRkaW5nIHRleHQgdG8gdGhlIG1hcmtlciAqL1xuICAgIEBJbnB1dCgpXG4gICAgbGFiZWw6IHN0cmluZztcblxuICAgIC8qKiBsaW5rIGZvciBzZXR0aW5nIGhyZWYgdmFsdWUgKi9cbiAgICBASW5wdXQoKVxuICAgIGxpbms6IHN0cmluZztcblxuICAgIC8qKiBTZXRzIGNvbnRyb2wgYXJpYS1sYWJlbCBhdHRyaWJ1dGUgdmFsdWUgKi9cbiAgICBASW5wdXQoKVxuICAgIGFyaWFMYWJlbDogTnVsbGFibGU8c3RyaW5nPjtcblxuICAgIC8qKiBTZXRzIGNvbnRyb2wgYXJpYS1oaWRlbiB0byBhIGJvb2xlYW4gYXR0cmlidXRlIHZhbHVlICovXG4gICAgQElucHV0KClcbiAgICBhcmlhSGlkZGVuOiBib29sZWFuO1xuXG4gICAgLyoqIFNldHMgY29udHJvbCBhcmlhLXRpdGxlIHRvIGEgc3RyaW5nIGF0dHJpYnV0ZSB2YWx1ZSAqL1xuICAgIEBJbnB1dCgpXG4gICAgdGl0bGU6IHN0cmluZztcblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHdhcm5PbmNlKFxuICAgICAgICAgICAgJ1BsYXRmb3JtT2JqZWN0TWFya2VyQ29tcG9uZW50IGlzIGRlcHJlY2F0ZWQuIFVzZSBPYmplY3RNYXJrZXJDb21wb25lbnQgZnJvbSBgQGZ1bmRhbWVudGFsLW5neC9jb3JlL29iamVjdC1tYXJrZXJgIGluc3RlYWQuJ1xuICAgICAgICApO1xuICAgIH1cbn1cbiIsIkBpZiAoIWNsaWNrYWJsZSkge1xuICAgIDxzcGFuXG4gICAgICAgIGZkLW9iamVjdC1tYXJrZXJcbiAgICAgICAgW2dseXBoXT1cImdseXBoXCJcbiAgICAgICAgW2dseXBoRm9udF09XCJnbHlwaEZvbnRcIlxuICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImFyaWFMYWJlbFwiXG4gICAgICAgIFthdHRyLmFyaWEtaGlkZGVuXT1cImFyaWFIaWRkZW5cIlxuICAgICAgICBbYXR0ci50aXRsZV09XCJ0aXRsZVwiXG4gICAgICAgIFtsYWJlbF09XCJsYWJlbFwiXG4gICAgPlxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPC9zcGFuPlxufSBAZWxzZSB7XG4gICAgPGFcbiAgICAgICAgW2F0dHIuaHJlZl09XCJsaW5rXCJcbiAgICAgICAgZmQtb2JqZWN0LW1hcmtlclxuICAgICAgICBbZ2x5cGhdPVwiZ2x5cGhcIlxuICAgICAgICBbZ2x5cGhGb250XT1cImdseXBoRm9udFwiXG4gICAgICAgIFtjbGlja2FibGVdPVwiY2xpY2thYmxlXCJcbiAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJhcmlhTGFiZWxcIlxuICAgICAgICBbYXR0ci5hcmlhLWhpZGRlbl09XCJhcmlhSGlkZGVuXCJcbiAgICAgICAgW2F0dHIudGl0bGVdPVwidGl0bGVcIlxuICAgICAgICBbbGFiZWxdPVwibGFiZWxcIlxuICAgID5cbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvYT5cbn1cbiJdfQ==","import { NgModule } from '@angular/core';\nimport { PlatformObjectMarkerComponent } from './object-marker.component';\nimport * as i0 from \"@angular/core\";\n/**\n * @deprecated\n * Use direct imports of components and directives.\n */\nexport class PlatformObjectMarkerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectMarkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectMarkerModule, imports: [PlatformObjectMarkerComponent], exports: [PlatformObjectMarkerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectMarkerModule, imports: [PlatformObjectMarkerComponent] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectMarkerModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [PlatformObjectMarkerComponent],\n exports: [PlatformObjectMarkerComponent]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2JqZWN0LW1hcmtlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1tYXJrZXIvb2JqZWN0LW1hcmtlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFFMUU7OztHQUdHO0FBS0gsTUFBTSxPQUFPLDBCQUEwQjs4R0FBMUIsMEJBQTBCOytHQUExQiwwQkFBMEIsWUFIekIsNkJBQTZCLGFBQzdCLDZCQUE2QjsrR0FFOUIsMEJBQTBCLFlBSHpCLDZCQUE2Qjs7MkZBRzlCLDBCQUEwQjtrQkFKdEMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyw2QkFBNkIsQ0FBQztvQkFDeEMsT0FBTyxFQUFFLENBQUMsNkJBQTZCLENBQUM7aUJBQzNDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgUGxhdGZvcm1PYmplY3RNYXJrZXJDb21wb25lbnQgfSBmcm9tICcuL29iamVjdC1tYXJrZXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZFxuICogVXNlIGRpcmVjdCBpbXBvcnRzIG9mIGNvbXBvbmVudHMgYW5kIGRpcmVjdGl2ZXMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1BsYXRmb3JtT2JqZWN0TWFya2VyQ29tcG9uZW50XSxcbiAgICBleHBvcnRzOiBbUGxhdGZvcm1PYmplY3RNYXJrZXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFBsYXRmb3JtT2JqZWN0TWFya2VyTW9kdWxlIHt9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLW9iamVjdC1tYXJrZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1tYXJrZXIvZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLW9iamVjdC1tYXJrZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
|
|
@@ -12,10 +12,10 @@ class PlatformObjectStatusTextDirective {
|
|
|
12
12
|
*/
|
|
13
13
|
this.templateRef = inject(TemplateRef);
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectStatusTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: PlatformObjectStatusTextDirective, isStandalone: true, selector: "[fdpObjectStatusText]", ngImport: i0 }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectStatusTextDirective, decorators: [{
|
|
19
19
|
type: Directive,
|
|
20
20
|
args: [{
|
|
21
21
|
selector: '[fdpObjectStatusText]',
|
|
@@ -52,10 +52,10 @@ class ObjectStatusComponent {
|
|
|
52
52
|
this.objectStatusClick.emit($event);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
56
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
55
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ObjectStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
56
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ObjectStatusComponent, isStandalone: true, selector: "fdp-object-status", inputs: { status: "status", glyph: "glyph", glyphFont: "glyphFont", indicationColor: "indicationColor", secondaryIndication: "secondaryIndication", clickable: "clickable", inverted: "inverted", large: "large", label: "label", ariaLabel: "ariaLabel", title: "title" }, outputs: { objectStatusClick: "objectStatusClick" }, host: { listeners: { "keydown": "_onKeydown($event)" } }, queries: [{ propertyName: "_textDirective", first: true, predicate: PlatformObjectStatusTextDirective, descendants: true }], ngImport: i0, template: "<span\n fd-object-status\n [attr.role]=\"clickable ? 'button' : null\"\n [status]=\"status\"\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [indicationColor]=\"indicationColor\"\n [clickable]=\"clickable\"\n [inverted]=\"inverted\"\n [large]=\"large\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.title]=\"title ? title : label\"\n (click)=\"onObjectStatusClick($event)\"\n [label]=\"label\"\n [secondaryIndication]=\"secondaryIndication\"\n [textTemplate]=\"_textDirective?.templateRef\"\n></span>\n", dependencies: [{ kind: "component", type: ObjectStatusComponent$1, selector: "[fd-object-status]", inputs: ["class", "status", "glyph", "glyphFont", "label", "glyphAriaLabel", "indicationColor", "clickable", "inverted", "large", "secondaryIndication", "textTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
57
57
|
}
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ObjectStatusComponent, decorators: [{
|
|
59
59
|
type: Component,
|
|
60
60
|
args: [{ selector: 'fdp-object-status', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [ObjectStatusComponent$1], template: "<span\n fd-object-status\n [attr.role]=\"clickable ? 'button' : null\"\n [status]=\"status\"\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [indicationColor]=\"indicationColor\"\n [clickable]=\"clickable\"\n [inverted]=\"inverted\"\n [large]=\"large\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.title]=\"title ? title : label\"\n (click)=\"onObjectStatusClick($event)\"\n [label]=\"label\"\n [secondaryIndication]=\"secondaryIndication\"\n [textTemplate]=\"_textDirective?.templateRef\"\n></span>\n" }]
|
|
61
61
|
}], ctorParameters: () => [], propDecorators: { status: [{
|
|
@@ -95,11 +95,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
95
95
|
* Use `ObjectStatusComponent` import instead.
|
|
96
96
|
*/
|
|
97
97
|
class PlatformObjectStatusModule {
|
|
98
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
99
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
100
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
98
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectStatusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
99
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectStatusModule, imports: [ObjectStatusComponent, PlatformObjectStatusTextDirective], exports: [ObjectStatusComponent, PlatformObjectStatusTextDirective] }); }
|
|
100
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectStatusModule, imports: [ObjectStatusComponent] }); }
|
|
101
101
|
}
|
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformObjectStatusModule, decorators: [{
|
|
103
103
|
type: NgModule,
|
|
104
104
|
args: [{
|
|
105
105
|
imports: [ObjectStatusComponent, PlatformObjectStatusTextDirective],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fundamental-ngx-platform-object-status.mjs","sources":["../../../../libs/platform/object-status/object-status.component.ts","../../../../libs/platform/object-status/object-status.component.html","../../../../libs/platform/object-status/object-status.module.ts","../../../../libs/platform/object-status/fundamental-ngx-platform-object-status.ts"],"sourcesContent":["import { ENTER, SPACE } from '@angular/cdk/keycodes';\nimport {\n ChangeDetectionStrategy,\n Component,\n ContentChild,\n Directive,\n EventEmitter,\n HostListener,\n Input,\n Output,\n TemplateRef,\n ViewEncapsulation,\n inject\n} from '@angular/core';\n\nimport { ColorAccent, KeyUtil, Nullable, warnOnce } from '@fundamental-ngx/cdk/utils';\nimport { FD_DEFAULT_ICON_FONT_FAMILY, IconFont } from '@fundamental-ngx/core/icon';\nimport { ObjectStatusComponent as CoreObjectStatusComponent, ObjectStatus } from '@fundamental-ngx/core/object-status';\n\n@Directive({\n selector: '[fdpObjectStatusText]',\n standalone: true\n})\nexport class PlatformObjectStatusTextDirective {\n /**\n * Template reference.\n */\n templateRef = inject(TemplateRef);\n}\n\n/**\n * @deprecated\n * Use `ColorAccent` from `@fundamental-ngx/cdk/utils` instead.\n */\nexport type IndicationColorType = ColorAccent;\n\n/**\n * @deprecated\n * Use `ObjectStatus` from `@fundamental-ngx/core/object-status` instead.\n */\n@Component({\n selector: 'fdp-object-status',\n templateUrl: './object-status.component.html',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [CoreObjectStatusComponent]\n})\nexport class ObjectStatusComponent {\n /**\n * The status represented by the Object Status.\n * Can be one of the following: 'negative' | 'critical' | 'positive' | 'informative'\n * For default Object Status omit this property\n */\n @Input()\n status: Nullable<ObjectStatus>;\n\n /**\n * Glyph (icon) of the Object Status.\n */\n @Input()\n glyph: Nullable<string>;\n\n /** Glyph font family */\n @Input()\n glyphFont: IconFont = FD_DEFAULT_ICON_FONT_FAMILY;\n\n /**\n * A number representing the indication color.\n * For non-inverted state available numbers are from 1 to 8.\n * For inverted state available numbers are from 1 to 10.\n */\n @Input()\n indicationColor: ColorAccent;\n\n /** Whether to use secondary set of indication colors. */\n @Input()\n secondaryIndication = false;\n\n /** Whether the Object Status is clickable. */\n @Input()\n clickable: boolean;\n\n /** Whether the Object Status is inverted. */\n @Input()\n inverted: boolean;\n\n /** Whether the Object Status is in Large Design. */\n @Input()\n large: boolean;\n\n /** Sets control label attribute value */\n @Input()\n label: Nullable<string>;\n\n /** Sets control aria-label attribute value */\n @Input()\n ariaLabel: Nullable<string>;\n\n /** Sets control aria-title to a string attribute value */\n @Input()\n title: string;\n\n /** Event sent when button is clicked */\n @Output()\n objectStatusClick: EventEmitter<MouseEvent | KeyboardEvent | TouchEvent> = new EventEmitter();\n\n /** @hidden */\n @ContentChild(PlatformObjectStatusTextDirective)\n _textDirective: Nullable<PlatformObjectStatusTextDirective>;\n\n /** @hidden */\n constructor() {\n warnOnce('ObjectStatusComponent is deprecated. Use ObjectStatusComponent from @fundamental-ngx/core instead.');\n }\n\n /** @hidden */\n @HostListener('keydown', ['$event'])\n _onKeydown($event: KeyboardEvent): void {\n if (this.clickable && KeyUtil.isKeyCode($event, [ENTER, SPACE])) {\n $event.preventDefault();\n this.objectStatusClick.emit($event);\n }\n }\n\n /**\n * Handles button click\n */\n public onObjectStatusClick($event: any): void {\n if (this.clickable) {\n this.objectStatusClick.emit($event);\n }\n }\n}\n","<span\n fd-object-status\n [attr.role]=\"clickable ? 'button' : null\"\n [status]=\"status\"\n [glyph]=\"glyph\"\n [glyphFont]=\"glyphFont\"\n [indicationColor]=\"indicationColor\"\n [clickable]=\"clickable\"\n [inverted]=\"inverted\"\n [large]=\"large\"\n [attr.aria-label]=\"ariaLabel\"\n [attr.title]=\"title ? title : label\"\n (click)=\"onObjectStatusClick($event)\"\n [label]=\"label\"\n [secondaryIndication]=\"secondaryIndication\"\n [textTemplate]=\"_textDirective?.templateRef\"\n></span>\n","import { NgModule } from '@angular/core';\nimport { ObjectStatusComponent, PlatformObjectStatusTextDirective } from './object-status.component';\n\n/**\n * @deprecated\n * Use `ObjectStatusComponent` import instead.\n */\n@NgModule({\n imports: [ObjectStatusComponent, PlatformObjectStatusTextDirective],\n exports: [ObjectStatusComponent, PlatformObjectStatusTextDirective]\n})\nexport class PlatformObjectStatusModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["CoreObjectStatusComponent"],"mappings":";;;;;;;MAuBa,iCAAiC,CAAA;AAJ9C,IAAA,WAAA,GAAA;AAKI;;AAEG;AACH,QAAA,IAAA,CAAA,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC;AACpC,IAAA;8GALY,iCAAiC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAjC,iCAAiC,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;kBAJ7C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,UAAU,EAAE;AACf,iBAAA;;AAcD;;;AAGG;MAQU,qBAAqB,CAAA;;AAgE9B,IAAA,WAAA,GAAA;;QA/CA,IAAA,CAAA,SAAS,GAAa,2BAA2B;;QAYjD,IAAA,CAAA,mBAAmB,GAAG,KAAK;;AA4B3B,QAAA,IAAA,CAAA,iBAAiB,GAA0D,IAAI,YAAY,EAAE;QAQzF,QAAQ,CAAC,oGAAoG,CAAC;IAClH;;AAIA,IAAA,UAAU,CAAC,MAAqB,EAAA;AAC5B,QAAA,IAAI,IAAI,CAAC,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,EAAE;YAC7D,MAAM,CAAC,cAAc,EAAE;AACvB,YAAA,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC;QACvC;IACJ;AAEA;;AAEG;AACI,IAAA,mBAAmB,CAAC,MAAW,EAAA;AAClC,QAAA,IAAI,IAAI,CAAC,SAAS,EAAE;AAChB,YAAA,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC;QACvC;IACJ;8GApFS,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,KAAA,EAAA,OAAA,EAAA,SAAA,EAAA,WAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,QAAA,EAAA,UAAA,EAAA,KAAA,EAAA,OAAA,EAAA,KAAA,EAAA,OAAA,EAAA,SAAA,EAAA,WAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,SAAA,EAAA,oBAAA,EAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EA4DhB,iCAAiC,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EC3GnD,miBAiBA,4CD4BcA,uBAAyB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,OAAA,EAAA,WAAA,EAAA,OAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,OAAA,EAAA,qBAAA,EAAA,cAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FAE1B,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACI,mBAAmB,EAAA,aAAA,EAEd,iBAAiB,CAAC,IAAI,EAAA,eAAA,EACpB,uBAAuB,CAAC,MAAM,EAAA,OAAA,EACtC,CAACA,uBAAyB,CAAC,EAAA,QAAA,EAAA,miBAAA,EAAA;;sBAQnC;;sBAMA;;sBAIA;;sBAQA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA;;sBAIA,YAAY;uBAAC,iCAAiC;;sBAS9C,YAAY;uBAAC,SAAS,EAAE,CAAC,QAAQ,CAAC;;;AEjHvC;;;AAGG;MAKU,0BAA0B,CAAA;8GAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,YAHzB,qBAAqB,EAAE,iCAAiC,CAAA,EAAA,OAAA,EAAA,CACxD,qBAAqB,EAAE,iCAAiC,CAAA,EAAA,CAAA,CAAA;AAEzD,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,YAHzB,qBAAqB,CAAA,EAAA,CAAA,CAAA;;2FAGtB,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAJtC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE,CAAC,qBAAqB,EAAE,iCAAiC,CAAC;AACnE,oBAAA,OAAO,EAAE,CAAC,qBAAqB,EAAE,iCAAiC;AACrE,iBAAA;;;ACVD;;AAEG;;;;"}
|
|
1
|
+
{"version":3,"file":"fundamental-ngx-platform-object-status.mjs","sources":["../tmp-esm2022/object-status/object-status.component.js","../tmp-esm2022/object-status/object-status.module.js","../tmp-esm2022/object-status/fundamental-ngx-platform-object-status.js"],"sourcesContent":["import { ENTER, SPACE } from '@angular/cdk/keycodes';\nimport { ChangeDetectionStrategy, Component, ContentChild, Directive, EventEmitter, HostListener, Input, Output, TemplateRef, ViewEncapsulation, inject } from '@angular/core';\nimport { KeyUtil, warnOnce } from '@fundamental-ngx/cdk/utils';\nimport { FD_DEFAULT_ICON_FONT_FAMILY } from '@fundamental-ngx/core/icon';\nimport { ObjectStatusComponent as CoreObjectStatusComponent } from '@fundamental-ngx/core/object-status';\nimport * as i0 from \"@angular/core\";\nexport class PlatformObjectStatusTextDirective {\n constructor() {\n /**\n * Template reference.\n */\n this.templateRef = inject(TemplateRef);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectStatusTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.1.4\", type: PlatformObjectStatusTextDirective, isStandalone: true, selector: \"[fdpObjectStatusText]\", ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectStatusTextDirective, decorators: [{\n type: Directive,\n args: [{\n selector: '[fdpObjectStatusText]',\n standalone: true\n }]\n }] });\n/**\n * @deprecated\n * Use `ObjectStatus` from `@fundamental-ngx/core/object-status` instead.\n */\nexport class ObjectStatusComponent {\n /** @hidden */\n constructor() {\n /** Glyph font family */\n this.glyphFont = FD_DEFAULT_ICON_FONT_FAMILY;\n /** Whether to use secondary set of indication colors. */\n this.secondaryIndication = false;\n /** Event sent when button is clicked */\n this.objectStatusClick = new EventEmitter();\n warnOnce('ObjectStatusComponent is deprecated. Use ObjectStatusComponent from @fundamental-ngx/core instead.');\n }\n /** @hidden */\n _onKeydown($event) {\n if (this.clickable && KeyUtil.isKeyCode($event, [ENTER, SPACE])) {\n $event.preventDefault();\n this.objectStatusClick.emit($event);\n }\n }\n /**\n * Handles button click\n */\n onObjectStatusClick($event) {\n if (this.clickable) {\n this.objectStatusClick.emit($event);\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: ObjectStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.4\", type: ObjectStatusComponent, isStandalone: true, selector: \"fdp-object-status\", inputs: { status: \"status\", glyph: \"glyph\", glyphFont: \"glyphFont\", indicationColor: \"indicationColor\", secondaryIndication: \"secondaryIndication\", clickable: \"clickable\", inverted: \"inverted\", large: \"large\", label: \"label\", ariaLabel: \"ariaLabel\", title: \"title\" }, outputs: { objectStatusClick: \"objectStatusClick\" }, host: { listeners: { \"keydown\": \"_onKeydown($event)\" } }, queries: [{ propertyName: \"_textDirective\", first: true, predicate: PlatformObjectStatusTextDirective, descendants: true }], ngImport: i0, template: \"<span\\n fd-object-status\\n [attr.role]=\\\"clickable ? 'button' : null\\\"\\n [status]=\\\"status\\\"\\n [glyph]=\\\"glyph\\\"\\n [glyphFont]=\\\"glyphFont\\\"\\n [indicationColor]=\\\"indicationColor\\\"\\n [clickable]=\\\"clickable\\\"\\n [inverted]=\\\"inverted\\\"\\n [large]=\\\"large\\\"\\n [attr.aria-label]=\\\"ariaLabel\\\"\\n [attr.title]=\\\"title ? title : label\\\"\\n (click)=\\\"onObjectStatusClick($event)\\\"\\n [label]=\\\"label\\\"\\n [secondaryIndication]=\\\"secondaryIndication\\\"\\n [textTemplate]=\\\"_textDirective?.templateRef\\\"\\n></span>\\n\", dependencies: [{ kind: \"component\", type: CoreObjectStatusComponent, selector: \"[fd-object-status]\", inputs: [\"class\", \"status\", \"glyph\", \"glyphFont\", \"label\", \"glyphAriaLabel\", \"indicationColor\", \"clickable\", \"inverted\", \"large\", \"secondaryIndication\", \"textTemplate\"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: ObjectStatusComponent, decorators: [{\n type: Component,\n args: [{ selector: 'fdp-object-status', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CoreObjectStatusComponent], template: \"<span\\n fd-object-status\\n [attr.role]=\\\"clickable ? 'button' : null\\\"\\n [status]=\\\"status\\\"\\n [glyph]=\\\"glyph\\\"\\n [glyphFont]=\\\"glyphFont\\\"\\n [indicationColor]=\\\"indicationColor\\\"\\n [clickable]=\\\"clickable\\\"\\n [inverted]=\\\"inverted\\\"\\n [large]=\\\"large\\\"\\n [attr.aria-label]=\\\"ariaLabel\\\"\\n [attr.title]=\\\"title ? title : label\\\"\\n (click)=\\\"onObjectStatusClick($event)\\\"\\n [label]=\\\"label\\\"\\n [secondaryIndication]=\\\"secondaryIndication\\\"\\n [textTemplate]=\\\"_textDirective?.templateRef\\\"\\n></span>\\n\" }]\n }], ctorParameters: () => [], propDecorators: { status: [{\n type: Input\n }], glyph: [{\n type: Input\n }], glyphFont: [{\n type: Input\n }], indicationColor: [{\n type: Input\n }], secondaryIndication: [{\n type: Input\n }], clickable: [{\n type: Input\n }], inverted: [{\n type: Input\n }], large: [{\n type: Input\n }], label: [{\n type: Input\n }], ariaLabel: [{\n type: Input\n }], title: [{\n type: Input\n }], objectStatusClick: [{\n type: Output\n }], _textDirective: [{\n type: ContentChild,\n args: [PlatformObjectStatusTextDirective]\n }], _onKeydown: [{\n type: HostListener,\n args: ['keydown', ['$event']]\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2JqZWN0LXN0YXR1cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1zdGF0dXMvb2JqZWN0LXN0YXR1cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1zdGF0dXMvb2JqZWN0LXN0YXR1cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3JELE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixTQUFTLEVBQ1QsWUFBWSxFQUNaLFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUNOLFdBQVcsRUFDWCxpQkFBaUIsRUFDakIsTUFBTSxFQUNULE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBZSxPQUFPLEVBQVksUUFBUSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDdEYsT0FBTyxFQUFFLDJCQUEyQixFQUFZLE1BQU0sNEJBQTRCLENBQUM7QUFDbkYsT0FBTyxFQUFFLHFCQUFxQixJQUFJLHlCQUF5QixFQUFnQixNQUFNLHFDQUFxQyxDQUFDOztBQU12SCxNQUFNLE9BQU8saUNBQWlDO0lBSjlDO1FBS0k7O1dBRUc7UUFDSCxnQkFBVyxHQUFHLE1BQU0sQ0FBQyxXQUFXLENBQUMsQ0FBQztLQUNyQzs4R0FMWSxpQ0FBaUM7a0dBQWpDLGlDQUFpQzs7MkZBQWpDLGlDQUFpQztrQkFKN0MsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsdUJBQXVCO29CQUNqQyxVQUFVLEVBQUUsSUFBSTtpQkFDbkI7O0FBY0Q7OztHQUdHO0FBUUgsTUFBTSxPQUFPLHFCQUFxQjtJQStEOUIsY0FBYztJQUNkO1FBakRBLHdCQUF3QjtRQUV4QixjQUFTLEdBQWEsMkJBQTJCLENBQUM7UUFVbEQseURBQXlEO1FBRXpELHdCQUFtQixHQUFHLEtBQUssQ0FBQztRQTBCNUIsd0NBQXdDO1FBRXhDLHNCQUFpQixHQUEwRCxJQUFJLFlBQVksRUFBRSxDQUFDO1FBUTFGLFFBQVEsQ0FBQyxvR0FBb0csQ0FBQyxDQUFDO0lBQ25ILENBQUM7SUFFRCxjQUFjO0lBRWQsVUFBVSxDQUFDLE1BQXFCO1FBQzVCLElBQUksSUFBSSxDQUFDLFNBQVMsSUFBSSxPQUFPLENBQUMsU0FBUyxDQUFDLE1BQU0sRUFBRSxDQUFDLEtBQUssRUFBRSxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUM7WUFDOUQsTUFBTSxDQUFDLGNBQWMsRUFBRSxDQUFDO1lBQ3hCLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDeEMsQ0FBQztJQUNMLENBQUM7SUFFRDs7T0FFRztJQUNJLG1CQUFtQixDQUFDLE1BQVc7UUFDbEMsSUFBSSxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7WUFDakIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN4QyxDQUFDO0lBQ0wsQ0FBQzs4R0FwRlEscUJBQXFCO2tHQUFyQixxQkFBcUIsb2ZBNERoQixpQ0FBaUMsZ0RDM0duRCxtaUJBaUJBLDRDRDRCYyx5QkFBeUI7OzJGQUUxQixxQkFBcUI7a0JBUGpDLFNBQVM7K0JBQ0ksbUJBQW1CLGlCQUVkLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sV0FDdEMsQ0FBQyx5QkFBeUIsQ0FBQzt3REFTcEMsTUFBTTtzQkFETCxLQUFLO2dCQU9OLEtBQUs7c0JBREosS0FBSztnQkFLTixTQUFTO3NCQURSLEtBQUs7Z0JBU04sZUFBZTtzQkFEZCxLQUFLO2dCQUtOLG1CQUFtQjtzQkFEbEIsS0FBSztnQkFLTixTQUFTO3NCQURSLEtBQUs7Z0JBS04sUUFBUTtzQkFEUCxLQUFLO2dCQUtOLEtBQUs7c0JBREosS0FBSztnQkFLTixLQUFLO3NCQURKLEtBQUs7Z0JBS04sU0FBUztzQkFEUixLQUFLO2dCQUtOLEtBQUs7c0JBREosS0FBSztnQkFLTixpQkFBaUI7c0JBRGhCLE1BQU07Z0JBS1AsY0FBYztzQkFEYixZQUFZO3VCQUFDLGlDQUFpQztnQkFVL0MsVUFBVTtzQkFEVCxZQUFZO3VCQUFDLFNBQVMsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVOVEVSLCBTUEFDRSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9rZXljb2Rlcyc7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBDb250ZW50Q2hpbGQsXG4gICAgRGlyZWN0aXZlLFxuICAgIEV2ZW50RW1pdHRlcixcbiAgICBIb3N0TGlzdGVuZXIsXG4gICAgSW5wdXQsXG4gICAgT3V0cHV0LFxuICAgIFRlbXBsYXRlUmVmLFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxuICAgIGluamVjdFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQ29sb3JBY2NlbnQsIEtleVV0aWwsIE51bGxhYmxlLCB3YXJuT25jZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY2RrL3V0aWxzJztcbmltcG9ydCB7IEZEX0RFRkFVTFRfSUNPTl9GT05UX0ZBTUlMWSwgSWNvbkZvbnQgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvaWNvbic7XG5pbXBvcnQgeyBPYmplY3RTdGF0dXNDb21wb25lbnQgYXMgQ29yZU9iamVjdFN0YXR1c0NvbXBvbmVudCwgT2JqZWN0U3RhdHVzIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jb3JlL29iamVjdC1zdGF0dXMnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1tmZHBPYmplY3RTdGF0dXNUZXh0XScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBQbGF0Zm9ybU9iamVjdFN0YXR1c1RleHREaXJlY3RpdmUge1xuICAgIC8qKlxuICAgICAqIFRlbXBsYXRlIHJlZmVyZW5jZS5cbiAgICAgKi9cbiAgICB0ZW1wbGF0ZVJlZiA9IGluamVjdChUZW1wbGF0ZVJlZik7XG59XG5cbi8qKlxuICogQGRlcHJlY2F0ZWRcbiAqIFVzZSBgQ29sb3JBY2NlbnRgIGZyb20gYEBmdW5kYW1lbnRhbC1uZ3gvY2RrL3V0aWxzYCBpbnN0ZWFkLlxuICovXG5leHBvcnQgdHlwZSBJbmRpY2F0aW9uQ29sb3JUeXBlID0gQ29sb3JBY2NlbnQ7XG5cbi8qKlxuICogQGRlcHJlY2F0ZWRcbiAqIFVzZSBgT2JqZWN0U3RhdHVzYCBmcm9tIGBAZnVuZGFtZW50YWwtbmd4L2NvcmUvb2JqZWN0LXN0YXR1c2AgaW5zdGVhZC5cbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdmZHAtb2JqZWN0LXN0YXR1cycsXG4gICAgdGVtcGxhdGVVcmw6ICcuL29iamVjdC1zdGF0dXMuY29tcG9uZW50Lmh0bWwnLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaW1wb3J0czogW0NvcmVPYmplY3RTdGF0dXNDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIE9iamVjdFN0YXR1c0NvbXBvbmVudCB7XG4gICAgLyoqXG4gICAgICogVGhlIHN0YXR1cyByZXByZXNlbnRlZCBieSB0aGUgT2JqZWN0IFN0YXR1cy5cbiAgICAgKiBDYW4gYmUgb25lIG9mIHRoZSBmb2xsb3dpbmc6ICduZWdhdGl2ZScgfCAnY3JpdGljYWwnIHwgJ3Bvc2l0aXZlJyB8ICdpbmZvcm1hdGl2ZSdcbiAgICAgKiBGb3IgZGVmYXVsdCBPYmplY3QgU3RhdHVzIG9taXQgdGhpcyBwcm9wZXJ0eVxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgc3RhdHVzOiBOdWxsYWJsZTxPYmplY3RTdGF0dXM+O1xuXG4gICAgLyoqXG4gICAgICogR2x5cGggKGljb24pIG9mIHRoZSBPYmplY3QgU3RhdHVzLlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgZ2x5cGg6IE51bGxhYmxlPHN0cmluZz47XG5cbiAgICAvKiogR2x5cGggZm9udCBmYW1pbHkgKi9cbiAgICBASW5wdXQoKVxuICAgIGdseXBoRm9udDogSWNvbkZvbnQgPSBGRF9ERUZBVUxUX0lDT05fRk9OVF9GQU1JTFk7XG5cbiAgICAvKipcbiAgICAgKiBBIG51bWJlciByZXByZXNlbnRpbmcgdGhlIGluZGljYXRpb24gY29sb3IuXG4gICAgICogRm9yIG5vbi1pbnZlcnRlZCBzdGF0ZSBhdmFpbGFibGUgbnVtYmVycyBhcmUgZnJvbSAxIHRvIDguXG4gICAgICogRm9yIGludmVydGVkIHN0YXRlIGF2YWlsYWJsZSBudW1iZXJzIGFyZSBmcm9tIDEgdG8gMTAuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBpbmRpY2F0aW9uQ29sb3I6IENvbG9yQWNjZW50O1xuXG4gICAgLyoqIFdoZXRoZXIgdG8gdXNlIHNlY29uZGFyeSBzZXQgb2YgaW5kaWNhdGlvbiBjb2xvcnMuICovXG4gICAgQElucHV0KClcbiAgICBzZWNvbmRhcnlJbmRpY2F0aW9uID0gZmFsc2U7XG5cbiAgICAvKiogV2hldGhlciB0aGUgT2JqZWN0IFN0YXR1cyBpcyBjbGlja2FibGUuICovXG4gICAgQElucHV0KClcbiAgICBjbGlja2FibGU6IGJvb2xlYW47XG5cbiAgICAvKiogV2hldGhlciB0aGUgT2JqZWN0IFN0YXR1cyBpcyBpbnZlcnRlZC4gKi9cbiAgICBASW5wdXQoKVxuICAgIGludmVydGVkOiBib29sZWFuO1xuXG4gICAgLyoqIFdoZXRoZXIgdGhlIE9iamVjdCBTdGF0dXMgaXMgaW4gTGFyZ2UgRGVzaWduLiAqL1xuICAgIEBJbnB1dCgpXG4gICAgbGFyZ2U6IGJvb2xlYW47XG5cbiAgICAvKiogU2V0cyBjb250cm9sIGxhYmVsIGF0dHJpYnV0ZSB2YWx1ZSAqL1xuICAgIEBJbnB1dCgpXG4gICAgbGFiZWw6IE51bGxhYmxlPHN0cmluZz47XG5cbiAgICAvKiogU2V0cyBjb250cm9sIGFyaWEtbGFiZWwgYXR0cmlidXRlIHZhbHVlICovXG4gICAgQElucHV0KClcbiAgICBhcmlhTGFiZWw6IE51bGxhYmxlPHN0cmluZz47XG5cbiAgICAvKiogU2V0cyBjb250cm9sIGFyaWEtdGl0bGUgdG8gYSBzdHJpbmcgYXR0cmlidXRlIHZhbHVlICovXG4gICAgQElucHV0KClcbiAgICB0aXRsZTogc3RyaW5nO1xuXG4gICAgLyoqIEV2ZW50IHNlbnQgd2hlbiBidXR0b24gaXMgY2xpY2tlZCAqL1xuICAgIEBPdXRwdXQoKVxuICAgIG9iamVjdFN0YXR1c0NsaWNrOiBFdmVudEVtaXR0ZXI8TW91c2VFdmVudCB8IEtleWJvYXJkRXZlbnQgfCBUb3VjaEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgQENvbnRlbnRDaGlsZChQbGF0Zm9ybU9iamVjdFN0YXR1c1RleHREaXJlY3RpdmUpXG4gICAgX3RleHREaXJlY3RpdmU6IE51bGxhYmxlPFBsYXRmb3JtT2JqZWN0U3RhdHVzVGV4dERpcmVjdGl2ZT47XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICB3YXJuT25jZSgnT2JqZWN0U3RhdHVzQ29tcG9uZW50IGlzIGRlcHJlY2F0ZWQuIFVzZSBPYmplY3RTdGF0dXNDb21wb25lbnQgZnJvbSBAZnVuZGFtZW50YWwtbmd4L2NvcmUgaW5zdGVhZC4nKTtcbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIEBIb3N0TGlzdGVuZXIoJ2tleWRvd24nLCBbJyRldmVudCddKVxuICAgIF9vbktleWRvd24oJGV2ZW50OiBLZXlib2FyZEV2ZW50KTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmNsaWNrYWJsZSAmJiBLZXlVdGlsLmlzS2V5Q29kZSgkZXZlbnQsIFtFTlRFUiwgU1BBQ0VdKSkge1xuICAgICAgICAgICAgJGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICB0aGlzLm9iamVjdFN0YXR1c0NsaWNrLmVtaXQoJGV2ZW50KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8qKlxuICAgICAqICBIYW5kbGVzIGJ1dHRvbiBjbGlja1xuICAgICAqL1xuICAgIHB1YmxpYyBvbk9iamVjdFN0YXR1c0NsaWNrKCRldmVudDogYW55KTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmNsaWNrYWJsZSkge1xuICAgICAgICAgICAgdGhpcy5vYmplY3RTdGF0dXNDbGljay5lbWl0KCRldmVudCk7XG4gICAgICAgIH1cbiAgICB9XG59XG4iLCI8c3BhblxuICAgIGZkLW9iamVjdC1zdGF0dXNcbiAgICBbYXR0ci5yb2xlXT1cImNsaWNrYWJsZSA/ICdidXR0b24nIDogbnVsbFwiXG4gICAgW3N0YXR1c109XCJzdGF0dXNcIlxuICAgIFtnbHlwaF09XCJnbHlwaFwiXG4gICAgW2dseXBoRm9udF09XCJnbHlwaEZvbnRcIlxuICAgIFtpbmRpY2F0aW9uQ29sb3JdPVwiaW5kaWNhdGlvbkNvbG9yXCJcbiAgICBbY2xpY2thYmxlXT1cImNsaWNrYWJsZVwiXG4gICAgW2ludmVydGVkXT1cImludmVydGVkXCJcbiAgICBbbGFyZ2VdPVwibGFyZ2VcIlxuICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYXJpYUxhYmVsXCJcbiAgICBbYXR0ci50aXRsZV09XCJ0aXRsZSA/IHRpdGxlIDogbGFiZWxcIlxuICAgIChjbGljayk9XCJvbk9iamVjdFN0YXR1c0NsaWNrKCRldmVudClcIlxuICAgIFtsYWJlbF09XCJsYWJlbFwiXG4gICAgW3NlY29uZGFyeUluZGljYXRpb25dPVwic2Vjb25kYXJ5SW5kaWNhdGlvblwiXG4gICAgW3RleHRUZW1wbGF0ZV09XCJfdGV4dERpcmVjdGl2ZT8udGVtcGxhdGVSZWZcIlxuPjwvc3Bhbj5cbiJdfQ==","import { NgModule } from '@angular/core';\nimport { ObjectStatusComponent, PlatformObjectStatusTextDirective } from './object-status.component';\nimport * as i0 from \"@angular/core\";\n/**\n * @deprecated\n * Use `ObjectStatusComponent` import instead.\n */\nexport class PlatformObjectStatusModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectStatusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectStatusModule, imports: [ObjectStatusComponent, PlatformObjectStatusTextDirective], exports: [ObjectStatusComponent, PlatformObjectStatusTextDirective] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectStatusModule, imports: [ObjectStatusComponent] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: PlatformObjectStatusModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [ObjectStatusComponent, PlatformObjectStatusTextDirective],\n exports: [ObjectStatusComponent, PlatformObjectStatusTextDirective]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2JqZWN0LXN0YXR1cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1zdGF0dXMvb2JqZWN0LXN0YXR1cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFFckc7OztHQUdHO0FBS0gsTUFBTSxPQUFPLDBCQUEwQjs4R0FBMUIsMEJBQTBCOytHQUExQiwwQkFBMEIsWUFIekIscUJBQXFCLEVBQUUsaUNBQWlDLGFBQ3hELHFCQUFxQixFQUFFLGlDQUFpQzsrR0FFekQsMEJBQTBCLFlBSHpCLHFCQUFxQjs7MkZBR3RCLDBCQUEwQjtrQkFKdEMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSxpQ0FBaUMsQ0FBQztvQkFDbkUsT0FBTyxFQUFFLENBQUMscUJBQXFCLEVBQUUsaUNBQWlDLENBQUM7aUJBQ3RFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9iamVjdFN0YXR1c0NvbXBvbmVudCwgUGxhdGZvcm1PYmplY3RTdGF0dXNUZXh0RGlyZWN0aXZlIH0gZnJvbSAnLi9vYmplY3Qtc3RhdHVzLmNvbXBvbmVudCc7XG5cbi8qKlxuICogQGRlcHJlY2F0ZWRcbiAqIFVzZSBgT2JqZWN0U3RhdHVzQ29tcG9uZW50YCBpbXBvcnQgaW5zdGVhZC5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbT2JqZWN0U3RhdHVzQ29tcG9uZW50LCBQbGF0Zm9ybU9iamVjdFN0YXR1c1RleHREaXJlY3RpdmVdLFxuICAgIGV4cG9ydHM6IFtPYmplY3RTdGF0dXNDb21wb25lbnQsIFBsYXRmb3JtT2JqZWN0U3RhdHVzVGV4dERpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgUGxhdGZvcm1PYmplY3RTdGF0dXNNb2R1bGUge31cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLW9iamVjdC1zdGF0dXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3BsYXRmb3JtL29iamVjdC1zdGF0dXMvZnVuZGFtZW50YWwtbmd4LXBsYXRmb3JtLW9iamVjdC1zdGF0dXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":["CoreObjectStatusComponent"],"mappings":"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"}
|
|
@@ -30,12 +30,12 @@ class PlatformFooterComponent {
|
|
|
30
30
|
this.size = 'xl';
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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()" } }, 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
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformFooterComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
|
-
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(width
|
|
38
|
+
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"] }]
|
|
39
39
|
}], ctorParameters: () => [], propDecorators: { logo: [{
|
|
40
40
|
type: Input
|
|
41
41
|
}], content: [{
|
|
@@ -50,11 +50,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
50
50
|
* Use direct imports of components and directives.
|
|
51
51
|
*/
|
|
52
52
|
class PlatformPageFooterModule {
|
|
53
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
54
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
55
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
53
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformPageFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
54
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PlatformPageFooterModule, imports: [PlatformFooterComponent], exports: [PlatformFooterComponent] }); }
|
|
55
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformPageFooterModule }); }
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformPageFooterModule, decorators: [{
|
|
58
58
|
type: NgModule,
|
|
59
59
|
args: [{
|
|
60
60
|
imports: [PlatformFooterComponent],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fundamental-ngx-platform-page-footer.mjs","sources":["../../../../libs/platform/page-footer/page-footer.component.ts","../../../../libs/platform/page-footer/page-footer.component.html","../../../../libs/platform/page-footer/page-footer.module.ts","../../../../libs/platform/page-footer/fundamental-ngx-platform-page-footer.ts"],"sourcesContent":["import { NgTemplateOutlet } from '@angular/common';\nimport { Component, HostListener, Input, TemplateRef, ViewEncapsulation } from '@angular/core';\nimport { warnOnce } from '@fundamental-ngx/cdk/utils';\n\nexport type footerSize = 'sm' | 'md' | 'lg' | 'xl';\n\n/**\n * @deprecated\n * PlatformFooter component is deprecated since version 0.40.0\n */\n@Component({\n selector: 'fdp-page-footer',\n templateUrl: './page-footer.component.html',\n styleUrl: './page-footer.component.scss',\n encapsulation: ViewEncapsulation.None,\n imports: [NgTemplateOutlet]\n})\nexport class PlatformFooterComponent {\n /** logo template accpets the generic html */\n @Input()\n logo: TemplateRef<any>;\n /** content template accpets the generic html */\n @Input()\n content: TemplateRef<any>;\n\n /** defines the padding and size of the footer based on screen */\n size: footerSize = 'xl';\n\n /** @hidden */\n public screenWidth: any;\n /** @hidden */\n public screenHeight: any;\n\n /** @hidden */\n constructor() {\n warnOnce('PlatformFooterComponent component is deprecated since version 0.40.0');\n }\n\n /** @hidden */\n @HostListener('window:resize')\n onResize(): void {\n this.screenWidth = window.innerWidth;\n if (this.screenWidth > 0 && this.screenWidth <= 360) {\n this.size = 'sm';\n } else if (this.screenWidth > 361 && this.screenWidth <= 768) {\n this.size = 'md';\n } else if (this.screenWidth > 769 && this.screenWidth <= 1024) {\n this.size = 'lg';\n } else {\n this.size = 'xl';\n }\n }\n}\n","<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","import { NgModule } from '@angular/core';\n\nimport { PlatformFooterComponent } from './page-footer.component';\n\n/**\n * @deprecated\n * Use direct imports of components and directives.\n */\n@NgModule({\n imports: [PlatformFooterComponent],\n exports: [PlatformFooterComponent]\n})\nexport class PlatformPageFooterModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAMA;;;AAGG;MAQU,uBAAuB,CAAA;;AAiBhC,IAAA,WAAA,GAAA;;QARA,IAAA,CAAA,IAAI,GAAe,IAAI;QASnB,QAAQ,CAAC,sEAAsE,CAAC;IACpF;;IAIA,QAAQ,GAAA;AACJ,QAAA,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC,UAAU;AACpC,QAAA,IAAI,IAAI,CAAC,WAAW,GAAG,CAAC,IAAI,IAAI,CAAC,WAAW,IAAI,GAAG,EAAE;AACjD,YAAA,IAAI,CAAC,IAAI,GAAG,IAAI;QACpB;AAAO,aAAA,IAAI,IAAI,CAAC,WAAW,GAAG,GAAG,IAAI,IAAI,CAAC,WAAW,IAAI,GAAG,EAAE;AAC1D,YAAA,IAAI,CAAC,IAAI,GAAG,IAAI;QACpB;AAAO,aAAA,IAAI,IAAI,CAAC,WAAW,GAAG,GAAG,IAAI,IAAI,CAAC,WAAW,IAAI,IAAI,EAAE;AAC3D,YAAA,IAAI,CAAC,IAAI,GAAG,IAAI;QACpB;aAAO;AACH,YAAA,IAAI,CAAC,IAAI,GAAG,IAAI;QACpB;IACJ;8GAlCS,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAvB,uBAAuB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,eAAA,EAAA,YAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECjBpC,+eAcA,EAAA,MAAA,EAAA,CAAA,0yIAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDCc,gBAAgB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FAEjB,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAPnC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,iBAAiB,iBAGZ,iBAAiB,CAAC,IAAI,EAAA,OAAA,EAC5B,CAAC,gBAAgB,CAAC,EAAA,QAAA,EAAA,+eAAA,EAAA,MAAA,EAAA,CAAA,0yIAAA,CAAA,EAAA;;sBAI1B;;sBAGA;;sBAiBA,YAAY;uBAAC,eAAe;;;AEnCjC;;;AAGG;MAKU,wBAAwB,CAAA;8GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;+GAAxB,wBAAwB,EAAA,OAAA,EAAA,CAHvB,uBAAuB,CAAA,EAAA,OAAA,EAAA,CACvB,uBAAuB,CAAA,EAAA,CAAA,CAAA;+GAExB,wBAAwB,EAAA,CAAA,CAAA;;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAJpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,uBAAuB,CAAC;oBAClC,OAAO,EAAE,CAAC,uBAAuB;AACpC,iBAAA;;;ACXD;;AAEG;;;;"}
|
|
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\";\n/**\n * @deprecated\n * Use direct imports of components and directives.\n */\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1mb290ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS9wYWdlLWZvb3Rlci9wYWdlLWZvb3Rlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFFbEU7OztHQUdHO0FBS0gsTUFBTSxPQUFPLHdCQUF3Qjs4R0FBeEIsd0JBQXdCOytHQUF4Qix3QkFBd0IsWUFIdkIsdUJBQXVCLGFBQ3ZCLHVCQUF1QjsrR0FFeEIsd0JBQXdCOzsyRkFBeEIsd0JBQXdCO2tCQUpwQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLHVCQUF1QixDQUFDO29CQUNsQyxPQUFPLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztpQkFDckMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBQbGF0Zm9ybUZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vcGFnZS1mb290ZXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZFxuICogVXNlIGRpcmVjdCBpbXBvcnRzIG9mIGNvbXBvbmVudHMgYW5kIGRpcmVjdGl2ZXMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1BsYXRmb3JtRm9vdGVyQ29tcG9uZW50XSxcbiAgICBleHBvcnRzOiBbUGxhdGZvcm1Gb290ZXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFBsYXRmb3JtUGFnZUZvb3Rlck1vZHVsZSB7fVxuIl19","/**\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,15 +1,16 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { ChangeDetectionStrategy, ViewEncapsulation, Component, Input, HostBinding,
|
|
3
|
-
import
|
|
2
|
+
import { ChangeDetectionStrategy, ViewEncapsulation, Component, Input, HostBinding, Injectable, EventEmitter, ViewChild, ContentChild, Output, NgModule } from '@angular/core';
|
|
3
|
+
import * as i1 from '@fundamental-ngx/platform/shared';
|
|
4
|
+
import { BaseComponent } from '@fundamental-ngx/platform/shared';
|
|
4
5
|
import * as i2 from '@fundamental-ngx/core/content-density';
|
|
5
6
|
import { ContentDensityDirective, contentDensityObserverProviders, defaultContentDensityObserverConfigs, ContentDensityModule } from '@fundamental-ngx/core/content-density';
|
|
6
7
|
import { PanelComponent as PanelComponent$1, PanelTitleDirective, PanelContentDirective } from '@fundamental-ngx/core/panel';
|
|
7
8
|
|
|
8
9
|
class PanelActionsComponent {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: PanelActionsComponent, isStandalone: true, selector: "fdp-panel-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["fdp-panel-actions>*{margin-left:.5rem}[dir=rtl] fdp-panel-actions>*{margin-left:0;margin-right:.5rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
11
12
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelActionsComponent, decorators: [{
|
|
13
14
|
type: Component,
|
|
14
15
|
args: [{ selector: 'fdp-panel-actions', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, styles: ["fdp-panel-actions>*{margin-left:.5rem}[dir=rtl] fdp-panel-actions>*{margin-left:0;margin-right:.5rem}\n"] }]
|
|
15
16
|
}] });
|
|
@@ -20,10 +21,10 @@ class PanelContentComponent {
|
|
|
20
21
|
/** Id of the host element. */
|
|
21
22
|
this.id = 'fdp-panel-content-' + platformPanelContentUniqueId++;
|
|
22
23
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
24
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: PanelContentComponent, isStandalone: true, selector: "fdp-panel-content", inputs: { contentHeight: "contentHeight", id: "id" }, host: { properties: { "attr.id": "this.id" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [":host{display:block;overflow:auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
25
26
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelContentComponent, decorators: [{
|
|
27
28
|
type: Component,
|
|
28
29
|
args: [{ selector: 'fdp-panel-content', template: `<ng-content></ng-content>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, styles: [":host{display:block;overflow:auto}\n"] }]
|
|
29
30
|
}], propDecorators: { contentHeight: [{
|
|
@@ -40,7 +41,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
|
|
|
40
41
|
*/
|
|
41
42
|
class PanelConfig {
|
|
42
43
|
/** @hidden */
|
|
43
|
-
constructor() {
|
|
44
|
+
constructor(platformConfig) {
|
|
44
45
|
/**
|
|
45
46
|
* ARIA label for button when the Panel is collapsed
|
|
46
47
|
*/
|
|
@@ -49,23 +50,22 @@ class PanelConfig {
|
|
|
49
50
|
* ARIA label for button when the Panel is expanded
|
|
50
51
|
*/
|
|
51
52
|
this.collapseLabel = 'Collapse Panel';
|
|
52
|
-
|
|
53
|
-
this.contentDensity = platformConfig?.contentDensity;
|
|
53
|
+
this.contentDensity = platformConfig.contentDensity;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Create Provider factory function
|
|
57
57
|
*/
|
|
58
58
|
static createProviderFactory(obj) {
|
|
59
|
-
const useFactory = () => Object.assign(new PanelConfig(), obj);
|
|
59
|
+
const useFactory = (platformConfig) => Object.assign(new PanelConfig(platformConfig), obj);
|
|
60
60
|
return useFactory;
|
|
61
61
|
}
|
|
62
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
63
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
62
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelConfig, deps: [{ token: i1.PlatformConfig }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
63
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelConfig, providedIn: 'root' }); }
|
|
64
64
|
}
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelConfig, decorators: [{
|
|
66
66
|
type: Injectable,
|
|
67
67
|
args: [{ providedIn: 'root' }]
|
|
68
|
-
}], ctorParameters: () => [] });
|
|
68
|
+
}], ctorParameters: () => [{ type: i1.PlatformConfig }] });
|
|
69
69
|
|
|
70
70
|
/** Panel change event instance */
|
|
71
71
|
class PanelExpandChangeEvent {
|
|
@@ -106,12 +106,18 @@ class PanelComponent extends BaseComponent {
|
|
|
106
106
|
* Whether the Panel is expandable
|
|
107
107
|
*/
|
|
108
108
|
this.expandable = true;
|
|
109
|
+
/**
|
|
110
|
+
* ARIA label for button when the Panel is collapsed
|
|
111
|
+
*/
|
|
112
|
+
this.expandLabel = this._panelConfig.expandLabel;
|
|
113
|
+
/**
|
|
114
|
+
* ARIA label for button when the Panel is expanded
|
|
115
|
+
*/
|
|
116
|
+
this.collapseLabel = this._panelConfig.collapseLabel;
|
|
109
117
|
/** Output event triggered when the Expand button is clicked */
|
|
110
118
|
this.panelExpandChange = new EventEmitter();
|
|
111
119
|
/** @hidden id of the title element */
|
|
112
120
|
this._titleId = 'fdp-panel-title-' + platformPanelTitleUniqueId++;
|
|
113
|
-
this.expandLabel = this._panelConfig.expandLabel;
|
|
114
|
-
this.collapseLabel = this._panelConfig.collapseLabel;
|
|
115
121
|
}
|
|
116
122
|
/** @hidden */
|
|
117
123
|
ngOnInit() {
|
|
@@ -137,8 +143,8 @@ class PanelComponent extends BaseComponent {
|
|
|
137
143
|
_calculateExpandAriaLabel() {
|
|
138
144
|
this._expandAriaLabel = this.expanded ? this.collapseLabel : this.expandLabel;
|
|
139
145
|
}
|
|
140
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
141
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
146
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelComponent, deps: [{ token: PanelConfig }, { token: i2.ContentDensityObserver }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
147
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: PanelComponent, isStandalone: true, selector: "fdp-panel", inputs: { title: "title", expanded: "expanded", expandable: "expandable", expandLabel: "expandLabel", collapseLabel: "collapseLabel" }, outputs: { panelExpandChange: "panelExpandChange" }, providers: [
|
|
142
148
|
contentDensityObserverProviders({
|
|
143
149
|
defaultContentDensity: {
|
|
144
150
|
useFactory: (panelConfig) => panelConfig.contentDensity || defaultContentDensityObserverConfigs.defaultContentDensity,
|
|
@@ -147,7 +153,7 @@ class PanelComponent extends BaseComponent {
|
|
|
147
153
|
})
|
|
148
154
|
], queries: [{ propertyName: "_panelContentComponent", first: true, predicate: PanelContentComponent, descendants: true }], viewQueries: [{ propertyName: "_panelTitleDirective", first: true, predicate: PanelTitleDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<fd-panel\n [fdContentDensity]=\"contentDensityObserver.value\"\n [expanded]=\"expanded\"\n [fixed]=\"!expandable\"\n [expandAriaLabel]=\"_expandAriaLabel\"\n [expandAriaLabelledBy]=\"_titleId\"\n [attr.aria-disabled]=\"disabled\"\n (expandedChange)=\"onExpandedChange($event)\"\n>\n <h5 [id]=\"_titleId\" fd-panel-title>{{ title }}</h5>\n\n <ng-content select=\"fdp-panel-actions\"></ng-content>\n\n <div\n fd-panel-content\n [id]=\"_panelContentComponent?.id\"\n [height]=\"_panelContentComponent?.contentHeight || null\"\n [ariaLabelledBy]=\"_panelTitleDirective?.id || null\"\n >\n <ng-content select=\"fdp-panel-content\"></ng-content>\n </div>\n</fd-panel>\n", dependencies: [{ kind: "component", type: PanelComponent$1, selector: "fd-panel", inputs: ["class", "fixed", "id", "expandId", "expandAriaLabel", "expandAriaLabelledBy", "expanded", "transparent", "noRadius"], outputs: ["expandedChange"] }, { kind: "directive", type: ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "directive", type: PanelTitleDirective, selector: "[fd-panel-title]", inputs: ["id"] }, { kind: "directive", type: PanelContentDirective, selector: "[fd-panel-content]", inputs: ["height", "minHeight", "maxHeight", "ariaLabel", "ariaLabelledBy", "role", "noPadding", "transparent", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
149
155
|
}
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PanelComponent, decorators: [{
|
|
151
157
|
type: Component,
|
|
152
158
|
args: [{ selector: 'fdp-panel', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
153
159
|
contentDensityObserverProviders({
|
|
@@ -183,11 +189,11 @@ const components = [PanelComponent, PanelContentComponent, PanelActionsComponent
|
|
|
183
189
|
* Use direct imports of components and directives.
|
|
184
190
|
*/
|
|
185
191
|
class PlatformPanelModule {
|
|
186
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
187
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
188
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
193
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PlatformPanelModule, imports: [PanelComponent, PanelContentComponent, PanelActionsComponent, ContentDensityModule], exports: [PanelComponent, PanelContentComponent, PanelActionsComponent, ContentDensityModule] }); }
|
|
194
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformPanelModule, imports: [PanelComponent, ContentDensityModule, ContentDensityModule] }); }
|
|
189
195
|
}
|
|
190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformPanelModule, decorators: [{
|
|
191
197
|
type: NgModule,
|
|
192
198
|
args: [{
|
|
193
199
|
imports: [...components],
|