@tilde-nlp/ngx-common 5.0.2 → 5.0.4
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/esm2022/lib/close-button/close-button.component.mjs +37 -18
- package/esm2022/lib/close-button/close-button.module.mjs +25 -24
- package/esm2022/lib/company-product/company-product.component.mjs +25 -11
- package/esm2022/lib/company-product/company-product.module.mjs +17 -16
- package/esm2022/lib/confirmation-modal/confirmation-modal.component.mjs +63 -10
- package/esm2022/lib/confirmation-modal/confirmation-modal.module.mjs +13 -12
- package/esm2022/lib/confirmation-modal/services/confirmation.service.mjs +9 -9
- package/esm2022/lib/directives/click-outside/click-outside.directive.mjs +17 -15
- package/esm2022/lib/directives/click-outside/click-outside.module.mjs +19 -18
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.directive.mjs +28 -24
- package/esm2022/lib/directives/drag-and-drop/drag-and-drop.module.mjs +19 -18
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.directive.mjs +12 -12
- package/esm2022/lib/directives/mat-button-loading/mat-button-loading.module.mjs +15 -14
- package/esm2022/lib/extension-dialog/components/open-extension-dialog/open-extension-dialog.component.mjs +19 -9
- package/esm2022/lib/extension-dialog/extension-dialog.component.mjs +99 -10
- package/esm2022/lib/extension-dialog/extension-dialog.module.mjs +33 -32
- package/esm2022/lib/extension-dialog/services/extension-dialog.service.mjs +9 -9
- package/esm2022/lib/file-upload/file-upload.component.mjs +83 -33
- package/esm2022/lib/file-upload/file-upload.module.mjs +27 -26
- package/esm2022/lib/filter-bar/filter-bar.component.mjs +187 -20
- package/esm2022/lib/filter-bar/filter-bar.module.mjs +43 -42
- package/esm2022/lib/filter-bar/models/filter-bar-settings.model.mjs +1 -1
- package/esm2022/lib/footer/footer.component.mjs +121 -15
- package/esm2022/lib/footer/footer.module.mjs +23 -22
- package/esm2022/lib/inline-message/inline-message.component.mjs +59 -11
- package/esm2022/lib/inline-message/inline-message.module.mjs +23 -22
- package/esm2022/lib/multi-functional-table/models/filter-config.model.mjs +1 -1
- package/esm2022/lib/multi-functional-table/multi-functional-table.component.mjs +248 -44
- package/esm2022/lib/multi-functional-table/multi-functional-table.module.mjs +43 -42
- package/esm2022/lib/notification-message/notification-message.component.mjs +130 -17
- package/esm2022/lib/notification-message/notification-message.module.mjs +29 -28
- package/esm2022/lib/open-close-button/open-close-button.component.mjs +68 -25
- package/esm2022/lib/open-close-button/open-close-button.module.mjs +13 -12
- package/esm2022/lib/pipes/date-ago/date-ago.module.mjs +21 -20
- package/esm2022/lib/pipes/date-ago/date-ago.pipe.mjs +15 -15
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.module.mjs +19 -18
- package/esm2022/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.mjs +9 -9
- package/esm2022/lib/pipes/index.mjs +2 -1
- package/esm2022/lib/pipes/language-translate/language-translate.module.mjs +13 -12
- package/esm2022/lib/pipes/language-translate/language-translate.pipe.mjs +10 -10
- package/esm2022/lib/pipes/object-length/index.mjs +3 -0
- package/esm2022/lib/pipes/object-length/object-length.module.mjs +19 -0
- package/esm2022/lib/pipes/object-length/object-length.pipe.mjs +23 -0
- package/esm2022/lib/pipes/sort-translations/sort-translations.module.mjs +17 -16
- package/esm2022/lib/pipes/sort-translations/sort-translations.pipe.mjs +9 -9
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.module.mjs +13 -12
- package/esm2022/lib/pipes/sort-translations-by-property/sort-translations-by-property.pipe.mjs +9 -9
- package/esm2022/lib/plausible/plausible-event.directive.mjs +16 -14
- package/esm2022/lib/plausible/plausible.module.mjs +19 -18
- package/esm2022/lib/services/alert/alert.service.mjs +12 -12
- package/esm2022/lib/services/dom/dom.service.mjs +9 -9
- package/esm2022/lib/services/icon/icon.service.mjs +9 -9
- package/esm2022/lib/services/language-translate/language-translate.service.mjs +9 -9
- package/esm2022/lib/services/notification/notification.service.mjs +9 -9
- package/esm2022/lib/services/system/system.service.mjs +12 -12
- package/esm2022/lib/status-display/status-display.component.mjs +55 -10
- package/esm2022/lib/status-display/status-display.module.mjs +13 -12
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.mjs +196 -25
- package/esm2022/lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.mjs +107 -14
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection-dialog/terminology-create-collection-dialog.component.mjs +71 -10
- package/esm2022/lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.mjs +29 -13
- package/esm2022/lib/terminology/components/terminology-panel/terminology-panel.component.mjs +83 -14
- package/esm2022/lib/terminology/config/services/terminology-config/terminology-config.service.mjs +27 -25
- package/esm2022/lib/terminology/factories/terminology-api.factory.mjs +4 -4
- package/esm2022/lib/terminology/factories/terminology-system.factory.mjs +4 -4
- package/esm2022/lib/terminology/models/active-data.model.mjs +1 -1
- package/esm2022/lib/terminology/models/system.model.mjs +1 -1
- package/esm2022/lib/terminology/services/engine-term-api/engine-term-api.service.mjs +9 -9
- package/esm2022/lib/terminology/services/system-api-v1/system-api-v1.service.mjs +9 -9
- package/esm2022/lib/terminology/services/system-api-v2/system-api-v2.service.mjs +9 -9
- package/esm2022/lib/terminology/services/terminology/terminology.service.mjs +15 -13
- package/esm2022/lib/terminology/services/terminology-api-v1/terminology-api-v1.service.mjs +9 -9
- package/esm2022/lib/terminology/services/terminology-api-v2/terminology-api-v2.service.mjs +9 -9
- package/esm2022/lib/terminology/services/terminology-collection/terminology-collection.service.mjs +9 -9
- package/esm2022/lib/terminology/terminology.component.mjs +109 -22
- package/esm2022/lib/terminology/terminology.module.mjs +73 -72
- package/esm2022/lib/text-to-speech/index.mjs +2 -0
- package/esm2022/lib/text-to-speech/services/text-play.service.mjs +22 -0
- package/esm2022/lib/text-to-speech/text-to-speech.component.mjs +187 -0
- package/esm2022/lib/text-to-speech/translations/tts-i18n.mjs +26 -0
- package/esm2022/lib/tld-loader/tld-loader.component.mjs +12 -7
- package/esm2022/lib/tld-loader/tld-loader.module.mjs +16 -15
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/tilde-nlp-ngx-common.mjs +2844 -1098
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/lib/filter-bar/filter-bar.component.d.ts +1 -0
- package/lib/filter-bar/models/filter-bar-settings.model.d.ts +3 -1
- package/lib/multi-functional-table/models/filter-config.model.d.ts +1 -0
- package/lib/multi-functional-table/multi-functional-table.component.d.ts +4 -1
- package/lib/pipes/index.d.ts +1 -0
- package/lib/pipes/object-length/index.d.ts +2 -0
- package/lib/pipes/object-length/object-length.module.d.ts +8 -0
- package/lib/pipes/object-length/object-length.pipe.d.ts +7 -0
- package/lib/terminology/config/services/terminology-config/terminology-config.service.d.ts +1 -0
- package/lib/terminology/models/active-data.model.d.ts +1 -0
- package/lib/terminology/models/system.model.d.ts +1 -0
- package/lib/text-to-speech/index.d.ts +1 -0
- package/lib/text-to-speech/services/text-play.service.d.ts +8 -0
- package/lib/text-to-speech/text-to-speech.component.d.ts +25 -0
- package/lib/text-to-speech/translations/tts-i18n.d.ts +1 -0
- package/package.json +7 -4
- package/public-api.d.ts +1 -0
- package/styles/material-overrides.scss +33 -0
- package/web-components/3rdpartylicenses.txt +333 -0
- package/web-components/index.html +17 -0
- package/web-components/main.js +11 -0
- package/web-components/media/material-icons-outlined.woff2 +0 -0
- package/web-components/media/material-icons.woff2 +0 -0
- package/web-components/polyfills.js +3 -0
- package/web-components/styles.css +1 -0
- package/web-components/web-components.js +1 -0
|
@@ -4,6 +4,97 @@ import * as i1 from "@angular/common";
|
|
|
4
4
|
import * as i2 from "@ngbracket/ngx-layout/flex";
|
|
5
5
|
import * as i3 from "@angular/router";
|
|
6
6
|
import * as i4 from "@ngx-translate/core";
|
|
7
|
+
const _c0 = a0 => ({ currentYear: a0 });
|
|
8
|
+
const _c1 = a0 => [a0];
|
|
9
|
+
function FooterComponent_ng_container_6_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
+
i0.ɵɵelementStart(0, "a", 7);
|
|
11
|
+
i0.ɵɵtext(1);
|
|
12
|
+
i0.ɵɵpipe(2, "translate");
|
|
13
|
+
i0.ɵɵelementEnd();
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
16
|
+
i0.ɵɵattribute("href", ctx_r0.termsOfUseRoute, i0.ɵɵsanitizeUrl);
|
|
17
|
+
i0.ɵɵadvance();
|
|
18
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"), "");
|
|
19
|
+
} }
|
|
20
|
+
function FooterComponent_ng_container_6_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
+
i0.ɵɵelementStart(0, "a", 7);
|
|
22
|
+
i0.ɵɵtext(1);
|
|
23
|
+
i0.ɵɵpipe(2, "translate");
|
|
24
|
+
i0.ɵɵelementEnd();
|
|
25
|
+
} if (rf & 2) {
|
|
26
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
27
|
+
i0.ɵɵattribute("href", ctx_r0.privacyRoute, i0.ɵɵsanitizeUrl);
|
|
28
|
+
i0.ɵɵadvance();
|
|
29
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"), "");
|
|
30
|
+
} }
|
|
31
|
+
function FooterComponent_ng_container_6_a_3_Template(rf, ctx) { if (rf & 1) {
|
|
32
|
+
i0.ɵɵelementStart(0, "a", 8);
|
|
33
|
+
i0.ɵɵtext(1);
|
|
34
|
+
i0.ɵɵpipe(2, "translate");
|
|
35
|
+
i0.ɵɵelementEnd();
|
|
36
|
+
} if (rf & 2) {
|
|
37
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
38
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1, ctx_r0.contactUsRoute));
|
|
39
|
+
i0.ɵɵadvance();
|
|
40
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"), "");
|
|
41
|
+
} }
|
|
42
|
+
function FooterComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
+
i0.ɵɵelementContainerStart(0);
|
|
44
|
+
i0.ɵɵtemplate(1, FooterComponent_ng_container_6_a_1_Template, 3, 4, "a", 5)(2, FooterComponent_ng_container_6_a_2_Template, 3, 4, "a", 5)(3, FooterComponent_ng_container_6_a_3_Template, 3, 6, "a", 6);
|
|
45
|
+
i0.ɵɵelementContainerEnd();
|
|
46
|
+
} if (rf & 2) {
|
|
47
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
48
|
+
i0.ɵɵadvance();
|
|
49
|
+
i0.ɵɵproperty("ngIf", ctx_r0.termsOfUseRoute);
|
|
50
|
+
i0.ɵɵadvance();
|
|
51
|
+
i0.ɵɵproperty("ngIf", ctx_r0.privacyRoute);
|
|
52
|
+
i0.ɵɵadvance();
|
|
53
|
+
i0.ɵɵproperty("ngIf", ctx_r0.contactUsRoute);
|
|
54
|
+
} }
|
|
55
|
+
function FooterComponent_ng_template_7_a_0_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
+
i0.ɵɵelementStart(0, "a", 8);
|
|
57
|
+
i0.ɵɵtext(1);
|
|
58
|
+
i0.ɵɵpipe(2, "translate");
|
|
59
|
+
i0.ɵɵelementEnd();
|
|
60
|
+
} if (rf & 2) {
|
|
61
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
62
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1, ctx_r0.termsOfUseRoute));
|
|
63
|
+
i0.ɵɵadvance();
|
|
64
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.TERMS_OF_USE"), "");
|
|
65
|
+
} }
|
|
66
|
+
function FooterComponent_ng_template_7_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
67
|
+
i0.ɵɵelementStart(0, "a", 8);
|
|
68
|
+
i0.ɵɵtext(1);
|
|
69
|
+
i0.ɵɵpipe(2, "translate");
|
|
70
|
+
i0.ɵɵelementEnd();
|
|
71
|
+
} if (rf & 2) {
|
|
72
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
73
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1, ctx_r0.privacyRoute));
|
|
74
|
+
i0.ɵɵadvance();
|
|
75
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.PRIVACY"), "");
|
|
76
|
+
} }
|
|
77
|
+
function FooterComponent_ng_template_7_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
78
|
+
i0.ɵɵelementStart(0, "a", 8);
|
|
79
|
+
i0.ɵɵtext(1);
|
|
80
|
+
i0.ɵɵpipe(2, "translate");
|
|
81
|
+
i0.ɵɵelementEnd();
|
|
82
|
+
} if (rf & 2) {
|
|
83
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
84
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c1, ctx_r0.contactUsRoute));
|
|
85
|
+
i0.ɵɵadvance();
|
|
86
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "FOOTER.CONTACT_US"), "");
|
|
87
|
+
} }
|
|
88
|
+
function FooterComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
89
|
+
i0.ɵɵtemplate(0, FooterComponent_ng_template_7_a_0_Template, 3, 6, "a", 6)(1, FooterComponent_ng_template_7_a_1_Template, 3, 6, "a", 6)(2, FooterComponent_ng_template_7_a_2_Template, 3, 6, "a", 6);
|
|
90
|
+
} if (rf & 2) {
|
|
91
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
92
|
+
i0.ɵɵproperty("ngIf", ctx_r0.termsOfUseRoute);
|
|
93
|
+
i0.ɵɵadvance();
|
|
94
|
+
i0.ɵɵproperty("ngIf", ctx_r0.privacyRoute);
|
|
95
|
+
i0.ɵɵadvance();
|
|
96
|
+
i0.ɵɵproperty("ngIf", ctx_r0.contactUsRoute);
|
|
97
|
+
} }
|
|
7
98
|
export class FooterComponent {
|
|
8
99
|
constructor() {
|
|
9
100
|
this.defaultTermsRoute = "terms-of-use";
|
|
@@ -19,19 +110,34 @@ export class FooterComponent {
|
|
|
19
110
|
this.termsOfUseRoute = this.baseUrl + this.termsOfUseRoute;
|
|
20
111
|
}
|
|
21
112
|
}
|
|
22
|
-
static { this.ɵfac =
|
|
23
|
-
static { this.ɵcmp = i0.ɵɵ
|
|
113
|
+
static { this.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(); }; }
|
|
114
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FooterComponent, selectors: [["tld-footer"]], inputs: { privacyRoute: "privacyRoute", termsOfUseRoute: "termsOfUseRoute", contactUsRoute: "contactUsRoute", baseUrl: "baseUrl" }, decls: 9, vars: 8, consts: [["localRoutes", ""], ["fxLayout", "row", 1, "text-m"], ["fxFlex", "", "fxLayout", "row", "fxLayoutAlign", "start center", "fxLayoutAlign.xs", "center center", "fxLayout.xs", "column", "fxLayoutGap", "16px"], ["fxLayoutGap", "1rem"], [4, "ngIf", "ngIfElse"], ["class", "semi-bold", "target", "_blank", 4, "ngIf"], ["class", "semi-bold", 3, "routerLink", 4, "ngIf"], ["target", "_blank", 1, "semi-bold"], [1, "semi-bold", 3, "routerLink"]], template: function FooterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
115
|
+
i0.ɵɵelementStart(0, "footer", 1)(1, "div", 2)(2, "div");
|
|
116
|
+
i0.ɵɵtext(3);
|
|
117
|
+
i0.ɵɵpipe(4, "translate");
|
|
118
|
+
i0.ɵɵelementEnd();
|
|
119
|
+
i0.ɵɵelementStart(5, "div", 3);
|
|
120
|
+
i0.ɵɵtemplate(6, FooterComponent_ng_container_6_Template, 4, 3, "ng-container", 4)(7, FooterComponent_ng_template_7_Template, 3, 3, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
121
|
+
i0.ɵɵelementEnd()()();
|
|
122
|
+
} if (rf & 2) {
|
|
123
|
+
const localRoutes_r2 = i0.ɵɵreference(8);
|
|
124
|
+
i0.ɵɵadvance(3);
|
|
125
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(4, 3, "FOOTER.TITLE", i0.ɵɵpureFunction1(6, _c0, ctx.currentYear)), " ");
|
|
126
|
+
i0.ɵɵadvance(3);
|
|
127
|
+
i0.ɵɵproperty("ngIf", ctx.baseUrl)("ngIfElse", localRoutes_r2);
|
|
128
|
+
} }, dependencies: [i1.NgIf, i2.DefaultLayoutDirective, i2.DefaultLayoutGapDirective, i2.DefaultLayoutAlignDirective, i2.DefaultFlexDirective, i3.RouterLink, i4.TranslatePipe], styles: ["[_nghost-%COMP%] footer[_ngcontent-%COMP%]{color:var(--base-30);padding:1rem 2rem;margin-bottom:0;border-top:1px solid var(--base-70);margin-top:1rem}[_nghost-%COMP%] footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:var(--base-30);text-decoration:none}[_nghost-%COMP%] footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--base-30);text-decoration:underline}"] }); }
|
|
24
129
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
130
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FooterComponent, [{
|
|
131
|
+
type: Component,
|
|
132
|
+
args: [{ selector: 'tld-footer', template: "<footer fxLayout=\"row\" class=\"text-m\">\r\n <div fxFlex fxLayout=\"row\" fxLayoutAlign=\"start center\" fxLayoutAlign.xs=\"center center\" fxLayout.xs=\"column\"\r\n fxLayoutGap=\"16px\">\r\n <div>\r\n {{ 'FOOTER.TITLE' | translate: {currentYear: currentYear} }}\r\n </div>\r\n <div fxLayoutGap=\"1rem\">\r\n <ng-container *ngIf=\"baseUrl; else localRoutes\">\r\n <a class=\"semi-bold\" *ngIf=\"termsOfUseRoute\" [attr.href]=\"termsOfUseRoute\" target=\"_blank\"> {{\r\n 'FOOTER.TERMS_OF_USE' |\r\n translate }}</a>\r\n <a class=\"semi-bold\" *ngIf=\"privacyRoute\" [attr.href]=\"privacyRoute\" target=\"_blank\"> {{ 'FOOTER.PRIVACY'\r\n | translate }}</a>\r\n <a class=\"semi-bold\" *ngIf=\"contactUsRoute\" [routerLink]=\"[contactUsRoute]\"> {{ 'FOOTER.CONTACT_US'| translate\r\n }}</a>\r\n\r\n </ng-container>\r\n <ng-template #localRoutes>\r\n <a class=\"semi-bold\" *ngIf=\"termsOfUseRoute\" [routerLink]=\"[termsOfUseRoute]\"> {{ 'FOOTER.TERMS_OF_USE' |\r\n translate }}</a>\r\n <a class=\"semi-bold\" *ngIf=\"privacyRoute\" [routerLink]=\"[privacyRoute]\"> {{ 'FOOTER.PRIVACY'| translate }}</a>\r\n <a class=\"semi-bold\" *ngIf=\"contactUsRoute\" [routerLink]=\"[contactUsRoute]\"> {{ 'FOOTER.CONTACT_US'| translate\r\n }}</a>\r\n </ng-template>\r\n </div>\r\n </div>\r\n</footer>\r\n", styles: [":host footer{color:var(--base-30);padding:1rem 2rem;margin-bottom:0;border-top:1px solid var(--base-70);margin-top:1rem}:host footer a{color:var(--base-30);text-decoration:none}:host footer a:hover{color:var(--base-30);text-decoration:underline}\n"] }]
|
|
133
|
+
}], () => [], { privacyRoute: [{
|
|
134
|
+
type: Input
|
|
135
|
+
}], termsOfUseRoute: [{
|
|
136
|
+
type: Input
|
|
137
|
+
}], contactUsRoute: [{
|
|
138
|
+
type: Input
|
|
139
|
+
}], baseUrl: [{
|
|
140
|
+
type: Input
|
|
141
|
+
}] }); })();
|
|
142
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FooterComponent, { className: "FooterComponent", filePath: "lib\\footer\\footer.component.ts", lineNumber: 9 }); })();
|
|
143
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7Ozs7SUNRakQsNEJBQTJGO0lBQUMsWUFFOUU7O0lBQUEsaUJBQUk7Ozs7SUFGMEUsY0FFOUU7SUFGOEUsMkVBRTlFOzs7SUFDZCw0QkFBcUY7SUFBQyxZQUN0RTs7SUFBQSxpQkFBSTs7OztJQURrRSxjQUN0RTtJQURzRSxzRUFDdEU7OztJQUNoQiw0QkFBNEU7SUFBQyxZQUN6RTs7SUFBQSxpQkFBSTs7O0lBRG9DLDhFQUErQjtJQUFFLGNBQ3pFO0lBRHlFLHlFQUN6RTs7O0lBUE4sNkJBQWdEO0lBTTlDLEFBRkEsQUFIQSwyRUFBMkYsOERBR04sOERBRVQ7Ozs7SUFMdEQsY0FBcUI7SUFBckIsNkNBQXFCO0lBR3JCLGNBQWtCO0lBQWxCLDBDQUFrQjtJQUVsQixjQUFvQjtJQUFwQiw0Q0FBb0I7OztJQUsxQyw0QkFBOEU7SUFBQyxZQUNqRTs7SUFBQSxpQkFBSTs7O0lBRDJCLCtFQUFnQztJQUFFLGNBQ2pFO0lBRGlFLDJFQUNqRTs7O0lBQ2QsNEJBQXdFO0lBQUMsWUFBaUM7O0lBQUEsaUJBQUk7OztJQUFwRSw0RUFBNkI7SUFBRSxjQUFpQztJQUFqQyxzRUFBaUM7OztJQUMxRyw0QkFBNEU7SUFBQyxZQUN6RTs7SUFBQSxpQkFBSTs7O0lBRG9DLDhFQUErQjtJQUFFLGNBQ3pFO0lBRHlFLHlFQUN6RTs7O0lBREosQUFEQSxBQUZBLDBFQUE4RSw2REFFTiw2REFDSTs7O0lBSHRELDZDQUFxQjtJQUVyQixjQUFrQjtJQUFsQiwwQ0FBa0I7SUFDbEIsY0FBb0I7SUFBcEIsNENBQW9COztBRGJsRCxNQUFNLE9BQU8sZUFBZTtJQVkxQjtRQVRTLHNCQUFpQixHQUFHLGNBQWMsQ0FBQztRQUNuQyx3QkFBbUIsR0FBRyxnQkFBZ0IsQ0FBQTtRQUV0QyxpQkFBWSxHQUFHLElBQUksQ0FBQyxtQkFBbUIsQ0FBQztRQUN4QyxvQkFBZSxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQztRQUN6QyxtQkFBYyxHQUFHLHNDQUFzQyxDQUFDO1FBSy9ELElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUM5QyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ2pCLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDO1lBQ3JELElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDO1FBQzdELENBQUM7SUFDSCxDQUFDO2dGQXJCVSxlQUFlO29FQUFmLGVBQWU7WUNMeEIsQUFGRixBQURGLGlDQUFzQyxhQUVmLFVBQ2Q7WUFDSCxZQUNGOztZQUFBLGlCQUFNO1lBQ04sOEJBQXdCO1lBV3RCLEFBVkEsa0ZBQWdELG9HQVV0QjtZQVNoQyxBQURFLEFBREUsaUJBQU0sRUFDRixFQUNDOzs7WUF0QkgsZUFDRjtZQURFLGtIQUNGO1lBRWlCLGVBQWU7WUFBQSxBQUFmLGtDQUFlLDRCQUFnQjs7O2lGREN2QyxlQUFlO2NBTjNCLFNBQVM7MkJBRUUsWUFBWTtvQkFVYixZQUFZO2tCQUFwQixLQUFLO1lBQ0csZUFBZTtrQkFBdkIsS0FBSztZQUNHLGNBQWM7a0JBQXRCLEtBQUs7WUFFRyxPQUFPO2tCQUFmLEtBQUs7O2tGQVZLLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXHJcbiAgc2VsZWN0b3I6ICd0bGQtZm9vdGVyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZm9vdGVyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9mb290ZXIuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgRm9vdGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBjdXJyZW50WWVhciE6IG51bWJlcjtcclxuXHJcbiAgcmVhZG9ubHkgZGVmYXVsdFRlcm1zUm91dGUgPSBcInRlcm1zLW9mLXVzZVwiO1xyXG4gIHJlYWRvbmx5IGRlZmF1bHRQcml2YWN5Um91dGUgPSBcInByaXZhY3ktcG9saWN5XCJcclxuXHJcbiAgQElucHV0KCkgcHJpdmFjeVJvdXRlID0gdGhpcy5kZWZhdWx0UHJpdmFjeVJvdXRlO1xyXG4gIEBJbnB1dCgpIHRlcm1zT2ZVc2VSb3V0ZSA9IHRoaXMuZGVmYXVsdFRlcm1zUm91dGU7XHJcbiAgQElucHV0KCkgY29udGFjdFVzUm91dGUgPSBcImh0dHBzOi8vdGlsZGUuY29tL2Fib3V0L2dldC1pbi10b3VjaFwiO1xyXG5cclxuICBASW5wdXQoKSBiYXNlVXJsITogc3RyaW5nO1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHtcclxuICAgIHRoaXMuY3VycmVudFllYXIgPSBuZXcgRGF0ZSgpLmdldEZ1bGxZZWFyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIGlmICh0aGlzLmJhc2VVcmwpIHtcclxuICAgICAgdGhpcy5wcml2YWN5Um91dGUgPSB0aGlzLmJhc2VVcmwgKyB0aGlzLnByaXZhY3lSb3V0ZTtcclxuICAgICAgdGhpcy50ZXJtc09mVXNlUm91dGUgPSB0aGlzLmJhc2VVcmwgKyB0aGlzLnRlcm1zT2ZVc2VSb3V0ZTtcclxuICAgIH1cclxuICB9XHJcblxyXG59XHJcbiIsIjxmb290ZXIgZnhMYXlvdXQ9XCJyb3dcIiBjbGFzcz1cInRleHQtbVwiPlxyXG4gIDxkaXYgZnhGbGV4IGZ4TGF5b3V0PVwicm93XCIgZnhMYXlvdXRBbGlnbj1cInN0YXJ0IGNlbnRlclwiIGZ4TGF5b3V0QWxpZ24ueHM9XCJjZW50ZXIgY2VudGVyXCIgZnhMYXlvdXQueHM9XCJjb2x1bW5cIlxyXG4gICAgZnhMYXlvdXRHYXA9XCIxNnB4XCI+XHJcbiAgICA8ZGl2PlxyXG4gICAgICB7eyAnRk9PVEVSLlRJVExFJyB8IHRyYW5zbGF0ZToge2N1cnJlbnRZZWFyOiBjdXJyZW50WWVhcn0gfX1cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBmeExheW91dEdhcD1cIjFyZW1cIj5cclxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImJhc2VVcmw7IGVsc2UgbG9jYWxSb3V0ZXNcIj5cclxuICAgICAgICA8YSBjbGFzcz1cInNlbWktYm9sZFwiICpuZ0lmPVwidGVybXNPZlVzZVJvdXRlXCIgW2F0dHIuaHJlZl09XCJ0ZXJtc09mVXNlUm91dGVcIiB0YXJnZXQ9XCJfYmxhbmtcIj4ge3tcclxuICAgICAgICAgICdGT09URVIuVEVSTVNfT0ZfVVNFJyB8XHJcbiAgICAgICAgICB0cmFuc2xhdGUgfX08L2E+XHJcbiAgICAgICAgPGEgY2xhc3M9XCJzZW1pLWJvbGRcIiAqbmdJZj1cInByaXZhY3lSb3V0ZVwiIFthdHRyLmhyZWZdPVwicHJpdmFjeVJvdXRlXCIgdGFyZ2V0PVwiX2JsYW5rXCI+IHt7ICdGT09URVIuUFJJVkFDWSdcclxuICAgICAgICAgIHwgdHJhbnNsYXRlIH19PC9hPlxyXG4gICAgICAgIDxhIGNsYXNzPVwic2VtaS1ib2xkXCIgKm5nSWY9XCJjb250YWN0VXNSb3V0ZVwiIFtyb3V0ZXJMaW5rXT1cIltjb250YWN0VXNSb3V0ZV1cIj4ge3sgJ0ZPT1RFUi5DT05UQUNUX1VTJ3wgdHJhbnNsYXRlXHJcbiAgICAgICAgICB9fTwvYT5cclxuXHJcbiAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8bmctdGVtcGxhdGUgI2xvY2FsUm91dGVzPlxyXG4gICAgICAgIDxhIGNsYXNzPVwic2VtaS1ib2xkXCIgKm5nSWY9XCJ0ZXJtc09mVXNlUm91dGVcIiBbcm91dGVyTGlua109XCJbdGVybXNPZlVzZVJvdXRlXVwiPiB7eyAnRk9PVEVSLlRFUk1TX09GX1VTRScgfFxyXG4gICAgICAgICAgdHJhbnNsYXRlIH19PC9hPlxyXG4gICAgICAgIDxhIGNsYXNzPVwic2VtaS1ib2xkXCIgKm5nSWY9XCJwcml2YWN5Um91dGVcIiBbcm91dGVyTGlua109XCJbcHJpdmFjeVJvdXRlXVwiPiB7eyAnRk9PVEVSLlBSSVZBQ1knfCB0cmFuc2xhdGUgfX08L2E+XHJcbiAgICAgICAgPGEgY2xhc3M9XCJzZW1pLWJvbGRcIiAqbmdJZj1cImNvbnRhY3RVc1JvdXRlXCIgW3JvdXRlckxpbmtdPVwiW2NvbnRhY3RVc1JvdXRlXVwiPiB7eyAnRk9PVEVSLkNPTlRBQ1RfVVMnfCB0cmFuc2xhdGVcclxuICAgICAgICAgIH19PC9hPlxyXG4gICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvZm9vdGVyPlxyXG4iXX0=
|
|
@@ -6,29 +6,30 @@ import { TranslateModule } from '@ngx-translate/core';
|
|
|
6
6
|
import { RouterModule } from '@angular/router';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class FooterModule {
|
|
9
|
-
static { this.ɵfac =
|
|
10
|
-
static { this.ɵmod = i0.ɵɵ
|
|
11
|
-
|
|
12
|
-
TranslateModule,
|
|
13
|
-
RouterModule], exports: [FooterComponent] }); }
|
|
14
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: FooterModule, imports: [CommonModule,
|
|
9
|
+
static { this.ɵfac = function FooterModule_Factory(t) { return new (t || FooterModule)(); }; }
|
|
10
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FooterModule }); }
|
|
11
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
15
12
|
FlexLayoutModule,
|
|
16
13
|
TranslateModule,
|
|
17
14
|
RouterModule] }); }
|
|
18
15
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
16
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FooterModule, [{
|
|
17
|
+
type: NgModule,
|
|
18
|
+
args: [{
|
|
19
|
+
declarations: [
|
|
20
|
+
FooterComponent
|
|
21
|
+
],
|
|
22
|
+
imports: [
|
|
23
|
+
CommonModule,
|
|
24
|
+
FlexLayoutModule,
|
|
25
|
+
TranslateModule,
|
|
26
|
+
RouterModule
|
|
27
|
+
],
|
|
28
|
+
exports: [FooterComponent]
|
|
29
|
+
}]
|
|
30
|
+
}], null, null); })();
|
|
31
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FooterModule, { declarations: [FooterComponent], imports: [CommonModule,
|
|
32
|
+
FlexLayoutModule,
|
|
33
|
+
TranslateModule,
|
|
34
|
+
RouterModule], exports: [FooterComponent] }); })();
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9mb290ZXIvZm9vdGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDckQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFnQi9DLE1BQU0sT0FBTyxZQUFZOzZFQUFaLFlBQVk7bUVBQVosWUFBWTt1RUFQckIsWUFBWTtZQUNaLGdCQUFnQjtZQUNoQixlQUFlO1lBQ2YsWUFBWTs7aUZBSUgsWUFBWTtjQVp4QixRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFO29CQUNaLGVBQWU7aUJBQ2hCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLGdCQUFnQjtvQkFDaEIsZUFBZTtvQkFDZixZQUFZO2lCQUNiO2dCQUNELE9BQU8sRUFBRSxDQUFDLGVBQWUsQ0FBQzthQUMzQjs7d0ZBQ1ksWUFBWSxtQkFWckIsZUFBZSxhQUdmLFlBQVk7UUFDWixnQkFBZ0I7UUFDaEIsZUFBZTtRQUNmLFlBQVksYUFFSixlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgRm9vdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9mb290ZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgRmxleExheW91dE1vZHVsZSB9IGZyb20gJ0BuZ2JyYWNrZXQvbmd4LWxheW91dCc7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5cclxuXHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgRm9vdGVyQ29tcG9uZW50XHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBGbGV4TGF5b3V0TW9kdWxlLFxyXG4gICAgVHJhbnNsYXRlTW9kdWxlLFxyXG4gICAgUm91dGVyTW9kdWxlXHJcbiAgXSxcclxuICBleHBvcnRzOiBbRm9vdGVyQ29tcG9uZW50XVxyXG59KVxyXG5leHBvcnQgY2xhc3MgRm9vdGVyTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -4,20 +4,68 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
import * as i1 from "@angular/common";
|
|
5
5
|
import * as i2 from "@angular/material/tooltip";
|
|
6
6
|
import * as i3 from "@ngx-translate/core";
|
|
7
|
+
function InlineMessageComponent_span_1_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
+
i0.ɵɵelementStart(0, "span", 2);
|
|
9
|
+
i0.ɵɵpipe(1, "translate");
|
|
10
|
+
i0.ɵɵtext(2);
|
|
11
|
+
i0.ɵɵelementEnd();
|
|
12
|
+
} if (rf & 2) {
|
|
13
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
14
|
+
i0.ɵɵclassProp("order-end", ctx_r0.message.iconPosition === ctx_r0.END_ICON_POSITION);
|
|
15
|
+
i0.ɵɵproperty("matTooltip", ctx_r0.message.iconTooltip ? i0.ɵɵpipeBind2(1, 4, ctx_r0.message.iconTooltip, ctx_r0.message.localizationParams) : "");
|
|
16
|
+
i0.ɵɵadvance(2);
|
|
17
|
+
i0.ɵɵtextInterpolate(ctx_r0.iconName);
|
|
18
|
+
} }
|
|
19
|
+
function InlineMessageComponent_section_2_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵelement(0, "div", 5);
|
|
21
|
+
i0.ɵɵpipe(1, "translate");
|
|
22
|
+
} if (rf & 2) {
|
|
23
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
24
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind2(1, 1, ctx_r0.message.title, ctx_r0.message.localizationParams), i0.ɵɵsanitizeHtml);
|
|
25
|
+
} }
|
|
26
|
+
function InlineMessageComponent_section_2_p_2_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
i0.ɵɵelement(0, "p", 6);
|
|
28
|
+
i0.ɵɵpipe(1, "translate");
|
|
29
|
+
} if (rf & 2) {
|
|
30
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
31
|
+
i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind2(1, 1, ctx_r0.message.description, ctx_r0.message.localizationParams), i0.ɵɵsanitizeHtml);
|
|
32
|
+
} }
|
|
33
|
+
function InlineMessageComponent_section_2_Template(rf, ctx) { if (rf & 1) {
|
|
34
|
+
i0.ɵɵelementStart(0, "section");
|
|
35
|
+
i0.ɵɵtemplate(1, InlineMessageComponent_section_2_div_1_Template, 2, 4, "div", 3)(2, InlineMessageComponent_section_2_p_2_Template, 2, 4, "p", 4);
|
|
36
|
+
i0.ɵɵelementEnd();
|
|
37
|
+
} if (rf & 2) {
|
|
38
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
39
|
+
i0.ɵɵadvance();
|
|
40
|
+
i0.ɵɵproperty("ngIf", ctx_r0.message.title);
|
|
41
|
+
i0.ɵɵadvance();
|
|
42
|
+
i0.ɵɵproperty("ngIf", ctx_r0.message.description);
|
|
43
|
+
} }
|
|
7
44
|
export class InlineMessageComponent {
|
|
8
45
|
constructor() {
|
|
9
46
|
this.END_ICON_POSITION = InlineMessageIconPosition.END;
|
|
10
47
|
this.iconName = "info";
|
|
11
48
|
}
|
|
12
|
-
static { this.ɵfac =
|
|
13
|
-
static { this.ɵcmp = i0.ɵɵ
|
|
49
|
+
static { this.ɵfac = function InlineMessageComponent_Factory(t) { return new (t || InlineMessageComponent)(); }; }
|
|
50
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InlineMessageComponent, selectors: [["lib-inline-message"]], inputs: { iconName: "iconName", message: "message" }, decls: 3, vars: 5, consts: [["class", "material-icons", 3, "order-end", "matTooltip", 4, "ngIf"], [4, "ngIf"], [1, "material-icons", 3, "matTooltip"], ["class", "text-s-semi-bold title", 3, "innerHtml", 4, "ngIf"], ["class", "text-s description", 3, "innerHtml", 4, "ngIf"], [1, "text-s-semi-bold", "title", 3, "innerHtml"], [1, "text-s", "description", 3, "innerHtml"]], template: function InlineMessageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
51
|
+
i0.ɵɵelementStart(0, "div");
|
|
52
|
+
i0.ɵɵtemplate(1, InlineMessageComponent_span_1_Template, 3, 7, "span", 0)(2, InlineMessageComponent_section_2_Template, 3, 2, "section", 1);
|
|
53
|
+
i0.ɵɵelementEnd();
|
|
54
|
+
} if (rf & 2) {
|
|
55
|
+
i0.ɵɵclassMapInterpolate1("tld-inline-message ", ctx.message.type, "");
|
|
56
|
+
i0.ɵɵadvance();
|
|
57
|
+
i0.ɵɵproperty("ngIf", ctx.iconName);
|
|
58
|
+
i0.ɵɵadvance();
|
|
59
|
+
i0.ɵɵproperty("ngIf", ctx.message);
|
|
60
|
+
} }, dependencies: [i1.NgIf, i2.MatTooltip, i3.TranslatePipe], styles: ["[_nghost-%COMP%]{display:block}.tld-inline-message[_ngcontent-%COMP%]{display:flex;flex-direction:row}.tld-inline-message.error[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{color:var(--error-dark)}.tld-inline-message.info[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{color:var(--base-40)}.tld-inline-message.warning[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{color:var(--warning-dark)}.tld-inline-message[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{font-size:16px;margin-right:.5rem;display:inline-block}.tld-inline-message[_ngcontent-%COMP%] .material-icons.order-end[_ngcontent-%COMP%]{order:2}.tld-inline-message[_ngcontent-%COMP%] .title[_ngcontent-%COMP%], .tld-inline-message[_ngcontent-%COMP%] .description[_ngcontent-%COMP%]{margin:0}.tld-inline-message[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] + .description[_ngcontent-%COMP%]{margin-top:.5rem}"] }); }
|
|
14
61
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
62
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InlineMessageComponent, [{
|
|
63
|
+
type: Component,
|
|
64
|
+
args: [{ selector: 'lib-inline-message', template: "<div class=\"tld-inline-message {{message.type}}\">\r\n <span class=\"material-icons\" [class.order-end]=\"message.iconPosition === END_ICON_POSITION\"\r\n [matTooltip]=\"message.iconTooltip? (message.iconTooltip | translate: message.localizationParams) : ''\" *ngIf=\"iconName\">{{iconName}}</span>\r\n <section *ngIf=\"message\">\r\n <div class=\"text-s-semi-bold title\" *ngIf=\"message.title\"\r\n [innerHtml]=\"message.title | translate: message.localizationParams\">\r\n </div>\r\n <p class=\"text-s description\" *ngIf=\"message.description\" [innerHtml]=\"message.description | translate:\r\n message.localizationParams\"></p>\r\n </section>\r\n</div>", styles: [":host{display:block}.tld-inline-message{display:flex;flex-direction:row}.tld-inline-message.error .material-icons{color:var(--error-dark)}.tld-inline-message.info .material-icons{color:var(--base-40)}.tld-inline-message.warning .material-icons{color:var(--warning-dark)}.tld-inline-message .material-icons{font-size:16px;margin-right:.5rem;display:inline-block}.tld-inline-message .material-icons.order-end{order:2}.tld-inline-message .title,.tld-inline-message .description{margin:0}.tld-inline-message .title+.description{margin-top:.5rem}\n"] }]
|
|
65
|
+
}], null, { iconName: [{
|
|
66
|
+
type: Input
|
|
67
|
+
}], message: [{
|
|
68
|
+
type: Input
|
|
69
|
+
}] }); })();
|
|
70
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InlineMessageComponent, { className: "InlineMessageComponent", filePath: "lib\\inline-message\\inline-message.component.ts", lineNumber: 10 }); })();
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lLW1lc3NhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL2lubGluZS1tZXNzYWdlL2lubGluZS1tZXNzYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9pbmxpbmUtbWVzc2FnZS9pbmxpbmUtbWVzc2FnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQzs7Ozs7O0lDQXJGLCtCQUMwSDs7SUFBQSxZQUFZO0lBQUEsaUJBQU87OztJQURoSCxxRkFBOEQ7SUFDekYsa0pBQXNHO0lBQWtCLGVBQVk7SUFBWixxQ0FBWTs7O0lBRXBJLHlCQUVNOzs7O0lBREosNEhBQW1FOzs7SUFFckUsdUJBQ2dDOzs7O0lBRDBCLGtJQUMvQjs7O0lBTDdCLCtCQUF5QjtJQUl2QixBQUhBLGlGQUNzRSxnRUFHMUM7SUFDOUIsaUJBQVU7OztJQUw2QixjQUFtQjtJQUFuQiwyQ0FBbUI7SUFHekIsY0FBeUI7SUFBekIsaURBQXlCOztBREU1RCxNQUFNLE9BQU8sc0JBQXNCO0lBTG5DO1FBTVcsc0JBQWlCLEdBQUcseUJBQXlCLENBQUMsR0FBRyxDQUFDO1FBRWxELGFBQVEsR0FBRyxNQUFNLENBQUM7S0FFNUI7dUZBTFksc0JBQXNCO29FQUF0QixzQkFBc0I7WUNUbkMsMkJBQWlEO1lBRy9DLEFBRkEseUVBQzBILGtFQUNqRztZQU8zQixpQkFBTTs7WUFWRCxzRUFBMkM7WUFFNEQsY0FBYztZQUFkLG1DQUFjO1lBQzlHLGNBQWE7WUFBYixrQ0FBYTs7O2lGRE1aLHNCQUFzQjtjQUxsQyxTQUFTOzJCQUNFLG9CQUFvQjtnQkFPckIsUUFBUTtrQkFBaEIsS0FBSztZQUNHLE9BQU87a0JBQWYsS0FBSzs7a0ZBSkssc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJbmxpbmVNZXNzYWdlSWNvblBvc2l0aW9uIH0gZnJvbSAnLi9tb2RlbHMvaW5saW5lLW1lc3NhZ2UtaWNvbi1wb3NpdGlvbi5lbnVtJztcclxuaW1wb3J0IHsgSW5saW5lTWVzc2FnZSB9IGZyb20gJy4vbW9kZWxzL2lubGluZS1tZXNzYWdlLm1vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWlubGluZS1tZXNzYWdlJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vaW5saW5lLW1lc3NhZ2UuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2lubGluZS1tZXNzYWdlLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIElubGluZU1lc3NhZ2VDb21wb25lbnQge1xyXG4gIHJlYWRvbmx5IEVORF9JQ09OX1BPU0lUSU9OID0gSW5saW5lTWVzc2FnZUljb25Qb3NpdGlvbi5FTkQ7XHJcblxyXG4gIEBJbnB1dCgpIGljb25OYW1lID0gXCJpbmZvXCI7XHJcbiAgQElucHV0KCkgbWVzc2FnZSE6IElubGluZU1lc3NhZ2U7XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cInRsZC1pbmxpbmUtbWVzc2FnZSB7e21lc3NhZ2UudHlwZX19XCI+XHJcbiAgPHNwYW4gY2xhc3M9XCJtYXRlcmlhbC1pY29uc1wiIFtjbGFzcy5vcmRlci1lbmRdPVwibWVzc2FnZS5pY29uUG9zaXRpb24gPT09IEVORF9JQ09OX1BPU0lUSU9OXCJcclxuICAgIFttYXRUb29sdGlwXT1cIm1lc3NhZ2UuaWNvblRvb2x0aXA/IChtZXNzYWdlLmljb25Ub29sdGlwIHwgdHJhbnNsYXRlOiBtZXNzYWdlLmxvY2FsaXphdGlvblBhcmFtcykgOiAnJ1wiICpuZ0lmPVwiaWNvbk5hbWVcIj57e2ljb25OYW1lfX08L3NwYW4+XHJcbiAgPHNlY3Rpb24gKm5nSWY9XCJtZXNzYWdlXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwidGV4dC1zLXNlbWktYm9sZCB0aXRsZVwiICpuZ0lmPVwibWVzc2FnZS50aXRsZVwiXHJcbiAgICAgIFtpbm5lckh0bWxdPVwibWVzc2FnZS50aXRsZSB8IHRyYW5zbGF0ZTogbWVzc2FnZS5sb2NhbGl6YXRpb25QYXJhbXNcIj5cclxuICAgIDwvZGl2PlxyXG4gICAgPHAgY2xhc3M9XCJ0ZXh0LXMgZGVzY3JpcHRpb25cIiAqbmdJZj1cIm1lc3NhZ2UuZGVzY3JpcHRpb25cIiBbaW5uZXJIdG1sXT1cIm1lc3NhZ2UuZGVzY3JpcHRpb24gfCB0cmFuc2xhdGU6XHJcbiAgICBtZXNzYWdlLmxvY2FsaXphdGlvblBhcmFtc1wiPjwvcD5cclxuICA8L3NlY3Rpb24+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -5,28 +5,29 @@ import { TranslateModule } from '@ngx-translate/core';
|
|
|
5
5
|
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class InlineMessageModule {
|
|
8
|
-
static { this.ɵfac =
|
|
9
|
-
static { this.ɵmod = i0.ɵɵ
|
|
10
|
-
|
|
11
|
-
MatTooltipModule], exports: [InlineMessageComponent] }); }
|
|
12
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: InlineMessageModule, imports: [CommonModule,
|
|
8
|
+
static { this.ɵfac = function InlineMessageModule_Factory(t) { return new (t || InlineMessageModule)(); }; }
|
|
9
|
+
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: InlineMessageModule }); }
|
|
10
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
13
11
|
TranslateModule,
|
|
14
12
|
MatTooltipModule] }); }
|
|
15
13
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
14
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(InlineMessageModule, [{
|
|
15
|
+
type: NgModule,
|
|
16
|
+
args: [{
|
|
17
|
+
declarations: [
|
|
18
|
+
InlineMessageComponent
|
|
19
|
+
],
|
|
20
|
+
imports: [
|
|
21
|
+
CommonModule,
|
|
22
|
+
TranslateModule,
|
|
23
|
+
MatTooltipModule
|
|
24
|
+
],
|
|
25
|
+
exports: [
|
|
26
|
+
InlineMessageComponent
|
|
27
|
+
]
|
|
28
|
+
}]
|
|
29
|
+
}], null, null); })();
|
|
30
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(InlineMessageModule, { declarations: [InlineMessageComponent], imports: [CommonModule,
|
|
31
|
+
TranslateModule,
|
|
32
|
+
MatTooltipModule], exports: [InlineMessageComponent] }); })();
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lLW1lc3NhZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWNvbW1vbi9zcmMvbGliL2lubGluZS1tZXNzYWdlL2lubGluZS1tZXNzYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNwRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBZ0I3RCxNQUFNLE9BQU8sbUJBQW1CO29GQUFuQixtQkFBbUI7bUVBQW5CLG1CQUFtQjt1RUFSNUIsWUFBWTtZQUNaLGVBQWU7WUFDZixnQkFBZ0I7O2lGQU1QLG1CQUFtQjtjQWIvQixRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFO29CQUNaLHNCQUFzQjtpQkFDdkI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osZUFBZTtvQkFDZixnQkFBZ0I7aUJBQ2pCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxzQkFBc0I7aUJBQ3ZCO2FBQ0Y7O3dGQUNZLG1CQUFtQixtQkFYNUIsc0JBQXNCLGFBR3RCLFlBQVk7UUFDWixlQUFlO1FBQ2YsZ0JBQWdCLGFBR2hCLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IElubGluZU1lc3NhZ2VDb21wb25lbnQgfSBmcm9tICcuL2lubGluZS1tZXNzYWdlLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRUb29sdGlwTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbHRpcCc7XHJcblxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIElubGluZU1lc3NhZ2VDb21wb25lbnRcclxuICBdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIFRyYW5zbGF0ZU1vZHVsZSxcclxuICAgIE1hdFRvb2x0aXBNb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIElubGluZU1lc3NhZ2VDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJbmxpbmVNZXNzYWdlTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLWNvbmZpZy5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21tb24vc3JjL2xpYi9tdWx0aS1mdW5jdGlvbmFsLXRhYmxlL21vZGVscy9maWx0ZXItY29uZmlnLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWx0ZXJCYXJTZXR0aW5ncyB9IGZyb20gXCIuLi8uLi9maWx0ZXItYmFyXCI7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEZpbHRlckNvbmZpZ3tcclxuICBzZXR0aW5nczogRmlsdGVyQmFyU2V0dGluZ3M7XHJcbiAgdmlzaWJsZT86IGJvb2xlYW47XHJcbiAgZW5hYmxlZD86IGJvb2xlYW47XHJcbiAgaGlkZUZpbHRlclRvZ2dsZT86IGJvb2xlYW47XHJcbn1cclxuIl19
|