myrta-ui 17.0.36 → 17.0.37
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/components/wrappers/content-title-wrapper/content-title-wrapper.component.mjs
CHANGED
|
@@ -9,11 +9,11 @@ export class ContentTitleWrapperComponent {
|
|
|
9
9
|
return `${this.customClasses}`;
|
|
10
10
|
}
|
|
11
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentTitleWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: ContentTitleWrapperComponent, selector: "mrx-content-title-wrapper", inputs: { customClasses: "customClasses", title: "title" }, queries: [{ propertyName: "contentTitleControls", first: true, predicate: ["contentTitleControls"], descendants: true }], ngImport: i0, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [".content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}.content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}.content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}.content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}.content-title-wrapper__controls{display:flex;align-self:flex-start}.content-title-wrapper__controls
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: ContentTitleWrapperComponent, selector: "mrx-content-title-wrapper", inputs: { customClasses: "customClasses", title: "title" }, queries: [{ propertyName: "contentTitleControls", first: true, predicate: ["contentTitleControls"], descendants: true }], ngImport: i0, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [":host::ng-deep .content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}:host::ng-deep .content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}:host::ng-deep .content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}:host::ng-deep .content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}:host::ng-deep .content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}:host::ng-deep .content-title-wrapper__controls{display:flex;align-self:flex-start}:host::ng-deep .content-title-wrapper__controls .mrx-btn .mrx-btn-label{white-space:nowrap}@media (max-width: 991px){:host::ng-deep .content-title-wrapper__box{flex-wrap:wrap}:host::ng-deep .content-title-wrapper__title .icon-burger{display:block}}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13
13
|
}
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentTitleWrapperComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'mrx-content-title-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [".content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}.content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}.content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}.content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}.content-title-wrapper__controls{display:flex;align-self:flex-start}.content-title-wrapper__controls
|
|
16
|
+
args: [{ selector: 'mrx-content-title-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [":host::ng-deep .content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}:host::ng-deep .content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}:host::ng-deep .content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}:host::ng-deep .content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}:host::ng-deep .content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}:host::ng-deep .content-title-wrapper__controls{display:flex;align-self:flex-start}:host::ng-deep .content-title-wrapper__controls .mrx-btn .mrx-btn-label{white-space:nowrap}@media (max-width: 991px){:host::ng-deep .content-title-wrapper__box{flex-wrap:wrap}:host::ng-deep .content-title-wrapper__title .icon-burger{display:block}}\n"] }]
|
|
17
17
|
}], propDecorators: { customClasses: [{
|
|
18
18
|
type: Input
|
|
19
19
|
}], title: [{
|
package/fesm2022/myrta-ui.mjs
CHANGED
|
@@ -17251,11 +17251,11 @@ class ContentTitleWrapperComponent {
|
|
|
17251
17251
|
return `${this.customClasses}`;
|
|
17252
17252
|
}
|
|
17253
17253
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentTitleWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17254
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: ContentTitleWrapperComponent, selector: "mrx-content-title-wrapper", inputs: { customClasses: "customClasses", title: "title" }, queries: [{ propertyName: "contentTitleControls", first: true, predicate: ["contentTitleControls"], descendants: true }], ngImport: i0, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [".content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}.content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}.content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}.content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}.content-title-wrapper__controls{display:flex;align-self:flex-start}.content-title-wrapper__controls
|
|
17254
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: ContentTitleWrapperComponent, selector: "mrx-content-title-wrapper", inputs: { customClasses: "customClasses", title: "title" }, queries: [{ propertyName: "contentTitleControls", first: true, predicate: ["contentTitleControls"], descendants: true }], ngImport: i0, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [":host::ng-deep .content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}:host::ng-deep .content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}:host::ng-deep .content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}:host::ng-deep .content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}:host::ng-deep .content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}:host::ng-deep .content-title-wrapper__controls{display:flex;align-self:flex-start}:host::ng-deep .content-title-wrapper__controls .mrx-btn .mrx-btn-label{white-space:nowrap}@media (max-width: 991px){:host::ng-deep .content-title-wrapper__box{flex-wrap:wrap}:host::ng-deep .content-title-wrapper__title .icon-burger{display:block}}\n"], dependencies: [{ kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17255
17255
|
}
|
|
17256
17256
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentTitleWrapperComponent, decorators: [{
|
|
17257
17257
|
type: Component,
|
|
17258
|
-
args: [{ selector: 'mrx-content-title-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [".content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}.content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}.content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}.content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}.content-title-wrapper__controls{display:flex;align-self:flex-start}.content-title-wrapper__controls
|
|
17258
|
+
args: [{ selector: 'mrx-content-title-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"brdb mb-4 px-4 py-2\" [class]=\"getClasses\">\r\n <div class=\"content-title-wrapper\">\r\n <div class=\"content-title-wrapper__box\">\r\n <div class=\"content-title-wrapper__title\">\r\n <span class=\"mrx-icon icon-burger icon-font-24\"></span>\r\n <h1 class=\"content-title-wrapper__title--text\">{{ title }}</h1>\r\n </div>\r\n\r\n @if (contentTitleControls) {\r\n <div class=\"content-title-wrapper__controls\">\r\n <ng-container [ngTemplateOutlet]=\"contentTitleControls\"></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n", styles: [":host::ng-deep .content-title-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}:host::ng-deep .content-title-wrapper__box{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:24px}:host::ng-deep .content-title-wrapper__title{display:flex;align-items:center;justify-content:space-between;gap:8px}:host::ng-deep .content-title-wrapper__title .icon-burger{display:none;font-weight:700;align-self:flex-start;margin-top:4px}:host::ng-deep .content-title-wrapper__title--text{font-family:var(--headlines-lvl-3-font-family, \"PT Sans Caption\");font-weight:var(--headlines-lvl-3-font-weight, 700);line-height:var(--headlines-lvl-3-line-height, 28px);font-size:var(--headlines-lvl-3-font-size, 24px)}:host::ng-deep .content-title-wrapper__controls{display:flex;align-self:flex-start}:host::ng-deep .content-title-wrapper__controls .mrx-btn .mrx-btn-label{white-space:nowrap}@media (max-width: 991px){:host::ng-deep .content-title-wrapper__box{flex-wrap:wrap}:host::ng-deep .content-title-wrapper__title .icon-burger{display:block}}\n"] }]
|
|
17259
17259
|
}], propDecorators: { customClasses: [{
|
|
17260
17260
|
type: Input
|
|
17261
17261
|
}], title: [{
|