@leanix/components 0.4.539 → 0.4.541
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/{leanix-components-ui5-lx-icons-VciF-qda.mjs → leanix-components-ui5-lx-icons-CCnIS8l9.mjs} +4 -1
- package/fesm2022/{leanix-components-ui5-lx-icons-VciF-qda.mjs.map → leanix-components-ui5-lx-icons-CCnIS8l9.mjs.map} +1 -1
- package/fesm2022/leanix-components-ui5.mjs +1 -1
- package/fesm2022/leanix-components.mjs +42 -42
- package/fesm2022/leanix-components.mjs.map +1 -1
- package/package.json +1 -1
@@ -171,6 +171,9 @@ var data = {
|
|
171
171
|
"M354.2704,115.0938c-14.125,0-25.5938,11.4688-25.5938,25.5938v307.3125c0,14.125,11.4688,25.5938,25.5938,25.5938s25.5938-11.4688,25.5938-25.5938V140.6875c0-14.125-11.4688-25.5938-25.5938-25.5938Z",
|
172
172
|
"M452.5204,35.2188c-14.125,0-25.5938,11.4688-25.5938,25.5938v387.1875c0,14.125,11.4688,25.5938,25.5938,25.5938s25.5938-11.4688,25.5938-25.5938V60.8125c0-14.125-11.4688-25.5938-25.5938-25.5938Z"
|
173
173
|
]
|
174
|
+
},
|
175
|
+
atom: {
|
176
|
+
path: "M183.6739,101.4788c24.2714-67.9594,120.3805-67.9587,144.6518,0l18.8576,52.8022h46.9152c75.9872,0,105.824,98.5517,42.6016,140.7014l-31.7152,21.1424,15.1392,42.3901c24.8736,69.6416-53.3952,130.752-114.927,89.7312l-49.1974-32.7968-49.1974,32.7968c-61.5312,41.0208-139.799-20.0896-114.9267-89.7312l15.1392-42.3901-31.7139-21.1424c-63.2247-42.1497-33.3853-140.7014,42.601-140.7014h46.9142l18.8579-52.8022ZM146.5306,205.481h-28.6288c-25.329,0-35.2749,32.8506-14.2003,46.9005l21.0637,14.0422,21.7654-60.9427ZM168.6771,295.6986l87.3225,58.2147,87.3213-58.2147-32.2192-90.2176h-110.2041l-32.2205,90.2176ZM150.9267,345.3981l-10.8339,30.336c-8.2909,23.216,17.7984,43.584,38.3088,29.9104l31.447-20.9632-58.9219-39.2832ZM302.1507,384.6813l31.4486,20.9632c20.5088,13.6736,46.5984-6.6944,38.3072-29.9104l-10.8352-30.336-58.9206,39.2832ZM387.2346,266.4237l21.0624-14.0422c21.0752-14.0499,11.1296-46.9005-14.1984-46.9005h-28.6304l21.7664,60.9427ZM292.816,154.281l-12.7075-35.5818c-8.0906-22.6531-40.127-22.6528-48.2173,0l-12.7078,35.5818h73.6326Z"
|
174
177
|
}
|
175
178
|
};
|
176
179
|
var lxIcons = {
|
@@ -180,4 +183,4 @@ var lxIcons = {
|
|
180
183
|
};
|
181
184
|
|
182
185
|
export { collection, data, lxIcons as default, packageName };
|
183
|
-
//# sourceMappingURL=leanix-components-ui5-lx-icons-
|
186
|
+
//# sourceMappingURL=leanix-components-ui5-lx-icons-CCnIS8l9.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"leanix-components-ui5-lx-icons-
|
1
|
+
{"version":3,"file":"leanix-components-ui5-lx-icons-CCnIS8l9.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -13,7 +13,7 @@ async function registerIconsWithUi5() {
|
|
13
13
|
import('@ui5/webcomponents-icons-tnt/dist/AllIcons.js'),
|
14
14
|
import('@ui5/webcomponents-icons/dist/AllIcons.js')
|
15
15
|
]);
|
16
|
-
registerIconLoader('lx-icons', () => import('./leanix-components-ui5-lx-icons-
|
16
|
+
registerIconLoader('lx-icons', () => import('./leanix-components-ui5-lx-icons-CCnIS8l9.mjs'));
|
17
17
|
}
|
18
18
|
|
19
19
|
/**
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { InjectionToken, Input, Component, signal, ChangeDetectionStrategy, HostBinding, inject, input, computed, EventEmitter, HostListener, Output, Injectable, ElementRef, ViewChild, Inject, model, Directive, Optional, Pipe, NgModule,
|
2
|
+
import { InjectionToken, Input, Component, signal, ChangeDetectionStrategy, HostBinding, inject, input, computed, EventEmitter, HostListener, Output, Injectable, ElementRef, ViewChild, Inject, model, Directive, Optional, Pipe, NgModule, DestroyRef, ChangeDetectorRef, effect, ContentChild, afterRenderEffect, ContentChildren, ViewChildren, forwardRef, TemplateRef, viewChild, booleanAttribute, SecurityContext, Self, Host } from '@angular/core';
|
3
3
|
import * as i1 from '@ngx-translate/core';
|
4
4
|
import { TranslatePipe, TranslateModule } from '@ngx-translate/core';
|
5
5
|
import * as i1$6 from '@angular/common';
|
6
6
|
import { NgTemplateOutlet, NgClass, AsyncPipe, NgIf, NgFor, UpperCasePipe, NgSwitch, NgSwitchCase, CommonModule, DecimalPipe, formatDate } from '@angular/common';
|
7
|
-
import { toSignal,
|
7
|
+
import { toSignal, takeUntilDestroyed, toObservable } from '@angular/core/rxjs-interop';
|
8
8
|
import { IconComponent as IconComponent$1 } from '@ui5/webcomponents-ngx/main/icon';
|
9
9
|
import * as i5 from 'rxjs';
|
10
10
|
import { BehaviorSubject, of, timer, Observable, Subject, combineLatest, merge, concat, fromEvent, ReplaySubject, map as map$1, switchMap as switchMap$1 } from 'rxjs';
|
@@ -241,7 +241,7 @@ const ICON_MAP = {
|
|
241
241
|
'fa-shopping-cart': ['cart'],
|
242
242
|
'fa-trophy': ['competitor'],
|
243
243
|
'fa-umbrella-beach': ['umbrella'],
|
244
|
-
'fa-atom': [],
|
244
|
+
'fa-atom': ['lx-icons/atom'],
|
245
245
|
'fa-bug': ['lx-icons/bug'],
|
246
246
|
'fa-bullseye-arrow': ['lx-icons/bullseye-arrow'],
|
247
247
|
'fa-chess-queen-alt': ['lx-icons/chess-queen'],
|
@@ -2826,6 +2826,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
2826
2826
|
args: [{ selector: 'lx-token', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content />\n" }]
|
2827
2827
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
2828
2828
|
|
2829
|
+
class TokenizerOverflowPopoverComponent {
|
2830
|
+
constructor() {
|
2831
|
+
this.destroyRef = inject(DestroyRef);
|
2832
|
+
this.startIndex = signal(0);
|
2833
|
+
this.changeDetectorRef = inject(ChangeDetectorRef);
|
2834
|
+
this.tokenizer = input.required();
|
2835
|
+
this.horizontalAlign = input('after');
|
2836
|
+
this.verticalAlign = input('start');
|
2837
|
+
effect(() => {
|
2838
|
+
this.overflowClickSubscription?.unsubscribe();
|
2839
|
+
this.overflowClickSubscription = this.tokenizer()
|
2840
|
+
.overflowPlaceholderClick.pipe(takeUntilDestroyed(this.destroyRef))
|
2841
|
+
.subscribe(({ startIndex, counterElement }) => {
|
2842
|
+
this.startIndex.set(startIndex);
|
2843
|
+
this.popover.anchor = counterElement;
|
2844
|
+
this.popover.open();
|
2845
|
+
});
|
2846
|
+
});
|
2847
|
+
}
|
2848
|
+
closePopover() {
|
2849
|
+
this.popover.close();
|
2850
|
+
this.changeDetectorRef.detectChanges();
|
2851
|
+
}
|
2852
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: TokenizerOverflowPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
2853
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.6", type: TokenizerOverflowPopoverComponent, isStandalone: true, selector: "lx-tokenizer-overflow-popover", inputs: { tokenizer: { classPropertyName: "tokenizer", publicName: "tokenizer", isSignal: true, isRequired: true, transformFunction: null }, horizontalAlign: { classPropertyName: "horizontalAlign", publicName: "horizontalAlign", isSignal: true, isRequired: false, transformFunction: null }, verticalAlign: { classPropertyName: "verticalAlign", publicName: "verticalAlign", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "popoverTemplate", first: true, predicate: ["popoverTemplate"], descendants: true }], viewQueries: [{ propertyName: "popover", first: true, predicate: SatPopoverComponent, descendants: true }], ngImport: i0, template: "<sat-popover\n (backdropClicked)=\"closePopover()\"\n [hasBackdrop]=\"true\"\n [horizontalAlign]=\"horizontalAlign()\"\n [verticalAlign]=\"verticalAlign()\"\n openTransition=\"100ms\"\n closeTransition=\"100ms\"\n>\n @if (popoverTemplate) {\n <div\n class=\"tokenizerPopoverContentWrapper\"\n [class.before]=\"horizontalAlign() === 'before'\"\n [class.after]=\"horizontalAlign() === 'after'\"\n >\n <ng-container *ngTemplateOutlet=\"popoverTemplate; context: { $implicit: startIndex() }\" />\n </div>\n }\n</sat-popover>\n", styles: [".tokenizerPopoverContentWrapper{padding:16px;background:#fff;border-radius:4px;box-shadow:0 8px 14px #5261794d}.tokenizerPopoverContentWrapper.before{margin-right:10px}.tokenizerPopoverContentWrapper.after{margin-left:10px}\n"], dependencies: [{ kind: "ngmodule", type: SatPopoverModule }, { kind: "component", type: i1$3.SatPopoverComponent, selector: "sat-popover", inputs: ["anchor", "horizontalAlign", "xAlign", "verticalAlign", "yAlign", "forceAlignment", "lockAlignment", "autoFocus", "restoreFocus", "scrollStrategy", "hasBackdrop", "interactiveClose", "openTransition", "closeTransition", "openAnimationStartAtScale", "closeAnimationEndAtScale", "backdropClass", "panelClass"], outputs: ["opened", "closed", "afterOpen", "afterClose", "backdropClicked", "overlayKeydown"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
2854
|
+
}
|
2855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: TokenizerOverflowPopoverComponent, decorators: [{
|
2856
|
+
type: Component,
|
2857
|
+
args: [{ selector: 'lx-tokenizer-overflow-popover', standalone: true, imports: [SatPopoverModule, NgTemplateOutlet], changeDetection: ChangeDetectionStrategy.OnPush, template: "<sat-popover\n (backdropClicked)=\"closePopover()\"\n [hasBackdrop]=\"true\"\n [horizontalAlign]=\"horizontalAlign()\"\n [verticalAlign]=\"verticalAlign()\"\n openTransition=\"100ms\"\n closeTransition=\"100ms\"\n>\n @if (popoverTemplate) {\n <div\n class=\"tokenizerPopoverContentWrapper\"\n [class.before]=\"horizontalAlign() === 'before'\"\n [class.after]=\"horizontalAlign() === 'after'\"\n >\n <ng-container *ngTemplateOutlet=\"popoverTemplate; context: { $implicit: startIndex() }\" />\n </div>\n }\n</sat-popover>\n", styles: [".tokenizerPopoverContentWrapper{padding:16px;background:#fff;border-radius:4px;box-shadow:0 8px 14px #5261794d}.tokenizerPopoverContentWrapper.before{margin-right:10px}.tokenizerPopoverContentWrapper.after{margin-left:10px}\n"] }]
|
2858
|
+
}], ctorParameters: () => [], propDecorators: { popoverTemplate: [{
|
2859
|
+
type: ContentChild,
|
2860
|
+
args: ['popoverTemplate']
|
2861
|
+
}], popover: [{
|
2862
|
+
type: ViewChild,
|
2863
|
+
args: [SatPopoverComponent]
|
2864
|
+
}] } });
|
2865
|
+
|
2829
2866
|
/**
|
2830
2867
|
* The tokenizer component (`lx-tokenizer`) is responsible for rendering a list of items into a container and hiding those that do not fit behind a placeholder. The items are represented as `lx-token`. Each `lx-token` allows to project any content into it, so anything can become a token. The tokenizer calculates how many items fit into the container (based on width), hiding those items that are overflowing and showing a overflow placeholder instead (e.g. "+4").
|
2831
2868
|
*
|
@@ -2963,43 +3000,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
2963
3000
|
args: ['tokensContainer', { read: ElementRef }]
|
2964
3001
|
}] } });
|
2965
3002
|
|
2966
|
-
class TokenizerOverflowPopoverComponent {
|
2967
|
-
constructor() {
|
2968
|
-
this.destroyRef = inject(DestroyRef);
|
2969
|
-
this.startIndex = signal(0);
|
2970
|
-
this.changeDetectorRef = inject(ChangeDetectorRef);
|
2971
|
-
this.tokenizer = input.required();
|
2972
|
-
this.horizontalAlign = input('after');
|
2973
|
-
this.verticalAlign = input('start');
|
2974
|
-
effect(() => {
|
2975
|
-
this.overflowClickSubscription?.unsubscribe();
|
2976
|
-
this.overflowClickSubscription = this.tokenizer()
|
2977
|
-
.overflowPlaceholderClick.pipe(takeUntilDestroyed(this.destroyRef))
|
2978
|
-
.subscribe(({ startIndex, counterElement }) => {
|
2979
|
-
this.startIndex.set(startIndex);
|
2980
|
-
this.popover.anchor = counterElement;
|
2981
|
-
this.popover.open();
|
2982
|
-
});
|
2983
|
-
});
|
2984
|
-
}
|
2985
|
-
closePopover() {
|
2986
|
-
this.popover.close();
|
2987
|
-
this.changeDetectorRef.detectChanges();
|
2988
|
-
}
|
2989
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: TokenizerOverflowPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
2990
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.6", type: TokenizerOverflowPopoverComponent, isStandalone: true, selector: "lx-tokenizer-overflow-popover", inputs: { tokenizer: { classPropertyName: "tokenizer", publicName: "tokenizer", isSignal: true, isRequired: true, transformFunction: null }, horizontalAlign: { classPropertyName: "horizontalAlign", publicName: "horizontalAlign", isSignal: true, isRequired: false, transformFunction: null }, verticalAlign: { classPropertyName: "verticalAlign", publicName: "verticalAlign", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "popoverTemplate", first: true, predicate: ["popoverTemplate"], descendants: true }], viewQueries: [{ propertyName: "popover", first: true, predicate: SatPopoverComponent, descendants: true }], ngImport: i0, template: "<sat-popover\n (backdropClicked)=\"closePopover()\"\n [hasBackdrop]=\"true\"\n [horizontalAlign]=\"horizontalAlign()\"\n [verticalAlign]=\"verticalAlign()\"\n openTransition=\"100ms\"\n closeTransition=\"100ms\"\n>\n @if (popoverTemplate) {\n <div\n class=\"tokenizerPopoverContentWrapper\"\n [class.before]=\"horizontalAlign() === 'before'\"\n [class.after]=\"horizontalAlign() === 'after'\"\n >\n <ng-container *ngTemplateOutlet=\"popoverTemplate; context: { $implicit: startIndex() }\" />\n </div>\n }\n</sat-popover>\n", styles: [".tokenizerPopoverContentWrapper{padding:16px;background:#fff;border-radius:4px;box-shadow:0 8px 14px #5261794d}.tokenizerPopoverContentWrapper.before{margin-right:10px}.tokenizerPopoverContentWrapper.after{margin-left:10px}\n"], dependencies: [{ kind: "ngmodule", type: SatPopoverModule }, { kind: "component", type: i1$3.SatPopoverComponent, selector: "sat-popover", inputs: ["anchor", "horizontalAlign", "xAlign", "verticalAlign", "yAlign", "forceAlignment", "lockAlignment", "autoFocus", "restoreFocus", "scrollStrategy", "hasBackdrop", "interactiveClose", "openTransition", "closeTransition", "openAnimationStartAtScale", "closeAnimationEndAtScale", "backdropClass", "panelClass"], outputs: ["opened", "closed", "afterOpen", "afterClose", "backdropClicked", "overlayKeydown"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
2991
|
-
}
|
2992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: TokenizerOverflowPopoverComponent, decorators: [{
|
2993
|
-
type: Component,
|
2994
|
-
args: [{ selector: 'lx-tokenizer-overflow-popover', standalone: true, imports: [TokenizerComponent, SatPopoverModule, NgTemplateOutlet], changeDetection: ChangeDetectionStrategy.OnPush, template: "<sat-popover\n (backdropClicked)=\"closePopover()\"\n [hasBackdrop]=\"true\"\n [horizontalAlign]=\"horizontalAlign()\"\n [verticalAlign]=\"verticalAlign()\"\n openTransition=\"100ms\"\n closeTransition=\"100ms\"\n>\n @if (popoverTemplate) {\n <div\n class=\"tokenizerPopoverContentWrapper\"\n [class.before]=\"horizontalAlign() === 'before'\"\n [class.after]=\"horizontalAlign() === 'after'\"\n >\n <ng-container *ngTemplateOutlet=\"popoverTemplate; context: { $implicit: startIndex() }\" />\n </div>\n }\n</sat-popover>\n", styles: [".tokenizerPopoverContentWrapper{padding:16px;background:#fff;border-radius:4px;box-shadow:0 8px 14px #5261794d}.tokenizerPopoverContentWrapper.before{margin-right:10px}.tokenizerPopoverContentWrapper.after{margin-left:10px}\n"] }]
|
2995
|
-
}], ctorParameters: () => [], propDecorators: { popoverTemplate: [{
|
2996
|
-
type: ContentChild,
|
2997
|
-
args: ['popoverTemplate']
|
2998
|
-
}], popover: [{
|
2999
|
-
type: ViewChild,
|
3000
|
-
args: [SatPopoverComponent]
|
3001
|
-
}] } });
|
3002
|
-
|
3003
3003
|
/**
|
3004
3004
|
* Generates an SVG for the avatar initials
|
3005
3005
|
* @param displayName The name of the user
|
@@ -3141,7 +3141,7 @@ class BasicDropdownItemComponent {
|
|
3141
3141
|
}
|
3142
3142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: BasicDropdownItemComponent, decorators: [{
|
3143
3143
|
type: Component,
|
3144
|
-
args: [{ selector: 'lx-basic-dropdown-item', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [NgClass,
|
3144
|
+
args: [{ selector: 'lx-basic-dropdown-item', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [NgClass, HighlightTermPipe], template: "@if (optionLabelSuffix) {\n <div [class.boldLabel]=\"labelFontWeight === 'bold'\" class=\"optionLabel\">\n <div [innerHtml]=\"label | lxHighlightTerm: highlightTerm\"></div>\n <ng-content [select]=\"optionLabelSuffix\" />\n </div>\n} @else {\n <div [class.boldLabel]=\"labelFontWeight === 'bold'\" [innerHtml]=\"label | lxHighlightTerm: highlightTerm\"></div>\n}\n<div\n class=\"optionDescription\"\n [style.font-style]=\"descriptionFontStyle\"\n [ngClass]=\"{ maxTextLines: descriptionStyleOptions?.maxLines }\"\n [style.-webkit-line-clamp]=\"descriptionStyleOptions?.maxLines || 'inherit'\"\n [innerHtml]=\"description | lxHighlightTerm: (descriptionStyleOptions?.shouldHighlightTerm ? highlightTerm : undefined)\"\n></div>\n", styles: [":host{display:block;padding:2px 0}:host.hasDescription{padding:4px 0}.boldLabel{font-weight:700}.optionDescription{padding-top:2px;color:#61779d;font-size:var(--lxFontSmallSize, 12px)}.optionDescription.maxTextLines{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:inherit;-webkit-box-orient:vertical}.optionLabel{display:flex;align-items:center;justify-content:space-between}\n"] }]
|
3145
3145
|
}], propDecorators: { label: [{
|
3146
3146
|
type: Input
|
3147
3147
|
}], description: [{
|
@@ -10307,7 +10307,7 @@ __decorate([
|
|
10307
10307
|
], TabGroupComponent.prototype, "tabsQueryList$", void 0);
|
10308
10308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: TabGroupComponent, decorators: [{
|
10309
10309
|
type: Component,
|
10310
|
-
args: [{ selector: 'lx-tab-group', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [PortalModule
|
10310
|
+
args: [{ selector: 'lx-tab-group', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [PortalModule], template: "<ul\n #tabListElement\n class=\"tabs\"\n role=\"tablist\"\n (focusout)=\"onFocusOut($event)\"\n [attr.aria-owns]=\"tabIds.join(' ')\"\n [class.centered]=\"isCentered\"\n>\n <ng-content />\n</ul>\n\n<ng-template [cdkPortalOutlet]=\"activeTabPortal\" />\n", styles: [":host{--tab-group-padding-y: 0}.tabs{display:inline-block;list-style:none;border-bottom:solid 1px #cfd5df;width:100%;margin:0;padding:0 var(--tab-group-padding-y);text-align:left}.tabs.centered{text-align:center}\n"] }]
|
10311
10311
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { isCentered: [{
|
10312
10312
|
type: Input
|
10313
10313
|
}], selectedIndex: [{
|